PaymentIntentSepaDebit constructor

const PaymentIntentSepaDebit({
  1. required String iban,
})

param

If this is a `sepa_debit` PaymentMethod, this hash contains details about the SEPA debit bank account.

Implementation

const PaymentIntentSepaDebit({required this.iban});