Resource: PriceView
A price view. Covers the Prices functionality in pre-v3.0 API versions.
JSON representation |
---|
{
"name": string,
"perItineraryPrices": [
{
object ( |
Fields | |
---|---|
name |
Resource name in the format |
perItineraryPrices[] |
Price for each itinerary. |
HotelPricePerItinerary
Hotel price for a given itinerary.
JSON representation |
---|
{
"checkinDate": {
object ( |
Fields | |
---|---|
checkinDate |
Check-in date. |
lengthOfStayDays |
Number of nights for the itinerary. |
price |
Hotel price for this itinerary. |
taxes |
Taxes for this itinerary. |
fees |
Fees for this itinerary. |
currencyCode |
Currency for |
updateTime |
Update timestamp for this hotel price. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Methods |
|
---|---|
|
Returns the requested price view in full detail. |