Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Merchant
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Merchant
- Enclosing class:
- AccountUpdateParams.Configuration
State, county, province, or region.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Add all map key/value pairs to `extraParams` map.static class
static class
A CSS hex color value representing the secondary branding color for the merchant.static class
To request a new Capability for an account, pass true.static class
Add all map key/value pairs to `extraParams` map.static class
Default text that appears on statements for card charges outside of Japan, prefixing any dynamic statement_descriptor_suffix specified on the charge. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.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.Map of extra parameters for custom features not available in this client library.getMcc()
The merchant category code for the merchant.Statement descriptor.Publicly available contact information for sending support issues to.int
hashCode()
-
Method Details
-
builder
-
getApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
getBacsDebitPayments
Settings used for Bacs debit payments. -
getBranding
Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products. -
getCapabilities
Capabilities to request on the Merchant Configuration. -
getCardPayments
Card payments settings. -
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. -
getMcc
The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide. -
getStatementDescriptor
Statement descriptor. -
getSupport
Publicly available contact information for sending support issues to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-