# GetAroundOwner::Car ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | [****](.md) | The car ID | **state** | [****](.md) | State of the vehicle can be a) active (only state where the vehicle can be booked by a user) b) inactive (temporary state when a vehicle is unavailable for rental) c) pending_approval (temporary state when a vehicle is under review for quality or other checks) and d) deleted (when a vehicle is permanently unavailable for rental) | **plate_number** | [****](.md) | Vehicle's plate number | **brand** | [****](.md) | Vehicle's brand (ex: Volkswagen) | **model** | [****](.md) | Vehicle's model (ex: Polo) | **display_address** | [****](.md) | Location where the vehicle is parked |