Package com.stripe.model
Class Account.Settings.Capital
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Capital
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Per-currency mapping of user-selected destination accounts used to pay out loans.Per-currency mapping of all destination accounts eligible to receive loan payouts.int
hashCode()
void
setPayoutDestination
(Map<String, String> payoutDestination) Per-currency mapping of user-selected destination accounts used to pay out loans.void
setPayoutDestinationSelector
(Map<String, List<String>> payoutDestinationSelector) Per-currency mapping of all destination accounts eligible to receive loan payouts.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Capital
public Capital()
-
-
Method Details
-
getPayoutDestination
Per-currency mapping of user-selected destination accounts used to pay out loans. -
getPayoutDestinationSelector
Per-currency mapping of all destination accounts eligible to receive loan payouts. -
setPayoutDestination
Per-currency mapping of user-selected destination accounts used to pay out loans. -
setPayoutDestinationSelector
Per-currency mapping of all destination accounts eligible to receive loan payouts. -
equals
-
canEqual
-
hashCode
public int hashCode()
-