PropertyClassType

Structure

FieldTypeRequiredDescription
idinttrueId
codestringtrueCode
namestringtrueName
nameI18nstringtrue

JSON representation

		{
          "id": 1,
          "code": "1",
          "name": "Hotel",
          "nameI18n": "Hotel"
        }