/
ProductBudgetDaily
ProductBudgetDaily
Structure
Field | Type | Required | Description |
---|---|---|---|
date | date | true | date. |
price | bigDecimal | true | price |
roomNights | integer | true | roomNights |
adult | integer | true | number of adults |
junior | integer | true | number of junior |
child | integer | true | number of child |
infant | integer | true | number of infant |
JSON representation
{ "date": "2020-01-01", "price": 100.000000, "roomNights": 2, "adult": 1, "junior": 0, "child": 0, "infant": 0 }
, multiple selections available,
Related content
ProductBudget
ProductBudget
More like this
ChainProductSubGroupBudget
ChainProductSubGroupBudget
More like this
ChainProductGroupBudget
ChainProductGroupBudget
More like this
FolioProduct
FolioProduct
More like this
ProductAccounting
ProductAccounting
More like this
AvailabilityProduct
AvailabilityProduct
More like this