TollSummary
No description
type TollSummary {
amount: Float!
amountExcludingVat: Float
amountIncludingVat: Float!
speculativeOrHistoricalAmounts: [TollSpeculation!]
distanceCharged: Float!
distanceFree: Float!
}
Fields
TollSummary.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.
TollSummary.amountExcludingVat
● Float
scalar
The same as amount but without VAT
TollSummary.amountIncludingVat
● Float!
non-null scalar
The same as amount but with addition of VAT
TollSummary.speculativeOrHistoricalAmounts
● [TollSpeculation!]
list object
Predictions about toll amounts over time. For example: increasing tolls in Germany in 2024 based on C02 Emission classes.