Click or drag to resize
IConditionalDiscount Methods

The IConditionalDiscount type exposes the following members.

Methods
  NameDescription
Public methodApplyTogetherWith
Returns true if this discount is to be applied on the same base as the given discount. False indicates that discounts are to be applied one after another.
(Inherited from IItemDiscount.)
Public methodCalculateUnitDiscount
Calculates discount based on basePrice for given shopping cart item.
(Inherited from IItemDiscount.)
Top
See Also