Class: Asdawqw::MultiUnitEnum

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

Overview

Enum for product multyunit type.

Constant Summary collapse

MULTI_UNIT_ENUM =
[
  # Enum type for MultiUnit property type
  MLT = 'MLT'.freeze,

  # Enum type for Owner (hotel) property type
  OWN = 'OWN'.freeze
].freeze