Module: Yoomoney::Models::ReceiptItemPaymentSubject

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

Constant Summary collapse

COMMODITY =
:commodity
EXCISE =
:excise
JOB =
:job
SERVICE =
:service
GAMBLING_BET =
:gambling_bet
GAMBLING_PRIZE =
:gambling_prize
LOTTERY =
:lottery
LOTTERY_PRIZE =
:lottery_prize
INTELLECTUAL_ACTIVITY =
:intellectual_activity
PAYMENT =
:payment
AGENT_COMMISSION =
:agent_commission
PROPERTY_RIGHT =
:property_right
NON_OPERATING_GAIN =
:non_operating_gain
INSURANCE_PREMIUM =
:insurance_premium
SALES_TAX =
:sales_tax
RESORT_FEE =
:resort_fee
COMPOSITE =
:composite
ANOTHER =
:another
FINE =
:fine
TAX =
:tax
LIEN =
:lien
COST =
:cost
PENSION_INSURANCE_WITHOUT_PAYOUTS =
:pension_insurance_without_payouts
PENSION_INSURANCE_WITH_PAYOUTS =
:pension_insurance_with_payouts
HEALTH_INSURANCE_WITHOUT_PAYOUTS =
:health_insurance_without_payouts
HEALTH_INSURANCE_WITH_PAYOUTS =
:health_insurance_with_payouts
HEALTH_INSURANCE =
:health_insurance
CASINO =
:casino
AGENT_WITHDRAWALS =
:agent_withdrawals
NON_MARKED_EXCISE =
:non_marked_excise
MARKED_EXCISE =
:marked_excise
MARKED =
:marked
NON_MARKED =
:non_marked

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/receipt_item_payment_subject.rb', line 42