Package com.stripe.model.treasury
Class TransactionEntry.BalanceImpact
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.TransactionEntry.BalanceImpact
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- TransactionEntry
Change to a FinancialAccount's balance.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetCash()The change made to funds the user can spend right now.The change made to funds that are not spendable yet, but will become available at a later time.The change made to funds in the account, but not spendable because they are being held for pending outbound flows.inthashCode()voidThe change made to funds the user can spend right now.voidsetInboundPending(Long inboundPending) The change made to funds that are not spendable yet, but will become available at a later time.voidsetOutboundPending(Long outboundPending) The change made to funds in the account, but not spendable because they are being held for pending outbound flows.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
BalanceImpactpublic BalanceImpact()
 
- 
- 
Method Details- 
getCashThe change made to funds the user can spend right now.
- 
getInboundPendingThe change made to funds that are not spendable yet, but will become available at a later time.
- 
getOutboundPendingThe change made to funds in the account, but not spendable because they are being held for pending outbound flows.
- 
setCashThe change made to funds the user can spend right now.
- 
setInboundPendingThe change made to funds that are not spendable yet, but will become available at a later time.
- 
setOutboundPendingThe change made to funds in the account, but not spendable because they are being held for pending outbound flows.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-