Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.85 KB

File metadata and controls

52 lines (40 loc) · 1.85 KB

CDRDto

Properties

Name Type Description Notes
id String
currency String
tariffs List<TariffDto> [optional]
remark String [optional]
credit Boolean [optional]
countryCode String
partyId String
lastUpdated OffsetDateTime
startDateTime OffsetDateTime
endDateTime OffsetDateTime
sessionId String [optional]
cdrToken CdrToken
authMethod AuthMethodEnum
authorizationReference String [optional]
cdrLocation CdrLocation
meterId String [optional]
chargingPeriods List<ChargingPeriod>
signedData SignedData [optional]
totalCost Price
totalFixedCost Price [optional]
totalEnergy Float
totalEnergyCost Price [optional]
totalTime Float
totalTimeCost Price [optional]
totalParkingTime Float [optional]
totalParkingCost Price [optional]
totalReservationCost Price [optional]
invoiceReferenceId String [optional]
creditReferenceId String [optional]
homeChargingCompensation Boolean [optional]

Enum: AuthMethodEnum

Name Value
AUTH_REQUEST "AUTH_REQUEST"
COMMAND "COMMAND"
WHITELIST "WHITELIST"