Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.69 KB

HotelRoom.md

File metadata and controls

28 lines (25 loc) · 1.69 KB

HotelRoom

Properties

Name Type Description Notes
id int The identification number of the service. [optional]
name string The name of the service [optional]
amount int The default amount for the service. [optional]
price double The price of the service [optional]
finance_dimensions \Membercare\Client\Model\FinanceDimensions [optional]
participant_category \Membercare\Client\Model\ParticipantCategory [optional]
sequence int The ordering sequence of the service [optional]
web_enabled bool Indicates whether or not to display the service on web. [optional]
available_amount int The avaliable amount for the service. [optional]
service_type \Membercare\Client\Model\CourseServiceType [optional]
mandatory bool [optional]
discount_allowed bool [optional]
maximum_amount int [optional]
maximum_amount_participant int [optional]
change_amount_allowed bool [optional]
allow_partial_booking bool [optional]
reserved_from_date \DateTime [optional]
reserved_to_date \DateTime [optional]
hotel \Membercare\Client\Model\Hotel [optional]
number_of_beds int [optional]

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