An array of ride options representing the services and prices that you are able to offer.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
var rideOptions: [INRide Option]? { get set }
Discussion
Use this property to specify the ride options that you are able to offer the user. Ride options provide general information about the pricing and passenger capacity of a class of vehicles in your fleet. They may also contain special conditions such as whether multiple users can share the ride. Include only the ride options that you could potentially book in the immediate future. You may also want to specify a value for the expiration
property if pricing or availability can change.
The default value of this property is nil
. If you do not offer service in the user’s area, you may leave this property set to nil
.