Package com.stripe.model
Class Balance.TransitBalancesTotal.Available
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Balance.TransitBalancesTotal.Available
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Balance.TransitBalancesTotal
For more details about Available, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about SourceTypes, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanBalance amount.Three-letter ISO currency code, in lowercase.inthashCode()voidBalance amount.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Availablepublic Available()
 
- 
- 
Method Details- 
getAmountBalance amount.
- 
getCurrencyThree-letter ISO currency code, in lowercase. Must be a supported currency.
- 
getSourceTypes
- 
setAmountBalance amount.
- 
setCurrencyThree-letter ISO currency code, in lowercase. Must be a supported currency.
- 
setSourceTypes
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-