chargeInstanceDto Data Type

The Class ChargeInstanceDto.

Namespace
(Default)
Subtypes
productChargeInstanceDto
Properties
name data type type namespace min/max occurs wrapped by description
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 auditableFields  
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

<c----- code="..." description="..." id="...">
  <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 created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <updatedCode>...</updatedCode>
</c----->