Class DeliveryReceipt
- Namespace
- S1API.Deliveries
- Assembly
- S1API.dll
An immutable snapshot of delivery order details.
public sealed class DeliveryReceipt
- Inheritance
-
DeliveryReceipt
- Inherited Members
- Extension Methods
Properties
DestinationCode
Gets the property code of the delivery destination.
public string DestinationCode { get; }
Property Value
Id
Gets the delivery's unique identifier.
public string Id { get; }
Property Value
Items
Gets an immutable snapshot of the ordered items.
public IReadOnlyList<DeliveryItem> Items { get; }
Property Value
LoadingDockIndex
Gets the zero-based loading-dock index selected for the order.
public int LoadingDockIndex { get; }
Property Value
StoreName
Gets the stable shop name that accepted the order.
public string StoreName { get; }