Class UsMailV2RecipientAddress

    • Constructor Detail

      • UsMailV2RecipientAddress

        public UsMailV2RecipientAddress()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toTableLine

        public String toTableLine()
        Output the line in a format suitable for inclusion in an rST table.
        Specified by:
        toTableLine in interface LineItemField
      • getCity

        public String getCity()
        The city of the recipient's address.
      • getComplete

        public String getComplete()
        The complete address of the recipient.
      • getIsAddressChange

        public Boolean getIsAddressChange()
        Indicates if the recipient's address is a change of address.
      • getPostalCode

        public String getPostalCode()
        The postal code of the recipient's address.
      • getPrivateMailboxNumber

        public String getPrivateMailboxNumber()
        The private mailbox number of the recipient's address.
      • getState

        public String getState()
        Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.
      • getStreet

        public String getStreet()
        The street of the recipient's address.