Struct stripe::AccountCapabilities[][src]

pub struct AccountCapabilities {
    pub au_becs_debit_payments: Option<CapabilityStatus>,
    pub bacs_debit_payments: Option<AccountCapabilitiesBacsDebitPayments>,
    pub bancontact_payments: Option<AccountCapabilitiesBancontactPayments>,
    pub card_issuing: Option<CapabilityStatus>,
    pub card_payments: Option<CapabilityStatus>,
    pub cartes_bancaires_payments: Option<AccountCapabilitiesCartesBancairesPayments>,
    pub eps_payments: Option<AccountCapabilitiesEpsPayments>,
    pub fpx_payments: Option<AccountCapabilitiesFpxPayments>,
    pub giropay_payments: Option<AccountCapabilitiesGiropayPayments>,
    pub grabpay_payments: Option<AccountCapabilitiesGrabpayPayments>,
    pub ideal_payments: Option<AccountCapabilitiesIdealPayments>,
    pub jcb_payments: Option<CapabilityStatus>,
    pub legacy_payments: Option<CapabilityStatus>,
    pub oxxo_payments: Option<AccountCapabilitiesOxxoPayments>,
    pub p24_payments: Option<AccountCapabilitiesP24Payments>,
    pub sepa_debit_payments: Option<AccountCapabilitiesSepaDebitPayments>,
    pub sofort_payments: Option<AccountCapabilitiesSofortPayments>,
    pub tax_reporting_us_1099_k: Option<CapabilityStatus>,
    pub tax_reporting_us_1099_misc: Option<CapabilityStatus>,
    pub transfers: Option<CapabilityStatus>,
}

Fields

au_becs_debit_payments: Option<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<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<AccountCapabilitiesBancontactPayments>

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

card_issuing: Option<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<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<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<AccountCapabilitiesEpsPayments>

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

fpx_payments: Option<AccountCapabilitiesFpxPayments>

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

giropay_payments: Option<AccountCapabilitiesGiropayPayments>

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

grabpay_payments: Option<AccountCapabilitiesGrabpayPayments>

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

ideal_payments: Option<AccountCapabilitiesIdealPayments>

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

jcb_payments: Option<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.

legacy_payments: Option<CapabilityStatus>

The status of the legacy payments capability of the account.

oxxo_payments: Option<AccountCapabilitiesOxxoPayments>

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

p24_payments: Option<AccountCapabilitiesP24Payments>

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

sepa_debit_payments: Option<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<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<CapabilityStatus>

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

tax_reporting_us_1099_misc: Option<CapabilityStatus>

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

transfers: Option<CapabilityStatus>

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

Trait Implementations

impl Clone for AccountCapabilities[src]

impl Debug for AccountCapabilities[src]

impl<'de> Deserialize<'de> for AccountCapabilities[src]

impl Serialize for AccountCapabilities[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]