PaymentMethodConfigurationUpdateOptions constructor
const
PaymentMethodConfigurationUpdateOptions({
- PaymentMethodConfigurationAcssDebit? acssDebit,
- bool? active,
- PaymentMethodConfigurationAcssDebit? affirm,
- PaymentMethodConfigurationAcssDebit? afterpayClearpay,
- PaymentMethodConfigurationAcssDebit? alipay,
- PaymentMethodConfigurationAcssDebit? applePay,
- PaymentMethodConfigurationAcssDebit? applePayLater,
- PaymentMethodConfigurationAcssDebit? auBecsDebit,
- PaymentMethodConfigurationAcssDebit? bacsDebit,
- PaymentMethodConfigurationAcssDebit? bancontact,
- PaymentMethodConfigurationAcssDebit? blik,
- PaymentMethodConfigurationAcssDebit? boleto,
- PaymentMethodConfigurationAcssDebit? card,
- PaymentMethodConfigurationAcssDebit? cartesBancaires,
- PaymentMethodConfigurationAcssDebit? cashapp,
- PaymentMethodConfigurationAcssDebit? customerBalance,
- PaymentMethodConfigurationAcssDebit? eps,
- List<
String> ? expand, - PaymentMethodConfigurationAcssDebit? fpx,
- PaymentMethodConfigurationAcssDebit? giropay,
- PaymentMethodConfigurationAcssDebit? googlePay,
- PaymentMethodConfigurationAcssDebit? grabpay,
- PaymentMethodConfigurationAcssDebit? ideal,
- PaymentMethodConfigurationAcssDebit? jcb,
- PaymentMethodConfigurationAcssDebit? klarna,
- PaymentMethodConfigurationAcssDebit? konbini,
- PaymentMethodConfigurationAcssDebit? link,
- String? name,
- PaymentMethodConfigurationAcssDebit? oxxo,
- PaymentMethodConfigurationAcssDebit? p24,
- PaymentMethodConfigurationAcssDebit? paynow,
- PaymentMethodConfigurationAcssDebit? paypal,
- PaymentMethodConfigurationAcssDebit? promptpay,
- PaymentMethodConfigurationAcssDebit? revolutPay,
- PaymentMethodConfigurationAcssDebit? sepaDebit,
- PaymentMethodConfigurationAcssDebit? sofort,
- PaymentMethodConfigurationAcssDebit? usBankAccount,
- PaymentMethodConfigurationAcssDebit? wechatPay,
Implementation
const PaymentMethodConfigurationUpdateOptions({
this.acssDebit,
this.active,
this.affirm,
this.afterpayClearpay,
this.alipay,
this.applePay,
this.applePayLater,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
this.blik,
this.boleto,
this.card,
this.cartesBancaires,
this.cashapp,
this.customerBalance,
this.eps,
this.expand,
this.fpx,
this.giropay,
this.googlePay,
this.grabpay,
this.ideal,
this.jcb,
this.klarna,
this.konbini,
this.link,
this.name,
this.oxxo,
this.p24,
this.paynow,
this.paypal,
this.promptpay,
this.revolutPay,
this.sepaDebit,
this.sofort,
this.usBankAccount,
this.wechatPay,
});