Class AddressInformationV2


  • public class AddressInformationV2
    extends Object
    AddressInformationV2
    • Constructor Detail

      • AddressInformationV2

        public AddressInformationV2()
    • Method Detail

      • getAddress1

        public String getAddress1()
        First Line of the address. Maximum length: 100 characters.
        Returns:
        address1
      • setAddress1

        public void setAddress1​(String address1)
      • getAddress2

        public String getAddress2()
        Second Line of the address. Maximum length: 100 characters.
        Returns:
        address2
      • setAddress2

        public void setAddress2​(String address2)
      • getCity

        public String getCity()
        Returns:
        city
      • setCity

        public void setCity​(String city)
      • getCountry

        public String getCountry()
        Specifies the country associated with the address.
        Returns:
        country
      • setCountry

        public void setCountry​(String country)
      • getFax

        public String getFax()
        Returns:
        fax
      • setFax

        public void setFax​(String fax)
      • getPhone

        public String getPhone()
        Returns:
        phone
      • setPhone

        public void setPhone​(String phone)
      • getPostalCode

        public String getPostalCode()
        Returns:
        postalCode
      • setPostalCode

        public void setPostalCode​(String postalCode)
      • getStateOrProvince

        public String getStateOrProvince()
        The state or province associated with the address.
        Returns:
        stateOrProvince
      • setStateOrProvince

        public void setStateOrProvince​(String stateOrProvince)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object