ServiceUsageChargeTemplateDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
counterTemplate string
Properties inherited from BaseServiceChargeTemplateDto
code string
wallets WalletsDto

Example

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