Class: Asdawqw::RequestToBookTestActionEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/asdawqw/models/request_to_book_test_action_enum.rb

Overview

Allowed values for request to book Test action

Constant Summary collapse

REQUEST_TO_BOOK_TEST_ACTION_ENUM =
[
  # Send example request like you got request to book cancellation
  # notification.
  RESERVATION_REQUEST_VOIDED = 'RESERVATION_REQUEST_VOIDED'.freeze,

  # Send example request like you got request to book notification.
  RESERVATION_REQUEST = 'RESERVATION_REQUEST'.freeze
].freeze