Struct stripe::CreateAccountCapabilities[][src]

Fields

au_becs_debit_payments: Option<CreateAccountCapabilitiesAuBecsDebitPayments>bacs_debit_payments: Option<CreateAccountCapabilitiesBacsDebitPayments>bancontact_payments: Option<CreateAccountCapabilitiesBancontactPayments>card_issuing: Option<CreateAccountCapabilitiesCardIssuing>card_payments: Option<CreateAccountCapabilitiesCardPayments>cartes_bancaires_payments: Option<CreateAccountCapabilitiesCartesBancairesPayments>eps_payments: Option<CreateAccountCapabilitiesEpsPayments>fpx_payments: Option<CreateAccountCapabilitiesFpxPayments>giropay_payments: Option<CreateAccountCapabilitiesGiropayPayments>grabpay_payments: Option<CreateAccountCapabilitiesGrabpayPayments>ideal_payments: Option<CreateAccountCapabilitiesIdealPayments>jcb_payments: Option<CreateAccountCapabilitiesJcbPayments>legacy_payments: Option<CreateAccountCapabilitiesLegacyPayments>oxxo_payments: Option<CreateAccountCapabilitiesOxxoPayments>p24_payments: Option<CreateAccountCapabilitiesP24Payments>sepa_debit_payments: Option<CreateAccountCapabilitiesSepaDebitPayments>sofort_payments: Option<CreateAccountCapabilitiesSofortPayments>tax_reporting_us_1099_k: Option<CreateAccountCapabilitiesTaxReportingUs1099K>tax_reporting_us_1099_misc: Option<CreateAccountCapabilitiesTaxReportingUs1099Misc>transfers: Option<CreateAccountCapabilitiesTransfers>

Trait Implementations

impl Clone for CreateAccountCapabilities[src]

impl Debug for CreateAccountCapabilities[src]

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

impl Serialize for CreateAccountCapabilities[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]