Skip to content
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

Tax members

Name Type Description Constraints
Code String Get the tax code.
  • Cannot be null or empty.
  • Cannot be longer than 10 characters long.
  • Must be upper case.
Description String Get/Set the description of a tax code.
  • Cannot be null.
  • Cannot be longer than 50 characters long.
Rate Decimal Get/Set the tax rate associated with the tax code.
  • Cannot be negative.
  • Cannot be more than a 100%.
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.
      Clone this wiki locally