ServiceChargeTemplateTerminationDto Data Type

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

Example

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