Invoice element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<Invoice>
<billingAccountCode>...</billingAccountCode>
<dueDate>...</dueDate>
<invoiceNumber>...</invoiceNumber>
<invoiceDate>...</invoiceDate>
<discount>...</discount>
<amountWithoutTax>...</amountWithoutTax>
<amountTax>...</amountTax>
<amountWithTax>...</amountWithTax>
<paymentMathod>...</paymentMathod>
<PDFpresent>...</PDFpresent>
<subCategoryInvoiceAgregates>
<type>...</type>
<itemNumber>...</itemNumber>
<accountingCode>...</accountingCode>
<description>...</description>
<taxPercent>...</taxPercent>
<quantity>...</quantity>
<discount>...</discount>
<amountWithoutTax>...</amountWithoutTax>
<amountTax>...</amountTax>
<amountWithTax>...</amountWithTax>
<invoiceSubCategoryCode>...</invoiceSubCategoryCode>
<taxesCodes>...</taxesCodes>
<taxesCodes>...</taxesCodes>
<!--...more "taxesCodes" elements...-->
<ratedTransactions>
<usageDate>...</usageDate>
<unitAmountWithoutTax>...</unitAmountWithoutTax>
<unitAmountWithTax>...</unitAmountWithTax>
<unitAmountTax>...</unitAmountTax>
<quantity>...</quantity>
<amountWithoutTax>...</amountWithoutTax>
<amountWithTax>...</amountWithTax>
<amountTax>...</amountTax>
<code>...</code>
<description>...</description>
<unityDescription>...</unityDescription>
<priceplanCode>...</priceplanCode>
<doNotTriggerInvoicing>...</doNotTriggerInvoicing>
</ratedTransactions>
<ratedTransactions>
<!--...-->
</ratedTransactions>
<!--...more "ratedTransactions" elements...-->
</subCategoryInvoiceAgregates>
<subCategoryInvoiceAgregates>
<!--...-->
</subCategoryInvoiceAgregates>
<!--...more "subCategoryInvoiceAgregates" elements...-->
</Invoice>