Interface FixedPriceFulfillmentOption

All Superinterfaces:
FulfillmentOption, org.broadleafcommerce.common.copy.MultiTenantCloneable<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
  • Method Details

    • getPrice

      org.broadleafcommerce.common.money.Money getPrice()
    • setPrice

      void setPrice(org.broadleafcommerce.common.money.Money price)
    • getCurrency

      org.broadleafcommerce.common.currency.domain.BroadleafCurrency getCurrency()
    • setCurrency

      void setCurrency(org.broadleafcommerce.common.currency.domain.BroadleafCurrency currency)