v0.2.0
OCPI Types
interface
BookingTerms
Properties
booking_terms
cancel_until_minutes
change_not_allowed
change_until_minutes
early_start_allowed
early_start_time
late_stop_allowed
late_stop_time
noshow_fee
noshow_timeout
overlapping_bookings_allowed
remote_auth_supported
RFID_auth_required
supported_access_methods
token_groups_supported
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
BookingTerms
Interface
BookingTerms
Defined in v2.3.0-bookings.ts
Properties
booking_terms
?
:
null
|
string
cancel_until_minutes
:
number
change_not_allowed
?
:
boolean
|
null
change_until_minutes
:
number
early_start_allowed
?
:
boolean
|
null
early_start_time
?
:
number
|
null
late_stop_allowed
?
:
boolean
|
null
late_stop_time
?
:
number
|
null
noshow_fee
?
:
boolean
|
null
noshow_timeout
?
:
number
|
null
overlapping_bookings_allowed
?
:
boolean
|
null
remote_auth_supported
?
:
boolean
|
null
RFID_auth_required
?
:
boolean
|
null
supported_access_methods
:
LocationAccess
enum
LocationAccess
LocationAccess
[]
token_groups_supported
?
:
boolean
|
null