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.
Constant Summary collapse
- ANNUITY =
Sent as
ANNin the Nacha file. :annuity- BUSINESS_OR_COMMERCIAL =
Sent as
BUSin the Nacha file. :business_or_commercial- DEPOSIT =
Sent as
DEPin the Nacha file. :deposit- LOAN =
Sent as
LOAin the Nacha file. :loan- MISCELLANEOUS =
Sent as
MISin the Nacha file. :miscellaneous- MORTGAGE =
Sent as
MORin the Nacha file. :mortgage- PENSION =
Sent as
PENin the Nacha file. :pension- REMITTANCE =
Sent as
REMin the Nacha file. :remittance- RENT_OR_LEASE =
Sent as
RLSin the Nacha file. :rent_or_lease- SALARY_OR_PAYROLL =
Sent as
SALin the Nacha file. :salary_or_payroll- TAX =
Sent as
TAXin the Nacha file. :tax- ACCOUNTS_RECEIVABLE =
Sent as
ARCin the Nacha file. :accounts_receivable- BACK_OFFICE_CONVERSION =
Sent as
BOCin the Nacha file. :back_office_conversion- MACHINE_TRANSFER =
Sent as
MTEin the Nacha file. :machine_transfer- POINT_OF_PURCHASE =
Sent as
POPin the Nacha file. :point_of_purchase- POINT_OF_SALE =
Sent as
POSin the Nacha file. :point_of_sale- REPRESENTED_CHECK =
Sent as
RCKin the Nacha file. :represented_check- SHARED_NETWORK_TRANSACTION =
Sent as
SHRin the Nacha file. :shared_network_transaction- TELPHONE_INITIATED =
Sent as
TELin the Nacha file. :telphone_initiated- INTERNET_INITIATED =
Sent as
WEBin the Nacha file. :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]
635 |
# File 'sig/increase/models/inbound_ach_transfer.rbs', line 635
def self?.values: -> ::Array[Increase::Models::InboundACHTransfer::InternationalAddenda::international_transaction_type_code]
|