tax element
| Type: | taxDto |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
| Available Since: | Oct 11, 2013 |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<tax>
<taxId>...</taxId>
<name>...</name>
<countryTaxes>
<countryCode>...</countryCode>
<taxValue>...</taxValue>
</countryTaxes>
<countryTaxes>
<!--...-->
</countryTaxes>
<!--...more "countryTaxes" elements...-->
<providerId>...</providerId>
<currentUserId>...</currentUserId>
<requestId>...</requestId>
</tax>