The Class SubCategoryInvoiceAgregateDto.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| accountingCode | string | element | 0/1 | The accounting code. | |||
| amountTax | decimal | element | 0/1 | The amount tax. | |||
| amountWithTax | decimal | element | 0/1 | The amount with tax. | |||
| amountWithoutTax | decimal | element | 0/1 | The amount without tax. | |||
| description | string | element | 0/1 | The description. | |||
| invoiceSubCategoryCode | string | element | 1/1 | required | The invoice sub category code. | ||
| itemNumber | int | element | 0/1 | The item number. | |||
| |
|
|
|
|
|
|
|
| ratedTransaction | ratedTransactionDto | element | 0/unbounded | ratedTransactions | The rated transactions. | ||
| taxCode | string | element | 0/1 | The taxes code | |||
| taxPercent | decimal | element | 0/1 | The tax percent applied | |||
| userAccountCode | string | element | 0/1 | The user account code |
Example
<SubCategoryInvoiceAgregate>
<itemNumber>...</itemNumber>
<accountingCode>...</accountingCode>
<description>...</description>
<taxCode>...</taxCode>
<taxPercent>...</taxPercent>
<amountWithoutTax>...</amountWithoutTax>
<amountTax>...</amountTax>
<amountWithTax>...</amountWithTax>
<invoiceSubCategoryCode>...</invoiceSubCategoryCode>
<userAccountCode>...</userAccountCode>
<ratedTransactions>
<ratedTransaction>
<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>
<startDate>...</startDate>
<endDate>...</endDate>
<parameter1>...</parameter1>
<parameter2>...</parameter2>
<parameter3>...</parameter3>
<userAccountCode>...</userAccountCode>
<taxCode>...</taxCode>
<taxPercent>...</taxPercent>
<invoiceSubCategoryCode>...</invoiceSubCategoryCode>
<sellerCode>...</sellerCode>
<billingAccountCode>...</billingAccountCode>
</ratedTransaction>
</ratedTransactions>
</SubCategoryInvoiceAgregate>