Tax - accountsIQ/API-Wiki GitHub Wiki
Tax codes are associated with a tax rate which is applied to the net amount of a transaction to obtain the VAT amount and gross amount.
Tax members
| Name | Type | Description | Constraints |
|---|---|---|---|
| Code | String | Get the tax code. |
|
| Description | String | Get/Set the description of a tax code. |
|
| Rate | Decimal | Get/Set the tax rate associated with the tax code. |
|
| EuropeanCommunitySales | Boolean | Get/Set the flag indicating that the tax code is used on european community sales only. This flag is used during the VAT return procedure to calculate INTRASTATs. |
|
| EuropeanCommunityPurchases | Boolean | Get/Set the flag indicating that the tax code is used on european community purchases only. This flag is used during the VAT return procedure to calculate INTRASTATs. |