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