Class IdNumber


  • public final class IdNumber
    extends Object
    • Method Detail

      • getType

        public String getType()
        Type of ID number. Valid values are `ssn`, `social_insurance`, `tax_id`, `identity_card`, `passport`, `driving_license`, `voter_id`, `other` and `share_code`
        Returns:
        Type of ID number. Valid values are `ssn`, `social_insurance`, `tax_id`, `identity_card`, `passport`, `driving_license`, `voter_id`, `other` and `share_code`
      • getValue

        public String getValue()
        Value of ID number
        Returns:
        Value of ID number
      • getStateCode

        public String getStateCode()
        Two letter code of issuing state (state-issued driving licenses only)
        Returns:
        Two letter code of issuing state (state-issued driving licenses only)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object