Class OrganizationCellularGatewayEsimSwapTarget
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
CommunicationPlan
Name of the target communication plan
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "communicationPlan")]
public string CommunicationPlan { get; set; }
Property Value
RatePlan
Name of the target rate plan
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "ratePlan")]
public string RatePlan { get; set; }