Uses of Class
com.broadleafcommerce.shipping.domain.ShippingAddress
Packages that use ShippingAddress
-
Uses of ShippingAddress in com.broadleafcommerce.shipping.domain
Methods in com.broadleafcommerce.shipping.domain that return ShippingAddressModifier and TypeMethodDescriptionShippingAddress.ShippingAddressBuilder.build()
FulfillmentPricingRequest.getFromAddress()
The address that the items will be shipped from.FulfillmentPricingRequest.getToAddress()
The address that the items will be shipped to.Methods in com.broadleafcommerce.shipping.domain with parameters of type ShippingAddressModifier and TypeMethodDescriptionvoid
FulfillmentPricingRequest.setFromAddress
(ShippingAddress fromAddress) The address that the items will be shipped from.void
FulfillmentPricingRequest.setToAddress
(ShippingAddress toAddress) The address that the items will be shipped to.