[IMP] pms_api_rest: amenities in room name

This commit is contained in:
miguelpadin
2023-05-29 17:07:13 +02:00
committed by Darío Lodeiros
parent 932f01f9e2
commit 82dba25023
3 changed files with 6 additions and 4 deletions

View File

@@ -15,3 +15,4 @@ class PmsAmenityInfo(Datamodel):
name = fields.String(required=True, allow_none=False)
defaultCode = fields.String(required=False, allow_none=True)
amenityTypeId = fields.Integer(required=False, allow_none=True)
addInRoomName = fields.Boolean(required=False, allow_none=True)