---
title: type
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrentalcar/type
---

# type

The type of rental car the user reserved.

## Declaration

```swift
var type: String? { get }
```

## Discussion

Discussion This property typically contains a string that describes the type of rental car reserved as defined by the rental car company, such as “Economy Class” or “Compact”.

## See Also

### Getting the Rental Car Information

- [rentalCompanyName](intents/inrentalcar/rentalcompanyname.md)
- [make](intents/inrentalcar/make.md)
- [model](intents/inrentalcar/model.md)
- [rentalCarDescription](intents/inrentalcar/rentalcardescription.md)
