|
This class manages the discount levels.
| • | void DeleteDiscountLevelInfo(int discountLevelId) – deletes the given discount level. |
| • | object GetAllDiscountLevelInfo() - get all discount levels |
| • | object GetDiscountLevelInfo(int discountLevelId), object GetDiscountLevelInfo(discountLevelCodeName) - returns the DiscountLevelInfo for the specified discount level. |
| • | void SetDiscountLevelInfo(object discountLevel) - updates discount level. |
|