Given a tax authority code (key to the tax authority), returns the associated CTaxAuthority object, or NULL if the tax authority is not found

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

Syntax

C#
public CTaxAuthority GetTaxAuthority(
	string taxAuthorityCode
)
Visual Basic (Declaration)
Public Function GetTaxAuthority ( _
	taxAuthorityCode As String _
) As CTaxAuthority
Visual C++
public:
CTaxAuthority^ GetTaxAuthority(
	String^ taxAuthorityCode
)

Parameters

taxAuthorityCode
Type: System..::.String
The key to the tax authority type to find/validate

Return Value

A CTaxAuthority object with details about the tax authority, or null if the tax authority type is not found/not valid.

See Also