SetupAttemptPaymentMethodDetails constructor

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,
});