Class OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice
A device contained in this shipment
[DataContract]
public class OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice
- Inheritance
-
OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice
- Inherited Members
Constructors
OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice()
public OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice()
Properties
Description
The description of this device
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "description")]
public string Description { get; set; }
Property Value
Quantity
How many of this SKU are in this shipment
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "quantity")]
public int Quantity { get; set; }
Property Value
Sku
The sku of this device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sku")]
public string Sku { get; set; }