Package com.stripe.param
Class AccountUpdateParams.Settings.BacsDebitPayments.Builder
java.lang.Object
com.stripe.param.AccountUpdateParams.Settings.BacsDebitPayments.Builder
- Enclosing class:
- AccountUpdateParams.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
(EmptyParam displayName) The Bacs Direct Debit Display Name for this account.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. -
setDisplayName
public AccountUpdateParams.Settings.BacsDebitPayments.Builder setDisplayName(EmptyParam displayName) 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 AccountUpdateParams.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. SeeAccountUpdateParams.Settings.BacsDebitPayments.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Settings.BacsDebitPayments.Builder putAllExtraParam(Map<String, Object> map)
-