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 ShipEngineCurrencyAmountShipEnginePackage. getInsuredValue()ShipEngineCurrencyAmountCollectOnDelivery. getPaymentAmount()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description ShipEnginePackage.ShipEnginePackageBuilderShipEnginePackage.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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmountLabelResponse. getInsuranceCost()ShipEngineCurrencyAmountLabelResponse. getShipmentCost()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.label.response with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description voidLabelResponse. 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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmountRatesPackage. getInsuredValue()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.common with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description RatesPackage.RatesPackageBuilderRatesPackage.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 ShipEngineCurrencyAmount Modifier and Type Method Description ShipEngineCurrencyAmountRate. getConfirmationAmount()ShipEngineCurrencyAmountRate. getInsuranceAmount()ShipEngineCurrencyAmountRate. getOtherAmount()ShipEngineCurrencyAmountRate. getShippingAmount()Methods in com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response with parameters of type ShipEngineCurrencyAmount Modifier and Type Method Description voidRate. 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 ShipEngineCurrencyAmount Modifier and Type Method Description protected BigDecimalShipEngineFulfillmentPricingProvider. addIfExists(ShipEngineCurrencyAmount addAmount, @NonNull BigDecimal total)Add the addAmount to the total if addAmount is not null
-