Table of Contents

Class LicensingSubscriptionClaimEntitlement

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

Entitlement info

[DataContract]
public class LicensingSubscriptionClaimEntitlement
Inheritance
LicensingSubscriptionClaimEntitlement
Inherited Members

Properties

Seats

Seat distribution

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "seats")]
public LicensingSubscriptionClaimEntitlementSeats Seats { get; set; }

Property Value

LicensingSubscriptionClaimEntitlementSeats

Sku

SKU of the required product

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

Property Value

string

WebOrderLineId

Web order line ID

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

Property Value

string