serviceChargeTemplateRecurringDto Data Type

The Class ServiceChargeTemplateRecurringDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
Properties inherited from baseServiceChargeTemplateDto
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

<s----->
  <code>...</code>
  <wallets>
    <wallet>...</wallet>
  </wallets>
  <counterTemplate>...</counterTemplate>
</s----->