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