MandatePaymentMethodDetails constructor
const
MandatePaymentMethodDetails({
- MandateAcssDebit? acssDebit,
- MandateAuBecsDebit? auBecsDebit,
- MandateBacsDebit? bacsDebit,
- CardMandatePaymentMethodDetails? card,
- MandateCashapp? cashapp,
- MandateLink? link,
- MandatePaypal? paypal,
- MandateSepaDebit? sepaDebit,
- required String type,
- 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,
});