Sha256: 2c6111084fa11e8e242e47374b0103184b0d954dfd8301a36c95c3ad8a0504a2

Contents?: true

Size: 684 Bytes

Versions: 7

Compression:

Stored size: 684 Bytes

Contents

# GetAroundOwner::GetaroundCheckin

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **rental_id** | **Integer** | Rental's ID linked to this checkin |  |
| **mileage** | **Integer** | The vehicle’s mileage at checkin (in local units, eg: FR: km, GB: miles, ...) | [optional] |
| **fuel_level** | **Integer** | The vehicle’s fuel level at checkin (in percentage) | [optional] |
| **occurred_at** | **Time** | Checkin's time in ISO8601 format |  |

## Example

```ruby
require 'get_around_owner'

instance = GetAroundOwner::GetaroundCheckin.new(
  rental_id: null,
  mileage: null,
  fuel_level: null,
  occurred_at: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
get_around_owner-1.0.8 docs/GetaroundCheckin.md
get_around_owner-1.0.7 docs/GetaroundCheckin.md
get_around_owner-1.0.6 docs/GetaroundCheckin.md
get_around_owner-1.0.5 docs/GetaroundCheckin.md
get_around_owner-1.0.4 docs/GetaroundCheckin.md
get_around_owner-1.0.3 docs/GetaroundCheckin.md
get_around_owner-1.0.0 docs/GetaroundCheckin.md