Class: Asdawqw::CancellationPolicyTypeEnum

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

Overview

Cancellation PolicyType Enum.

Constant Summary collapse

CANCELLATION_POLICY_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