Enum OverrideAccountType

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

public enum OverrideAccountType
extends java.lang.Enum<OverrideAccountType>
`investment:` Investment account `credit:` Credit card `depository:` Depository account `loan:` Loan account `payroll:` Payroll acccount `other:` Non-specified account type See the [Account type schema](https://plaid.com/docs/api/accounts#account-type-schema) for a full listing of account types and corresponding subtypes.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  OverrideAccountType.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  
    DEPOSITORY  
    ENUM_UNKNOWN  
    INVESTMENT  
    LOAN  
    OTHER  
    PAYROLL  
  • Method Summary

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