Class WirelessBilling
Billing
[DataContract]
public class WirelessBilling
- Inheritance
-
WirelessBilling
- Inherited Members
Properties
Currency
Currency
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "currency")]
public string Currency { get; set; }
Property Value
Plans
Plans
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "plans")]
public List<WirelessBillingPlan> Plans { get; set; }