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

# price

The cost value of the line item.

## Declaration

```swift
var price: NSDecimalNumber! { get }
```

## Discussion

Discussion This value in the currencyCode property determines the currency designator applied to this number. Siri and Maps display the line item’s title separately from the price information.

## See Also

### Getting the Line Item Information

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