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_status is OK
  • PIN_CHANGED - The PIN was changed, including when changing a blocked PIN; pin_status is OK
  • PIN_UNBLOCKED - The PIN was unblocked without changing it; pin_status is OK
  • EXCESSIVE_PIN_ATTEMPTS - The PIN was blocked due to excessive incorrect PIN attempts; pin_status is BLOCKED

See Also:

  • Lithic::Models::CardPinUpdatedWebhookEvent#status_reason

Constant Summary collapse

PIN_SET =

Returns:

  • (:PIN_SET)
:PIN_SET
PIN_CHANGED =

Returns:

  • (:PIN_CHANGED)
:PIN_CHANGED
PIN_UNBLOCKED =

Returns:

  • (:PIN_UNBLOCKED)
:PIN_UNBLOCKED
EXCESSIVE_PIN_ATTEMPTS =

Returns:

  • (: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>

Returns:

  • (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]

Returns:

  • (::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]