Module: Yoomoney::Models::PayoutDestination::Type

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

Overview

Тип метода для проведения выплаты.

See Also:

  • Yoomoney::Models::PayoutDestination#type

Constant Summary collapse

BANK_CARD =

Returns:

  • (:bank_card)
:bank_card
YOO_MONEY =

Returns:

  • (:yoo_money)
:yoo_money
SBP =

Returns:

  • (:sbp)
:sbp

Class Method Summary collapse

Instance 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

.values ⇒ Array<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/yoomoney/models/payout_destination.rb', line 25

Instance Method Details

#self?.values ⇒ ::Array[Yoomoney::Models::PayoutDestination::type_]

Returns:

  • (::Array[Yoomoney::Models::PayoutDestination::type_])


22
# File 'sig/yoomoney/models/payout_destination.rbs', line 22

def self?.values: -> ::Array[Yoomoney::Models::PayoutDestination::type_]