ServiceChargeTemplateSubscriptionDto Data Type

The Class ServiceChargeTemplateSubscriptionDto.

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" : [ "...", "..." ]
  }
}