@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class IncomeVerificationCreateRequestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCESS_TOKENS |
| Constructor and Description |
|---|
IncomeVerificationCreateRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
IncomeVerificationCreateRequestOptions |
accessTokens(List<String> accessTokens) |
IncomeVerificationCreateRequestOptions |
addAccessTokensItem(String accessTokensItem) |
boolean |
equals(Object o) |
List<String> |
getAccessTokens()
An array of access tokens corresponding to the Items that will be cross-referenced with the product data.
|
int |
hashCode() |
void |
setAccessTokens(List<String> accessTokens) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCESS_TOKENS
public IncomeVerificationCreateRequestOptions()
public IncomeVerificationCreateRequestOptions accessTokens(List<String> accessTokens)
public IncomeVerificationCreateRequestOptions addAccessTokensItem(String accessTokensItem)
@Nullable public List<String> getAccessTokens()
Copyright © 2017–2023 Plaid Inc.. All rights reserved.