PriceInput
Price indicates the value of the room/option. Supplements and/or surcharges can be included into the price, and will be verified with nodes Supplements/Surcharges.
input PriceInput {
  currency: Currency!
  binding: Boolean!
  net: Float!
  gross: Float!
  minimumSellingPrice: Float
}
Fields
PriceInput.currency ● Currency! non-null scalar
Currency code indicating which currency should be paid. This information is mandatory.
PriceInput.binding ● Boolean! non-null scalar
It indicates if the price indicated in the gross must be respected. That is, the customer can not sell the room / option at a price lower than that established by the supplier. This information is mandatory.
PriceInput.net ● Float! non-null scalar
Indicates the net price that the customer must pay to the supplier. This information is mandatory.
PriceInput.gross ● Float! non-null scalar
Indicates the retail price that the supplier sells to the customer.
PriceInput.minimumSellingPrice ● Float scalar
Indicates the minimum selling price it can be sold (determined by the seller).
Member Of
HotelOneStepBookInput  input ● HotelOneStepQuoteInput  input ● SupplementInput  input ● SurchargeInput  input