RouteTollPrice
The toll price.
Contents
- Currency
-
Currency code corresponding to the price. This is the same as Currency specified in the request.
Type: String
Length Constraints: Fixed length of 3.
Pattern:
[A-Z]{3}
Required: Yes
- Estimate
-
If the price is an estimate or an exact value.
Type: Boolean
Required: Yes
- Range
-
If the price is a range or an exact value. If any of the toll fares making up the route is a range, the overall price is also a range.
Type: Boolean
Required: Yes
- Value
-
Exact price, if not a range.
Type: Double
Valid Range: Minimum value of 0.0.
Required: Yes
- PerDuration
-
Duration for which the price corresponds to.
Unit:
seconds
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- RangeValue
-
Price range with a minimum and maximum value, if a range.
Type: RouteTollPriceValueRange object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: