Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Order

Package version

The order details.

Hierarchy

Index

Properties

contactInformation

contactInformation: ContactDetails

The contact details.

Optional currentStatus

currentStatus: OrderStatus

Current status of the order.

Optional deliveryTrackingInfo

deliveryTrackingInfo: TrackingInfo[]

Tracking information for the package delivered to the customer whether it has an original or a replacement device. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The object name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional orderHistory

orderHistory: OrderStatus[]

List of status changes in the order. NOTE: This property will not be serialized. It can only be populated by the server.

Optional returnTrackingInfo

returnTrackingInfo: TrackingInfo[]

Tracking information for the package returned from the customer whether it has an original or a replacement device. NOTE: This property will not be serialized. It can only be populated by the server.

Optional serialNumber

serialNumber: undefined | string

Serial number of the device. NOTE: This property will not be serialized. It can only be populated by the server.

shippingAddress

shippingAddress: Address

The shipping address.

Optional type

type: undefined | string

The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc