SourceMandateNotificationSepaDebitData constructor

const SourceMandateNotificationSepaDebitData({
  1. String? creditorIdentifier,
  2. String? last4,
  3. String? mandateReference,
})

SourceMandateNotificationSepaDebitData

Implementation

const SourceMandateNotificationSepaDebitData({
  this.creditorIdentifier,
  this.last4,
  this.mandateReference,
});