PaymentIntentSepaDebit constructor
const
PaymentIntentSepaDebit({
- 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});