The Class ChargeInstanceOverrideDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| chargeInstanceCode | string | attribute | 1/1 | The charge instance code. | |
| 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. |
Example
<c----- chargeInstanceCode="..."> <amountWithoutTax>...</amountWithoutTax> <amountWithTax>...</amountWithTax> <description>...</description> </c----->