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