Click or drag to resize

IDelivery Properties

The IDelivery type exposes the following members.

Properties
  NameDescription
Public propertyActualDeliverTime
Time when delivery was actually delivered to client
Public propertyAddress
Address where delivery will be delivered
Public propertyBillTime
Time when bill cheque for delivery was printed
Public propertyCancelCause
Cause of cancelling delivery
Public propertyCancelTime
Time when delivery was marked as cancelled
Public propertyClient
Client that ordered delivery
Public propertyCloseTime
Time when delivery was marked as closed
Public propertyComment
Client's comment on delivery
Public propertyConfirmTime
Time when delivery was confirmed
Public propertyCourier
Courier that delivers order
Public propertyCreateTime
Time when delivery is created
Public propertyDeliveryOperator
User who creates delivery
Public propertyDuration
Public propertyEmail
E-mail of client
Public propertyExpectedDeliverTime
Time when client wants delivery to be delivered
Public propertyHasProblem
Whether delivery is marked as having problem
Public propertyId (Inherited from IEntity.)
Public propertyIndexInCourierRoute
Index of delivery in courier route (zero-based)
Public propertyIsCourierSelectedManually
Whether courier selected from UI or automatically
Public propertyIsCustomerAuthorizedInIikoBiz
Indicates whether customer is already authorized in iiko.biz, i.e. his credentials are verified
Public propertyIsCustomerAuthorizedInIikoNet
Indicates whether customer is already authorized in Plazius, i.e. his credentials are verified
Public propertyIsPrintedBillActual
Whether delivery bill was already printed and since then it's considered to be actual. Also means whether the bill will be printed automatically according to settings: if it's not already printed, it will.
Public propertyLatitude
Latitude of geoposition of the delivery address
Public propertyLongitude
Longitude of geoposition of the delivery address
Public propertyMarketingSource
Advertising Source of delivery (for example, some web site, call center)
Public propertyNumber
Public propertyOrder
Delivery order.
Public propertyPersonsCount
Delivery persons count
Public propertyPhone
Phone of client
Public propertyPredictedCookingCompleteTime
Predicted time when delivery order was cooking completed
Public propertyPredictedDeliveryTime
Predicted time when delivery was delivered
Public propertyPrintTime
Time when delivery order was printed
Public propertyProblemComment
Description of problem. Not empty ProblemComment doesn't mean delivery is currently problem: comment could been filled in earlier, and after that HasProblem flag was unchecked. That means that delivery had some problems some time ago.
Public propertyRevision (Inherited from IVersionedEntity.)
Public propertySendTime
Time when delivery was sent to client
Public propertySourceId
Identifier of delivery that existed before splitting it by multiple cash registers. Depending on settings, a single order can be split by multiple cash registers before payment, producing multiple orders. At the same time base delivery is also split; at this moment SourceId of all produced deliveries is set to Id of base delivery. If delivery was not split by cash registers, SourceId returns null.
Public propertySourceKey
Source of delivery (for example, some web site, call center)
Public propertySplitBetweenPersons
Indicates if delivery order should be split between persons or not
Public propertyStatus
Status of delivery
Top
See Also