Uses of Class
com.broadleafcommerce.shipping.domain.ShippingAddress
-
Packages that use ShippingAddress Package Description com.broadleafcommerce.shipping.domain -
-
Uses of ShippingAddress in com.broadleafcommerce.shipping.domain
Methods in com.broadleafcommerce.shipping.domain that return ShippingAddress Modifier and Type Method Description ShippingAddressShippingAddress.ShippingAddressBuilder. build()ShippingAddressFulfillmentPricingRequest. getFromAddress()The address that the items will be shipped from.ShippingAddressFulfillmentPricingRequest. getToAddress()The address that the items will be shipped to.Methods in com.broadleafcommerce.shipping.domain with parameters of type ShippingAddress Modifier and Type Method Description voidFulfillmentPricingRequest. setFromAddress(ShippingAddress fromAddress)The address that the items will be shipped from.voidFulfillmentPricingRequest. setToAddress(ShippingAddress toAddress)The address that the items will be shipped to.
-