AvailabilityBestPropertySummary
Structure
Field | Type | Required | Description |
---|---|---|---|
propertyId | int | false | propertyId |
propertyName | String | false | propertyName |
propertyName | String | false | propertyName |
primaryPhone | String | false | primaryPhone |
primaryEmail | String | false | primaryEmail |
primaryLongitude | Bigdecimal | false | primaryLongitude |
primaryLatitude | Bigdecimal | false | primaryLatitude |
product | Product | false | product |
adult | int | false | adult |
junior | int | false | junior |
child | int | false | child |
infant | int | false | infant |
quantityAvailable | int | false | quantityAvailable |
board | Board | false | board |
differentPropertyPolicy | Boolean | false | differentPropertyPolicy |
avgPrice | Bigdecimal | false | avgPrice |
totalPrice | Bigdecimal | false | totalPrice |
JSON representation
{ "propertyId": 2, "propertyName": "Sepulveda", "primaryAddress": "Barcelona", "primaryPhone": "1-(941)319-6609", "primaryEmail": "ftuckerjc@hp.com", "primaryLongitude": null, "primaryLatitude": null, "product": { "id": 722, "chainProductId": 49, "code": "DBL", "name": "Double", "productType": { "id": 1, "code": "ACC", "name": "Accommodation", "nameI18n": "Accommodation" } }, "adult": 2, "junior": 0, "child": 0, "infant": 0, "quantityAvailable": 2, "board": { "id": 5, "chainBoardId": 1, "code": "RO", "name": "Room Only", "serviceList": null }, "differentPropertyPolicy": true, "avgPrice": 137.50, "totalPrice": 825.000000000000 }