BookingDetailRoom
Booked room in book/detail/list responses (proto BookingDetailRoom)
occupancyRefIdinteger<int32>
Occupancy reference from the original search
codestring
Room code
descriptionstring
Room description
confirmationReferencestring
Hotel confirmation reference for this room. Often the populated
confirmation even when reference.confirmationReference is empty.
Example:
HTL-3650-102-18690172BookingDetailRoom
{
"occupancyRefId": 0,
"code": "string",
"description": "string",
"confirmationReference": "HTL-3650-102-18690172"
}