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
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-