MandatePaymentMethodDetails constructor

const MandatePaymentMethodDetails({
  1. MandateAcssDebit? acssDebit,
  2. MandateAuBecsDebit? auBecsDebit,
  3. MandateBacsDebit? bacsDebit,
  4. CardMandatePaymentMethodDetails? card,
  5. MandateCashapp? cashapp,
  6. MandateLink? link,
  7. MandatePaypal? paypal,
  8. MandateSepaDebit? sepaDebit,
  9. required String type,
  10. MandateUsBankAccount? usBankAccount,
})

mandate_payment_method_details

Implementation

const MandatePaymentMethodDetails({
  this.acssDebit,
  this.auBecsDebit,
  this.bacsDebit,
  this.card,
  this.cashapp,
  this.link,
  this.paypal,
  this.sepaDebit,
  required this.type,
  this.usBankAccount,
});