Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response.Rate
Packages that use Rate
Package
Description
-
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response that return types with arguments of type RateMethod parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response with type arguments of type Rate -
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response that return types with arguments of type RateMethod parameters in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response with type arguments of type Rate -
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service that return RateModifier and TypeMethodDescriptionDefaultShipEngineService.retrieveRate(@NonNull String rateId) ShipEngineService.retrieveRate(String rateId) Retrieve an existingRate.Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type RateModifier and TypeMethodDescriptionprotected com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponseShipEngineFulfillmentPricingProvider.convertRateToPricedResponse(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency) Convert aRateto aFulfillmentOptionPricedResponse.protected StringShipEngineFulfillmentPricingProvider.formatFulfillmentOptionDescription(@NonNull Rate rate) Build the description that users will see for thisFulfillmentOption.protected StringShipEngineFulfillmentPricingProvider.formatFulfillmentOptionName(@NonNull Rate rate) Builds the name for aFulfillmentOptionPricedResponsefrom aRate.protected InstantShipEngineFulfillmentPricingProvider.getEstimatedDeliveryDate(@NonNull Rate rate) Parse an Instant from the estimated delivery date of aRate.protected javax.money.MonetaryAmountShipEngineFulfillmentPricingProvider.getFulfillmentRate(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency) Sum the shipping, insurance, confirmation, and other amounts from the givenRate.