The identification record (document) used to validate a person's identity.
This object will contain information about a person's identity (legal name and birth date) as well as information about the documentation that supports that claim (i.e. current system value, parental declaration, birth certificate, etc).
In the case where the document is a government issued document additional information can be captured. This can be useful in confirming the person's identity if the same document is presented in the future for identity verification.
This object will contain information about a person's identity (legal name and birth date) as well as information about the documentation that supports that claim (i.e. current system value, parental declaration, birth certificate, etc).
In the case where the document is a government issued document additional information can be captured. This can be useful in confirming the person's identity if the same document is presented in the future for identity verification.
Inheritance Hierarchy
PASI.DataContract.V2018DocumentIdentityInfo
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The DocumentIdentityInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentIdentityInfo |
Properties
Name | Description | |
---|---|---|
BirthDate | (Required)
The birthdate on the document.
| |
DocumentIssueDate |
Date the document was issued.
| |
DocumentNumber |
(MaxLength(4)) The last four digits/characters of document number.
| |
DocumentReferenceId |
Reference to Student Document used to validate the person's identity.
| |
DocumentType |
Describes the type of document used to validate the person's identity.
| |
FirstName | (Required)
(Required - MaxLength(50)) The first name of a person.
| |
IsNameExact | (Required)
If the name can be entered exactly as it appears on the document indicate true.
If it cannot (contains characters PASI will not accept) indicate false.
| |
LastName | (Required)
(Required - MaxLength(50)) The last name of a person.
| |
MiddleName |
(MaxLength(50)) The middle name of a person.
| |
Suffix |
(MaxLength(15)) The suffix associated with a name if appropriate.
|
See Also