[FIX] pms-api-rest: room type class & adults if none @ services

This commit is contained in:
miguelpadin
2022-09-13 10:31:23 +02:00
committed by Darío Lodeiros
parent 68579dbd94
commit f7121bd604
3 changed files with 3 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ class PmsRoomTypeInfo(Datamodel):
name = fields.String(required=False, allow_none=True)
pmsPropertyIds = fields.List(fields.Integer(), required=False)
defaultCode = fields.String(required=False, allow_none=True)
classId = fields.Integer(required=False, allow_none=True)
price = fields.Float(required=False, allow_none=True)