OBJECT
A price item in an invoice
type InvoiceItem {# Descriptiondescription: String # If the invoice item total has been manually set, this field will be true.forceTotal: Boolean # Manually set total without VAT.forcedTotal: Float id: ID # Nomname: String # Quantitéquantity: Float # Typetype: String # Prix unitaireunitPrice: Float # Taux TVAvat: Float }