nameEditable
A Boolean value indicating whether the name fields are editable.
Declaration
var nameEditable: Bool { get set }Discussion
The default value of this property is true, which lets the current user change the name of the person assigned to the reservation. You might change this property to false if you require that reservations must be by the person who made them.