📚 SAP Business One SDK Help

GetTaxCodeDetermination Method
See Also 
pITaxCodeDeterminationParams

The key of the tax code determination rule to retrieve.

Description

Retrieves a tax code determination rule.

The tax code determination rule is specified by its key, which is contained in the TaxCodeDeterminationParams object passed to the method.

Syntax

Visual Basic
Public Function GetTaxCodeDetermination( _
   ByVal pITaxCodeDeterminationParams As TaxCodeDeterminationParams _
) As TaxCodeDetermination

Parameters

pITaxCodeDeterminationParams

The key of the tax code determination rule to retrieve.

See Also