| GetCashDiscount Method | |
| See Also |
- pICashDiscountParams
The key of the cash discount to retrieve.
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.
| Visual Basic |
|---|
Public Function GetCashDiscount( _
ByVal pICashDiscountParams As CashDiscountParams _
) As CashDiscount |
- pICashDiscountParams
The key of the cash discount to retrieve.
The cash discount with the specified key.