AccountOptionsBalanceLimits Property |
Gets or sets the balance limits.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public IList<OutstandingBalanceLimit> BalanceLimits { get; set; }
Public Property BalanceLimits As IList(Of OutstandingBalanceLimit)
Get
Set
public:
property IList<OutstandingBalanceLimit^>^ BalanceLimits {
IList<OutstandingBalanceLimit^>^ get ();
void set (IList<OutstandingBalanceLimit^>^ value);
}
member BalanceLimits : IList<OutstandingBalanceLimit> with get, set
Property Value
Type:
IListOutstandingBalanceLimitThe balance limits.
See Also