Class Balance
Represents the balance information for a Vonage account.
public class Balance
- Inheritance
-
Balance
- Inherited Members
Properties
AutoReload
Indicates whether the account has auto-reload enabled. When enabled, the account is automatically topped up when the balance falls below a configured threshold.
[JsonProperty("autoReload")]
public bool AutoReload { get; set; }
Property Value
Value
The current balance of the account, in EUR.
[JsonProperty("value")]
public decimal Value { get; set; }