Module: Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::Indicator

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

Overview

The merchant initiated indicator for the transaction.

See Also:

  • Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated#indicator

Constant Summary collapse

RECURRING_TRANSACTION =

Recurring transaction.

Returns:

  • (:recurring_transaction)
:recurring_transaction
INSTALLMENT_TRANSACTION =

Installment transaction.

Returns:

  • (:installment_transaction)
:installment_transaction
ADD_CARD =

Add card.

Returns:

  • (:add_card)
:add_card
MAINTAIN_CARD_INFORMATION =

Maintain card information.

Returns:

  • (:maintain_card_information)
:maintain_card_information
ACCOUNT_VERIFICATION =

Account verification.

Returns:

  • (:account_verification)
:account_verification
SPLIT_DELAYED_SHIPMENT =

Split or delayed shipment.

Returns:

  • (:split_delayed_shipment)
:split_delayed_shipment
TOP_UP =

Top up.

Returns:

  • (:top_up)
:top_up
MAIL_ORDER =

Mail order.

Returns:

  • (:mail_order)
:mail_order
TELEPHONE_ORDER =

Telephone order.

Returns:

  • (:telephone_order)
:telephone_order
WHITELIST_STATUS_CHECK =

Whitelist status check.

Returns:

  • (:whitelist_status_check)
:whitelist_status_check
OTHER_PAYMENT =

Other payment.

Returns:

  • (:other_payment)
:other_payment
BILLING_AGREEMENT =

Billing agreement.

Returns:

  • (:billing_agreement)
:billing_agreement
DEVICE_BINDING_STATUS_CHECK =

Device binding status check.

Returns:

  • (:device_binding_status_check)
:device_binding_status_check
CARD_SECURITY_CODE_STATUS_CHECK =

Card security code status check.

Returns:

  • (:card_security_code_status_check)
:card_security_code_status_check
DELAYED_SHIPMENT =

Delayed shipment.

Returns:

  • (:delayed_shipment)
:delayed_shipment
SPLIT_PAYMENT =

Split payment.

Returns:

  • (:split_payment)
:split_payment
FIDO_CREDENTIAL_DELETION =

FIDO credential deletion.

Returns:

  • (:fido_credential_deletion)
:fido_credential_deletion
FIDO_CREDENTIAL_REGISTRATION =

FIDO credential registration.

Returns:

  • (:fido_credential_registration)
:fido_credential_registration
DECOUPLED_AUTHENTICATION_FALLBACK =

Decoupled authentication fallback.

Returns:

  • (:decoupled_authentication_fallback)
:decoupled_authentication_fallback

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::indicator]

Returns:

  • (::Array[Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::indicator])


463
# File 'sig/increase/models/real_time_decision.rbs', line 463

def self?.values: -> ::Array[Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated::indicator]