@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class IdentityVerificationRetryRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_CLIENT_USER_ID |
static String |
SERIALIZED_NAME_SECRET |
static String |
SERIALIZED_NAME_STEPS |
static String |
SERIALIZED_NAME_STRATEGY |
static String |
SERIALIZED_NAME_TEMPLATE_ID |
Constructor and Description |
---|
IdentityVerificationRetryRequest() |
public static final String SERIALIZED_NAME_CLIENT_USER_ID
public static final String SERIALIZED_NAME_TEMPLATE_ID
public static final String SERIALIZED_NAME_STRATEGY
public static final String SERIALIZED_NAME_STEPS
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public IdentityVerificationRetryRequest clientUserId(String clientUserId)
public String getClientUserId()
public void setClientUserId(String clientUserId)
public IdentityVerificationRetryRequest templateId(String templateId)
public String getTemplateId()
public void setTemplateId(String templateId)
public IdentityVerificationRetryRequest strategy(Strategy strategy)
public Strategy getStrategy()
public void setStrategy(Strategy strategy)
public IdentityVerificationRetryRequest steps(IdentityVerificationRetryRequestStepsObject steps)
@Nullable public IdentityVerificationRetryRequestStepsObject getSteps()
public void setSteps(IdentityVerificationRetryRequestStepsObject steps)
public IdentityVerificationRetryRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public IdentityVerificationRetryRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.