Class: Asdawqw::TypeEnum
- Inherits:
-
Object
- Object
- Asdawqw::TypeEnum
- Defined in:
- lib/asdawqw/models/type_enum.rb
Overview
Cancellation policy type. [FULLY_REFUNDABLE,NON_REFUNDABLE,MANUAL]
Constant Summary collapse
- TYPE_ENUM =
[ # TODO: Write general description for FULLY_REFUNDABLE FULLY_REFUNDABLE = 'FULLY_REFUNDABLE'.freeze, # TODO: Write general description for NON_REFUNDABLE NON_REFUNDABLE = 'NON_REFUNDABLE'.freeze, # TODO: Write general description for MANUAL MANUAL = 'MANUAL'.freeze ].freeze