Plaid::IdentityVerificationStepStatus
Inherits OpenApi::Json < OpenApi::Validatable < Reference < Object
Constants
ERROR_MESSAGE = "invalid value for \"IdentityVerificationStepStatus\", must be one of [\"success\", \"active\", \"failed\", \"waiting_for_prerequisite\", \"not_applicable\", \"skipped\", \"expired\", \"canceled\", \"pending_review\", \"manually_approved\", \"manually_rejected\"]."
VALID_VALUES = String.static_array("success", "active", "failed", "waiting_for_prerequisite", "not_applicable", "skipped", "expired", "canceled", "pending_review", "manually_approved", "manually_rejected")
Constructors
new(pull : JSON::PullParser)
SourceClass methods
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
data
Sourceerror_message
Sourcehash(hasher)
See Object#hash(hasher)
list_invalid_properties
Sourceto_json_object_key(*args, **options)
Sourceto_json_object_key(*args, **options, &)
Sourcevalid?
Sourcevalidate
Source