Package com.stripe.param
Class AccountCreateParams.Capabilities
- java.lang.Object
-
- com.stripe.param.AccountCreateParams.Capabilities
-
- Enclosing class:
- AccountCreateParams
public static class AccountCreateParams.Capabilities extends java.lang.ObjectState, county, province, or region.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountCreateParams.Capabilities.AcssDebitPaymentsstatic classAccountCreateParams.Capabilities.AfterpayClearpayPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.AuBecsDebitPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.BacsDebitPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.BancontactPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.Builderstatic classAccountCreateParams.Capabilities.CardIssuingPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.CardPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.CartesBancairesPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.EpsPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.FpxPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.GiropayPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.GrabpayPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.IdealPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.JcbPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.LegacyPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.OxxoPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.P24PaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.SepaDebitPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.SofortPaymentsPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.TaxReportingUs1099KPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.TaxReportingUs1099MiscPassing true requests the capability for the account, if it is not already requested.static classAccountCreateParams.Capabilities.TransfersPassing true requests the capability for the account, if it is not already requested.
-
Method Summary
-
-
-
Method Detail
-
builder
public static AccountCreateParams.Capabilities.Builder builder()
-
getAcssDebitPayments
public AccountCreateParams.Capabilities.AcssDebitPayments getAcssDebitPayments()
The acss_debit_payments capability.
-
getAfterpayClearpayPayments
public AccountCreateParams.Capabilities.AfterpayClearpayPayments getAfterpayClearpayPayments()
The afterpay_clearpay_payments capability.
-
getAuBecsDebitPayments
public AccountCreateParams.Capabilities.AuBecsDebitPayments getAuBecsDebitPayments()
The au_becs_debit_payments capability.
-
getBacsDebitPayments
public AccountCreateParams.Capabilities.BacsDebitPayments getBacsDebitPayments()
The bacs_debit_payments capability.
-
getBancontactPayments
public AccountCreateParams.Capabilities.BancontactPayments getBancontactPayments()
The bancontact_payments capability.
-
getCardIssuing
public AccountCreateParams.Capabilities.CardIssuing getCardIssuing()
The card_issuing capability.
-
getCardPayments
public AccountCreateParams.Capabilities.CardPayments getCardPayments()
The card_payments capability.
-
getCartesBancairesPayments
public AccountCreateParams.Capabilities.CartesBancairesPayments getCartesBancairesPayments()
The cartes_bancaires_payments capability.
-
getEpsPayments
public AccountCreateParams.Capabilities.EpsPayments getEpsPayments()
The eps_payments capability.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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.
-
getFpxPayments
public AccountCreateParams.Capabilities.FpxPayments getFpxPayments()
The fpx_payments capability.
-
getGiropayPayments
public AccountCreateParams.Capabilities.GiropayPayments getGiropayPayments()
The giropay_payments capability.
-
getGrabpayPayments
public AccountCreateParams.Capabilities.GrabpayPayments getGrabpayPayments()
The grabpay_payments capability.
-
getIdealPayments
public AccountCreateParams.Capabilities.IdealPayments getIdealPayments()
The ideal_payments capability.
-
getJcbPayments
public AccountCreateParams.Capabilities.JcbPayments getJcbPayments()
The jcb_payments capability.
-
getLegacyPayments
public AccountCreateParams.Capabilities.LegacyPayments getLegacyPayments()
The legacy_payments capability.
-
getOxxoPayments
public AccountCreateParams.Capabilities.OxxoPayments getOxxoPayments()
The oxxo_payments capability.
-
getP24Payments
public AccountCreateParams.Capabilities.P24Payments getP24Payments()
The p24_payments capability.
-
getSepaDebitPayments
public AccountCreateParams.Capabilities.SepaDebitPayments getSepaDebitPayments()
The sepa_debit_payments capability.
-
getSofortPayments
public AccountCreateParams.Capabilities.SofortPayments getSofortPayments()
The sofort_payments capability.
-
getTaxReportingUs1099K
public AccountCreateParams.Capabilities.TaxReportingUs1099K getTaxReportingUs1099K()
The tax_reporting_us_1099_k capability.
-
getTaxReportingUs1099Misc
public AccountCreateParams.Capabilities.TaxReportingUs1099Misc getTaxReportingUs1099Misc()
The tax_reporting_us_1099_misc capability.
-
getTransfers
public AccountCreateParams.Capabilities.Transfers getTransfers()
The transfers capability.
-
-