PriceChange
Contains the price of the previous operation, returned only if it has changed from the previous call. If not, this field will be returned as Null.
type PriceChange {
  currency: String!
  net: Float!
  gross: Float!
  binding: Boolean!
}
Fields
PriceChange.currency ● String! non-null scalar
The currency of previous option.
PriceChange.net ● Float! non-null scalar
The net value of previous option.
PriceChange.gross ● Float! non-null scalar
The gross value of previous option.
PriceChange.binding ● Boolean! non-null scalar
Indicates if previous option price was binding or not
Member Of
HotelBookingDetail  object ● HotelOptionQuote  object