public interface PromotableOrderAdjustment extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Money |
getAdjustmentValue()
Returns the value of this adjustment
|
Offer |
getOffer()
Returns the associated promotableCandidateOrderOffer
|
PromotableOrder |
getPromotableOrder()
Returns the associated promotableOrder
|
boolean |
isCombinable()
Returns true if this adjustment represents a combinable offer.
|
boolean |
isFutureCredit()
Future credit means that the associated adjustment will be discounted at a later time to the customer
via a credit.
|
boolean |
isTotalitarian()
Returns true if this adjustment represents a totalitarian offer.
|
void |
setFutureCredit(boolean futureCredit)
Future credit means that the associated adjustment will be discounted at a later time to the customer
via a credit.
|
PromotableOrder getPromotableOrder()
Offer getOffer()
Money getAdjustmentValue()
boolean isCombinable()
boolean isTotalitarian()
boolean isFutureCredit()
Offer.getAdjustmentType() for more infovoid setFutureCredit(boolean futureCredit)
Offer.getAdjustmentType() for more infofutureCredit - Copyright © 2026. All rights reserved.