/
ProductGroup
ProductGroup
Structure
Field | Type | Required | Description |
---|---|---|---|
code | string | true | code |
name | string | true | name |
description | string | false | description |
nonProductive | boolean | false | true: if it is non-productive false: if it is productive |
order | integer | false | order |
ProductSubGroupList | ProductSubGroup | false | List of ProductSubGroup |
JSON representation
[ { "code": "ACC", "name": "Accommodation", "description": null, "nonProductive": false, "order": 1, "productSubGroupSet": [ { "productGroup": null, "code": "ROOM", "name": "Room Types", "description": null, "order": 1, "productList": [ { "id": 46, "code": "SGL", "name": "Single", "productType": { "id": 1, "code": "ACC", "name": "Accommodation", "nameI18n": "Accommodation" } } ] }... ] } ]
, multiple selections available,
Related content
ProductSubGroup
ProductSubGroup
More like this
Product Type
Product Type
More like this
Product
Product
More like this
ChainProductGroupBudget
ChainProductGroupBudget
More like this
ChainProductSubGroupBudget
ChainProductSubGroupBudget
More like this
ChainRoomTypeGroup
ChainRoomTypeGroup
More like this