SettingsPayoutsSchedule constructor

SettingsPayoutsSchedule({
  1. int? delayDays,
  2. String? interval,
  3. int? monthlyAnchor,
  4. String? weeklyAnchor,
})

Implementation

SettingsPayoutsSchedule(
    {this.delayDays, this.interval, this.monthlyAnchor, this.weeklyAnchor});