If this country requires the Value Added Tax, this contains the Country code to use when collecting the tax.

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

Syntax

C#
public string VatCountryCode { get; }
Visual Basic
Public ReadOnly Property VatCountryCode As String
	Get
Visual C++
public:
property String^ VatCountryCode {
	String^ get ();
}

See Also