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}
| Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption |
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRates |
getPrice
Money getPrice()
setPrice
void setPrice(Money price)
getCurrency
BroadleafCurrency getCurrency()
setCurrency
void setCurrency(BroadleafCurrency currency)
Copyright © 2013. All Rights Reserved.