Module: Yoomoney::Models::PaymentMethodType

Extended by:
Internal::Type::Enum
Defined in:
lib/yoomoney/models/payment_method_type.rb

Constant Summary collapse

BANK_CARD =
:bank_card
CASH =
:cash
ALFABANK =
:alfabank
WEBMONEY =
:webmoney
WECHAT =
:wechat
APPLE_PAY =
:apple_pay
GOOGLE_PAY =
:google_pay
QIWI =
:qiwi
INSTALLMENTS =
:installments
YOO_MONEY =
:yoo_money
SBERBANK =
:sberbank
MOBILE_BALANCE =
:mobile_balance
B2B_SBERBANK =
:b2b_sberbank
TINKOFF_BANK =
:tinkoff_bank
SBP =
:sbp
SBER_LOAN =
:sber_loan
ELECTRONIC_CERTIFICATE =
:electronic_certificate
SBER_BNPL =
:sber_bnpl

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/yoomoney/models/payment_method_type.rb', line 27