OrderProperties interface

Order properties.

Properties

contactInformation

The contact details.

currentStatus

Current status of the order.

deliveryTrackingInfo

Tracking information for the package delivered to the customer whether it has an original or a replacement device.

orderHistory

List of status changes in the order.

orderId

It specify the order resource id.

returnTrackingInfo

Tracking information for the package returned from the customer whether it has an original or a replacement device.

serialNumber

Serial number of the device.

shipmentType

ShipmentType of the order

shippingAddress

The shipping address.

Property Details

contactInformation

The contact details.

contactInformation: ContactDetails

Property Value

currentStatus

Current status of the order.

currentStatus?: OrderStatus

Property Value

deliveryTrackingInfo

Tracking information for the package delivered to the customer whether it has an original or a replacement device.

deliveryTrackingInfo?: TrackingInfo[]

Property Value

orderHistory

List of status changes in the order.

orderHistory?: OrderStatus[]

Property Value

orderId

It specify the order resource id.

orderId?: string

Property Value

string

returnTrackingInfo

Tracking information for the package returned from the customer whether it has an original or a replacement device.

returnTrackingInfo?: TrackingInfo[]

Property Value

serialNumber

Serial number of the device.

serialNumber?: string

Property Value

string

shipmentType

ShipmentType of the order

shipmentType?: string

Property Value

string

shippingAddress

The shipping address.

shippingAddress?: Address

Property Value