InvoiceMandateOptionsCard constructor
const
InvoiceMandateOptionsCard({
- int? amount,
- InvoiceMandateOptionsCardAmountType? amountType,
- String? description,
invoice_mandate_options_card
Implementation
const InvoiceMandateOptionsCard({
this.amount,
this.amountType,
this.description,
});