SetupAttemptPaymentMethodDetails constructor
const
SetupAttemptPaymentMethodDetails({
- SetupAttemptPaymentMethodDetailsAcssDebit? acssDebit,
- SetupAttemptPaymentMethodDetailsAuBecsDebit? auBecsDebit,
- SetupAttemptPaymentMethodDetailsBacsDebit? bacsDebit,
- SetupAttemptPaymentMethodDetailsBancontact? bancontact,
- SetupAttemptPaymentMethodDetailsBoleto? boleto,
- SetupAttemptPaymentMethodDetailsCard? card,
- SetupAttemptPaymentMethodDetailsCardPresent? cardPresent,
- SetupAttemptPaymentMethodDetailsCashapp? cashapp,
- SetupAttemptPaymentMethodDetailsIdeal? ideal,
- SetupAttemptPaymentMethodDetailsKlarna? klarna,
- SetupAttemptPaymentMethodDetailsLink? link,
- SetupAttemptPaymentMethodDetailsPaypal? paypal,
- SetupAttemptPaymentMethodDetailsSepaDebit? sepaDebit,
- SetupAttemptPaymentMethodDetailsSofort? sofort,
- required String type,
- SetupAttemptPaymentMethodDetailsUsBankAccount? usBankAccount,
SetupAttemptPaymentMethodDetails
Implementation
const SetupAttemptPaymentMethodDetails({
this.acssDebit,
this.auBecsDebit,
this.bacsDebit,
this.bancontact,
this.boleto,
this.card,
this.cardPresent,
this.cashapp,
this.ideal,
this.klarna,
this.link,
this.paypal,
this.sepaDebit,
this.sofort,
required this.type,
this.usBankAccount,
});