📚 SAP Business One SDK Help

GetNatureOfAssessee Method
See Also 
pINatureOfAssesseeParams

The key of the nature of assessee to retrieve.

Description

Retrieves a nature of assessee.

The nature of assessee is specified by its key (AbsId), which is contained in the NatureOfAssesseeParams object passed to the method.

Syntax

Visual Basic
Public Function GetNatureOfAssessee( _
   ByVal pINatureOfAssesseeParams As NatureOfAssesseeParams _
) As NatureOfAssessee

Parameters

pINatureOfAssesseeParams

The key of the nature of assessee to retrieve.

Return Type

The nature of assessee with the specified key.

Example

See Also