Module: Increase::Models::ACHPrenotification::NotificationsOfChange::ChangeCode
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/ach_prenotification.rb
Overview
The required type of change that is being signaled by the receiving financial institution.
Constant Summary collapse
- INCORRECT_ACCOUNT_NUMBER =
The account number was incorrect.
:incorrect_account_number- INCORRECT_ROUTING_NUMBER =
The routing number was incorrect.
:incorrect_routing_number- INCORRECT_ROUTING_NUMBER_AND_ACCOUNT_NUMBER =
Both the routing number and the account number were incorrect.
:incorrect_routing_number_and_account_number- INCORRECT_TRANSACTION_CODE =
The transaction code was incorrect. Try changing the ‘funding` parameter from checking to savings or vice-versa.
:incorrect_transaction_code- INCORRECT_ACCOUNT_NUMBER_AND_TRANSACTION_CODE =
The account number and the transaction code were incorrect.
:incorrect_account_number_and_transaction_code- INCORRECT_ROUTING_NUMBER_ACCOUNT_NUMBER_AND_TRANSACTION_CODE =
The routing number, account number, and transaction code were incorrect.
:incorrect_routing_number_account_number_and_transaction_code- INCORRECT_RECEIVING_DEPOSITORY_FINANCIAL_INSTITUTION_IDENTIFICATION =
The receiving depository financial institution identification was incorrect.
:incorrect_receiving_depository_financial_institution_identification- INCORRECT_INDIVIDUAL_IDENTIFICATION_NUMBER =
The individual identification number was incorrect.
:incorrect_individual_identification_number- ADDENDA_FORMAT_ERROR =
The addenda had an incorrect format.
:addenda_format_error- INCORRECT_STANDARD_ENTRY_CLASS_CODE_FOR_OUTBOUND_INTERNATIONAL_PAYMENT =
The standard entry class code was incorrect for an outbound international payment.
:incorrect_standard_entry_class_code_for_outbound_international_payment- MISROUTED_NOTIFICATION_OF_CHANGE =
The notification of change was misrouted.
:misrouted_notification_of_change- INCORRECT_TRACE_NUMBER =
The trace number was incorrect.
:incorrect_trace_number- INCORRECT_COMPANY_IDENTIFICATION_NUMBER =
The company identification number was incorrect.
:incorrect_company_identification_number- INCORRECT_IDENTIFICATION_NUMBER =
The individual identification number or identification number was incorrect.
:incorrect_identification_number- INCORRECTLY_FORMATTED_CORRECTED_DATA =
The corrected data was incorrectly formatted.
:incorrectly_formatted_corrected_data- INCORRECT_DISCRETIONARY_DATA =
The discretionary data was incorrect.
:incorrect_discretionary_data- ROUTING_NUMBER_NOT_FROM_ORIGINAL_ENTRY_DETAIL_RECORD =
The routing number was not from the original entry detail record.
:routing_number_not_from_original_entry_detail_record- DEPOSITORY_FINANCIAL_INSTITUTION_ACCOUNT_NUMBER_NOT_FROM_ORIGINAL_ENTRY_DETAIL_RECORD =
The depository financial institution account number was not from the original entry detail record.
:depository_financial_institution_account_number_not_from_original_entry_detail_record- INCORRECT_TRANSACTION_CODE_BY_ORIGINATING_DEPOSITORY_FINANCIAL_INSTITUTION =
The transaction code was incorrect, initiated by the originating depository financial institution.
:incorrect_transaction_code_by_originating_depository_financial_institution
Method Summary
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