productChargeInstanceDto Data Type

The Class ProductChargeInstanceDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
quantity decimal element 0/1 The quantity.
Properties inherited from chargeInstanceDto
code string attribute 1/1 The code
description string attribute 0/1 The description
id long attribute 0/1 The id.
amountWithTax decimal element 0/1 The amount with tax.
amountWithoutTax decimal element 0/1 The amount without tax.
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  
sellerCode string element 0/1 The seller code.
status string element 0/1 The status.
updatedCode string element 0/1 The updated code.
userAccountCode string element 0/1 The user account code.

Example

<p----- code="..." description="..." id="...">
  <quantity>...</quantity>
  <status>...</status>
  <amountWithTax>...</amountWithTax>
  <amountWithoutTax>...</amountWithoutTax>
  <sellerCode>...</sellerCode>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <userAccountCode>...</userAccountCode>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</p----->