/
ProductBudgetMonthly

ProductBudgetMonthly

Structure

FieldTypeRequiredDescription
monthIntegertrue
paxIntegertrue
roomNightsIntegertrue
revenueBigDecimaltrue

JSON representation

{
		"month": 1,
		"pax": 0,
		"roomNights": 0,
		"revenue": 0
}

Related content