ProductChargeTemplateMappingDto Data Type

Properties
name data type description
chargeCode string
productCode string
counterCode string
accumulatorCounterCodes array of string

Example

{
  "chargeCode" : "...",
  "productCode" : "...",
  "counterCode" : "...",
  "accumulatorCounterCodes" : [ "...", "..." ]
}