CarteGriseV1Document
extends Prediction
in package
Carte Grise API version 1.1 document data.
Table of Contents
Properties
- $a : StringField
- $b : DateField
- $c1 : StringField
- $c3 : StringField
- $c41 : StringField
- $c4A : StringField
- $d1 : StringField
- $d3 : StringField
- $e : StringField
- $f1 : StringField
- $f2 : StringField
- $f3 : StringField
- $formulaNumber : StringField
- $g : StringField
- $g1 : StringField
- $i : DateField
- $j : StringField
- $j1 : StringField
- $j2 : StringField
- $j3 : StringField
- $mrz1 : StringField
- $mrz2 : StringField
- $ownerFirstName : StringField
- $ownerSurname : StringField
- $p1 : StringField
- $p2 : StringField
- $p3 : StringField
- $p6 : StringField
- $q : StringField
- $s1 : StringField
- $s2 : StringField
- $u1 : StringField
- $u2 : StringField
- $v7 : StringField
- $x1 : StringField
- $y1 : StringField
- $y2 : StringField
- $y3 : StringField
- $y4 : StringField
- $y5 : StringField
- $y6 : StringField
Methods
- __construct() : mixed
- __toString() : string
Properties
$a
public
StringField
$a
The vehicle's license plate number.
$b
public
DateField
$b
The vehicle's first release date.
$c1
public
StringField
$c1
The vehicle owner's full name including maiden name.
$c3
public
StringField
$c3
The vehicle owner's address.
$c41
public
StringField
$c41
Number of owners of the license certificate.
$c4A
public
StringField
$c4A
Mentions about the ownership of the vehicle.
$d1
public
StringField
$d1
The vehicle's brand.
$d3
public
StringField
$d3
The vehicle's commercial name.
$e
public
StringField
$e
The Vehicle Identification Number (VIN).
$f1
public
StringField
$f1
The vehicle's maximum admissible weight.
$f2
public
StringField
$f2
The vehicle's maximum admissible weight within the license's state.
$f3
public
StringField
$f3
The vehicle's maximum authorized weight with coupling.
$formulaNumber
public
StringField
$formulaNumber
The document's formula number.
$g
public
StringField
$g
The vehicle's weight with coupling if tractor different than category M1.
$g1
public
StringField
$g1
The vehicle's national empty weight.
$i
public
DateField
$i
The car registration date of the given certificate.
$j
public
StringField
$j
The vehicle's category.
$j1
public
StringField
$j1
The vehicle's national type.
$j2
public
StringField
$j2
The vehicle's body type (CE).
$j3
public
StringField
$j3
The vehicle's body type (National designation).
$mrz1
public
StringField
$mrz1
Machine Readable Zone, first line.
$mrz2
public
StringField
$mrz2
Machine Readable Zone, second line.
$ownerFirstName
public
StringField
$ownerFirstName
The vehicle's owner first name.
$ownerSurname
public
StringField
$ownerSurname
The vehicle's owner surname.
$p1
public
StringField
$p1
The vehicle engine's displacement (cm3).
$p2
public
StringField
$p2
The vehicle's maximum net power (kW).
$p3
public
StringField
$p3
The vehicle's fuel type or energy source.
$p6
public
StringField
$p6
The vehicle's administrative power (fiscal horsepower).
$q
public
StringField
$q
The vehicle's power to weight ratio.
$s1
public
StringField
$s1
The vehicle's number of seats.
$s2
public
StringField
$s2
The vehicle's number of standing rooms (person).
$u1
public
StringField
$u1
The vehicle's sound level (dB).
$u2
public
StringField
$u2
The vehicle engine's rotation speed (RPM).
$v7
public
StringField
$v7
The vehicle's CO2 emission (g/km).
$x1
public
StringField
$x1
Next technical control date.
$y1
public
StringField
$y1
Amount of the regional proportional tax of the registration (in euros).
$y2
public
StringField
$y2
Amount of the additional parafiscal tax of the registration (in euros).
$y3
public
StringField
$y3
Amount of the additional CO2 tax of the registration (in euros).
$y4
public
StringField
$y4
Amount of the fee for managing the registration (in euros).
$y5
public
StringField
$y5
Amount of the fee for delivery of the registration certificate in euros.
$y6
public
StringField
$y6
Total amount of registration fee to be paid in euros.
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.
Tags
__toString()
public
__toString() : string
Return values
string —String representation.