PaymentMethodCreateOptions constructor
const
PaymentMethodCreateOptions({
- PaymentIntentAcssDebit? acssDebit,
- Object? affirm,
- Object? afterpayClearpay,
- Object? alipay,
- PaymentIntentAuBecsDebit? auBecsDebit,
- PaymentIntentBacsDebit? bacsDebit,
- Object? bancontact,
- PaymentIntentBillingDetails? billingDetails,
- Object? blik,
- PaymentMethodDetailsBoleto? boleto,
- PaymentMethodCard? card,
- Object? cashapp,
- String? customer,
- Object? customerBalance,
- PaymentIntentEps? eps,
- List<
String> ? expand, - PaymentIntentFpx? fpx,
- Object? giropay,
- Object? grabpay,
- PaymentIntentIdeal? ideal,
- Object? interacPresent,
- PaymentIntentKlarna? klarna,
- Object? konbini,
- Object? link,
- Map<
String, String> ? metadata, - Object? mobilepay,
- Object? oxxo,
- PaymentIntentP24? p24,
- String? paymentMethod,
- Object? paynow,
- Object? paypal,
- Object? pix,
- Object? promptpay,
- RadarRadarOptions? radarOptions,
- Object? revolutPay,
- PaymentIntentSepaDebit? sepaDebit,
- PaymentIntentSofort? sofort,
- Object? swish,
- PaymentMethodsType? type,
- PaymentIntentUsBankAccount? usBankAccount,
- Object? wechatPay,
- Object? zip,
Implementation
const PaymentMethodCreateOptions({
this.acssDebit,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
this.billingDetails,
this.blik,
this.boleto,
this.card,
this.cashapp,
this.customer,
this.customerBalance,
this.eps,
this.expand,
this.fpx,
this.giropay,
this.grabpay,
this.ideal,
this.interacPresent,
this.klarna,
this.konbini,
this.link,
this.metadata,
this.mobilepay,
this.oxxo,
this.p24,
this.paymentMethod,
this.paynow,
this.paypal,
this.pix,
this.promptpay,
this.radarOptions,
this.revolutPay,
this.sepaDebit,
this.sofort,
this.swish,
this.type,
this.usBankAccount,
this.wechatPay,
this.zip,
});