# GetAroundOwner::Rental ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | [****](.md) | Rental's id | **car_id** | [****](.md) | Vehicle's id | **user_id** | [****](.md) | User id of the rental's driver | **starts_at** | [****](.md) | Rental's started time in ISO8601 format | **ends_at** | [****](.md) | Rental's ended time in ISO8601 format | **booked_at** | [****](.md) | Rental's booked time in ISO8601 format | **price** | [****](.md) | Price set by the owner (in cents 0.01€) | **insurance_fee** | [****](.md) | Insurance amount collected (in cents 0.01€) |