Enum BankTransferEventType

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

public enum BankTransferEventType
extends java.lang.Enum<BankTransferEventType>
The type of event that this bank transfer represents. `pending`: A new transfer was created; it is in the pending state. `cancelled`: The transfer was cancelled by the client. `failed`: The transfer failed, no funds were moved. `posted`: The transfer has been successfully submitted to the payment network. `reversed`: A posted transfer was reversed. `receiver_pending`: The matching transfer was found as a pending transaction in the receiver's account `receiver_posted`: The matching transfer was found as a posted transaction in the receiver's account
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  BankTransferEventType.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
    CANCELLED  
    ENUM_UNKNOWN  
    FAILED  
    PENDING  
    POSTED  
    RECEIVER_PENDING  
    RECEIVER_POSTED  
    REVERSED  
  • Method Summary

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