Table of Contents

Class Balance

Namespace
Vonage.Accounts
Assembly
Vonage.dll

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

bool

Value

The current balance of the account, in EUR.

[JsonProperty("value")]
public decimal Value { get; set; }

Property Value

decimal