TransferRecurringSchedule constructor
      
      TransferRecurringSchedule({ 
    
    
- TransferScheduleIntervalUnit? intervalUnit,
- int? intervalCount,
- int? intervalExecutionDay,
- DateTime? startDate,
- DateTime? endDate,
Implementation
TransferRecurringSchedule({
  this.intervalUnit,
  this.intervalCount,
  this.intervalExecutionDay,
  this.startDate,
  this.endDate,
});