OrderItem
Name | Type | Description | Notes |
---|---|---|---|
BillingCurrency | string | The currency ISO code under which the items are sold 'Currency.IsoCode'. | [optional] |
Created | DateTime | The date when the order as created. | [optional] |
CustomerEmail | string | The email of customer who made the order. | [optional] |
CustomerId | string | The customer id who made the order. | [optional] |
CustomerName | string | The complete name of the customer who made the order. | [optional] |
Id | string | The id of the order. | [optional] |
Messages | List<ExecutionMessage> | The execution messages when the order was post processed. | [optional] |
OrderNumber | string | The order number. | [optional] |
OrderStatus | string | The order status. | [optional] |
PostProcessingExecutionResult | string | execution result of the order post processing. | [optional] |
ScopeId | string | The scope id. | [optional] |
ShipmentItems | List<ShipmentItem> | The list of shipments for this order. | [optional] |
Source | string | The source of the order. | [optional] |
Total | double | The total of the order. | [optional] |
ValidationResults | List<ValidationResult> | The validation results when the order was post processed. | [optional] |