Table of Contents

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

string

Id

Gets the delivery's unique identifier.

public string Id { get; }

Property Value

string

Items

Gets an immutable snapshot of the ordered items.

public IReadOnlyList<DeliveryItem> Items { get; }

Property Value

IReadOnlyList<DeliveryItem>

LoadingDockIndex

Gets the zero-based loading-dock index selected for the order.

public int LoadingDockIndex { get; }

Property Value

int

StoreName

Gets the stable shop name that accepted the order.

public string StoreName { get; }

Property Value

string