Class CreateOrderResponse
Contains the initial details of an order created in the Zip system.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class CreateOrderResponse
Properties
| Improve this Doc View SourceOrderExpiry
Gets or sets the expiry time of the order as returned by the Zip API.
Declaration
public DateTimeOffset? OrderExpiry { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
Remarks
Note this property can be null, and will be in the event of a 'duplicate check' occuring where the response only returns the order id.
OrderId
Gets or sets the unique id of the newly created order (or existing order using the same merchant reference, see EnableUniqueMerchantReferenceCheck) within the Zip system.
Declaration
public string OrderId { get; set; }
Property Value
Type | Description |
---|---|
String |