Module: Increase::Models::Simulations::DigitalWalletTokenRequestCreateResponse::DeclineReason
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/simulations/digital_wallet_token_request_create_response.rb
Overview
If the simulated tokenization attempt was declined, this field contains details as to why.
Constant Summary collapse
- CARD_NOT_ACTIVE =
The card is not active.
:card_not_active- NO_VERIFICATION_METHOD =
The card does not have a two-factor authentication method.
:no_verification_method- WEBHOOK_TIMED_OUT =
Your webhook timed out when evaluating the token provisioning attempt.
:webhook_timed_out- WEBHOOK_DECLINED =
Your webhook declined the token provisioning attempt.
:webhook_declined
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