ExternalPaymentScheduleBase constructor
ExternalPaymentScheduleBase({
- PaymentScheduleInterval? interval,
- int? intervalExecutionDay,
- DateTime? startDate,
- DateTime? endDate,
- DateTime? adjustedStartDate,
Implementation
ExternalPaymentScheduleBase({
this.interval,
this.intervalExecutionDay,
this.startDate,
this.endDate,
this.adjustedStartDate,
});