Class FinancialAccount.Balance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.FinancialAccount.Balance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancialAccount
For more details about Balance, 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 boolean
boolean
Balance that can be used for money movement.Balance of inbound funds that will later transition to theavailable
balance.Balance of funds that are being used for a pending outbound money movement.int
hashCode()
void
setAvailable
(Map<String, Amount> available) Balance that can be used for money movement.void
setInboundPending
(Map<String, Amount> inboundPending) Balance of inbound funds that will later transition to theavailable
balance.void
setOutboundPending
(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 theavailable
balance. -
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 theavailable
balance. -
setOutboundPending
Balance of funds that are being used for a pending outbound money movement. -
equals
-
canEqual
-
hashCode
public int hashCode()
-