Skip to main content

ReservationInfoEntity_type

Properties

NameTypeDescriptionNotes
idStringReservation type id[default to null]
nameStringReservation type name[default to null]
descriptionStringReservation type description[default to null]
is_activeBooleanIndicates if this type of reservation is still active[default to null]
maximumBigDecimalIndicates the maximum seats that can be reserved, 0 means no limit[default to null]
minimumBigDecimalIndicates the minumum required seats that can be reserved[default to null]
end_dateStringReservation end date, void means no end date[optional] [default to null]
start_dateStringReservation start date, void means no start date[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]