Interface FixedPriceFulfillmentOption
- All Superinterfaces:
FulfillmentOption,MultiTenantCloneable<FulfillmentOption>,Serializable
- All Known Implementing Classes:
FixedPriceFulfillmentOptionImpl
Used in conjunction with the
FixedPriceFulfillmentPricingProvider to allow for a single price
for fulfilling an order (e.g. $5 shipping)- Author:
- Phillip Verheyden
-
Method Summary
Methods inherited from interface org.broadleafcommerce.core.order.domain.FulfillmentOption
getFulfillmentType, getId, getLongDescription, getName, getTaxable, getTaxCode, getUseFlatRates, setFulfillmentType, setId, setLongDescription, setName, setTaxable, setTaxCode, setUseFlatRatesMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getPrice
Money getPrice() -
setPrice
-
getCurrency
BroadleafCurrency getCurrency() -
setCurrency
-