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 ShippingAddress
ShippingAddress.ShippingAddressBuilder. build()
ShippingAddress
FulfillmentPricingRequest. getFromAddress()
The address that the items will be shipped from.ShippingAddress
FulfillmentPricingRequest. 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 void
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.
-