Class ConditionalAchActionParameters.Condition.Attribute

  • All Implemented Interfaces:
    com.lithic.api.core.Enum

    
    public final class ConditionalAchActionParameters.Condition.Attribute
     implements Enum
                        

    The attribute to target.

    The following attributes may be targeted:

    • COMPANY_NAME: The name of the company initiating the ACH transaction.

    • COMPANY_ID: The company ID (also known as Standard Entry Class (SEC) Company ID) of the entity initiating the ACH transaction.

    • TIMESTAMP: The timestamp of the ACH transaction in ISO 8601 format.

    • TRANSACTION_AMOUNT: The amount of the ACH transaction in minor units (cents).

    • SEC_CODE: Standard Entry Class code indicating the type of ACH transaction. Valid values include PPD (Prearranged Payment and Deposit Entry), CCD (Corporate Credit or Debit Entry), WEB (Internet-Initiated/Mobile Entry), TEL (Telephone-Initiated Entry), and others.

    • MEMO: Optional memo or description field included with the ACH transaction.