SourceMandateNotification constructor
const
SourceMandateNotification({
- SourceMandateNotificationAcssDebitData? acssDebit,
- int? amount,
- SourceMandateNotificationBacsDebitData? bacsDebit,
- required DateTime created,
- required String id,
- required bool livemode,
- required String reason,
- SourceMandateNotificationSepaDebitData? sepaDebit,
- required Source source,
- required String status,
- required String type,
SourceMandateNotification
Source mandate notifications should be created when a notification related to a source mandate must be sent to the payer. They will trigger a webhook or deliver an email to the customer.
Implementation
const SourceMandateNotification({
this.acssDebit,
this.amount,
this.bacsDebit,
required this.created,
required this.id,
required this.livemode,
required this.reason,
this.sepaDebit,
required this.source,
required this.status,
required this.type,
});