Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Main strategy

Strategy name

Name

Default

Description

Discounting

Zero rate discount line

DecreaseDiscountLineValueStrategy
or
DECREASE_AMOUNT

Yes

Discounts the detail line by decreasing the total value of the detail line. If the entire detail line is outside the bundle the detail line will be zero rated.

Discounting

Create negated discount lines

CreateNegatedDiscountLineStrategy
or
CREATE_NEGATED_LINE

 

Discounts by creating a copy of the discounted detail line with an opposite sign and adding it to the rating result.

DiscountingCreate customized negated discount lineWorkflowEnabledNegateDiscountLineStrategy 

Discounts by creating a customized detail line, where amount to be discounted is set.

The customized detail line is returned from workflow invoked by the hookpoint having static key "BUNDLE.STRATEGY.DISCOUNT.NEGATE".

...