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