Module: Yoomoney::Models::PersonalDataType

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

Constant Summary collapse

PAYOUT_STATEMENT_RECIPIENT =

Returns:

  • (:payout_statement_recipient)
:payout_statement_recipient
SBP_PAYOUT_RECIPIENT =

Returns:

  • (:sbp_payout_recipient)
:sbp_payout_recipient

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/personal_data_type.rb', line 11

Instance Method Details

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

Returns:

  • (::Array[Yoomoney::Models::personal_data_type])


12
# File 'sig/yoomoney/models/personal_data_type.rbs', line 12

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