Gets the CTaxAuthority object derived from the OTHER_AUTHORITY_1 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 RelatedTaxAuthority1 { get; }
Visual Basic
Public ReadOnly Property RelatedTaxAuthority1 As CTaxAuthority
	Get
Visual C++
public:
property CTaxAuthority^ RelatedTaxAuthority1 {
	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 county tax, RelatedTaxAuthority1 would represent the state tax. In Canada and Australia RelatedTaxAuthority1 is PST (Provincial Sales Tax)

See Also