public interface FulfillmentGroupAdjustment extends Adjustment
Modifier and Type | Method and Description |
---|---|
FulfillmentGroup |
getFulfillmentGroup() |
void |
init(FulfillmentGroup fulfillmentGroup,
Offer offer,
String reason) |
Boolean |
isFutureCredit()
Future credit means that the associated adjustment will be discounted at a later time to the customer
via a credit.
|
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
void |
setFutureCredit(Boolean futureCredit)
Future credit means that the associated adjustment will be discounted at a later time to the customer
via a credit.
|
void |
setValue(Money value) |
FulfillmentGroup getFulfillmentGroup()
void init(FulfillmentGroup fulfillmentGroup, Offer offer, String reason)
void setValue(Money value)
setValue
in interface Adjustment
void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Boolean isFutureCredit()
Offer.getAdjustmentType()
for more infovoid setFutureCredit(Boolean futureCredit)
Offer.getAdjustmentType()
for more infofutureCredit
- Copyright © 2020. All rights reserved.