Enum TransactionCode

java.lang.Object
java.lang.Enum<TransactionCode>
com.plaid.client.model.TransactionCode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TransactionCode>, java.lang.constant.Constable

public enum TransactionCode
extends java.lang.Enum<TransactionCode>
An identifier classifying the transaction type. This field is only populated for European institutions. For institutions in the US and Canada, this field is set to `null`. `adjustment:` Bank adjustment `atm:` Cash deposit or withdrawal via an automated teller machine `bank charge:` Charge or fee levied by the institution `bill payment`: Payment of a bill `cash:` Cash deposit or withdrawal `cashback:` Cash withdrawal while making a debit card purchase `cheque:` Document ordering the payment of money to another person or organization `direct debit:` Automatic withdrawal of funds initiated by a third party at a regular interval `interest:` Interest earned or incurred `purchase:` Purchase made with a debit or credit card `standing order:` Payment instructed by the account holder to a third party at a regular interval `transfer:` Transfer of money between accounts
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TransactionCode.Adapter  

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ADJUSTMENT  
    ATM  
    BANK_CHARGE  
    BILL_PAYMENT  
    CASH  
    CASHBACK  
    CHEQUE  
    DIRECT_DEBIT  
    ENUM_UNKNOWN  
    INTEREST  
    NULL  
    PURCHASE  
    STANDING_ORDER  
    TRANSFER  
  • Method Summary

    Modifier and Type Method Description
    static TransactionCode fromValue​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static TransactionCode valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static TransactionCode[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait