Package com.stripe.param
Class AccountCreateParams.Settings.CardIssuing
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.CardIssuing
- Enclosing class:
- AccountCreateParams.Settings
Add all map key/value pairs to `payoutDestinationSelector` map. A map is initialized for
the first `put/putAll` call, and subsequent calls add additional key/value pairs to the
original map. See
AccountCreateParams.Settings.Capital.payoutDestinationSelector
for the field documentation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Details on the account's acceptance of the Stripe Issuing Terms and Disclosures.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getTosAcceptance
Details on the account's acceptance of the Stripe Issuing Terms and Disclosures. -
equals
-
canEqual
-
hashCode
public int hashCode()
-