---
title: phoneNumber
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridedriver/phonenumber
---

# phoneNumber

The driver’s phone number.

## Declaration

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

## Discussion

Discussion When displaying information about the driver, the system displays the provided string as-is and does not try to format it. You are responsible for formatting the phone number appropriately for the user’s locale.

## See Also

### Getting the Driver Information

- [rating](intents/inridedriver/rating.md)
