Simple class representing a product price point. This class is useful
because it provides additional information beyond just the price. Since the
system calculates sales prices based on applicable price books, it is
sometimes useful to know additional information such as which price book
defined a price point, what percentage discount off the base price
this value represents, and the date range for which this price point is active.
Returns the date from which the associated price point is valid. If such a date doesn't exist, e.g. as in the
case of a continuous price point, null will be returned.
Returns the date until which the associated price point is valid. If such a date doesn't exist, e.g. as in the case
of a continuous price point, null will be returned.
Returns the price info associated with this price point. This is an
arbitrary string which a merchant can associate with a price entry. This
can be used for example, to track which back-end system the price is
derived from.
Returns the date from which the associated price point is valid. If such a date doesn't exist, e.g. as in the
case of a continuous price point, null will be returned.
Returns:
the date from which the associated price point is valid
Returns the date until which the associated price point is valid. If such a date doesn't exist, e.g. as in the case
of a continuous price point, null will be returned.
Returns:
the date to which the associated price point is valid
Returns the price info associated with this price point. This is an
arbitrary string which a merchant can associate with a price entry. This
can be used for example, to track which back-end system the price is
derived from.