Class OrderStatusResponse
Represents the response of a successful GetOrderStatusAsync(OrderStatusRequest) call.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class OrderStatusResponse
Properties
| Improve this Doc View SourceOrderNumber
The human readable form of a Zip order id.
Declaration
public string OrderNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
Status
The status of the order.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
String |