SourceMandate constructor
const
SourceMandate({
- SourceAcceptance? acceptance,
- int? amount,
- String? currency,
- SourceInterval? interval,
- SourceNotificationMethod? notificationMethod,
mandate_params
Information about a mandate possibility attached to a source object (generally for bank debits) as well as its acceptance status.
Implementation
const SourceMandate({
this.acceptance,
this.amount,
this.currency,
this.interval,
this.notificationMethod,
});