Struct stripe::UpdatePaymentIntentPaymentMethodOptions [−][src]
pub struct UpdatePaymentIntentPaymentMethodOptions {Show 17 fields
pub acss_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAcssDebit>>,
pub afterpay_clearpay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay>>,
pub alipay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAlipay>>,
pub au_becs_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit>>,
pub bancontact: Option<Box<UpdatePaymentIntentPaymentMethodOptionsBancontact>>,
pub boleto: Option<Box<UpdatePaymentIntentPaymentMethodOptionsBoleto>>,
pub card: Option<Box<UpdatePaymentIntentPaymentMethodOptionsCard>>,
pub card_present: Option<Box<UpdatePaymentIntentPaymentMethodOptionsCardPresent>>,
pub giropay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsGiropay>>,
pub ideal: Option<Box<UpdatePaymentIntentPaymentMethodOptionsIdeal>>,
pub interac_present: Option<Box<UpdatePaymentIntentPaymentMethodOptionsInteracPresent>>,
pub klarna: Option<Box<UpdatePaymentIntentPaymentMethodOptionsKlarna>>,
pub oxxo: Option<Box<UpdatePaymentIntentPaymentMethodOptionsOxxo>>,
pub p24: Option<Box<UpdatePaymentIntentPaymentMethodOptionsP24>>,
pub sepa_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsSepaDebit>>,
pub sofort: Option<Box<UpdatePaymentIntentPaymentMethodOptionsSofort>>,
pub wechat_pay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsWechatPay>>,
}
Fields
acss_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAcssDebit>>
afterpay_clearpay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay>>
alipay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAlipay>>
au_becs_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit>>
bancontact: Option<Box<UpdatePaymentIntentPaymentMethodOptionsBancontact>>
boleto: Option<Box<UpdatePaymentIntentPaymentMethodOptionsBoleto>>
card: Option<Box<UpdatePaymentIntentPaymentMethodOptionsCard>>
card_present: Option<Box<UpdatePaymentIntentPaymentMethodOptionsCardPresent>>
giropay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsGiropay>>
ideal: Option<Box<UpdatePaymentIntentPaymentMethodOptionsIdeal>>
interac_present: Option<Box<UpdatePaymentIntentPaymentMethodOptionsInteracPresent>>
klarna: Option<Box<UpdatePaymentIntentPaymentMethodOptionsKlarna>>
oxxo: Option<Box<UpdatePaymentIntentPaymentMethodOptionsOxxo>>
p24: Option<Box<UpdatePaymentIntentPaymentMethodOptionsP24>>
sepa_debit: Option<Box<UpdatePaymentIntentPaymentMethodOptionsSepaDebit>>
sofort: Option<Box<UpdatePaymentIntentPaymentMethodOptionsSofort>>
wechat_pay: Option<Box<UpdatePaymentIntentPaymentMethodOptionsWechatPay>>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
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