categoryInvoiceAgregateDto Data Type

Invoice category invoice aggregate DTO

Namespace
(Default)
Properties
name data type type namespace min/max occurs constraints wrapped by description
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
categoryInvoiceCode string element 1/1 required   The category invoice code
description string element 0/1     The description
discountAggregate discountInvoiceAggregateDto element 0/unbounded   discountAggregates Discount aggregates
itemNumber int element 0/1     The item number
subCategoryInvoiceAgregateDto subCategoryInvoiceAgregateDto element 1/unbounded required listSubCategoryInvoiceAgregateDto Sub category invoice aggregates
userAccountCode string element 0/1     The user account code

Example

<CategoryInvoiceAgregate>
  <categoryInvoiceCode>...</categoryInvoiceCode>
  <description>...</description>
  <userAccountCode>...</userAccountCode>
  <itemNumber>...</itemNumber>
  <amountWithoutTax>...</amountWithoutTax>
  <amountTax>...</amountTax>
  <amountWithTax>...</amountWithTax>
  <listSubCategoryInvoiceAgregateDto>
    <subCategoryInvoiceAgregateDto>
      <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>
    </subCategoryInvoiceAgregateDto>
  </listSubCategoryInvoiceAgregateDto>
  <discountAggregates>
    <discountAggregate>
      <discountPlanItemCode>...</discountPlanItemCode>
      <discountPercent>...</discountPercent>
      <itemNumber>...</itemNumber>
      <accountingCode>...</accountingCode>
      <description>...</description>
      <taxCode>...</taxCode>
      <taxPercent>...</taxPercent>
      <amountWithoutTax>...</amountWithoutTax>
      <amountTax>...</amountTax>
      <amountWithTax>...</amountWithTax>
      <invoiceSubCategoryCode>...</invoiceSubCategoryCode>
      <userAccountCode>...</userAccountCode>
      <ratedTransactions>
        <ratedTransaction/>
      </ratedTransactions>
    </discountAggregate>
  </discountAggregates>
</CategoryInvoiceAgregate>