MFRecurringPayment constructor
MFRecurringPayment({})
Implementation
MFRecurringPayment(
{this.recurringId,
this.recurringStatus,
this.creationDate,
this.recurringValue,
this.recurringType,
this.intervalDays,
this.executedTimes,
this.lastPayDate,
this.nextPayDate,
this.isActive,
this.recurringInvoices});