Class Account.Balance.CashBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Account.Balance.CashBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Account.Balance
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CashBalance
public CashBalance()
-
-
Method Details
-
getAvailable
The funds available to the account holder. Typically this is the current balance less any holds.Each key is a three-letter ISO currency code, in lowercase.
Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.
-
setAvailable
The funds available to the account holder. Typically this is the current balance less any holds.Each key is a three-letter ISO currency code, in lowercase.
Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder.
-
equals
-
canEqual
-
hashCode
public int hashCode()
-