The Class ChargeInstanceOverrideDto.
name | data type | description |
---|---|---|
chargeInstanceCode | string | The charge instance code. |
amountWithoutTax | number | The amount without tax. |
amountWithTax | number | The amount with tax. |
description | string | The description. |
Example
{ "chargeInstanceCode" : "...", "amountWithoutTax" : 12345.0, "amountWithTax" : 12345.0, "description" : "..." }