The Class ServiceUsageChargeTemplateDto.
| 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
<ServiceUsageChargeTemplate>
<code>...</code>
<wallets>
<wallet>...</wallet>
</wallets>
<counterTemplate>...</counterTemplate>
</ServiceUsageChargeTemplate>