Enum TransferAuthorization.DecisionEnum

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

public static enum TransferAuthorization.DecisionEnum
extends java.lang.Enum<TransferAuthorization.DecisionEnum>
A decision regarding the proposed transfer. `approved` – The proposed transfer has received the end user's consent and has been approved for processing. Plaid has also reviewed the proposed transfer and has approved it for processing. `permitted` – Plaid was unable to fetch the information required to approve or decline the proposed transfer. You may proceed with the transfer, but further review is recommended. Plaid is awaiting further instructions from the client. `declined` – Plaid reviewed the proposed transfer and declined processing. Refer to the `code` field in the `decision_rationale` object for details.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TransferAuthorization.DecisionEnum.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
    APPROVED  
    DECLINED  
    PERMITTED  
  • Method Summary

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