PluginStepType
Plugin Step Type. Select the step type indicated for each plugin in our documentation. @deprecated(reason: "deprecated from 2025-08-25. This property is no longer recommended for use.")
enum PluginStepType {
  REQUEST
  REQUEST_ACCESS
  RESPONSE_OPTION
  RESPONSE_ACCESS
  RESPONSE
}
Values
PluginStepType.REQUEST
Plugins executed after the Buyer requests a message to Hotel-X
PluginStepType.REQUEST_ACCESS
Plugins executed before sending a request to the supplier using access, and after the Accesses have been calculated
PluginStepType.RESPONSE_OPTION
Plugins executed after the supplier responds a message, applied to every option they return
PluginStepType.RESPONSE_ACCESS
Plugins executed after all access options have been responded to
PluginStepType.RESPONSE
Plugins executed before Hotel-X responds the message to the Buyer
Member Of
HotelXDefaultPlugin  object ● HotelXDefaultPluginInput  input ● HotelXDefaultPluginStepInput  input ● HotelXFilterPluginTypeInput  input ● PluginStepInput  input