Order interface
The order details.
- Extends
 
Properties
| contact | 
	The contact details.  | 
| current | 
	Current status of the order. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| delivery | 
	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.  | 
| order | 
	List of status changes in the order. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| return | 
	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.  | 
| serial | 
	Serial number of the device. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| shipment | 
	ShipmentType of the order  | 
| shipping | 
	The shipping address.  | 
| system | 
	Order configured on ASE resource NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | The object name. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		contactInformation
	 
	
		currentStatus
	 
	Current status of the order. NOTE: This property will not be serialized. It can only be populated by the server.
currentStatus?: OrderStatus
				Property Value
		deliveryTrackingInfo
	  
	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.
deliveryTrackingInfo?: TrackingInfo[]
				Property Value
		orderHistory
	 
	List of status changes in the order. NOTE: This property will not be serialized. It can only be populated by the server.
orderHistory?: OrderStatus[]
				Property Value
		returnTrackingInfo
	  
	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.
returnTrackingInfo?: TrackingInfo[]
				Property Value
		serialNumber
	 
	Serial number of the device. NOTE: This property will not be serialized. It can only be populated by the server.
serialNumber?: string
				Property Value
string
		shipmentType
	 
	ShipmentType of the order
shipmentType?: string
				Property Value
string
		shippingAddress
	 
	
		systemData
	 
	Order configured on ASE resource NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
				Property Value
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
				Property Value
string
Inherited From ARMBaseModel.type