TollSpeculation
No description
type TollSpeculation {
description: String!
amount: Float!
amountExcludingVat: Float
amountIncludingVat: Float!
specifier: String!
}
Fields
TollSpeculation.description ● String! non-null scalar
TollSpeculation.amount ● Float! non-null scalar
TollSpeculation.amountExcludingVat ● Float scalar
The same as amount but without VAT
TollSpeculation.amountIncludingVat ● Float! non-null scalar
The same as amount but with addition of VAT
TollSpeculation.specifier ● String! non-null scalar
A unique specifier of what value the amount represents.