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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Available, please refer to the API Reference.static classFor more details about InboundPending, please refer to the API Reference.static classFor more details about OutboundPending, please refer to the API Reference. -
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, FinancialAccount.Balance.Available> available) Balance that can be used for money movement.voidsetInboundPending(Map<String, FinancialAccount.Balance.InboundPending> inboundPending) Balance of inbound funds that will later transition to theavailablebalance.voidsetOutboundPending(Map<String, FinancialAccount.Balance.OutboundPending> 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
public void setOutboundPending(Map<String, FinancialAccount.Balance.OutboundPending> outboundPending) Balance of funds that are being used for a pending outbound money movement. -
equals
-
canEqual
-
hashCode
public int hashCode()
-