Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Merchant.Builder
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Merchant.Builder
- Enclosing class:
- AccountUpdateParams.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.setApplied
(Boolean applied) Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.setBacsDebitPayments
(AccountUpdateParams.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.setMcc
(EmptyParam mcc) The merchant category code for the merchant.The merchant category code for the merchant.setStatementDescriptor
(AccountUpdateParams.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. -
setApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
setBacsDebitPayments
public AccountUpdateParams.Configuration.Merchant.Builder setBacsDebitPayments(AccountUpdateParams.Configuration.Merchant.BacsDebitPayments bacsDebitPayments) Settings used for Bacs debit payments. -
setBranding
public AccountUpdateParams.Configuration.Merchant.Builder setBranding(AccountUpdateParams.Configuration.Merchant.Branding branding) Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products. -
setCapabilities
public AccountUpdateParams.Configuration.Merchant.Builder setCapabilities(AccountUpdateParams.Configuration.Merchant.Capabilities capabilities) Capabilities to request on the Merchant Configuration. -
setCardPayments
public AccountUpdateParams.Configuration.Merchant.Builder setCardPayments(AccountUpdateParams.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. SeeAccountUpdateParams.Configuration.Merchant.extraParams
for 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. SeeAccountUpdateParams.Configuration.Merchant.extraParams
for the field documentation. -
setMcc
The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide. -
setMcc
The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide. -
setStatementDescriptor
public AccountUpdateParams.Configuration.Merchant.Builder setStatementDescriptor(AccountUpdateParams.Configuration.Merchant.StatementDescriptor statementDescriptor) Statement descriptor. -
setSupport
public AccountUpdateParams.Configuration.Merchant.Builder setSupport(AccountUpdateParams.Configuration.Merchant.Support support) Publicly available contact information for sending support issues to.
-