baseServiceChargeTemplateDto Data Type

Namespace
(Default)
Abstract Type
Subtypes
serviceChargeTemplateRecurringDto, serviceChargeTemplateSubscriptionDto, serviceChargeTemplateTerminationDto, serviceUsageChargeTemplateDto
Properties
name data type type namespace min/max occurs description
code string element 0/1 Gets the code.
wallets walletsDto element 0/1 Gets the wallets.
counterTemplate string element 0/1 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.
<b----->
  <code>...</code>
  <wallets>
    <wallet>...</wallet>
  </wallets>
  <counterTemplate>...</counterTemplate>
</b----->