Module: Dodopayments::Models::Payment::FailureDetails::CustomerCta

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

Overview

The primary CTA to show the customer.

See Also:

  • Dodopayments::Models::Payment::FailureDetails#customer_cta

Constant Summary collapse

EDIT_AND_RETRY =

Returns:

  • (:edit_and_retry)
:edit_and_retry
USE_ANOTHER_METHOD =

Returns:

  • (:use_another_method)
:use_another_method
TRY_AGAIN =

Returns:

  • (:try_again)
:try_again
TRY_LATER =

Returns:

  • (:try_later)
:try_later
RETRY_AND_VERIFY =

Returns:

  • (:retry_and_verify)
:retry_and_verify
RESTART =

Returns:

  • (:restart)
:restart
UPDATE_METHOD =

Returns:

  • (:update_method)
:update_method

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[Dodopayments::Models::Payment::FailureDetails::customer_cta]

Returns:

  • (::Array[Dodopayments::Models::Payment::FailureDetails::customer_cta])


302
# File 'sig/dodopayments/models/payment.rbs', line 302

def self?.values: -> ::Array[Dodopayments::Models::Payment::FailureDetails::customer_cta]