Happpi PHP Library

$mount

The mount type of the vehicle ("front" or "rear")

Type

string

Getter Example

Used to retrieve the value of the property:

    CurtVehicle->getMount();

Setter Example

Used to set the value of the property

    CurtVehicle->setMount($Value)