Enum TransferEventListRequest.TransferTypeEnum

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

public static enum TransferEventListRequest.TransferTypeEnum
extends java.lang.Enum<TransferEventListRequest.TransferTypeEnum>
The type of transfer. This will be either `debit` or `credit`. A `debit` indicates a transfer of money into your origination account; a `credit` indicates a transfer of money out of your origination account.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TransferEventListRequest.TransferTypeEnum.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
    CREDIT  
    DEBIT  
    NULL  
  • Method Summary

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