v0.2.0
OCPI Types
interface
Session
Properties
auth_id
auth_method
charging_periods
currency
end_datetime
id
kwh
last_updated
location
meter_id
start_datetime
status
total_cost
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
/
Session
Interface
Session
Defined in v2.1.1.ts
Properties
auth_id
?
:
string
auth_method
?
:
AuthMethod
enum
AuthMethod
AuthMethod
charging_periods
?
:
ChargingPeriod
interface
ChargingPeriod
ChargingPeriod
[]
|
null
currency
?
:
string
end_datetime
?
:
null
|
string
id
?
:
string
kwh
?
:
number
last_updated
?
:
string
location
?
:
Location
interface
Location
Location
meter_id
?
:
null
|
string
start_datetime
?
:
string
status
?
:
Status
enum
Status
Status
total_cost
?
:
number
|
null