BaseServiceChargeTemplateDto Data Type

Abstract Type
Subtypes
ServiceUsageChargeTemplateDto, ServiceChargeTemplateSubscriptionDto, ServiceChargeTemplateTerminationDto, ServiceChargeTemplateRecurringDto
Implemented Interfaces
Serializable
Properties
name data type description
code string
wallets WalletsDto

Example

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