TransferRecurringSchedule constructor

TransferRecurringSchedule({
  1. TransferScheduleIntervalUnit? intervalUnit,
  2. int? intervalCount,
  3. int? intervalExecutionDay,
  4. DateTime? startDate,
  5. DateTime? endDate,
})

Implementation

TransferRecurringSchedule({
  this.intervalUnit,
  this.intervalCount,
  this.intervalExecutionDay,
  this.startDate,
  this.endDate,
});