Module: Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging::NoShowIndicator

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/card_payment.rb,
sig/increase/models/card_payment.rbs

Overview

Indicator that the cardholder is being billed for a reserved room that was not actually used.

See Also:

  • Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging#no_show_indicator

Constant Summary collapse

NOT_APPLICABLE =

Not applicable

Returns:

  • (:not_applicable)
:not_applicable
NO_SHOW =

No show

Returns:

  • (:no_show)
:no_show

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging::no_show_indicator]

Returns:

  • (::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging::no_show_indicator])


6719
# File 'sig/increase/models/card_payment.rbs', line 6719

def self?.values: -> ::Array[Increase::Models::CardPayment::Element::CardRefund::PurchaseDetails::Lodging::no_show_indicator]