Struct stripe::AccountCapabilities[][src]

pub struct AccountCapabilities {
Show 24 fields pub acss_debit_payments: Option<Box<AccountCapabilitiesAcssDebitPayments>>, pub afterpay_clearpay_payments: Option<Box<AccountCapabilitiesAfterpayClearpayPayments>>, pub au_becs_debit_payments: Option<Box<CapabilityStatus>>, pub bacs_debit_payments: Option<Box<AccountCapabilitiesBacsDebitPayments>>, pub bancontact_payments: Option<Box<AccountCapabilitiesBancontactPayments>>, pub boleto_payments: Option<Box<AccountCapabilitiesBoletoPayments>>, pub card_issuing: Option<Box<CapabilityStatus>>, pub card_payments: Option<Box<CapabilityStatus>>, pub cartes_bancaires_payments: Option<Box<AccountCapabilitiesCartesBancairesPayments>>, pub eps_payments: Option<Box<AccountCapabilitiesEpsPayments>>, pub fpx_payments: Option<Box<AccountCapabilitiesFpxPayments>>, pub giropay_payments: Option<Box<AccountCapabilitiesGiropayPayments>>, pub grabpay_payments: Option<Box<AccountCapabilitiesGrabpayPayments>>, pub ideal_payments: Option<Box<AccountCapabilitiesIdealPayments>>, pub jcb_payments: Option<Box<CapabilityStatus>>, pub klarna_payments: Option<Box<AccountCapabilitiesKlarnaPayments>>, pub legacy_payments: Option<Box<CapabilityStatus>>, pub oxxo_payments: Option<Box<AccountCapabilitiesOxxoPayments>>, pub p24_payments: Option<Box<AccountCapabilitiesP24Payments>>, pub sepa_debit_payments: Option<Box<AccountCapabilitiesSepaDebitPayments>>, pub sofort_payments: Option<Box<AccountCapabilitiesSofortPayments>>, pub tax_reporting_us_1099_k: Option<Box<CapabilityStatus>>, pub tax_reporting_us_1099_misc: Option<Box<CapabilityStatus>>, pub transfers: Option<Box<CapabilityStatus>>,
}

Fields

acss_debit_payments: Option<Box<AccountCapabilitiesAcssDebitPayments>>

The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges.

afterpay_clearpay_payments: Option<Box<AccountCapabilitiesAfterpayClearpayPayments>>

The status of the Afterpay Clearpay capability of the account, or whether the account can directly process Afterpay Clearpay charges.

au_becs_debit_payments: Option<Box<CapabilityStatus>>

The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.

bacs_debit_payments: Option<Box<AccountCapabilitiesBacsDebitPayments>>

The status of the Bacs Direct Debits payments capability of the account, or whether the account can directly process Bacs Direct Debits charges.

bancontact_payments: Option<Box<AccountCapabilitiesBancontactPayments>>

The status of the Bancontact payments capability of the account, or whether the account can directly process Bancontact charges.

boleto_payments: Option<Box<AccountCapabilitiesBoletoPayments>>

The status of the boleto payments capability of the account, or whether the account can directly process boleto charges.

card_issuing: Option<Box<CapabilityStatus>>

The status of the card issuing capability of the account, or whether you can use Issuing to distribute funds on cards.

card_payments: Option<Box<CapabilityStatus>>

The status of the card payments capability of the account, or whether the account can directly process credit and debit card charges.

cartes_bancaires_payments: Option<Box<AccountCapabilitiesCartesBancairesPayments>>

The status of the Cartes Bancaires payments capability of the account, or whether the account can directly process Cartes Bancaires card charges in EUR currency.

eps_payments: Option<Box<AccountCapabilitiesEpsPayments>>

The status of the EPS payments capability of the account, or whether the account can directly process EPS charges.

fpx_payments: Option<Box<AccountCapabilitiesFpxPayments>>

The status of the FPX payments capability of the account, or whether the account can directly process FPX charges.

giropay_payments: Option<Box<AccountCapabilitiesGiropayPayments>>

The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.

grabpay_payments: Option<Box<AccountCapabilitiesGrabpayPayments>>

The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.

ideal_payments: Option<Box<AccountCapabilitiesIdealPayments>>

The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.

jcb_payments: Option<Box<CapabilityStatus>>

The status of the JCB payments capability of the account, or whether the account (Japan only) can directly process JCB credit card charges in JPY currency.

klarna_payments: Option<Box<AccountCapabilitiesKlarnaPayments>>

The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.

legacy_payments: Option<Box<CapabilityStatus>>

The status of the legacy payments capability of the account.

oxxo_payments: Option<Box<AccountCapabilitiesOxxoPayments>>

The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.

p24_payments: Option<Box<AccountCapabilitiesP24Payments>>

The status of the P24 payments capability of the account, or whether the account can directly process P24 charges.

sepa_debit_payments: Option<Box<AccountCapabilitiesSepaDebitPayments>>

The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.

sofort_payments: Option<Box<AccountCapabilitiesSofortPayments>>

The status of the Sofort payments capability of the account, or whether the account can directly process Sofort charges.

tax_reporting_us_1099_k: Option<Box<CapabilityStatus>>

The status of the tax reporting 1099-K (US) capability of the account.

tax_reporting_us_1099_misc: Option<Box<CapabilityStatus>>

The status of the tax reporting 1099-MISC (US) capability of the account.

transfers: Option<Box<CapabilityStatus>>

The status of the transfers capability of the account, or whether your platform can transfer funds to the account.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more