@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class IdentityMatchRequestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS |
| Constructor and Description |
|---|
IdentityMatchRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
IdentityMatchRequestOptions |
accountIds(List<String> accountIds) |
IdentityMatchRequestOptions |
addAccountIdsItem(String accountIdsItem) |
boolean |
equals(Object o) |
List<String> |
getAccountIds()
An array of `account_ids` to perform fuzzy match
|
int |
hashCode() |
void |
setAccountIds(List<String> accountIds) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_IDS
public IdentityMatchRequestOptions accountIds(List<String> accountIds)
public IdentityMatchRequestOptions addAccountIdsItem(String accountIdsItem)
@Nullable public List<String> getAccountIds()
Copyright © 2017–2023 Plaid Inc.. All rights reserved.