StateData contains the components of search state that are unlikely to be changed as often as time or weight. This avoids frequent duplication, which should have a positive impact on both time and space use during searches.
| name | data type | description | 
|---|---|---|
| vehicleRentalNetwork | string | |
| rentalVehicleFormFactor | FormFactor | 
Example
{
  "vehicleRentalNetwork" : "...",
  "rentalVehicleFormFactor" : "CAR"
}