Module: Lithic::Models::TransactionMonitoring::CaseEntity::EntityType

Extended by:
Internal::Type::Enum
Defined in:
lib/lithic/models/transaction_monitoring/case_entity.rb,
sig/lithic/models/transaction_monitoring/case_entity.rbs

Overview

The type of entity a case is associated with:

  • CARD - The case is associated with a card
  • ACCOUNT - The case is associated with an account
  • FINANCIAL_ACCOUNT - The case is associated with a financial account
  • PROGRAM - The case is associated with the whole program

See Also:

  • Lithic::Models::TransactionMonitoring::CaseEntity#entity_type

Constant Summary collapse

CARD =

Returns:

  • (:CARD)
:CARD
ACCOUNT =

Returns:

  • (:ACCOUNT)
:ACCOUNT
FINANCIAL_ACCOUNT =

Returns:

  • (:FINANCIAL_ACCOUNT)
:FINANCIAL_ACCOUNT
PROGRAM =

Returns:

  • (:PROGRAM)
:PROGRAM

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/lithic/models/transaction_monitoring/case_entity.rb', line 53

Instance Method Details

#self?.values ⇒ ::Array[Lithic::Models::TransactionMonitoring::CaseEntity::entity_type]

Returns:

  • (::Array[Lithic::Models::TransactionMonitoring::CaseEntity::entity_type])


35
# File 'sig/lithic/models/transaction_monitoring/case_entity.rbs', line 35

def self?.values: -> ::Array[Lithic::Models::TransactionMonitoring::CaseEntity::entity_type]