Class AccountIdentityVerificationStep


  • public class AccountIdentityVerificationStep
    extends Object
    Information about a specific step in an Identity Verification workflow..
    • Constructor Detail

      • AccountIdentityVerificationStep

        public AccountIdentityVerificationStep()
    • Method Detail

      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getType

        public String getType()
        .
        Returns:
        type
      • setType

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