Class ExternalPrimaryAccountRecipientAuthRequirements

    • Constructor Detail

      • ExternalPrimaryAccountRecipientAuthRequirements

        public ExternalPrimaryAccountRecipientAuthRequirements()
    • Method Detail

      • getAccessCode

        public String getAccessCode()
        If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer `accessCode` property is set in the envelope, then that value is used. If blank and the signer `accessCode` property is not set, then the access code is not required..
        Returns:
        accessCode
      • setAccessCode

        public void setAccessCode​(String accessCode)
        setAccessCode.
      • getIdVerification

        public String getIdVerification()
        .
        Returns:
        idVerification
      • setIdVerification

        public void setIdVerification​(String idVerification)
        setIdVerification.
      • getKba

        public String getKba()
        .
        Returns:
        kba
      • setKba

        public void setKba​(String kba)
        setKba.
      • getPhone

        public String getPhone()
        .
        Returns:
        phone
      • setPhone

        public void setPhone​(String phone)
        setPhone.
      • 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