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