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.
Constant Summary collapse
- EDIT_AND_RETRY =
:edit_and_retry- USE_ANOTHER_METHOD =
:use_another_method- TRY_AGAIN =
:try_again- TRY_LATER =
:try_later- RETRY_AND_VERIFY =
:retry_and_verify- RESTART =
:restart- 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]
302 |
# File 'sig/dodopayments/models/payment.rbs', line 302
def self?.values: -> ::Array[Dodopayments::Models::Payment::FailureDetails::customer_cta]
|