Module: Increase::Models::InboundACHTransfer::StandardEntryClassCode

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

Overview

The Standard Entry Class (SEC) code of the transfer.

See Also:

  • Increase::Models::InboundACHTransfer#standard_entry_class_code

Constant Summary collapse

CORPORATE_CREDIT_OR_DEBIT =

Corporate Credit and Debit (CCD).

Returns:

  • (:corporate_credit_or_debit)
:corporate_credit_or_debit
CORPORATE_TRADE_EXCHANGE =

Corporate Trade Exchange (CTX).

Returns:

  • (:corporate_trade_exchange)
:corporate_trade_exchange
PREARRANGED_PAYMENTS_AND_DEPOSIT =

Prearranged Payments and Deposits (PPD).

Returns:

  • (:prearranged_payments_and_deposit)
:prearranged_payments_and_deposit
INTERNET_INITIATED =

Internet Initiated (WEB).

Returns:

  • (:internet_initiated)
:internet_initiated
POINT_OF_SALE =

Point of Sale (POS).

Returns:

  • (:point_of_sale)
:point_of_sale
TELEPHONE_INITIATED =

Telephone Initiated (TEL).

Returns:

  • (:telephone_initiated)
:telephone_initiated
CUSTOMER_INITIATED =

Customer Initiated (CIE).

Returns:

  • (:customer_initiated)
:customer_initiated
ACCOUNTS_RECEIVABLE =

Accounts Receivable (ARC).

Returns:

  • (:accounts_receivable)
:accounts_receivable
MACHINE_TRANSFER =

Machine Transfer (MTE).

Returns:

  • (:machine_transfer)
:machine_transfer
SHARED_NETWORK_TRANSACTION =

Shared Network Transaction (SHR).

Returns:

  • (:shared_network_transaction)
:shared_network_transaction
REPRESENTED_CHECK =

Represented Check (RCK).

Returns:

  • (:represented_check)
:represented_check
BACK_OFFICE_CONVERSION =

Back Office Conversion (BOC).

Returns:

  • (:back_office_conversion)
:back_office_conversion
POINT_OF_PURCHASE =

Point of Purchase (POP).

Returns:

  • (:point_of_purchase)
:point_of_purchase
CHECK_TRUNCATION =

Check Truncation (TRC).

Returns:

  • (:check_truncation)
:check_truncation
DESTROYED_CHECK =

Destroyed Check (XCK).

Returns:

  • (:destroyed_check)
:destroyed_check
INTERNATIONAL_ACH_TRANSACTION =

International ACH Transaction (IAT).

Returns:

  • (:international_ach_transaction)
:international_ach_transaction

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::standard_entry_class_code]

Returns:

  • (::Array[Increase::Models::InboundACHTransfer::standard_entry_class_code])


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

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