The DocumentIdentityInfo type exposes the following members.
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