InvoicePaymentReminder constructor
InvoicePaymentReminder({
- String? uid,
- InvoicePaymentReminderStatus? status,
- String? message,
- int? relativeScheduledDays,
- String? sentAt,
Implementation
InvoicePaymentReminder(
{this.uid,
this.status,
this.message,
this.relativeScheduledDays,
this.sentAt});