[IMP] pms_api_rest: add room extra beds allowed

This commit is contained in:
Darío Lodeiros
2022-06-15 16:59:17 +02:00
parent c439a947b2
commit 6cdb2acd89
2 changed files with 3 additions and 0 deletions

View File

@@ -19,3 +19,4 @@ class PmsRoomInfo(Datamodel):
shortName = fields.String(required=False, allow_none=True)
roomTypeClassId = fields.Integer(required=False, allow_none=True)
ubicationId = fields.Integer(required=False, allow_none=True)
extraBedsAllowed = fields.Integer(required=False, allow_none=True)