| DeleteCashDiscount Method | |
| See Also Example |
- pICashDiscountParams
- The key of the cash discount to be deleted.
Deletes an existing 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 Sub DeleteCashDiscount( _
ByVal pICashDiscountParams As CashDiscountParams _
) |
- pICashDiscountParams
- The key of the cash discount to be deleted.
Cash discounts that have been assigned to a payment term, via the PaymentTermsTypes object, cannot be deleted.
| Deleting a cash discount (C#) | Copy Code | |
|---|---|---|
| ||