InvoicePaymentReminder.fromJson constructor

InvoicePaymentReminder.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InvoicePaymentReminder.fromJson(Map<String, dynamic> json) =>
    _$InvoicePaymentReminderFromJson(json);