Uses of Class
com.broadleafcommerce.shipping.domain.ShippingAddress
-
Uses of ShippingAddress in com.broadleafcommerce.shipping.domain
Modifier 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.Modifier 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.