Module: Yoomoney::Models::ReceiptItemAgentType

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

Constant Summary collapse

BANKING_PAYMENT_AGENT =

Returns:

  • (:banking_payment_agent)
:banking_payment_agent
BANKING_PAYMENT_SUBAGENT =

Returns:

  • (:banking_payment_subagent)
:banking_payment_subagent
PAYMENT_AGENT =

Returns:

  • (:payment_agent)
:payment_agent
PAYMENT_SUBAGENT =

Returns:

  • (:payment_subagent)
:payment_subagent
ATTORNEY =

Returns:

  • (:attorney)
:attorney
COMMISSIONER =

Returns:

  • (:commissioner)
:commissioner
AGENT =

Returns:

  • (:agent)
:agent

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/receipt_item_agent_type.rb', line 16


Instance Method Details

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

Returns:

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


23
# File 'sig/yoomoney/models/receipt_item_agent_type.rbs', line 23

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