PriceBreakdown
Information about daily price.
type PriceBreakdown {
effectiveDate: Date! @deprecated
expireDate: Date! @deprecated
start: Date!
end: Date!
price: Price!
}
Fields
PriceBreakdown.effectiveDate
● Date!
deprecated non-null scalar
DEPRECATED
deprecated from 2018-02-28. Incorrect date format.
Start date in which the price becomes effective.
PriceBreakdown.expireDate
● Date!
deprecated non-null scalar
DEPRECATED
deprecated from 2018-02-28. Incorrect date format.
Expire date of price.
PriceBreakdown.start
● Date!
non-null scalar
Start date in which the price becomes effective. Format: YYYY-MM-DD
PriceBreakdown.end
● Date!
non-null scalar
Expire date of price. Format: YYYY-MM-DD
PriceBreakdown.price
● Price!
non-null object
Specifies the daily price.
Member Of
RoomPrice
object