Module: Lithic::Models::CardPinUpdatedWebhookEvent::StatusReason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/lithic/models/card_pin_updated_webhook_event.rb,
sig/lithic/models/card_pin_updated_webhook_event.rbs
Overview
The reason for the PIN update:
PIN_SET- The PIN was set for the first time;pin_statusisOKPIN_CHANGED- The PIN was changed, including when changing a blocked PIN;pin_statusisOKPIN_UNBLOCKED- The PIN was unblocked without changing it;pin_statusisOKEXCESSIVE_PIN_ATTEMPTS- The PIN was blocked due to excessive incorrect PIN attempts;pin_statusisBLOCKED
Constant Summary collapse
- PIN_SET =
:PIN_SET- PIN_CHANGED =
:PIN_CHANGED- PIN_UNBLOCKED =
:PIN_UNBLOCKED- EXCESSIVE_PIN_ATTEMPTS =
:EXCESSIVE_PIN_ATTEMPTS
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/card_pin_updated_webhook_event.rb', line 82
|
Instance Method Details
#self?.values ⇒ ::Array[Lithic::Models::CardPinUpdatedWebhookEvent::status_reason]
56 |
# File 'sig/lithic/models/card_pin_updated_webhook_event.rbs', line 56 def self?.values: -> ::Array[Lithic::Models::CardPinUpdatedWebhookEvent::status_reason] |