Enum Transaction.TransactionTypeEnum

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

public static enum Transaction.TransactionTypeEnum
extends java.lang.Enum<Transaction.TransactionTypeEnum>
Please use the `payment_channel` field, `transaction_type` will be deprecated in the future. `digital:` transactions that took place online. `place:` transactions that were made at a physical location. `special:` transactions that relate to banks, e.g. fees or deposits. `unresolved:` transactions that do not fit into the other three types.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Transaction.TransactionTypeEnum.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
    DIGITAL  
    PLACE  
    SPECIAL  
    UNRESOLVED  
  • Method Summary

    Modifier and Type Method Description
    static Transaction.TransactionTypeEnum fromValue​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static Transaction.TransactionTypeEnum valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Transaction.TransactionTypeEnum[] 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