Gets or sets a reference to the primary tax authority for the COrder.

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

Syntax

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

Field Value

The coded value (key) of the tax authority. For US states, for example, this might be the state code.

Remarks

This is normally the highest level tax authority. For example, in the US, this would be the state sales tax. In Canada and Australia it would be the PST (Provincial Sales Tax). For the EU it is VAT. The list of Tax Authorities for which the organization collects taxes is defined in iMIS and can be found in TaxAuthorities. The value supplied must not be more than 15 characters long and must be one of those already defined; otherwise an error is reported.

See Also