Happpi PHP Library

$model

The model of the vehicle

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtVehicle->getModel();

Setter Example

Used to set the value of the property

    CurtVehicle->setModel($Value)