Class FinancialAccount.Balance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.Balance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
Multi-currency balance of this FinancialAccount, split by availability state. Each balance is
represented as a hash where the key is the three-letter ISO currency code, in lowercase, and
the value is the amount for that currency.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanBalance that can be used for money movement.Balance of inbound funds that will later transition to theavailablebalance.Balance of funds that are being used for a pending outbound money movement.inthashCode()voidsetAvailable(Map<String, Amount> available) Balance that can be used for money movement.voidsetInboundPending(Map<String, Amount> inboundPending) Balance of inbound funds that will later transition to theavailablebalance.voidsetOutboundPending(Map<String, Amount> outboundPending) Balance of funds that are being used for a pending outbound money movement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Balance
public Balance()
-
-
Method Details
-
getAvailable
Balance that can be used for money movement. -
getInboundPending
Balance of inbound funds that will later transition to theavailablebalance. -
getOutboundPending
Balance of funds that are being used for a pending outbound money movement. -
setAvailable
Balance that can be used for money movement. -
setInboundPending
Balance of inbound funds that will later transition to theavailablebalance. -
setOutboundPending
Balance of funds that are being used for a pending outbound money movement. -
equals
-
canEqual
-
hashCode
public int hashCode()
-