Class OrganizationInventoryOrdersPreviewResponseShippingShipment
Hardware shipment for this order
[DataContract]
public class OrganizationInventoryOrdersPreviewResponseShippingShipment
- Inheritance
-
OrganizationInventoryOrdersPreviewResponseShippingShipment
- Inherited Members
Constructors
OrganizationInventoryOrdersPreviewResponseShippingShipment()
public OrganizationInventoryOrdersPreviewResponseShippingShipment()
Properties
Devices
All devices contained in this shipment
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "devices")]
public List<OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice> Devices { get; set; }
Property Value
Number
Which shipment the information is for
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "number")]
public int Number { get; set; }
Property Value
ShippedAt
The date this shipment was shipped
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "shippedAt")]
public string ShippedAt { get; set; }