Module: FinchAPI::Models::PaymentEvent::EventType

Extended by:
Internal::Type::Enum
Defined in:
lib/finch_api/models/payment_event.rb

Constant Summary collapse

PAYMENT_CREATED =
:"payment.created"
PAYMENT_UPDATED =
:"payment.updated"
PAYMENT_DELETED =
:"payment.deleted"

Class Method Summary collapse

Methods included from Internal::Type::Enum

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

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/finch_api/models/payment_event.rb', line 46