Package com.stripe.model
Class Balance.TransitBalancesTotal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Balance.TransitBalancesTotal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Balance
For more details about TransitBalancesTotal, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Available, please refer to the API Reference.static classFor more details about Pending, 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 booleanbooleanFunds that are available for use.Funds that are pending.inthashCode()voidsetAvailable(List<Balance.TransitBalancesTotal.Available> available) Funds that are available for use.voidFunds that are pending.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TransitBalancesTotal
public TransitBalancesTotal()
-
-
Method Details