Happpi PHP Library

$vehicleID

The vehicle ID of the vehicle.

Type

int

Getter Example

Used to retrieve the value of the property:

    CurtVehicle->getVehicleID();

Setter Example

Used to set the value of the property

    CurtVehicle->setVehicleID($Value)