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) void
ShipEnginePackage.setInsuredValue
(ShipEngineCurrencyAmount insuredValue) void
CollectOnDelivery.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 TypeMethodDescriptionvoid
LabelResponse.setInsuranceCost
(ShipEngineCurrencyAmount insuranceCost) void
LabelResponse.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) void
RatesPackage.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 TypeMethodDescriptionvoid
Rate.setConfirmationAmount
(ShipEngineCurrencyAmount confirmationAmount) void
Rate.setInsuranceAmount
(ShipEngineCurrencyAmount insuranceAmount) void
Rate.setOtherAmount
(ShipEngineCurrencyAmount otherAmount) void
Rate.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 BigDecimal
ShipEngineFulfillmentPricingProvider.addIfExists
(ShipEngineCurrencyAmount addAmount, @NonNull BigDecimal total) Add the addAmount to the total if addAmount is not null