All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plaid.client.response.AccountsGetResponse Maven / Gradle / Ivy

There is a newer version: 27.0.0
Show newest version
package com.plaid.client.response;

import java.util.List;

public final class AccountsGetResponse extends BaseResponse {
  private ItemStatus item;
  private List accounts;

  public ItemStatus getItem() {
    return item;
  }

  public List getAccounts() {
    return accounts;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy