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

Field Value

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

Remarks

This is the lowest level tax authority. For example, in the US where state, county, and city sales tax is collected this would be the city sales tax (the state sales tax would be in TaxAuthorityCode1 and the county sales tax would be in TaxAuthorityCode2). 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