-
Notifications
You must be signed in to change notification settings - Fork 2
Tax
PatrickLane edited this page Nov 17, 2014
·
3 revisions
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. |