Package com.stripe.model.v2.core
Class Account.Configuration.Merchant
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration
For more details about Merchant, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BacsDebitPayments, please refer to the API Reference.static class
For more details about Branding, please refer to the API Reference.static class
For more details about Capabilities, please refer to the API Reference.static class
For more details about CardPayments, please refer to the API Reference.static class
For more details about SepaDebitPayments, please refer to the API Reference.static class
For more details about StatementDescriptor, please refer to the API Reference.static class
For more details about Support, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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 that have been requested on the Merchant Configuration.Card payments settings.getMcc()
The merchant category code for the merchant.Settings used for SEPA debit payments.Statement descriptor.Publicly available contact information for sending support issues to.int
hashCode()
void
setApplied
(Boolean applied) Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.void
setBacsDebitPayments
(Account.Configuration.Merchant.BacsDebitPayments bacsDebitPayments) Settings used for Bacs debit payments.void
Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products.void
setCapabilities
(Account.Configuration.Merchant.Capabilities capabilities) Capabilities that have been requested on the Merchant Configuration.void
setCardPayments
(Account.Configuration.Merchant.CardPayments cardPayments) Card payments settings.void
The merchant category code for the merchant.void
setSepaDebitPayments
(Account.Configuration.Merchant.SepaDebitPayments sepaDebitPayments) Settings used for SEPA debit payments.void
setStatementDescriptor
(Account.Configuration.Merchant.StatementDescriptor statementDescriptor) Statement descriptor.void
Publicly available contact information for sending support issues to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Merchant
public Merchant()
-
-
Method Details
-
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 that have been requested on the Merchant Configuration. -
getCardPayments
Card payments settings. -
getMcc
The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide. -
getSepaDebitPayments
Settings used for SEPA debit payments. -
getStatementDescriptor
Statement descriptor. -
getSupport
Publicly available contact information for sending support issues to. -
setApplied
Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration. -
setBacsDebitPayments
public void setBacsDebitPayments(Account.Configuration.Merchant.BacsDebitPayments bacsDebitPayments) Settings used for Bacs debit payments. -
setBranding
Settings used to apply the merchant's branding to email receipts, invoices, Checkout, and other products. -
setCapabilities
Capabilities that have been requested on the Merchant Configuration. -
setCardPayments
Card payments settings. -
setMcc
The merchant category code for the merchant. MCCs are used to classify businesses based on the goods or services they provide. -
setSepaDebitPayments
public void setSepaDebitPayments(Account.Configuration.Merchant.SepaDebitPayments sepaDebitPayments) Settings used for SEPA debit payments. -
setStatementDescriptor
public void setStatementDescriptor(Account.Configuration.Merchant.StatementDescriptor statementDescriptor) Statement descriptor. -
setSupport
Publicly available contact information for sending support issues to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-