<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INRentalCar",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRentalCar"
  },
  "title" : "INRentalCar"
}
-->

# INRentalCar

The information that describes a rental car.

```
class INRentalCar
```

## Topics

### Creating a Rental Car Object

[`init(rentalCompanyName:type:make:model:rentalCarDescription:)`](/documentation/Intents/INRentalCar/init(rentalCompanyName:type:make:model:rentalCarDescription:))

Creates a new rental car object with the specified contents and attributes.

### Getting the Rental Car Information

[`rentalCompanyName`](/documentation/Intents/INRentalCar/rentalCompanyName)

The name of the rental car company.

[`type`](/documentation/Intents/INRentalCar/type)

The type of rental car the user reserved.

[`make`](/documentation/Intents/INRentalCar/make)

The name of the company that made the rental car.

[`model`](/documentation/Intents/INRentalCar/model)

The name of the rental car model.

[`rentalCarDescription`](/documentation/Intents/INRentalCar/rentalCarDescription)

A description of the rental car.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)