📚 SAP Business One SDK Help

GetCheckLine Method
See Also 
pICheckLineParams

The key of the check to retrieve.

Description

Retrieves a deposit for a received check.

The check is specified by its key, which is contained in the CheckLineParams object passed to the method.

Syntax

Visual Basic
Public Function GetCheckLine( _
   ByVal pICheckLineParams As CheckLineParams _
) As CheckLine

Parameters

pICheckLineParams

The key of the check to retrieve.

See Also