acceptsReservations property
dynamic
acceptsReservations
getter/setter pair
Indicates whether a FoodEstablishment accepts reservations
Values can be Boolean, an URL at which reservations can be made
or (for backwards compatibility) the strings Yes
or
No
. Supported types: String, String, bool
Implementation
dynamic acceptsReservations;