chargeInstanceOverridesDto Data Type

The Class ChargeInstanceOverridesDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
chargeInstanceOverride chargeInstanceOverrideDto element 0/unbounded The charge instance override.

Example

<c----->
  <chargeInstanceOverride chargeInstanceCode="...">
    <amountWithoutTax>...</amountWithoutTax>
    <amountWithTax>...</amountWithTax>
    <description>...</description>
  </chargeInstanceOverride>
</c----->