Table of Contents

Class LicensingSubscriptionClaimSmartAccount

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

Smart Account

[DataContract]
public class LicensingSubscriptionClaimSmartAccount
Inheritance
LicensingSubscriptionClaimSmartAccount
Inherited Members

Properties

Account

Smart Account data

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "account")]
public LicensingSubscriptionClaimSmartAccountAccount Account { get; set; }

Property Value

LicensingSubscriptionClaimSmartAccountAccount

Id

Smart Account ID

[Obsolete("Removed in Meraki API v1.53")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public int Id { get; set; }

Property Value

int

Name

The name of the smart account

[Obsolete("Removed in Meraki API v1.53")]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Status

Subscription Smart Account status

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

Property Value

string