Package com.stripe.param
Class AccountCreateParams.Settings
java.lang.Object
com.stripe.param.AccountCreateParams.Settings
- Enclosing class:
- AccountCreateParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Add all map key/value pairs to `extraParams` map.static class
static class
A CSS hex color value representing the secondary branding color for this account.static class
The user agent of the browser from which the account representative accepted the service agreement.static class
Add all map key/value pairs to `extraParams` map.static class
The Kanji variation ofstatement_descriptor
used for charges in Japan.static class
The day of the week when available funds are paid out, specified asmonday
,tuesday
, etc. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Settings specific to Bacs Direct Debit.Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.Settings specific to the account's use of the Card Issuing product.Settings specific to card charging on the account.Map of extra parameters for custom features not available in this client library.Settings that apply across payment methods for charging on the account.Settings specific to the account's payouts.Settings specific to the account's Treasury FinancialAccounts.
-
Method Details
-
builder
-
getBacsDebitPayments
Settings specific to Bacs Direct Debit. -
getBranding
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products. -
getCardIssuing
Settings specific to the account's use of the Card Issuing product. -
getCardPayments
Settings specific to card charging on the account. -
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@SerializedName
value. 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. -
getPayments
Settings that apply across payment methods for charging on the account. -
getPayouts
Settings specific to the account's payouts. -
getTreasury
Settings specific to the account's Treasury FinancialAccounts.
-