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
Amount for FPX.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Amount for FPX. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-