v0.2.0
OCPI Types
interface
Parking
Properties
apds_reference
dangerous_goods_allowed
direction
drive_through
id
images
lighting
max_vehicle_height
max_vehicle_length
max_vehicle_weight
max_vehicle_width
parking_space_length
parking_space_width
physical_reference
refrigeration_outlet
reservation_required
restricted_to_type
roofed
standards
time_limit
vehicle_types
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
/
Parking_200
Interface
Parking
Defined in v2.3.0-payments.ts
Properties
apds_reference
?
:
null
|
string
dangerous_goods_allowed
?
:
boolean
|
null
direction
?
:
ParkingDirection
enum
ParkingDirection
ParkingDirection
|
null
drive_through
?
:
boolean
|
null
id
:
string
images
?
:
Image
interface
Image
Image
[]
|
null
lighting
?
:
boolean
|
null
max_vehicle_height
?
:
number
|
null
max_vehicle_length
?
:
number
|
null
max_vehicle_weight
?
:
number
|
null
max_vehicle_width
?
:
number
|
null
parking_space_length
?
:
number
|
null
parking_space_width
?
:
number
|
null
physical_reference
?
:
null
|
string
refrigeration_outlet
?
:
boolean
|
null
reservation_required
:
boolean
restricted_to_type
:
boolean
roofed
?
:
boolean
|
null
standards
?
:
string
[]
|
null
time_limit
?
:
number
|
null
vehicle_types
:
VehicleType
enum
VehicleType
VehicleType
[]