public class JVultrAccountInfo
extends java.lang.Object
| Constructor and Description |
|---|
JVultrAccountInfo(com.google.gson.JsonObject value)
DON'T USE THIS CONSTRUCTOR !
|
| Modifier and Type | Method and Description |
|---|---|
float |
getBalance()
Get current account balance
|
java.util.Date |
getLastPayment()
Get last payment date
|
float |
getLastPaymentAmount()
Get last payment amount
|
float |
getPendingCharges()
Get current account pending charges
|
java.lang.String |
toString() |
public JVultrAccountInfo(com.google.gson.JsonObject value)
value - the JsonObject representing this objectpublic float getBalance()
public float getPendingCharges()
public java.util.Date getLastPayment()
public float getLastPaymentAmount()
public java.lang.String toString()
toString in class java.lang.Object