InventoryBookingWindowInput
Represents a booking window entity.
input InventoryBookingWindowInput {
start: DateTime!
end: DateTime!
}
Fields
InventoryBookingWindowInput.start
● DateTime!
non-null scalar
Start date of the booking window.
InventoryBookingWindowInput.end
● DateTime!
non-null scalar
End date of the booking window.