Enum AchReturnReason

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AchReturnReason>

    public enum AchReturnReason
    extends java.lang.Enum<AchReturnReason>
    Gets or Sets AchReturnReason
    • Enum Constant Detail

      • INSUFFICIENT_FUNDS

        public static final AchReturnReason INSUFFICIENT_FUNDS
      • INVALID_ACCOUNT_NUMBER_STRUCTURE

        public static final AchReturnReason INVALID_ACCOUNT_NUMBER_STRUCTURE
      • UNAUTHORIZED_DEBIT_TO_CONSUMER

        public static final AchReturnReason UNAUTHORIZED_DEBIT_TO_CONSUMER
      • RETURNED_PER_ODFI_REQUEST

        public static final AchReturnReason RETURNED_PER_ODFI_REQUEST
      • AUTHORIZATION_REVOKED_BY_CUSTOMER

        public static final AchReturnReason AUTHORIZATION_REVOKED_BY_CUSTOMER
      • CUSTOMER_ADVISES_NOT_AUTHORIZED

        public static final AchReturnReason CUSTOMER_ADVISES_NOT_AUTHORIZED
      • CHECK_TRUNCATION_ENTRY_RETURNED

        public static final AchReturnReason CHECK_TRUNCATION_ENTRY_RETURNED
      • BRANCH_SOLD_TO_ANOTHER_DFI

        public static final AchReturnReason BRANCH_SOLD_TO_ANOTHER_DFI
      • RDFI_NOT_QUALIFIED_TO_PARTICIPATE

        public static final AchReturnReason RDFI_NOT_QUALIFIED_TO_PARTICIPATE
      • REPRESENTATIVE_PAYEE_DECEASED_OR_UNABLE_TO_CONTINUE

        public static final AchReturnReason REPRESENTATIVE_PAYEE_DECEASED_OR_UNABLE_TO_CONTINUE
      • BENEFICIARY_OR_BANK_ACCOUNT_HOLDER_DECEASED

        public static final AchReturnReason BENEFICIARY_OR_BANK_ACCOUNT_HOLDER_DECEASED
      • FILE_RECORD_EDIT_CRITERIA

        public static final AchReturnReason FILE_RECORD_EDIT_CRITERIA
      • IMPROPER_EFFECTIVE_ENTRY_DATE

        public static final AchReturnReason IMPROPER_EFFECTIVE_ENTRY_DATE
      • AMOUNT_FIELD_ERROR

        public static final AchReturnReason AMOUNT_FIELD_ERROR
      • NON_TRANSACTION_ACCOUNT

        public static final AchReturnReason NON_TRANSACTION_ACCOUNT
      • INVALID_COMPANY_IDENTIFICATION

        public static final AchReturnReason INVALID_COMPANY_IDENTIFICATION
      • INVALID_INDIVIDUAL_ID_NUMBER

        public static final AchReturnReason INVALID_INDIVIDUAL_ID_NUMBER
      • CREDIT_ENTRY_REFUSED_BY_RECEIVER

        public static final AchReturnReason CREDIT_ENTRY_REFUSED_BY_RECEIVER
      • MANDATORY_FIELD_ERROR

        public static final AchReturnReason MANDATORY_FIELD_ERROR
      • TRACE_NUMBER_ERROR

        public static final AchReturnReason TRACE_NUMBER_ERROR
      • ROUTING_NUMBER_CHECK_DIGIT_ERROR

        public static final AchReturnReason ROUTING_NUMBER_CHECK_DIGIT_ERROR
      • CORPORATE_CUSTOMER_ADVISES_NOT_AUTHORIZED

        public static final AchReturnReason CORPORATE_CUSTOMER_ADVISES_NOT_AUTHORIZED
      • RDFI_NOT_PARTICIPANT_IN_CHECK_TRUNCATION_PROGRAM

        public static final AchReturnReason RDFI_NOT_PARTICIPANT_IN_CHECK_TRUNCATION_PROGRAM
      • PERMISSIBLE_RETURN_ENTRY

        public static final AchReturnReason PERMISSIBLE_RETURN_ENTRY
      • RDFI_NON_SETTLEMENT

        public static final AchReturnReason RDFI_NON_SETTLEMENT
      • RETURN_OF_XCK_ENTRY

        public static final AchReturnReason RETURN_OF_XCK_ENTRY
      • LIMITED_PARTICIPATION_DFI

        public static final AchReturnReason LIMITED_PARTICIPATION_DFI
      • RETURN_OF_IMPROPER_DEBIT_ENTRY

        public static final AchReturnReason RETURN_OF_IMPROPER_DEBIT_ENTRY
      • RETURN_OF_IMPROPER_CREDIT_ENTRY

        public static final AchReturnReason RETURN_OF_IMPROPER_CREDIT_ENTRY
      • SOURCE_DOCUMENT_PRESENTED_FOR_PAYMENT

        public static final AchReturnReason SOURCE_DOCUMENT_PRESENTED_FOR_PAYMENT
      • STOP_PAYMENT_ON_SOURCE_DOCUMENT

        public static final AchReturnReason STOP_PAYMENT_ON_SOURCE_DOCUMENT
      • IMPROPER_SOURCE_DOCUMENT

        public static final AchReturnReason IMPROPER_SOURCE_DOCUMENT
      • INVALID_INDIVIDUAL_OR_COMPANY_NAME

        public static final AchReturnReason INVALID_INDIVIDUAL_OR_COMPANY_NAME
      • INCORRECTLY_CODED_OUTBOUND_INTERNATIONAL_PAYMENT

        public static final AchReturnReason INCORRECTLY_CODED_OUTBOUND_INTERNATIONAL_PAYMENT
    • Method Detail

      • values

        public static AchReturnReason[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AchReturnReason c : AchReturnReason.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AchReturnReason valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getValue

        public java.lang.String getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<AchReturnReason>
      • fromValue

        public static AchReturnReason fromValue​(java.lang.String value)
      • toUrlQueryString

        public java.lang.String toUrlQueryString​(java.lang.String prefix)
        Convert the instance into URL query string.
        Parameters:
        prefix - prefix of the query string
        Returns:
        URL query string