roomService property

bool? roomService
getter/setter pair

Room service.

A hotel staffer delivers meals prepared onsite to a guest's room as per their request. May or may not be available during specific hours. Services should be available to all guests (not based on rate/room booked/reward program, etc).

Implementation

core.bool? roomService;