BaseServiceChargeTemplateDto Data Type

Abstract Type
Subtypes
ServiceUsageChargeTemplateDto, ServiceChargeTemplateSubscriptionDto, ServiceChargeTemplateTerminationDto, ServiceChargeTemplateRecurringDto
Implemented Interfaces
Serializable
Properties
name data type description
code string Gets the code.
wallets WalletsDto Gets the wallets.
accumulatorCounterTemplates CounterTemplatesDto Gets the counters template.
counterTemplate string Gets the counter template.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "code" : "...",
  "wallets" : {
    "wallet" : [ "...", "..." ]
  },
  "accumulatorCounterTemplates" : {
    "counterTemplate" : [ "...", "..." ]
  },
  "counterTemplate" : "..."
}