---
title: phoneNumberEditable
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/phonenumbereditable
---

# phoneNumberEditable

A Boolean value indicating whether the phone number field is editable.

## Declaration

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

## Discussion

Discussion The default value of this property is true, which lets the current user change the phone number assigned to a pending reservation.

## See Also

### Making the Guest Information Editable

- [nameEditable](intents/inrestaurantguestdisplaypreferences/nameeditable.md)
- [emailAddressEditable](intents/inrestaurantguestdisplaypreferences/emailaddresseditable.md)
