Class EsimsServiceProvidersAccountsCommunicationPlansItem
Esims Service Providers Accounts Communication Plans Item
[DataContract]
public class EsimsServiceProvidersAccountsCommunicationPlansItem
- Inheritance
-
EsimsServiceProvidersAccountsCommunicationPlansItem
- Inherited Members
Properties
AccountId
Account ID of plans to be fetched
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "accountId")]
public string AccountId { get; set; }
Property Value
Apns
Available APNs
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "apns")]
public List<EsimsServiceProvidersAccountsCommunicationPlansItemApn> Apns { get; set; }
Property Value
Name
Communication plan name
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }