| IDiscount Interface |
Namespace: CMS.Ecommerce
public interface IDiscount : ICouponCodeApplication
The IDiscount type exposes the following members.
| Name | Description | |
|---|---|---|
| AppliedCouponCode |
Applied coupon code.
| |
| DiscountName |
Gets the display name of the discount.
|
| Name | Description | |
|---|---|---|
| Apply |
Applies coupon code during order creation.
(Inherited from ICouponCodeApplication.) | |
| CalculateDiscount |
Calculates the discount value for given basePrice.
|