pub struct UpdatePaymentIntentPaymentMethodOptions {Show 30 fields
pub acss_debit: Option<UpdatePaymentIntentPaymentMethodOptionsAcssDebit>,
pub affirm: Option<UpdatePaymentIntentPaymentMethodOptionsAffirm>,
pub afterpay_clearpay: Option<UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay>,
pub alipay: Option<UpdatePaymentIntentPaymentMethodOptionsAlipay>,
pub au_becs_debit: Option<UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit>,
pub bacs_debit: Option<UpdatePaymentIntentPaymentMethodOptionsBacsDebit>,
pub bancontact: Option<UpdatePaymentIntentPaymentMethodOptionsBancontact>,
pub blik: Option<UpdatePaymentIntentPaymentMethodOptionsBlik>,
pub boleto: Option<UpdatePaymentIntentPaymentMethodOptionsBoleto>,
pub card: Option<UpdatePaymentIntentPaymentMethodOptionsCard>,
pub card_present: Option<UpdatePaymentIntentPaymentMethodOptionsCardPresent>,
pub customer_balance: Option<UpdatePaymentIntentPaymentMethodOptionsCustomerBalance>,
pub eps: Option<UpdatePaymentIntentPaymentMethodOptionsEps>,
pub fpx: Option<UpdatePaymentIntentPaymentMethodOptionsFpx>,
pub giropay: Option<UpdatePaymentIntentPaymentMethodOptionsGiropay>,
pub grabpay: Option<UpdatePaymentIntentPaymentMethodOptionsGrabpay>,
pub ideal: Option<UpdatePaymentIntentPaymentMethodOptionsIdeal>,
pub interac_present: Option<UpdatePaymentIntentPaymentMethodOptionsInteracPresent>,
pub klarna: Option<UpdatePaymentIntentPaymentMethodOptionsKlarna>,
pub konbini: Option<UpdatePaymentIntentPaymentMethodOptionsKonbini>,
pub link: Option<UpdatePaymentIntentPaymentMethodOptionsLink>,
pub oxxo: Option<UpdatePaymentIntentPaymentMethodOptionsOxxo>,
pub p24: Option<UpdatePaymentIntentPaymentMethodOptionsP24>,
pub paynow: Option<UpdatePaymentIntentPaymentMethodOptionsPaynow>,
pub pix: Option<UpdatePaymentIntentPaymentMethodOptionsPix>,
pub promptpay: Option<UpdatePaymentIntentPaymentMethodOptionsPromptpay>,
pub sepa_debit: Option<UpdatePaymentIntentPaymentMethodOptionsSepaDebit>,
pub sofort: Option<UpdatePaymentIntentPaymentMethodOptionsSofort>,
pub us_bank_account: Option<UpdatePaymentIntentPaymentMethodOptionsUsBankAccount>,
pub wechat_pay: Option<UpdatePaymentIntentPaymentMethodOptionsWechatPay>,
}Fields§
§acss_debit: Option<UpdatePaymentIntentPaymentMethodOptionsAcssDebit>If this is a acss_debit PaymentMethod, this sub-hash contains details about the ACSS Debit payment method options.
affirm: Option<UpdatePaymentIntentPaymentMethodOptionsAffirm>If this is an affirm PaymentMethod, this sub-hash contains details about the Affirm payment method options.
afterpay_clearpay: Option<UpdatePaymentIntentPaymentMethodOptionsAfterpayClearpay>If this is a afterpay_clearpay PaymentMethod, this sub-hash contains details about the Afterpay Clearpay payment method options.
alipay: Option<UpdatePaymentIntentPaymentMethodOptionsAlipay>If this is a alipay PaymentMethod, this sub-hash contains details about the Alipay payment method options.
au_becs_debit: Option<UpdatePaymentIntentPaymentMethodOptionsAuBecsDebit>If this is a au_becs_debit PaymentMethod, this sub-hash contains details about the AU BECS Direct Debit payment method options.
bacs_debit: Option<UpdatePaymentIntentPaymentMethodOptionsBacsDebit>If this is a bacs_debit PaymentMethod, this sub-hash contains details about the BACS Debit payment method options.
bancontact: Option<UpdatePaymentIntentPaymentMethodOptionsBancontact>If this is a bancontact PaymentMethod, this sub-hash contains details about the Bancontact payment method options.
blik: Option<UpdatePaymentIntentPaymentMethodOptionsBlik>If this is a blik PaymentMethod, this sub-hash contains details about the BLIK payment method options.
boleto: Option<UpdatePaymentIntentPaymentMethodOptionsBoleto>If this is a boleto PaymentMethod, this sub-hash contains details about the Boleto payment method options.
card: Option<UpdatePaymentIntentPaymentMethodOptionsCard>Configuration for any card payments attempted on this PaymentIntent.
card_present: Option<UpdatePaymentIntentPaymentMethodOptionsCardPresent>If this is a card_present PaymentMethod, this sub-hash contains details about the Card Present payment method options.
customer_balance: Option<UpdatePaymentIntentPaymentMethodOptionsCustomerBalance>If this is a customer balance PaymentMethod, this sub-hash contains details about the customer balance payment method options.
eps: Option<UpdatePaymentIntentPaymentMethodOptionsEps>If this is a eps PaymentMethod, this sub-hash contains details about the EPS payment method options.
fpx: Option<UpdatePaymentIntentPaymentMethodOptionsFpx>If this is a fpx PaymentMethod, this sub-hash contains details about the FPX payment method options.
giropay: Option<UpdatePaymentIntentPaymentMethodOptionsGiropay>If this is a giropay PaymentMethod, this sub-hash contains details about the Giropay payment method options.
grabpay: Option<UpdatePaymentIntentPaymentMethodOptionsGrabpay>If this is a grabpay PaymentMethod, this sub-hash contains details about the Grabpay payment method options.
ideal: Option<UpdatePaymentIntentPaymentMethodOptionsIdeal>If this is a ideal PaymentMethod, this sub-hash contains details about the Ideal payment method options.
interac_present: Option<UpdatePaymentIntentPaymentMethodOptionsInteracPresent>If this is a interac_present PaymentMethod, this sub-hash contains details about the Card Present payment method options.
klarna: Option<UpdatePaymentIntentPaymentMethodOptionsKlarna>If this is a klarna PaymentMethod, this sub-hash contains details about the Klarna payment method options.
konbini: Option<UpdatePaymentIntentPaymentMethodOptionsKonbini>If this is a konbini PaymentMethod, this sub-hash contains details about the Konbini payment method options.
link: Option<UpdatePaymentIntentPaymentMethodOptionsLink>If this is a link PaymentMethod, this sub-hash contains details about the Link payment method options.
oxxo: Option<UpdatePaymentIntentPaymentMethodOptionsOxxo>If this is a oxxo PaymentMethod, this sub-hash contains details about the OXXO payment method options.
p24: Option<UpdatePaymentIntentPaymentMethodOptionsP24>If this is a p24 PaymentMethod, this sub-hash contains details about the Przelewy24 payment method options.
paynow: Option<UpdatePaymentIntentPaymentMethodOptionsPaynow>If this is a paynow PaymentMethod, this sub-hash contains details about the PayNow payment method options.
pix: Option<UpdatePaymentIntentPaymentMethodOptionsPix>If this is a pix PaymentMethod, this sub-hash contains details about the Pix payment method options.
promptpay: Option<UpdatePaymentIntentPaymentMethodOptionsPromptpay>If this is a promptpay PaymentMethod, this sub-hash contains details about the PromptPay payment method options.
sepa_debit: Option<UpdatePaymentIntentPaymentMethodOptionsSepaDebit>If this is a sepa_debit PaymentIntent, this sub-hash contains details about the SEPA Debit payment method options.
sofort: Option<UpdatePaymentIntentPaymentMethodOptionsSofort>If this is a sofort PaymentMethod, this sub-hash contains details about the SOFORT payment method options.
us_bank_account: Option<UpdatePaymentIntentPaymentMethodOptionsUsBankAccount>If this is a us_bank_account PaymentMethod, this sub-hash contains details about the US bank account payment method options.
wechat_pay: Option<UpdatePaymentIntentPaymentMethodOptionsWechatPay>If this is a wechat_pay PaymentMethod, this sub-hash contains details about the WeChat Pay payment method options.
Trait Implementations§
source§impl Clone for UpdatePaymentIntentPaymentMethodOptions
impl Clone for UpdatePaymentIntentPaymentMethodOptions
source§fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptions
fn clone(&self) -> UpdatePaymentIntentPaymentMethodOptions
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more