SystemHours

Describes hours and days of operation when vehicles are available for rental.

If system_hours.json is not published, it indicates that vehicles are available for rental 24 hours a day, 7 days a week.

Constructors

Link copied to clipboard
constructor(rentalHours: List<SystemHoursEntry>)

Properties

Link copied to clipboard
@SerialName(value = "rental_hours")
val rentalHours: List<SystemHoursEntry>

Array of objects defining hours for every day of the week.

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: SystemHoursEntry): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<SystemHoursEntry>): Boolean
Link copied to clipboard
open operator override fun get(index: Int): SystemHoursEntry
Link copied to clipboard
open override fun indexOf(element: SystemHoursEntry): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<SystemHoursEntry>
Link copied to clipboard
open override fun lastIndexOf(element: SystemHoursEntry): Int
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<SystemHoursEntry>