Package com.stripe.model.treasury
Class FinancialAccount.Balance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.FinancialAccount.Balance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
Balance information for the FinancialAccount.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCash()
Funds the user can spend right now.Funds not spendable yet, but will become available at a later time.Funds in the account, but not spendable because they are being held for pending outbound flows.int
hashCode()
void
Funds the user can spend right now.void
setInboundPending
(Map<String, Long> inboundPending) Funds not spendable yet, but will become available at a later time.void
setOutboundPending
(Map<String, Long> outboundPending) Funds in the account, but not spendable because they are being held for pending outbound flows.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Balance
public Balance()
-
-
Method Details
-
getCash
Funds the user can spend right now. -
getInboundPending
Funds not spendable yet, but will become available at a later time. -
getOutboundPending
Funds in the account, but not spendable because they are being held for pending outbound flows. -
setCash
Funds the user can spend right now. -
setInboundPending
Funds not spendable yet, but will become available at a later time. -
setOutboundPending
Funds in the account, but not spendable because they are being held for pending outbound flows. -
equals
-
canEqual
-
hashCode
public int hashCode()
-