PriceBreakdown
Information about daily price.
type PriceBreakdown {
effectiveDate: Date!
expireDate: Date!
start: Date!
end: Date!
price: Price!
}
Fields
PriceBreakdown.effectiveDate
● Date!
non-null scalar
Start date in which the price becomes effective.
PriceBreakdown.expireDate
● Date!
non-null scalar
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