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.2.0

Syntax

C#
public string VatTaxCodeFreightAndHandling { get; set; }
Visual Basic (Declaration)
Public Property VatTaxCodeFreightAndHandling As String
Visual C++
public:
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