Module: Yoomoney::Models::ReceiptItemPaymentMode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/yoomoney/models/receipt_item_payment_mode.rb
Constant Summary collapse
- FULL_PREPAYMENT =
:full_prepayment- PARTIAL_PREPAYMENT =
:partial_prepayment- ADVANCE =
:advance- FULL_PAYMENT =
:full_payment- PARTIAL_PAYMENT =
:partial_payment- CREDIT =
:credit- CREDIT_PAYMENT =
:credit_payment
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
.values ⇒ Array<Symbol>
|
|
# File 'lib/yoomoney/models/receipt_item_payment_mode.rb', line 16
|