Gets the key to the Tax Authority that this Financial Entity uses for Canadian taxes. Set only if TaxType is TaxCanadian.

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

Syntax

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

See Also