@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class ProcessorIdentityMatchRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_PROCESSOR_TOKEN |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_USER |
| Constructor and Description |
|---|
ProcessorIdentityMatchRequest() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorIdentityMatchRequest |
clientId(String clientId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getProcessorToken()
The processor token obtained from the Plaid integration partner.
|
String |
getSecret()
Your Plaid API `secret`.
|
IdentityMatchUser |
getUser()
Get user
|
int |
hashCode() |
ProcessorIdentityMatchRequest |
processorToken(String processorToken) |
ProcessorIdentityMatchRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setProcessorToken(String processorToken) |
void |
setSecret(String secret) |
void |
setUser(IdentityMatchUser user) |
String |
toString() |
ProcessorIdentityMatchRequest |
user(IdentityMatchUser user) |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_PROCESSOR_TOKEN
public static final String SERIALIZED_NAME_USER
public ProcessorIdentityMatchRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public ProcessorIdentityMatchRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public ProcessorIdentityMatchRequest processorToken(String processorToken)
public String getProcessorToken()
public void setProcessorToken(String processorToken)
public ProcessorIdentityMatchRequest user(IdentityMatchUser user)
@Nullable public IdentityMatchUser getUser()
public void setUser(IdentityMatchUser user)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.