EcmpRecurrentData constructor

EcmpRecurrentData({
  1. bool register = true,
  2. EcmpRecurrentType? type,
  3. String? expiryDay,
  4. String? expiryMonth,
  5. String? expiryYear,
  6. EcmpRecurrentPeriod? period,
  7. int? interval,
  8. String? time,
  9. String? startDate,
  10. String? scheduledPaymentID,
  11. int? amount,
  12. 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,
});