Module: Lithic::Models::TransactionMonitoring::CaseActivityType

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/transaction_monitoring/case_activity_type.rb

Overview

The case field that changed, or the action that was taken, in an activity entry:

  • ‘STATUS` - The case status changed

  • ‘TITLE` - The case title changed

  • ‘ASSIGNED_TO` - The case assignee changed

  • ‘RESOLUTION_OUTCOME` - The resolution outcome was set or changed

  • ‘RESOLUTION_NOTES` - The resolution notes were set or changed

  • ‘TAGS` - The case tags changed

  • ‘PRIORITY` - The case priority changed

  • ‘COMMENT` - A comment was added or edited

  • ‘FILE` - A file was attached to the case

Constant Summary collapse

STATUS =
:STATUS
TITLE =
:TITLE
ASSIGNED_TO =
:ASSIGNED_TO
RESOLUTION_OUTCOME =
:RESOLUTION_OUTCOME
RESOLUTION_NOTES =
:RESOLUTION_NOTES
TAGS =
:TAGS
PRIORITY =
:PRIORITY
COMMENT =
:COMMENT
FILE =
:FILE

Class 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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/transaction_monitoring/case_activity_type.rb', line 30