Module: FinchAPI::Models::AccountUpdateEvent::EventType
- Extended by:
- Enum
- Defined in:
- lib/finch-api/models/account_update_event.rb
Constant Summary collapse
- ACCOUNT_UPDATED =
:"account.updated"
Class Method Summary collapse
Methods included from Enum
==, ===, coerce, dump, try_strict_coerce, values
Methods included from Converter
#coerce, coerce, #dump, dump, #try_strict_coerce, try_strict_coerce, type_info
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/account_update_event.rb', line 2 def self.values; end |