Gets the CTaxAuthority object derived from 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 CTaxAuthority RelatedTaxAuthority2 { get; }
Visual Basic
Public ReadOnly Property RelatedTaxAuthority2 As CTaxAuthority
	Get
Visual C++
public:
property CTaxAuthority^ RelatedTaxAuthority2 {
	CTaxAuthority^ get ();
}

Remarks

If this CTaxAuthority object is related to (i.e., a subordinate of) another, this is the higher level tax. 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