Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response.Rate
Package
Description
-
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.estimate.response
-
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response
-
Uses of Rate in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Modifier and TypeMethodDescriptionDefaultShipEngineService.retrieveRate
(@NonNull String rateId) ShipEngineService.retrieveRate
(String rateId) Retrieve an existingRate
.Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.shipping.domain.FulfillmentOptionPricedResponse
ShipEngineFulfillmentPricingProvider.convertRateToPricedResponse
(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency) Convert aRate
to aFulfillmentOptionPricedResponse
.protected String
ShipEngineFulfillmentPricingProvider.formatFulfillmentOptionDescription
(@NonNull Rate rate) Build the description that users will see for thisFulfillmentOption
.protected String
ShipEngineFulfillmentPricingProvider.formatFulfillmentOptionName
(@NonNull Rate rate) Builds the name for aFulfillmentOptionPricedResponse
from aRate
.protected Instant
ShipEngineFulfillmentPricingProvider.getEstimatedDeliveryDate
(@NonNull Rate rate) Parse an Instant from the estimated delivery date of aRate
.protected javax.money.MonetaryAmount
ShipEngineFulfillmentPricingProvider.getFulfillmentRate
(@NonNull Rate rate, @NonNull javax.money.CurrencyUnit currency) Sum the shipping, insurance, confirmation, and other amounts from the givenRate
.