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

Returns:

  • (:account_closure)
:account_closure
ACCOUNT_REVENUE_PAYMENT_DISTRIBUTION =

Account revenue payment distribution

Returns:

  • (:account_revenue_payment_distribution)
:account_revenue_payment_distribution
BANK_DRAWN_CHECK =

Bank-drawn check

Returns:

  • (:bank_drawn_check)
:bank_drawn_check
BANK_DRAWN_CHECK_CREDIT =

Bank-drawn check credit

Returns:

  • (:bank_drawn_check_credit)
:bank_drawn_check_credit
BANK_MIGRATION =

Bank migration

Returns:

  • (:bank_migration)
:bank_migration
CHECK_ADJUSTMENT =

Check adjustment

Returns:

  • (:check_adjustment)
:check_adjustment
COLLECTION_PAYMENT =

Collection payment

Returns:

  • (:collection_payment)
:collection_payment
COLLECTION_RECEIVABLE =

Collection receivable

Returns:

  • (:collection_receivable)
:collection_receivable
DISHONORED_ACH_RETURN =

Dishonored ACH return

Returns:

  • (:dishonored_ach_return)
:dishonored_ach_return
EMPYREAL_ADJUSTMENT =

Empyreal adjustment

Returns:

  • (:empyreal_adjustment)
:empyreal_adjustment
ERROR =

Error

Returns:

  • (:error)
:error
ERROR_CORRECTION =

Error correction

Returns:

  • (:error_correction)
:error_correction
FEES =

Fees

Returns:

  • (:fees)
:fees
GENERAL_LEDGER_TRANSFER =

General ledger transfer

Returns:

  • (:general_ledger_transfer)
:general_ledger_transfer
INTEREST =

Interest

Returns:

  • (:interest)
:interest
NEGATIVE_BALANCE_FORGIVENESS =

Negative balance forgiveness

Returns:

  • (:negative_balance_forgiveness)
:negative_balance_forgiveness
SAMPLE_FUNDS =

Sample funds

Returns:

  • (:sample_funds)
:sample_funds
SAMPLE_FUNDS_RETURN =

Sample funds return

Returns:

  • (: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]

Returns:

  • (::Array[Increase::Models::Transaction::Source::InternalSource::reason])


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

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