Retrieves information regarding Passport Identification.

Syntax

finClientIdentificationItems.GetPassport2(countryCode, passportNumber, [issuer], [expiryDate], [isCurrent], [otherNamesOnPassport], [lastNameOnPassport])

Parameters

NameTypeOptionalByRefDescription
countryCode String Indicates the Country to find Passport information for. If blank will return based upon Identification Type defined under Global Settings.
passportNumber String ByRef The Passport Number.
issuer String Optional ByRef The Passport Issuer.
expiryDate Date Optional ByRef The Passport Expiry Date. If omitted, a value of Nothing is assumed.
isCurrent Boolean Optional ByRef Whether the Identification Item is Current. If omitted, a value of False is assumed.
otherNamesOnPassport String Optional ByRef The First and Middle Names on the Passport.
lastNameOnPassport String Optional ByRef The Last Name on the Passport.

Return Value

Boolean

Returns True if Passport information was found.

Member of:
finClientIdentificationItems
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0