Create an RecurringInvoice from JSON
factory RecurringInvoice.fromJson(Map<String, dynamic> json) => _$RecurringInvoiceFromJson(json);