Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
countryCode | String | ||
partyId | String | ||
lastUpdated | OffsetDateTime | ||
startDateTime | OffsetDateTime | ||
endDateTime | OffsetDateTime | [optional] | |
kwh | Float | ||
cdrToken | CdrToken | ||
authMethod | AuthMethodEnum | ||
authorizationReference | String | [optional] | |
locationId | String | ||
evseUid | String | ||
connectorId | String | ||
meterId | String | [optional] | |
currency | String | ||
chargingPeriods | List<ChargingPeriod> | [optional] | |
totalCost | Price | [optional] | |
status | StatusEnum |
Name | Value |
---|---|
AUTH_REQUEST | "AUTH_REQUEST" |
COMMAND | "COMMAND" |
WHITELIST | "WHITELIST" |
Name | Value |
---|---|
ACTIVE | "ACTIVE" |
COMPLETED | "COMPLETED" |
INVALID | "INVALID" |
PENDING | "PENDING" |
RESERVATION | "RESERVATION" |