ChargeInstanceOverridesDto Data Type

The Class ChargeInstanceOverridesDto.

Implemented Interfaces
Serializable
Properties
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" : "..."
  } ]
}