| Package | Description |
|---|---|
| org.broadleafcommerce.core.offer.domain | |
| org.broadleafcommerce.core.offer.service.type |
| Modifier and Type | Method and Description |
|---|---|
OfferAdjustmentType |
OfferImpl.getAdjustmentType() |
OfferAdjustmentType |
Offer.getAdjustmentType()
This indicates how an Offer should be fulfilled to the customer, defaulting to order time discount.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OfferImpl.setAdjustmentType(OfferAdjustmentType adjustmentType) |
void |
Offer.setAdjustmentType(OfferAdjustmentType adjustmentType)
This indicates how an Offer should be fulfilled to the customer, defaulting to order time discount.
|
| Modifier and Type | Field and Description |
|---|---|
static OfferAdjustmentType |
OfferAdjustmentType.FUTURE_CREDIT |
static OfferAdjustmentType |
OfferAdjustmentType.ORDER_DISCOUNT |
| Modifier and Type | Method and Description |
|---|---|
static OfferAdjustmentType |
OfferAdjustmentType.getInstance(String type) |
Copyright © 2025. All rights reserved.