Class AddressInformationInput

    • Constructor Detail

      • AddressInformationInput

        public AddressInformationInput()
    • Method Detail

      • getAddressInformation

        public AddressInformation getAddressInformation()
        A complex type that contains the following information for the new account: `address1`, `address2`, `city`, `country`, `fax`, `phone`, `postalCode` and `stateOrProvince`. The maximum characters for the strings are: * `address1`, `address2`, `city`, `country` and `stateOrProvince`: 100 characters * `postalCode`, `phone`, and `fax`: 20 characters **Note:** If country is US (United States), `stateOrProvince` codes are validated. Otherwise, `stateOrProvince` is treated as a non-validated string used to specify a state, province, or region..
        Returns:
        addressInformation
      • setAddressInformation

        public void setAddressInformation​(AddressInformation addressInformation)
        setAddressInformation.
      • displayLevelCode

        public AddressInformationInput displayLevelCode​(String displayLevelCode)
        displayLevelCode.
        Returns:
        AddressInformationInput
      • getDisplayLevelCode

        public String getDisplayLevelCode()
        Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
        Returns:
        displayLevelCode
      • setDisplayLevelCode

        public void setDisplayLevelCode​(String displayLevelCode)
        setDisplayLevelCode.
      • receiveInResponse

        public AddressInformationInput receiveInResponse​(String receiveInResponse)
        receiveInResponse.
        Returns:
        AddressInformationInput
      • getReceiveInResponse

        public String getReceiveInResponse()
        When set to **true**, the information needs to be returned in the response..
        Returns:
        receiveInResponse
      • setReceiveInResponse

        public void setReceiveInResponse​(String receiveInResponse)
        setReceiveInResponse.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object