InventoryBookingWindow
Represents a booking window entity.
type InventoryBookingWindow {
start: DateTime!
end: DateTime!
}
Fields
InventoryBookingWindow.start
● DateTime!
non-null scalar
Start date of the booking window.
InventoryBookingWindow.end
● DateTime!
non-null scalar
End date of the booking window.
Member Of
InventoryBookingRules
object