Module: Increase::Models::Simulations::InboundACHTransferCreateParams::StandardEntryClassCode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/simulations/inbound_ach_transfer_create_params.rb
Overview
The standard entry class code for the transfer.
Constant Summary collapse
- CORPORATE_CREDIT_OR_DEBIT =
Corporate Credit and Debit (CCD).
:corporate_credit_or_debit- CORPORATE_TRADE_EXCHANGE =
Corporate Trade Exchange (CTX).
:corporate_trade_exchange- PREARRANGED_PAYMENTS_AND_DEPOSIT =
Prearranged Payments and Deposits (PPD).
:prearranged_payments_and_deposit- INTERNET_INITIATED =
Internet Initiated (WEB).
:internet_initiated- POINT_OF_SALE =
Point of Sale (POS).
:point_of_sale- TELEPHONE_INITIATED =
Telephone Initiated (TEL).
:telephone_initiated- CUSTOMER_INITIATED =
Customer Initiated (CIE).
:customer_initiated- ACCOUNTS_RECEIVABLE =
Accounts Receivable (ARC).
:accounts_receivable- MACHINE_TRANSFER =
Machine Transfer (MTE).
:machine_transfer- SHARED_NETWORK_TRANSACTION =
Shared Network Transaction (SHR).
:shared_network_transaction- REPRESENTED_CHECK =
Represented Check (RCK).
:represented_check- BACK_OFFICE_CONVERSION =
Back Office Conversion (BOC).
:back_office_conversion- POINT_OF_PURCHASE =
Point of Purchase (POP).
:point_of_purchase- CHECK_TRUNCATION =
Check Truncation (TRC).
:check_truncation- DESTROYED_CHECK =
Destroyed Check (XCK).
:destroyed_check- INTERNATIONAL_ACH_TRANSACTION =
International ACH Transaction (IAT).
:international_ach_transaction
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/increase/models/simulations/inbound_ach_transfer_create_params.rb', line 230
|