PaymentInitiationStandingOrderMetadata constructor

PaymentInitiationStandingOrderMetadata({
  1. bool? supportsStandingOrderEndDate,
  2. bool? supportsStandingOrderNegativeExecutionDays,
  3. List<PaymentScheduleInterval>? validStandingOrderIntervals,
})

Implementation

PaymentInitiationStandingOrderMetadata({
  this.supportsStandingOrderEndDate,
  this.supportsStandingOrderNegativeExecutionDays,
  this.validStandingOrderIntervals,
});