---
title: title
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridefarelineitem/title
---

# title

The localized string containing a description of the charge.

## Declaration

```swift
var title: String! { get }
```

## Discussion

Discussion This property contains a user-readable string describing the purpose of the charge. For example, it might contain the string “Base fare” or “Per-mile charge”. Siri and Maps display this information separately from the price information.

## See Also

### Getting the Line Item Information

- [price](intents/inridefarelineitem/price.md)
- [currencyCode](intents/inridefarelineitem/currencycode.md)
