Gets or sets the Country Code to use for calculating the VAT (Value Added Tax) on the order's Freight and Handling charges.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected string VatTaxCodeFreightAndHandling { get; set; }
Visual Basic
Protected Property VatTaxCodeFreightAndHandling As String
	Get
	Set
Visual C++
protected:
property String^ VatTaxCodeFreightAndHandling {
	String^ get ();
	void set (String^ value);
}

Field Value

A VAT Country Code for the EU country to which VAT should be paid on Freight and Handling charges.

Remarks

VAT Taxation rules are very complex. This code is defaulted from other settings in iMIS (customer's financial profile, product, product category). It may be overridden here but do so only with advice from an expert on VAT rules and regulations

See Also