IDelivery Interface |
Namespace: Resto.Front.Api.V4.Data.Brd
public interface IDelivery : ISerializable, IEntity, IVersionedEntity
The IDelivery type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualDeliverTime | Time when delivery was actually delivered to client |
![]() | Address | Address where delivery will be delivered |
![]() | BillTime | Time when bill cheque for delivery was printed |
![]() | CancelCause | Cause of cancelling delivery |
![]() | CancelTime | Time when delivery was marked as cancelled |
![]() | Client | Client that ordered delivery |
![]() | CloseTime | Time when delivery was marked as closed |
![]() | Comment | Client's comment on delivery |
![]() | ConfirmTime | Time when delivery was confirmed |
![]() | Courier | Courier that delivers order |
![]() | CreateTime | Time when delivery is created |
![]() | DeliveryOperator | User who creates delivery |
![]() | Duration | |
![]() | E-mail of client | |
![]() | ExpectedDeliverTime | Time when client wants delivery to be delivered |
![]() | HasProblem | Whether delivery is marked as having problem |
![]() | Id | (Inherited from IEntity.) |
![]() | IndexInCourierRoute | Index of delivery in courier route (zero-based) |
![]() | IsCourierSelectedManually | Whether courier selected from UI or automatically |
![]() | IsCustomerAuthorizedInIikoBiz | Indicates whether customer is already authorized in iiko.biz, i.e. his credentials are verified |
![]() | IsCustomerAuthorizedInIikoNet | Indicates whether customer is already authorized in Plazius, i.e. his credentials are verified |
![]() | IsPrintedBillActual | 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. |
![]() | Latitude | Latitude of geoposition of the delivery address |
![]() | Longitude | Longitude of geoposition of the delivery address |
![]() | MarketingSource | Advertising Source of delivery (for example, some web site, call center) |
![]() | Number | |
![]() | Order | Delivery order. |
![]() | PersonsCount | Delivery persons count |
![]() | Phone | Phone of client |
![]() | PredictedCookingCompleteTime | Predicted time when delivery order was cooking completed |
![]() | PredictedDeliveryTime | Predicted time when delivery was delivered |
![]() | PrintTime | Time when delivery order was printed |
![]() | ProblemComment | 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. |
![]() | Revision | (Inherited from IVersionedEntity.) |
![]() | SendTime | Time when delivery was sent to client |
![]() | SourceId | 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. |
![]() | SourceKey | Source of delivery (for example, some web site, call center) |
![]() | SplitBetweenPersons | Indicates if delivery order should be split between persons or not |
![]() | Status | Status of delivery |
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Name | Description | |
---|---|---|
![]() | ToEntityStub | (Defined by IEntityExtensions.) |