InvoicePaymentReminder constructor

InvoicePaymentReminder({
  1. String? uid,
  2. InvoicePaymentReminderStatus? status,
  3. String? message,
  4. int? relativeScheduledDays,
  5. String? sentAt,
})

Implementation

InvoicePaymentReminder(
    {this.uid,
    this.status,
    this.message,
    this.relativeScheduledDays,
    this.sentAt});