📚 SAP Business One SDK Help

Get Method
See Also 
pIPaymentWizardParams

The key of the payment wizard to retrieve.

Description

Retrieves a payment wizard.

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

Syntax

Visual Basic
Public Function Get( _
   ByVal pIPaymentWizardParams As PaymentWizardParams _
) As PaymentWizard

Parameters

pIPaymentWizardParams

The key of the payment wizard to retrieve.

See Also