Skip to main content

Parameter

Represents a parameter with various properties and methods for building and cloning. Used for passing information between Search, Quote, and Book operations.

Properties

NameTypeDescription
KeyIntegerIdentifies the parameter with a numeric key.
ValueStringDefines the value associated with the parameter.
ParameterTypeParameterTypeSpecifies the type of the parameter (ParameterType), whether it is internal or supplier-related.
ImmutableBooleanIndicates whether the parameter remains constant throughout operations (e.g., from Search to Quote and Book). In second searches or quotes, an immutable parameter is used to identify and match the same option.
RoomIdIntegerAssociates the parameter with a specific room, identified by its ID.