📚 SAP Business One SDK Help

GetPaymentBlock Method
See Also 
pIPaymentBlockParams

The key of the payment block to retrieve.

Description

Retrieves a payment block.

The payment block is specified by its key, which is contained in the PaymentBlockParams object passed to the method.

Syntax

Visual Basic
Public Function GetPaymentBlock( _
   ByVal pIPaymentBlockParams As PaymentBlockParams _
) As PaymentBlock

Parameters

pIPaymentBlockParams

The key of the payment block to retrieve.

See Also