@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferFundingAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKEN |
static String |
SERIALIZED_NAME_ACCOUNT_ID |
| Constructor and Description |
|---|
TransferFundingAccount() |
| Modifier and Type | Method and Description |
|---|---|
TransferFundingAccount |
accessToken(String accessToken) |
TransferFundingAccount |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccessToken()
The access token associated with the Item data is being requested for.
|
String |
getAccountId()
The Plaid `account_id` for the newly created Item.
|
int |
hashCode() |
void |
setAccessToken(String accessToken) |
void |
setAccountId(String accountId) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCESS_TOKEN
public static final String SERIALIZED_NAME_ACCOUNT_ID
public TransferFundingAccount accessToken(String accessToken)
public String getAccessToken()
public void setAccessToken(String accessToken)
public TransferFundingAccount accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.