Indicates whether or not the Contact is exempt from VAT (Value Added Tax) where it is charged

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

Syntax

C#
public bool IsVatExempt { get; set; }
Visual Basic (Declaration)
Public Property IsVatExempt As Boolean
Visual C++
public:
property bool IsVatExempt {
	bool get ();
	void set (bool value);
}

See Also