The Class ChargeInstanceOverridesDto.
| 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----->