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