Order Class
The order details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datab.models._models_py3.ARMBaseModelOrder
Constructor
Order(*, contact_information: Optional[azure.mgmt.datab.models._models_py3.ContactDetails] = None, shipping_address: Optional[azure.mgmt.datab.models._models_py3.Address] = None, shipment_type: Optional[Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.ShipmentType]] = None, **kwargs)
Parameters
- contact_information
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.ContactDetails>
The contact details.
- shipping_address
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.Address>
The shipping address.
- shipment_type
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.ShipmentType>
ShipmentType of the order. Possible values include: "NotApplicable", "ShippedToCustomer", "SelfPickup".
Variables
- id
- str
The path ID that uniquely identifies the object.
- name
- str
The object name.
- type
- str
The hierarchical type of the object.
- current_status
- <xref:azure.mgmt.databoxedge.v2020_12_01.models.OrderStatus>
Current status of the order.
- order_history
- list[<xref:azure.mgmt.databoxedge.v2020_12_01.models.OrderStatus>]
List of status changes in the order.
- serial_number
- str
Serial number of the device.
- delivery_tracking_info
- list[<xref:azure.mgmt.databoxedge.v2020_12_01.models.TrackingInfo>]
Tracking information for the package delivered to the customer whether it has an original or a replacement device.
- return_tracking_info
- list[<xref:azure.mgmt.databoxedge.v2020_12_01.models.TrackingInfo>]
Tracking information for the package returned from the customer whether it has an original or a replacement device.
Feedback
Submit and view feedback for