

# RouteTollPriceSummary
<a name="API_RouteTollPriceSummary"></a>

Summary of the route and toll price.

## Contents
<a name="API_RouteTollPriceSummary_Contents"></a>

 ** Currency **   <a name="location-Type-RouteTollPriceSummary-Currency"></a>
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 **   <a name="location-Type-RouteTollPriceSummary-Estimate"></a>
If the price is an estimate or an exact value.   
Type: Boolean  
Required: Yes

 ** Range **   <a name="location-Type-RouteTollPriceSummary-Range"></a>
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 **   <a name="location-Type-RouteTollPriceSummary-Value"></a>
Exact price, if not a range.  
Type: Double  
Valid Range: Minimum value of 0.0.  
Required: Yes

 ** RangeValue **   <a name="location-Type-RouteTollPriceSummary-RangeValue"></a>
Price range with a minimum and maximum value, if a range.  
Type: [RouteTollPriceValueRange](API_RouteTollPriceValueRange.md) object  
Required: No

## See Also
<a name="API_RouteTollPriceSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/geo-routes-2020-11-19/RouteTollPriceSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/geo-routes-2020-11-19/RouteTollPriceSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/geo-routes-2020-11-19/RouteTollPriceSummary) 