Sha256: 394a3c567b63b046dc76917809d41eabe4f2ffa63d2ba29fb2219252b1f4663a
Contents?: true
Size: 925 Bytes
Versions: 7
Compression:
Stored size: 925 Bytes
Contents
# GetAroundOwner::GetaroundRental ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Rental's id | | | **car_id** | **Integer** | Vehicle's id | | | **user_id** | **Integer** | User id of the rental's driver | | | **starts_at** | **Time** | Rental's started time in ISO8601 format | | | **ends_at** | **Time** | Rental's ended time in ISO8601 format | | | **booked_at** | **Time** | Rental's booked time in ISO8601 format | | | **price** | **Integer** | Price set by the owner (in cents 0.01€) | | | **insurance_fee** | **Integer** | Insurance amount collected (in cents 0.01€) | | ## Example ```ruby require 'get_around_owner' instance = GetAroundOwner::GetaroundRental.new( id: null, car_id: null, user_id: null, starts_at: null, ends_at: null, booked_at: null, price: null, insurance_fee: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems