Package com.stripe.model
Class Balance.InstantAvailable
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Balance.InstantAvailable
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Balance
For more details about InstantAvailable, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about NetAvailable, please refer to the API Reference.static classFor more details about SourceTypes, 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 amount.Three-letter ISO currency code, in lowercase.Breakdown of balance by destination.inthashCode()voidBalance amount.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidsetNetAvailable(List<Balance.InstantAvailable.NetAvailable> netAvailable) Breakdown of balance by destination.voidsetSourceTypes(Balance.InstantAvailable.SourceTypes sourceTypes) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InstantAvailable
public InstantAvailable()
-
-
Method Details
-
getAmount
Balance amount. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getNetAvailable
Breakdown of balance by destination. -
getSourceTypes
-
setAmount
Balance amount. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setNetAvailable
Breakdown of balance by destination. -
setSourceTypes
-
equals
-
canEqual
-
hashCode
public int hashCode()
-