Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Merchant.Builder
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Merchant.Builder
- Enclosing class:
- AccountCreateParams.Configuration.Merchant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.setBacsDebitPayments(AccountCreateParams.Configuration.Merchant.BacsDebitPayments bacsDebitPayments) Settings used for Bacs debit payments.Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.Capabilities to request on the Merchant Configuration.Card payments settings.Settings specific to Konbini payments on the account.The merchant category code for the Merchant Configuration.setScriptStatementDescriptor(AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor scriptStatementDescriptor) Settings for the default text that appears on statements for language variations.setStatementDescriptor(AccountCreateParams.Configuration.Merchant.StatementDescriptor statementDescriptor) Statement descriptor.Publicly available contact information for sending support issues to.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBacsDebitPayments
public AccountCreateParams.Configuration.Merchant.Builder setBacsDebitPayments(AccountCreateParams.Configuration.Merchant.BacsDebitPayments bacsDebitPayments) Settings used for Bacs debit payments. -
setBranding
public AccountCreateParams.Configuration.Merchant.Builder setBranding(AccountCreateParams.Configuration.Merchant.Branding branding) Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products. -
setCapabilities
public AccountCreateParams.Configuration.Merchant.Builder setCapabilities(AccountCreateParams.Configuration.Merchant.Capabilities capabilities) Capabilities to request on the Merchant Configuration. -
setCardPayments
public AccountCreateParams.Configuration.Merchant.Builder setCardPayments(AccountCreateParams.Configuration.Merchant.CardPayments cardPayments) Card payments settings. -
putExtraParam
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.Configuration.Merchant.extraParamsfor the field documentation. -
putAllExtraParam
Add all map key/value pairs 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.Configuration.Merchant.extraParamsfor the field documentation. -
setKonbiniPayments
public AccountCreateParams.Configuration.Merchant.Builder setKonbiniPayments(AccountCreateParams.Configuration.Merchant.KonbiniPayments konbiniPayments) Settings specific to Konbini payments on the account. -
setMcc
The merchant category code for the Merchant Configuration. MCCs are used to classify businesses based on the goods or services they provide. -
setScriptStatementDescriptor
public AccountCreateParams.Configuration.Merchant.Builder setScriptStatementDescriptor(AccountCreateParams.Configuration.Merchant.ScriptStatementDescriptor scriptStatementDescriptor) Settings for the default text that appears on statements for language variations. -
setStatementDescriptor
public AccountCreateParams.Configuration.Merchant.Builder setStatementDescriptor(AccountCreateParams.Configuration.Merchant.StatementDescriptor statementDescriptor) Statement descriptor. -
setSupport
public AccountCreateParams.Configuration.Merchant.Builder setSupport(AccountCreateParams.Configuration.Merchant.Support support) Publicly available contact information for sending support issues to.
-