Class BalanceResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.account.BalanceResponse
All Implemented Interfaces:
Jsonable

public class BalanceResponse extends JsonableBaseObject
Response data for the AccountClient.getBalance() method.
  • Constructor Details

  • Method Details

    • getValue

      public double getValue()
      Account balance in EUR as a double.
      Returns:
      The balance in Euros.
    • isAutoReload

      public boolean isAutoReload()
      Whether balance auto-reloading is enabled.
      Returns:
      true if auto-reloading is enabled, false otherwise.
    • fromJson

      Deprecated.