---
title: phoneNumberFieldShouldBeDisplayed
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/phonenumberfieldshouldbedisplayed
---

# phoneNumberFieldShouldBeDisplayed

A Boolean value indicating whether to display the guest’s phone number.

## Declaration

```swift
var phoneNumberFieldShouldBeDisplayed: Bool { get set }
```

## Discussion

Discussion The default value of this property is true, which displays the guest’s phone number.

## See Also

### Specifying Which Fields to Display

- [nameFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/namefieldshouldbedisplayed.md)
- [emailAddressFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/emailaddressfieldshouldbedisplayed.md)
