Order Class

The order details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databoxedge.v2019_07_01.models._models_py3.ARMBaseModel
Order

Constructor

Order(*, contact_information: Optional[azure.mgmt.databoxedge.v2019_07_01.models._models_py3.ContactDetails] = None, shipping_address: Optional[azure.mgmt.databoxedge.v2019_07_01.models._models_py3.Address] = None, current_status: Optional[azure.mgmt.databoxedge.v2019_07_01.models._models_py3.OrderStatus] = None, **kwargs)

Parameters

contact_information
ContactDetails
Required

The contact details.

shipping_address
Address
Required

The shipping address.

current_status
OrderStatus
Required

Current status of the order.

Variables

id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

order_history
list[OrderStatus]

List of status changes in the order.

serial_number
str

Serial number of the device.

delivery_tracking_info
list[TrackingInfo]

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

return_tracking_info
list[TrackingInfo]

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