CustomerInvoicesResponse element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<CustomerInvoicesResponse>
<actionStatus>
<status>...</status>
<errorCode>...</errorCode>
<message>...</message>
</actionStatus>
<CustomerInvoiceDtoList>
<invoiceNumber>...</invoiceNumber>
<billingAccountCode>...</billingAccountCode>
<invoiceDate>...</invoiceDate>
<dueDate>...</dueDate>
<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>
<ratedTransactions>
<requestId>...</requestId>
<usageDate>...</usageDate>
<unitAmountWithoutTax>...</unitAmountWithoutTax>
<unitAmountWithTax>...</unitAmountWithTax>
<unitAmountTax>...</unitAmountTax>
<quantity>...</quantity>
<amountWithoutTax>...</amountWithoutTax>
<amountWithTax>...</amountWithTax>
<amountTax>...</amountTax>
<code>...</code>
<description>...</description>
<unityDescription>...</unityDescription>
<doNotTriggerInvoicing>...</doNotTriggerInvoicing>
</ratedTransactions>
<ratedTransactions>
<!--...-->
</ratedTransactions>
<!--...more "ratedTransactions" elements...-->
</subCategoryInvoiceAgregates>
<subCategoryInvoiceAgregates>
<!--...-->
</subCategoryInvoiceAgregates>
<!--...more "subCategoryInvoiceAgregates" elements...-->
</CustomerInvoiceDtoList>
<CustomerInvoiceDtoList>
<!--...-->
</CustomerInvoiceDtoList>
<!--...more "CustomerInvoiceDtoList" elements...-->
</CustomerInvoicesResponse>