---
title: fareLineItems
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrideoption/farelineitems
---

# fareLineItems

An array of price-related items that break down the costs of the ride.

## Declaration

```swift
var fareLineItems: [INRideFareLineItem]? { get set }
```

## Discussion

Discussion When the cost of a ride has multiple components, use INRideFareLineItem objects to break down the individual costs of the ride. You can use line items to specify fixed charges, per-mile charges, special surcharges, or any other charges that you designate. The system displays the fare line items to the user as part of the pricing information.

## See Also

### Specifying Pricing Information

- [priceRange](intents/inrideoption/pricerange.md)
- [specialPricing](intents/inrideoption/specialpricing.md)
- [specialPricingBadgeImage](intents/inrideoption/specialpricingbadgeimage.md)
- [usesMeteredFare](intents/inrideoption/usesmeteredfare-1sig1.md)
