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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCash()
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.int
hashCode()
void
The change made to funds the user can spend right now.void
setInboundPending
(Long inboundPending) The change made to funds that are not spendable yet, but will become available at a later time.void
setOutboundPending
(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.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BalanceImpact
public BalanceImpact()
-
-
Method Details
-
getCash
The change made to funds the user can spend right now. -
getInboundPending
The change made to funds that are not spendable yet, but will become available at a later time. -
getOutboundPending
The change made to funds in the account, but not spendable because they are being held for pending outbound flows. -
setCash
The change made to funds the user can spend right now. -
setInboundPending
The change made to funds that are not spendable yet, but will become available at a later time. -
setOutboundPending
The change made to funds in the account, but not spendable because they are being held for pending outbound flows. -
equals
-
canEqual
-
hashCode
public int hashCode()
-