Table of Contents

Class OrganizationInventoryOrdersPreviewResponseShippingPendingDevice

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

Hardware items that are pending shipment

[DataContract]
public class OrganizationInventoryOrdersPreviewResponseShippingPendingDevice
Inheritance
OrganizationInventoryOrdersPreviewResponseShippingPendingDevice
Inherited Members

Constructors

OrganizationInventoryOrdersPreviewResponseShippingPendingDevice()

public OrganizationInventoryOrdersPreviewResponseShippingPendingDevice()

Properties

Description

The description of this device

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

Property Value

string

Quantity

How many of this SKU are in this shipment

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

Property Value

int

Sku

The sku of this device

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

Property Value

string