Retrieves information regarding Drivers Licence Identification.

The Names on the card may be different to the Names on the Client or Applicant.

Syntax

finClientIdentificationItems.GetDriversLicence2(countryCode, licenceNumber, [licenceVersion], [expiryDate], [issuer], [isCurrent], [cardNumber], [otherNamesOnCard], [lastNameOnCard])

Parameters

NameTypeOptionalByRefDescription
countryCode String Indicates the Country to find Drivers Licence information for. If blank will return based upon Identification Type defined under Global Settings.
licenceNumber String ByRef The Drivers Licence Number.
licenceVersion String Optional ByRef The Drivers Licence Version Number. Only applicable to isefinIdentificationTypeSpecialType.NZ_DriversLicence.
expiryDate Date Optional ByRef The Drivers Licence Expiry Date. If omitted, a value of Nothing is assumed.
issuer String Optional ByRef The Drivers Licence Issuer.
isCurrent Boolean Optional ByRef Whether the Identification Item is Current. If omitted, a value of False is assumed.
cardNumber String Optional ByRef The Drivers Licence Card Number. Only applicable to isefinIdentificationTypeSpecialType.AU_DriversLicence.
otherNamesOnCard String Optional ByRef The First and Middle Names on the Drivers Licence.
lastNameOnCard String Optional ByRef The Last Name on the Drivers Licence.

Return Value

Boolean

Returns True if Drivers Licence information was found.

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