Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineCurrencyAmount
Packages that use ShipEngineCurrencyAmount
Package
Description
-
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common that return ShipEngineCurrencyAmountModifier and TypeMethodDescriptionShipEnginePackage.getInsuredValue()CollectOnDelivery.getPaymentAmount()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with parameters of type ShipEngineCurrencyAmountModifier and TypeMethodDescriptionShipEnginePackage.ShipEnginePackageBuilder.insuredValue(ShipEngineCurrencyAmount insuredValue) voidShipEnginePackage.setInsuredValue(ShipEngineCurrencyAmount insuredValue) voidCollectOnDelivery.setPaymentAmount(ShipEngineCurrencyAmount paymentAmount) -
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response that return ShipEngineCurrencyAmountModifier and TypeMethodDescriptionLabelResponse.getInsuranceCost()LabelResponse.getShipmentCost()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response with parameters of type ShipEngineCurrencyAmountModifier and TypeMethodDescriptionvoidLabelResponse.setInsuranceCost(ShipEngineCurrencyAmount insuranceCost) voidLabelResponse.setShipmentCost(ShipEngineCurrencyAmount shipmentCost) -
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common that return ShipEngineCurrencyAmountMethods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common with parameters of type ShipEngineCurrencyAmountModifier and TypeMethodDescriptionRatesPackage.RatesPackageBuilder.insuredValue(ShipEngineCurrencyAmount insuredValue) voidRatesPackage.setInsuredValue(ShipEngineCurrencyAmount insuredValue) -
Uses of ShipEngineCurrencyAmount 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 ShipEngineCurrencyAmountModifier and TypeMethodDescriptionRate.getConfirmationAmount()Rate.getInsuranceAmount()Rate.getOtherAmount()Rate.getShippingAmount()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response with parameters of type ShipEngineCurrencyAmountModifier and TypeMethodDescriptionvoidRate.setConfirmationAmount(ShipEngineCurrencyAmount confirmationAmount) voidRate.setInsuranceAmount(ShipEngineCurrencyAmount insuranceAmount) voidRate.setOtherAmount(ShipEngineCurrencyAmount otherAmount) voidRate.setShippingAmount(ShipEngineCurrencyAmount shippingAmount) -
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.service with parameters of type ShipEngineCurrencyAmountModifier and TypeMethodDescriptionprotected BigDecimalShipEngineFulfillmentPricingProvider.addIfExists(ShipEngineCurrencyAmount addAmount, @NonNull BigDecimal total) Add the addAmount to the total if addAmount is not null