ModelViewModel
One vehicle model from the Chaiz catalog, including which years are covered.
- makeType: string | null
The exact catalog make name.
- makeType: integer Format: int32
Id Catalog identifier of the make this model belongs to.
- modelType: string | null
The exact catalog model name. Use this verbatim in a plan search.
- modelType: integer Format: int32
Id Catalog identifier for this model.
- yearsType: array integer[] | null Format: int32
Available Every model year Chaiz carries for this make and model. A year outside this list returns no plans, so validate the customer's year against it before searching.