Module: Increase::Models::InboundACHTransfer::InternationalAddenda::InternationalTransactionTypeCode

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

Overview

The type of transfer. Set by the originator.

See Also:

  • Increase::Models::InboundACHTransfer::InternationalAddenda#international_transaction_type_code

Constant Summary collapse

ANNUITY =

Sent as ANN in the Nacha file.

Returns:

  • (:annuity)
:annuity
BUSINESS_OR_COMMERCIAL =

Sent as BUS in the Nacha file.

Returns:

  • (:business_or_commercial)
:business_or_commercial
DEPOSIT =

Sent as DEP in the Nacha file.

Returns:

  • (:deposit)
:deposit
LOAN =

Sent as LOA in the Nacha file.

Returns:

  • (:loan)
:loan
MISCELLANEOUS =

Sent as MIS in the Nacha file.

Returns:

  • (:miscellaneous)
:miscellaneous
MORTGAGE =

Sent as MOR in the Nacha file.

Returns:

  • (:mortgage)
:mortgage
PENSION =

Sent as PEN in the Nacha file.

Returns:

  • (:pension)
:pension
REMITTANCE =

Sent as REM in the Nacha file.

Returns:

  • (:remittance)
:remittance
RENT_OR_LEASE =

Sent as RLS in the Nacha file.

Returns:

  • (:rent_or_lease)
:rent_or_lease
SALARY_OR_PAYROLL =

Sent as SAL in the Nacha file.

Returns:

  • (:salary_or_payroll)
:salary_or_payroll
TAX =

Sent as TAX in the Nacha file.

Returns:

  • (:tax)
:tax
ACCOUNTS_RECEIVABLE =

Sent as ARC in the Nacha file.

Returns:

  • (:accounts_receivable)
:accounts_receivable
BACK_OFFICE_CONVERSION =

Sent as BOC in the Nacha file.

Returns:

  • (:back_office_conversion)
:back_office_conversion
MACHINE_TRANSFER =

Sent as MTE in the Nacha file.

Returns:

  • (:machine_transfer)
:machine_transfer
POINT_OF_PURCHASE =

Sent as POP in the Nacha file.

Returns:

  • (:point_of_purchase)
:point_of_purchase
POINT_OF_SALE =

Sent as POS in the Nacha file.

Returns:

  • (:point_of_sale)
:point_of_sale
REPRESENTED_CHECK =

Sent as RCK in the Nacha file.

Returns:

  • (:represented_check)
:represented_check
SHARED_NETWORK_TRANSACTION =

Sent as SHR in the Nacha file.

Returns:

  • (:shared_network_transaction)
:shared_network_transaction
TELPHONE_INITIATED =

Sent as TEL in the Nacha file.

Returns:

  • (:telphone_initiated)
:telphone_initiated
INTERNET_INITIATED =

Sent as WEB in the Nacha file.

Returns:

  • (:internet_initiated)
:internet_initiated

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::InboundACHTransfer::InternationalAddenda::international_transaction_type_code]

Returns:

  • (::Array[Increase::Models::InboundACHTransfer::InternationalAddenda::international_transaction_type_code])


635
# File 'sig/increase/models/inbound_ach_transfer.rbs', line 635

def self?.values: -> ::Array[Increase::Models::InboundACHTransfer::InternationalAddenda::international_transaction_type_code]