Interface DiscountAmountTypeHolder

All Known Implementing Classes:
Discount, DiscountTier

public interface DiscountAmountTypeHolder
Interface to abstract whether the discount and amount come from a Discount or DiscountTier
  • Method Summary

    Modifier and Type
    Method
    Description
    The discount amount that this tier represents.
    Determines the method used to apply the discount.
  • Method Details