ServiceChargeTemplateSubscriptionsDto Data Type

The Class ServiceChargeTemplateSubscriptionsDto.

Implemented Interfaces
Serializable
Properties
name data type description
serviceChargeTemplateSubscription array of ServiceChargeTemplateSubscriptionDto The service charge template subscription.

Example

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