The information that describes a rental car.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- watchOS 6.0+
Framework
- Intents
Declaration
class INRentalCar : NSObject
The information that describes a rental car.
SDKs
Framework
class INRentalCar : NSObject
init(rental Company Name: String, type: String?, make: String?, model: String?, rental Car Description: String?)
Creates a new rental car object with the specified contents and attributes.
var rental Company Name: String
The name of the rental car company.
var type: String?
The type of rental car the user reserved.
var make: String?
The name of the company that made the rental car.
var model: String?
The name of the rental car model.
var rental Car Description: String?
A description of the rental car.
class INRental Car Reservation
The information that describes a rental car reservation.