Gets the OTHER_AUTHORITY_2 field of the Product_Tax table.

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

Syntax

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

Remarks

If this CTaxAuthority object is related to (i.e., a subordinate of) another, the tax authority code of the higher level tax is stored here. For example, if this object represents a city tax, RelatedTaxAuthority1 would represent the state tax and RelatedTaxAuthority2 would represent the county tax. In Canada and Australia RelatedTaxAuthority2 is GST (Goods and Services Tax)

See Also