OrderItemProperties interface

Represents order item properties.

Properties

addressDetails

Represents shipping and return address for order item.

orderId

Id of the order to which order item belongs to.

orderItemDetails

Represents order item details.

provisioningState

Provisioning state

startTime

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

Represents order item details.

orderItemDetails: OrderItemDetails

Property Value

provisioningState

Provisioning state

provisioningState?: string

Property Value

string

startTime

Start time of order item.

startTime?: Date

Property Value

Date