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 TypeMethodDescriptionvoidFulfillmentPricingRequest.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.