absoluteDiscount property

Money? absoluteDiscount
getter/setter pair

The absolute amount of money subtracted from the base plan price prorated over the phase duration that the user pays for this offer phase.

For example, if the base plan price for this region is $12 for a period of 1 year, then a $1 absolute discount for a phase of a duration of 3 months would correspond to a price of $2. The resulting price may not be smaller than the minimum price allowed for this region.

Implementation

Money? absoluteDiscount;