📚 SAP Business One SDK Help

GetCashDiscount Method
See Also 
pICashDiscountParams

The key of the cash discount to retrieve.

Description

Retrieves a specific cash discount.

The cash discount is specified by its key (Code), which is contained in the CashDiscountParams object passed to the method.

Syntax

Visual Basic
Public Function GetCashDiscount( _
   ByVal pICashDiscountParams As CashDiscountParams _
) As CashDiscount

Parameters

pICashDiscountParams

The key of the cash discount to retrieve.

Return Type

The cash discount with the specified key.

Example

See Also