📚 SAP Business One SDK Help

GetCreditLine Method
See Also 
pICreditLineParams

The key of the credit card voucher to retrieve.

Description

Retrieves a deposit for a credit card voucher.

The credit card voucher is specified by its key, which is contained in the CreditLineParams object passed to the method.

Syntax

Visual Basic
Public Function GetCreditLine( _
   ByVal pICreditLineParams As CreditLineParams _
) As CreditLine

Parameters

pICreditLineParams

The key of the credit card voucher to retrieve.

See Also