Class AccountsGetResponse

java.lang.Object
com.plaid.client.response.BaseResponse
com.plaid.client.response.AccountsGetResponse

public class AccountsGetResponse
extends BaseResponse
  • Constructor Summary

    Constructors
    Constructor Description
    AccountsGetResponse()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<Account> getAccounts()  
    ItemStatus getItem()  

    Methods inherited from class com.plaid.client.response.BaseResponse

    getRequestId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AccountsGetResponse

      public AccountsGetResponse()
  • Method Details

    • getItem

      public ItemStatus getItem()
    • getAccounts

      public java.util.List<Account> getAccounts()