AI-generated Key Takeaways
- 
          A Price View covers the Prices functionality found in pre-v3.0 API versions. 
- 
          The PriceView resource includes a name and an array of per-itinerary prices. 
- 
          HotelPricePerItinerary details the price for a specific itinerary, including check-in date, length of stay, price, taxes, fees, currency code, and update time. 
- 
          The getmethod is available to return the requested price view in full detail.
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. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| Methods | |
|---|---|
| 
 | Returns the requested price view in full detail. |