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 SummaryNested 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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
TransitBalancesTotalpublic TransitBalancesTotal()
 
- 
- 
Method Details