Package com.stripe.param
Class AccountCreateParams.Settings.BacsDebitPayments.Builder
java.lang.Object
com.stripe.param.AccountCreateParams.Settings.BacsDebitPayments.Builder
- Enclosing class:
- AccountCreateParams.Settings.BacsDebitPayments
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setDisplayName
(String displayName) The Bacs Direct Debit Display Name for this account.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDisplayName
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. -
putExtraParam
public AccountCreateParams.Settings.BacsDebitPayments.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountCreateParams.Settings.BacsDebitPayments.extraParams
for the field documentation. -
putAllExtraParam
public AccountCreateParams.Settings.BacsDebitPayments.Builder putAllExtraParam(Map<String, Object> map)
-