ChainProductSubGroupBudget
Structure
Field | Type | Required | Description |
---|---|---|---|
name | String | true | |
productBudgetList | List of ProductBudget | true |
JSON representation
{ "name": "Room Types", "productBudgetList": [{ "product": { "id": 692, "code": "SGL", "name": "Single", "productType": null }, "productBudgetDailyList": [], "productBudgetMonthlyList": [{ "month": 1, "pax": 0, "roomNights": 0, "revenue": 0 }, { "month": 2, "pax": 0, "roomNights": 0, "revenue": 0 }, { "month": 3, "pax": 0, "roomNights": 0, "revenue": 0 } ] }] }