@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-10T22:39:54.038561Z[Etc/UTC]") public class IdentityVerificationStatusUpdatedWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_IDENTITY_VERIFICATION_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
IdentityVerificationStatusUpdatedWebhook() |
| Modifier and Type | Method and Description |
|---|---|
IdentityVerificationStatusUpdatedWebhook |
environment(WebhookEnvironmentValues environment) |
boolean |
equals(Object o) |
WebhookEnvironmentValues |
getEnvironment()
Get environment
|
String |
getIdentityVerificationId()
The ID of the associated Identity Verification attempt.
|
String |
getWebhookCode()
`STATUS_UPDATED`
|
String |
getWebhookType()
`IDENTITY_VERIFICATION`
|
int |
hashCode() |
IdentityVerificationStatusUpdatedWebhook |
identityVerificationId(String identityVerificationId) |
void |
setEnvironment(WebhookEnvironmentValues environment) |
void |
setIdentityVerificationId(String identityVerificationId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
IdentityVerificationStatusUpdatedWebhook |
webhookCode(String webhookCode) |
IdentityVerificationStatusUpdatedWebhook |
webhookType(String webhookType) |
public static final String SERIALIZED_NAME_WEBHOOK_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public static final String SERIALIZED_NAME_IDENTITY_VERIFICATION_ID
public static final String SERIALIZED_NAME_ENVIRONMENT
public IdentityVerificationStatusUpdatedWebhook()
public IdentityVerificationStatusUpdatedWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public IdentityVerificationStatusUpdatedWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public IdentityVerificationStatusUpdatedWebhook identityVerificationId(String identityVerificationId)
public String getIdentityVerificationId()
public void setIdentityVerificationId(String identityVerificationId)
public IdentityVerificationStatusUpdatedWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.