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 class
For more details about NetAvailable, please refer to the API Reference.static class
For 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 boolean
boolean
Balance amount.Three-letter ISO currency code, in lowercase.Breakdown of balance by destination.int
hashCode()
void
Balance amount.void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setNetAvailable
(List<Balance.InstantAvailable.NetAvailable> netAvailable) Breakdown of balance by destination.void
setSourceTypes
(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()
-