Uses of Class
com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineCurrencyAmount
-
-
Uses of ShipEngineCurrencyAmount in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common that return ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmount
ShipEnginePackage. getInsuredValue()
ShipEngineCurrencyAmount
CollectOnDelivery. getPaymentAmount()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description ShipEnginePackage.ShipEnginePackageBuilder
ShipEnginePackage.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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmount
LabelResponse. getInsuranceCost()
ShipEngineCurrencyAmount
LabelResponse. getShipmentCost()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description void
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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmount
RatesPackage. getInsuredValue()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description RatesPackage.RatesPackageBuilder
RatesPackage.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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmount
Rate. getConfirmationAmount()
ShipEngineCurrencyAmount
Rate. getInsuranceAmount()
ShipEngineCurrencyAmount
Rate. getOtherAmount()
ShipEngineCurrencyAmount
Rate. getShippingAmount()
Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description void
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 ShipEngineCurrencyAmount Modifier and Type Method Description protected BigDecimal
ShipEngineFulfillmentPricingProvider. addIfExists(ShipEngineCurrencyAmount addAmount, @NonNull BigDecimal total)
Add the addAmount to the total if addAmount is not null
-