Uses of Class
com.broadleafcommerce.order.common.domain.OfferRef
-
Uses of OfferRef in com.broadleafcommerce.order.common.domain
Modifier and TypeMethodDescriptionAdjustment.getOfferRef()
A reference to the offer that originated this adjustment.ProratedOfferAdjustment.getOfferRef()
TheOfferRef
for the offer where this prorated adjustment is from.Voucher.getOfferRef()
TheOfferRef
of the voucher offer.Modifier and TypeMethodDescriptionvoid
Adjustment.setOfferRef
(OfferRef offerRef) A reference to the offer that originated this adjustment.void
ProratedOfferAdjustment.setOfferRef
(OfferRef offerRef) TheOfferRef
for the offer where this prorated adjustment is from.void
Voucher.setOfferRef
(OfferRef offerRef) TheOfferRef
of the voucher offer.