| name | data type | description |
|---|---|---|
| counterTemplate | string | |
Properties inherited from BaseServiceChargeTemplateDto |
||
| code | string | |
| wallets | WalletsDto | |
Example
{
"counterTemplate" : "...",
"code" : "...",
"wallets" : {
"wallet" : [ "...", "..." ]
}
}