Module: Increase::Models::RealTimeDecision::Category

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/real_time_decision.rb

Overview

The category of the Real-Time Decision.

See Also:

Constant Summary collapse

CARD_AUTHORIZATION_REQUESTED =

A card is being authorized.

:card_authorization_requested
CARD_AUTHENTICATION_REQUESTED =

3DS authentication is requested.

:card_authentication_requested
CARD_AUTHENTICATION_CHALLENGE_REQUESTED =

3DS authentication challenge requires cardholder involvement.

:card_authentication_challenge_requested
DIGITAL_WALLET_TOKEN_REQUESTED =

A card is being loaded into a digital wallet.

:digital_wallet_token_requested
DIGITAL_WALLET_AUTHENTICATION_REQUESTED =

A card is being loaded into a digital wallet and requires cardholder authentication.

:digital_wallet_authentication_requested

Method Summary

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