Module: Increase::Models::CardPayment::Element::CardDecline::Actioner

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

Overview

Whether this authorization was approved by Increase, the card network through stand-in processing, or the user through a real-time decision.

See Also:

Constant Summary collapse

USER =

This object was actioned by the user through a real-time decision.

:user
INCREASE =

This object was actioned by Increase without user intervention.

:increase
NETWORK =

This object was actioned by the network, through stand-in processing.

:network

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