Table of Contents

Class OrganizationCellularGatewayEsimSwapTarget

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

Esims Swap Target

[DataContract]
public class OrganizationCellularGatewayEsimSwapTarget
Inheritance
OrganizationCellularGatewayEsimSwapTarget
Inherited Members

Properties

AccountId

ID of the target account; can be the account currently tied to the eSIM

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accountId")]
public string AccountId { get; set; }

Property Value

string

CommunicationPlan

Name of the target communication plan

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "communicationPlan")]
public string CommunicationPlan { get; set; }

Property Value

string

RatePlan

Name of the target rate plan

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ratePlan")]
public string RatePlan { get; set; }

Property Value

string