ChargeInstanceOverrideDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
chargeInstanceCode string
amountWithoutTax number
amountWithTax number
description string

Example

{
  "chargeInstanceCode" : "...",
  "amountWithoutTax" : 12345.0,
  "amountWithTax" : 12345.0,
  "description" : "..."
}