The Class ChargeInstanceOverridesDto.
name | data type | description |
---|---|---|
chargeInstanceOverride | array of ChargeInstanceOverrideDto | The charge instance override. |
Example
{ "chargeInstanceOverride" : [ { "chargeInstanceCode" : "...", "amountWithoutTax" : 12345.0, "amountWithTax" : 12345.0, "description" : "..." }, { "chargeInstanceCode" : "...", "amountWithoutTax" : 12345.0, "amountWithTax" : 12345.0, "description" : "..." } ] }