org.broadleafcommerce.core.order.fulfillment.domain
Interface FixedPriceFulfillmentOption
- All Superinterfaces:
- FulfillmentOption, Serializable
- All Known Implementing Classes:
- FixedPriceFulfillmentOptionImpl
public interface FixedPriceFulfillmentOption
- extends FulfillmentOption, Serializable
Used in conjunction with the FixedPriceFulfillmentPricingProvider to allow for a single price
for fulfilling an order (e.g. $5 shipping)
- Author:
- Phillip Verheyden
- See Also:
FixedPriceFulfillmentPricingProvider}
getPrice
Money getPrice()
setPrice
void setPrice(Money price)
getCurrency
BroadleafCurrency getCurrency()
setCurrency
void setCurrency(BroadleafCurrency currency)
Copyright © 2013. All Rights Reserved.