@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class VerificationExpiredWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
VerificationExpiredWebhook() |
Modifier and Type | Method and Description |
---|---|
VerificationExpiredWebhook |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccountId()
The `account_id` of the account associated with the webhook
|
String |
getItemId()
The `item_id` of the Item associated with this webhook, warning, or error
|
String |
getWebhookCode()
`VERIFICATION_EXPIRED`
|
String |
getWebhookType()
`AUTH`
|
int |
hashCode() |
VerificationExpiredWebhook |
itemId(String itemId) |
void |
setAccountId(String accountId) |
void |
setItemId(String itemId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
VerificationExpiredWebhook |
webhookCode(String webhookCode) |
VerificationExpiredWebhook |
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_ITEM_ID
public static final String SERIALIZED_NAME_ACCOUNT_ID
public VerificationExpiredWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public VerificationExpiredWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public VerificationExpiredWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public VerificationExpiredWebhook accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.