Gets or sets a reference to the secondary 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 TaxAuthorityCode2 { get; set; }
Visual Basic (Declaration)
Public Property TaxAuthorityCode2 As String
Visual C++
public:
property String^ TaxAuthorityCode2 {
	String^ get ();
	void set (String^ value);
}

Field Value

The coded value (key) of the tax authority. In the US, for example, this might be the county name.

Remarks

This is the second highest level tax authority. For example, in the US where both state and county sales tax is collected this would be the county sales tax (the state sales tax would be in TaxAuthorityCode1). In Canada and Australia it would be the GST (Goods and Services Tax). 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