Happpi PHP Library

$make

The make of the vehicle

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtVehicle->getMake();

Setter Example

Used to set the value of the property

    CurtVehicle->setMake($Value)