ServiceChargeTemplateRecurringsDto Data Type

The Class ServiceChargeTemplateRecurringsDto.

Implemented Interfaces
Serializable
Properties
name data type description
serviceChargeTemplateRecurring array of ServiceChargeTemplateRecurringDto The service charge template recurring.

Example

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