DriverLicenseV1Page
extends DriverLicenseV1Document
in package
Driver License API version 1.1 page data.
Table of Contents
Properties
- $address : StringField
- $dateOfBirth : DateField
- $ddNumber : StringField
- $dlClass : StringField
- $driverLicenseId : StringField
- $endorsements : StringField
- $expiryDate : DateField
- $eyeColor : StringField
- $firstName : StringField
- $hairColor : StringField
- $height : StringField
- $issuedDate : DateField
- $lastName : StringField
- $photo : PositionField
- $restrictions : StringField
- $sex : StringField
- $signature : PositionField
- $state : StringField
- $weight : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$address
public
StringField
$address
US driver license holders address
$dateOfBirth
public
DateField
$dateOfBirth
US driver license holders date of birth
$ddNumber
public
StringField
$ddNumber
Document Discriminator Number of the US Driver License
$dlClass
public
StringField
$dlClass
US driver license holders class
$driverLicenseId
public
StringField
$driverLicenseId
ID number of the US Driver License.
$endorsements
public
StringField
$endorsements
US driver license holders endorsements
$expiryDate
public
DateField
$expiryDate
Date on which the documents expires.
$eyeColor
public
StringField
$eyeColor
US driver license holders eye colour
$firstName
public
StringField
$firstName
US driver license holders first name(s)
$hairColor
public
StringField
$hairColor
US driver license holders hair colour
$height
public
StringField
$height
US driver license holders hight
$issuedDate
public
DateField
$issuedDate
Date on which the documents was issued.
$lastName
public
StringField
$lastName
US driver license holders last name
$photo
public
PositionField
$photo
Has a photo of the US driver license holder
$restrictions
public
StringField
$restrictions
US driver license holders restrictions
$sex
public
StringField
$sex
US driver license holders gender
$signature
public
PositionField
$signature
Has a signature of the US driver license holder
$state
public
StringField
$state
US State
$weight
public
StringField
$weight
US driver license holders weight
Methods
__construct()
public
__construct(array<string|int, mixed> $rawPrediction[, int|null $pageId = null ]) : mixed
Parameters
- $rawPrediction : array<string|int, mixed>
-
Raw prediction from HTTP response.
- $pageId : int|null = null
-
Page number for multi pages document.
__toString()
public
__toString() : string
Return values
string —String representation.