ExternalPaymentScheduleBase constructor

ExternalPaymentScheduleBase({
  1. PaymentScheduleInterval? interval,
  2. int? intervalExecutionDay,
  3. DateTime? startDate,
  4. DateTime? endDate,
  5. DateTime? adjustedStartDate,
})

Implementation

ExternalPaymentScheduleBase({
  this.interval,
  this.intervalExecutionDay,
  this.startDate,
  this.endDate,
  this.adjustedStartDate,
});