Module: Yoomoney::Models::ReceiptItemPaymentMode

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

Constant Summary collapse

FULL_PREPAYMENT =

Returns:

  • (:full_prepayment)
:full_prepayment
PARTIAL_PREPAYMENT =

Returns:

  • (:partial_prepayment)
:partial_prepayment
ADVANCE =

Returns:

  • (:advance)
:advance
FULL_PAYMENT =

Returns:

  • (:full_payment)
:full_payment
PARTIAL_PAYMENT =

Returns:

  • (:partial_payment)
:partial_payment
CREDIT =

Returns:

  • (:credit)
:credit
CREDIT_PAYMENT =

Returns:

  • (:credit_payment)
:credit_payment

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

Instance Method Details

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

Returns:

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


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

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