ServiceChargeTemplateRecurringDto Data Type

The Class ServiceChargeTemplateRecurringDto.

Implemented Interfaces
Serializable
Properties
name data type description
code string The code.
wallets WalletsDto The wallets.
counterTemplate string The counter template.
accumulatorCounterTemplates CounterTemplatesDto The counters templates.

Example

{
  "code" : "...",
  "wallets" : {
    "wallet" : [ "...", "..." ]
  },
  "accumulatorCounterTemplates" : {
    "counterTemplate" : [ "...", "..." ]
  }
}