Module: Increase::Models::Transaction::Source::InternalSource::Reason

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

Overview

An Internal Source is a transaction between you and Increase. This describes the reason for the transaction.

See Also:

  • Increase::Models::Transaction::Source::InternalSource#reason

Constant Summary collapse

ACCOUNT_CLOSURE =

Account closure

:account_closure
ACCOUNT_REVENUE_PAYMENT_DISTRIBUTION =

Account revenue payment distribution

:account_revenue_payment_distribution
BANK_DRAWN_CHECK =

Bank-drawn check

:bank_drawn_check
BANK_DRAWN_CHECK_CREDIT =

Bank-drawn check credit

:bank_drawn_check_credit
BANK_MIGRATION =

Bank migration

:bank_migration
CHECK_ADJUSTMENT =

Check adjustment

:check_adjustment
COLLECTION_PAYMENT =

Collection payment

:collection_payment
COLLECTION_RECEIVABLE =

Collection receivable

:collection_receivable
DISHONORED_ACH_RETURN =

Dishonored ACH return

:dishonored_ach_return
EMPYREAL_ADJUSTMENT =

Empyreal adjustment

:empyreal_adjustment
ERROR =

Error

:error
ERROR_CORRECTION =

Error correction

:error_correction
FEES =

Fees

:fees
GENERAL_LEDGER_TRANSFER =

General ledger transfer

:general_ledger_transfer
INTEREST =

Interest

:interest
NEGATIVE_BALANCE_FORGIVENESS =

Negative balance forgiveness

:negative_balance_forgiveness
SAMPLE_FUNDS =

Sample funds

:sample_funds
SAMPLE_FUNDS_RETURN =

Sample funds return

:sample_funds_return

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values::Array[Increase::Models::Transaction::Source::InternalSource::reason]



5759
# File 'sig/increase/models/transaction.rbs', line 5759

def self?.values: -> ::Array[Increase::Models::Transaction::Source::InternalSource::reason]