The country to which the Contact should pay VAT or is exempt from VAT IsVatExempt

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

Syntax

C#
public string VatCountry { get; set; }
Visual Basic
Public Property VatCountry As String
	Get
	Set
Visual C++
public:
property String^ VatCountry {
	String^ get ();
	void set (String^ value);
}

See Also