TollDetails
No description
type TollDetails {
amount: Float!
amountExcludingVat: Float
amountIncludingVat: Float!
speculativeOrHistoricalAmounts: [TollSpeculation!]
distanceCharged: Float!
distanceFree: Float!
country: String!
type: TollType!
}
Fields
TollDetails.amount
● Float!
non-null scalar
The toll amount, usually charged to transportation companies, is provided in EUR and may be VAT inclusive or exclusive depending on the country or toll system (see amountIncludingVat or amountExcludingVat). Note that for vignettes, this amount may vary between calculateLeg and calculateRouteDetails, as the latter aggregates vignette prices across legs and applies discounts to subsequent legs.
TollDetails.amountExcludingVat
● Float
scalar
The same as amount but without VAT
TollDetails.amountIncludingVat
● Float!
non-null scalar
The same as amount but with addition of VAT
TollDetails.speculativeOrHistoricalAmounts
● [TollSpeculation!]
list object
Predictions about toll amounts over time. For example: increasing tolls in Germany in 2024 based on C02 Emission classes.