Contents

fareLineItems

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

Declaration

var fareLineItems: [INRideFareLineItem]? { get set }

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