Package com.stripe.param
Class AccountCreateParams.Settings.BacsDebitPayments
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.BacsDebitPayments
- Enclosing class:
- AccountCreateParams.Settings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Bacs Direct Debit Display Name for this account.Map of extra parameters for custom features not available in this client library.
-
Method Details
-
builder
-
getDisplayName
The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free. -
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.
-