invoiceLine Structure
It contains all the fields of an invoice line.
Name | Description | |
---|---|---|
Quantity | The quantity, type of Double | |
RecType |
The record type, type of Integer This field has value when the line contains fees or other duties subject to VAT. Additionally, this field should have values if the line is about "Gift Card". Get a list of all record types using myDATATools.getRecType |
|
VatAmount |
It is the Math netValue * (vatCategory / 100) The vat amount, type of Double |
|
VatCategory |
The vat category, type of Integer Determines the VAT percentage of the line. Get a list of all VatCategory using myDATATools.getVatCategory |
|
deductionsAmount | The deductions amount of the line, type of Double | |
dienergia | The dienergia, type of dienergia This field determines the ship's details. Use it only when the invoice is about selling ships. | |
discountOption | The discount option, type of Boolean | |
expensesClassification | The expenses classification, type of expensesClassification | |
feesAmount |
The fees amount of the line, type of Double |
|
feesPercentCategory |
The fees percent category of the line, type of Integer Get a list of all feesPercentCategory using myDATATools.getFeesCategory |
|
fuelCode | The fuel code, type of Integer | |
incomeClassification | The income classification, type of incomeClassification | |
invoiceDetailType |
The invoice detail type, type of Integer This field has value only when the invoiceType is 1.5 (Clearance of Sales). To see how to syntax an invoice 1.5, check the example 1.5 (Clearance of Sales) Get a list of all invoiceDetailType using myDATATools.getInvoiceDetailType |
|
itemCode |
The item's Code, type of String Typically, the SKU (Stock Keeping Unit) number or an alternative internal item designation is utilised. This field has value only on invoices 1.1 [A dispatch note and invoice are enclosed], or on invoices 9.3. |
|
itemDescr |
The item description, type of String This field has value only on tax-free invoices, or on invoices 1.1 [A dispatch note and invoice are enclosed], or on invoices 9.3. |
|
lineComments | The line comments, type of String | |
lineNumber | The line number, type of Integer | |
measurementUnit |
The measurement unit, type of Integer Get a list of all measurementUnit using myDATATools.getMeasurementUnit |
|
netValue | The net value, type of Double | |
otherMeasurementTitle |
Thsi field has value only when measurementUnit=7 (Other Measurement Unit). This is a free-text field in which the "Other Measurment Unit" is described. |
|
otherQuantity |
Thsi field has value only when measurementUnit=7 (Other Measurement Unit). |
|
otherTaxesAmount | The other taxes amount of the line, type of Double | |
otherTaxesPercentCategory |
The other taxes percent category of the line, type of Integer Get a list of all otherTaxesPercentCategory using myDATATools.getOtherTaxesCategory |
|
quantity15 |
The quantity15, type of Double The Amount of Temperature 15 degrees. |
|
stampDutyAmount |
The stamp duty amount of the line, type of Double |
|
stampDutyPercentCategory |
The stamp duty percent category of the line, type of Integer Get a list of all stampDutyPercentCategory using myDATATools.getStampDutyCategory |
|
taricNo |
The item's Taric Number, type of String Typically, it is the ten-character Integrated Tariff of the European Union. This field has value only on invoices 1.1 [A dispatch note and invoice are enclosed], or on invoices 9.3. |
|
vatExemptionCategory |
This field has value when VatCategory is 7 (0,00%) The vat exemption category, type of Integer Get a list of all vatExemptionCategory using myDATATools.getVatExemptionCategory |
|
withheldAmount |
The withheld amount of the line, type of Double |
|
withheldPercentCategory |
The withheld percent category of the line, type of Integer Get a list of all withheldPercentCategory using myDATATools.getWithheldCategory |