Uses of Class
com.broadleafcommerce.shipping.domain.ShippingAddress.ShippingAddressBuilder
-
Uses of ShippingAddress.ShippingAddressBuilder in com.broadleafcommerce.shipping.domain
Modifier and TypeMethodDescriptionShippingAddress.ShippingAddressBuilder.addressLine1
(String addressLine1) Primary address information, typically street name and building number.ShippingAddress.ShippingAddressBuilder.addressLine2
(String addressLine2) Secondary address information, like apartment, suite, or unit number.ShippingAddress.ShippingAddressBuilder.addressLine3
(String addressLine3) Tertiary address information, typically for international addresses.ShippingAddress.builder()
The city, town or village of this address.The country for this address.The county of this address.ShippingAddress.ShippingAddressBuilder.postalCode
(String postalCode) Postal code or ZIP code for this address.ShippingAddress.ShippingAddressBuilder.stateProvinceRegion
(String stateProvinceRegion) The state, province or region of this address.