OrderItemProperties interface
Represents order item properties.
Properties
| address |
Represents shipping and return address for order item. |
| order |
Id of the order to which order item belongs to. |
| order |
Represents order item details. |
| provisioning |
Provisioning state |
| start |
Start time of order item. |
Property Details
addressDetails
Represents shipping and return address for order item.
addressDetails?: AddressDetails
Property Value
orderId
Id of the order to which order item belongs to.
orderId: string
Property Value
string
orderItemDetails
provisioningState
Provisioning state
provisioningState?: string
Property Value
string
startTime
Start time of order item.
startTime?: Date
Property Value
Date