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

# currencyCode

The ISO 4217 currency code that applies to the price information.

## Declaration

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

## Discussion

Discussion Use this value to determine the appropriate currency designator to apply to the value in the price property. To retrieve the list of available currency codes, call the isoCurrencyCodes method of the NSLocale class.

## See Also

### Getting the Line Item Information

- [title](intents/inridefarelineitem/title.md)
- [price](intents/inridefarelineitem/price.md)
