EcmpRecurrentData constructor
EcmpRecurrentData({
- bool register = true,
- EcmpRecurrentType? type,
- String? expiryDay,
- String? expiryMonth,
- String? expiryYear,
- EcmpRecurrentPeriod? period,
- int? interval,
- String? time,
- String? startDate,
- String? scheduledPaymentID,
- int? amount,
- List<
EcmpRecurrentDataSchedule> ? schedule,
Implementation
EcmpRecurrentData({
this.register = true,
this.type,
this.expiryDay,
this.expiryMonth,
this.expiryYear,
this.period,
this.interval,
this.time,
this.startDate,
this.scheduledPaymentID,
this.amount,
this.schedule,
});