Class Address

java.lang.Object
org.bhn.promotion.core.model.pricing.Address
All Implemented Interfaces:
Serializable

public class Address extends Object implements Serializable
Represents an address entity used in pricing, order, or other related models. This class captures the components of an address, including multiple address lines, city, state, province, zip code and country.
See Also:
  • Constructor Details

    • Address

      public Address()