PaymentMethodDetails constructor
const
PaymentMethodDetails({
- PaymentMethodDetailsAchCreditTransfer? achCreditTransfer,
- PaymentMethodDetailsAchDebit? achDebit,
- PaymentMethodDetailsAcssDebit? acssDebit,
- PaymentMethodDetailsAffirm? affirm,
- PaymentMethodDetailsAfterpayClearpay? afterpayClearpay,
- PaymentFlowsPrivatePaymentMethodsAlipayDetails? alipay,
- PaymentMethodDetailsAuBecsDebit? auBecsDebit,
- PaymentMethodDetailsBacsDebit? bacsDebit,
- PaymentMethodDetailsBancontact? bancontact,
- PaymentMethodDetailsBlik? blik,
- PaymentMethodDetailsBoleto? boleto,
- PaymentMethodDetailsCard? card,
- PaymentMethodDetailsCardPresent? cardPresent,
- PaymentMethodDetailsCashapp? cashapp,
- PaymentMethodDetailsCustomerBalance? customerBalance,
- PaymentMethodDetailsEps? eps,
- PaymentMethodDetailsFpx? fpx,
- PaymentMethodDetailsGiropay? giropay,
- PaymentMethodDetailsGrabpay? grabpay,
- PaymentMethodDetailsIdeal? ideal,
- PaymentMethodDetailsInteracPresent? interacPresent,
- PaymentMethodDetailsKlarna? klarna,
- PaymentMethodDetailsKonbini? konbini,
- PaymentMethodDetailsLink? link,
- PaymentMethodDetailsMobilepay? mobilepay,
- PaymentMethodDetailsMultibanco? multibanco,
- PaymentMethodDetailsOxxo? oxxo,
- PaymentMethodDetailsP24? p24,
- PaymentMethodDetailsPaynow? paynow,
- PaymentMethodDetailsPaypal? paypal,
- PaymentMethodDetailsPix? pix,
- PaymentMethodDetailsPromptpay? promptpay,
- PaymentMethodDetailsRevolutPay? revolutPay,
- PaymentMethodDetailsSepaCreditTransfer? sepaCreditTransfer,
- PaymentMethodDetailsSepaDebit? sepaDebit,
- PaymentMethodDetailsSofort? sofort,
- PaymentMethodDetailsStripeAccount? stripeAccount,
- PaymentMethodDetailsSwish? swish,
- required String type,
- PaymentMethodDetailsUsBankAccount? usBankAccount,
- PaymentMethodDetailsWechat? wechat,
- PaymentMethodDetailsWechatPay? wechatPay,
- PaymentMethodDetailsZip? zip,
payment_method_details
Implementation
const PaymentMethodDetails({
this.achCreditTransfer,
this.achDebit,
this.acssDebit,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
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.multibanco,
this.oxxo,
this.p24,
this.paynow,
this.paypal,
this.pix,
this.promptpay,
this.revolutPay,
this.sepaCreditTransfer,
this.sepaDebit,
this.sofort,
this.stripeAccount,
this.swish,
required this.type,
this.usBankAccount,
this.wechat,
this.wechatPay,
this.zip,
});