UpdateReservationItemInput
The attributes to update in a reservation item.
quantity
numberThe reserved quantity.
location_id
stringThe ID of the associated location.
description
stringThe description of the reservation item.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?