Module: Yoomoney::Models::NotificationEventType

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

Constant Summary collapse

PAYMENT_WAITING_FOR_CAPTURE =

Returns:

  • (:"payment.waiting_for_capture")
:"payment.waiting_for_capture"
PAYMENT_SUCCEEDED =

Returns:

  • (:"payment.succeeded")
:"payment.succeeded"
PAYMENT_CANCELED =

Returns:

  • (:"payment.canceled")
:"payment.canceled"
REFUND_SUCCEEDED =

Returns:

  • (:"refund.succeeded")
:"refund.succeeded"

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.values ⇒ Array<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/yoomoney/models/notification_event_type.rb', line 13

Instance Method Details

#self?.values ⇒ ::Array[Yoomoney::Models::notification_event_type]

Returns:

  • (::Array[Yoomoney::Models::notification_event_type])


17
# File 'sig/yoomoney/models/notification_event_type.rbs', line 17

def self?.values: -> ::Array[Yoomoney::Models::notification_event_type]