@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class AccountsGetResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNTS |
static String |
SERIALIZED_NAME_ITEM |
static String |
SERIALIZED_NAME_REQUEST_ID |
Constructor and Description |
---|
AccountsGetResponse() |
Modifier and Type | Method and Description |
---|---|
AccountsGetResponse |
accounts(List<AccountBase> accounts) |
AccountsGetResponse |
addAccountsItem(AccountBase accountsItem) |
boolean |
equals(Object o) |
List<AccountBase> |
getAccounts()
An array of financial institution accounts associated with the Item.
|
Item |
getItem()
Get item
|
String |
getRequestId()
A unique identifier for the request, which can be used for troubleshooting.
|
int |
hashCode() |
AccountsGetResponse |
item(Item item) |
AccountsGetResponse |
requestId(String requestId) |
void |
setAccounts(List<AccountBase> accounts) |
void |
setItem(Item item) |
void |
setRequestId(String requestId) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNTS
public static final String SERIALIZED_NAME_ITEM
public static final String SERIALIZED_NAME_REQUEST_ID
public AccountsGetResponse accounts(List<AccountBase> accounts)
public AccountsGetResponse addAccountsItem(AccountBase accountsItem)
public List<AccountBase> getAccounts()
public void setAccounts(List<AccountBase> accounts)
public AccountsGetResponse item(Item item)
public Item getItem()
public void setItem(Item item)
public AccountsGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.