ConfirmationTokenPaymentMethodPreview constructor
const
ConfirmationTokenPaymentMethodPreview({
- PaymentMethodAcssDebit? acssDebit,
- PaymentMethodAffirm? affirm,
- PaymentMethodAfterpayClearpay? afterpayClearpay,
- PaymentFlowsPrivatePaymentMethodsAlipay? alipay,
- PaymentMethodAuBecsDebit? auBecsDebit,
- PaymentMethodBacsDebit? bacsDebit,
- PaymentMethodBancontact? bancontact,
- required BillingDetails billingDetails,
- PaymentMethodBlik? blik,
- PaymentMethodBoleto? boleto,
- PaymentMethodCard? card,
- PaymentMethodCardPresent? cardPresent,
- PaymentMethodCashapp? cashapp,
- PaymentMethodCustomerBalance? customerBalance,
- PaymentMethodEps? eps,
- PaymentMethodFpx? fpx,
- PaymentMethodGiropay? giropay,
- PaymentMethodGrabpay? grabpay,
- PaymentMethodIdeal? ideal,
- PaymentMethodInteracPresent? interacPresent,
- PaymentMethodKlarna? klarna,
- PaymentMethodKonbini? konbini,
- PaymentMethodLink? link,
- PaymentMethodMobilepay? mobilepay,
- PaymentMethodOxxo? oxxo,
- PaymentMethodP24? p24,
- PaymentMethodPaynow? paynow,
- PaymentMethodPaypal? paypal,
- PaymentMethodPix? pix,
- PaymentMethodPromptpay? promptpay,
- PaymentMethodRevolutPay? revolutPay,
- PaymentMethodSepaDebit? sepaDebit,
- PaymentMethodSofort? sofort,
- PaymentMethodSwish? swish,
- required ConfirmationTokenPaymentMethodPreviewType type,
- PaymentMethodUsBankAccount? usBankAccount,
- PaymentMethodWechatPay? wechatPay,
- PaymentMethodZip? zip,
Payment details collected by the Payment Element, used to create a PaymentMethod when a PaymentIntent or SetupIntent is confirmed with this ConfirmationToken.
Implementation
const ConfirmationTokenPaymentMethodPreview({
this.acssDebit,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
required this.billingDetails,
this.blik,
this.boleto,
this.card,
this.cardPresent,
this.cashapp,
this.customerBalance,
this.eps,
this.fpx,
this.giropay,
this.grabpay,
this.ideal,
this.interacPresent,
this.klarna,
this.konbini,
this.link,
this.mobilepay,
this.oxxo,
this.p24,
this.paynow,
this.paypal,
this.pix,
this.promptpay,
this.revolutPay,
this.sepaDebit,
this.sofort,
this.swish,
required this.type,
this.usBankAccount,
this.wechatPay,
this.zip,
});