AddCashDiscount | Adds a cash discount. |
DeleteCashDiscount | 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. |
GetCashDiscount | 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. |
GetCashDiscountList | Retrieves the keys and names of all the cash discounts. |
GetDataInterface | Creates an empty data structure for use with the CashDiscountsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateCashDiscount | Updates an existing cash discount.
The data for the cash discount, including the key of the cash discount to be updated, is contained in the CashDiscount passed to the method. To update a cash discount, you must first retrieve it using the GetCashDiscount method. |