Package com.vonage.client.account
Class BalanceResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.account.BalanceResponse
- All Implemented Interfaces:
Jsonable
Response data for the
AccountClient.getBalance() method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BalanceResponseDeprecated.doublegetValue()Account balance in EUR as a double.booleanWhether balance auto-reloading is enabled.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
BalanceResponse
protected BalanceResponse()
-
-
Method Details
-
getValue
Account balance in EUR as a double.- Returns:
- The balance in Euros.
-
isAutoReload
Whether balance auto-reloading is enabled.- Returns:
trueif auto-reloading is enabled,falseotherwise.
-
fromJson
Deprecated.
-