Gets the OTHER_AUTHORITY_1 field of the Product_Tax table.

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

Syntax

C#
public string RelatedTaxAuthorityCode1 { get; }
Visual Basic (Declaration)
Public ReadOnly Property RelatedTaxAuthorityCode1 As String
Visual C++
public:
property String^ RelatedTaxAuthorityCode1 {
	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 county tax, RelatedTaxAuthorityCode1 would represent the state tax. In Canada and Australia RelatedTaxAuthorityCode1 is PST (Provincial Sales Tax).

See Also