Table of Contents

Class OrganizationInventoryOrdersPreviewResponseShippingShipment

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

List<OrganizationInventoryOrdersPreviewResponseShippingShipmentDevice>

Number

Which shipment the information is for

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "number")]
public int Number { get; set; }

Property Value

int

ShippedAt

The date this shipment was shipped

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "shippedAt")]
public string ShippedAt { get; set; }

Property Value

string