InquiryVerification class

Validating the personal information submitted by an individual

More info: https://docs.withpersona.com/docs/verification-types

Constructors

InquiryVerification({required String id, required InquiryVerificationStatus status, required InquiryVerificationType type})
InquiryVerification.fromJson(dynamic json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Identifier for the Verification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status InquiryVerificationStatus
Status indicating whether the verification passed, requires retry, or failed.
final
type InquiryVerificationType
The type of the verification
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited