<!--
{
  "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/init(rentalCompanyName:type:make:model:rentalCarDescription:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INRentalCar(im)initWithRentalCompanyName:type:make:model:rentalCarDescription:"
  },
  "title" : "init(rentalCompanyName:type:make:model:rentalCarDescription:)"
}
-->

# init(rentalCompanyName:type:make:model:rentalCarDescription:)

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

```
init(rentalCompanyName: String, type: String?, make: String?, model: String?, rentalCarDescription: String?)
```

## Parameters

`rentalCompanyName`

The name of the rental car company.

`type`

The type of rental car. For example, “Economy Class”.

`make`

The name of the rental car maker.

`model`

The name of the rental car model.

`rentalCarDescription`

A description of the rental car.

## Return Value

A new [`INRentalCar`](/documentation/Intents/INRentalCar) object or `nil` if one can’t be created.

---

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)