Package com.stripe.model
Class Balance.InstantAvailable.NetAvailable
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Balance.InstantAvailable.NetAvailable
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Balance.InstantAvailable
For more details about NetAvailable, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic 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
Net balance amount, subtracting fees from platform-set pricing.ID of the external account for this net balance (not expandable).int
hashCode()
void
Net balance amount, subtracting fees from platform-set pricing.void
setDestination
(String destination) ID of the external account for this net balance (not expandable).void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NetAvailable
public NetAvailable()
-
-
Method Details
-
getAmount
Net balance amount, subtracting fees from platform-set pricing. -
getDestination
ID of the external account for this net balance (not expandable). -
getSourceTypes
-
setAmount
Net balance amount, subtracting fees from platform-set pricing. -
setDestination
ID of the external account for this net balance (not expandable). -
setSourceTypes
-
equals
-
canEqual
-
hashCode
public int hashCode()
-