Skip to main content

ReservationTypeClass

Properties

NameTypeDescriptionNotes
typeStringType of reservation[default to null]
nameStringName of reservation[default to null]
descriptionStringDescription of reservation[default to null]
hoursReservationTypeClass_hours[default to null]
payment_typeStringIndicates the payment type[default to null]
maximumBigDecimalMax seats that can be reserved per reservation[default to null]
minimumBigDecimalMin seats that can be reserved per reservation[default to null]
idStringID of the reservation type[default to null]
feeBigDecimalFee to be paid multiplied by payment type[default to null]
time_slotsListUI helper, this is the calculated time slots that can be reserved within the selected reservation date[default to null]
storeReservationInfoEntity_store[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]