REST Resource: accounts.priceViews

资源:PriceView

价格视图。介绍了 3.0 版之前的 API 中的“价格”功能。

JSON 表示法
{
  "name": string,
  "perItineraryPrices": [
    {
      object (HotelPricePerItinerary)
    }
  ]
}
字段
name

string

资源名称采用 accounts/{account_id}/priceViews/{partnerHotelId} 格式。

perItineraryPrices[]

object (HotelPricePerItinerary)

每次行程的价格。

酒店价格/行程

给定行程的酒店价格。

JSON 表示法
{
  "checkinDate": {
    object (Date)
  },
  "lengthOfStayDays": integer,
  "price": number,
  "taxes": number,
  "fees": number,
  "currencyCode": string,
  "updateTime": string
}
字段
checkinDate

object (Date)

入住日期。

lengthOfStayDays

integer

行程的住宿晚数。

price

number

此行程的酒店价格。

taxes

number

此行程的税费。

fees

number

此行程的费用。

currencyCode

string

pricetaxesfees的币种。

updateTime

string (Timestamp format)

更新此酒店价格的时间戳。

时间戳采用 RFC3339 世界协调时间 (UTC)(即“祖鲁时”)格式,分辨率为纳秒级,最多包含九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

方法

get

返回所请求的价格视图的完整详情。