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 cardACCOUNT- The case is associated with an accountFINANCIAL_ACCOUNT- The case is associated with a financial accountPROGRAM- The case is associated with the whole program
Constant Summary collapse
- CARD =
:CARD- ACCOUNT =
:ACCOUNT- FINANCIAL_ACCOUNT =
:FINANCIAL_ACCOUNT- 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>
|
|
# File 'lib/lithic/models/transaction_monitoring/case_entity.rb', line 53
|
Instance Method Details
#self?.values ⇒ ::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]
|