Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineCurrencyAmount
Package
Description
-
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Modifier and TypeMethodDescriptionShipEnginePackage.getInsuredValue()
CollectOnDelivery.getPaymentAmount()
Modifier 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
Modifier and TypeMethodDescriptionLabelResponse.getInsuranceCost()
LabelResponse.getShipmentCost()
Modifier and TypeMethodDescriptionvoid
LabelResponse.setInsuranceCost
(ShipEngineCurrencyAmount insuranceCost) void
LabelResponse.setShipmentCost
(ShipEngineCurrencyAmount shipmentCost) -
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common
Modifier 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
Modifier and TypeMethodDescriptionRate.getConfirmationAmount()
Rate.getInsuranceAmount()
Rate.getOtherAmount()
Rate.getShippingAmount()
Modifier 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
Modifier and TypeMethodDescriptionprotected BigDecimal
ShipEngineFulfillmentPricingProvider.addIfExists
(ShipEngineCurrencyAmount addAmount, @NonNull BigDecimal total) Add the addAmount to the total if addAmount is not null