discountInvoiceAggregateDto Data Type

Discount invoice aggregate DTO

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
discountPercent decimal element 0/1 The discount percent.
discountPlanItemCode string element 0/1 The discount plan item code.
Properties inherited from subCategoryInvoiceAgregateDto
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 The invoice sub category code.
itemNumber int element 0/1 The item number.
quantity decimal element 0/1 The quantity. Deprecated in v5.2
ratedTransaction ratedTransactionDto element 0/unbounded 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

<DiscountInvoiceAggregate>
  <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>
      <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>
</DiscountInvoiceAggregate>