Class NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider
Network Cellular Gateway Esims Inventory Item Profile Servce Provider
[DataContract]
public class NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider
- Inheritance
-
NetworkCellularGatewayEsimsInventoryItemProfileServiceProvider
- Inherited Members
Properties
Name
Service Provider name
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Plans
Plans currently active on the eSIM
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "plans")]
public List<NetworkCellularGatewayEsimsInventoryItemProfileServiceProviderPlan> Plans { get; set; }