Module: Dodopayments::Models::PaymentMethodTypes

Extended by:
Internal::Type::Enum
Defined in:
lib/dodopayments/models/payment_method_types.rb

Constant Summary collapse

CREDIT =
:credit
DEBIT =
:debit
UPI_COLLECT =
:upi_collect
UPI_INTENT =
:upi_intent
APPLE_PAY =
:apple_pay
CASHAPP =
:cashapp
GOOGLE_PAY =
:google_pay
MULTIBANCO =
:multibanco
BANCONTACT_CARD =
:bancontact_card
EPS =
:eps
IDEAL =
:ideal
PRZELEWY24 =
:przelewy24
PAYPAL =
:paypal
AFFIRM =
:affirm
KLARNA =
:klarna
SEPA =
:sepa
ACH =
:ach
AMAZON_PAY =
:amazon_pay
AFTERPAY_CLEARPAY =
:afterpay_clearpay

Class Method Summary collapse

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/dodopayments/models/payment_method_types.rb', line 28