@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class IncomeVerificationStatusWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_USER_ID |
static String |
SERIALIZED_NAME_VERIFICATION_STATUS |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
IncomeVerificationStatusWebhook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getItemId()
The Item ID associated with the verification.
|
String |
getUserId()
The Plaid `user_id` of the User associated with this webhook, warning, or error.
|
String |
getVerificationStatus()
`VERIFICATION_STATUS_PROCESSING_COMPLETE`: The income verification status processing has completed.
|
String |
getWebhookCode()
`INCOME_VERIFICATION`
|
String |
getWebhookType()
`\"INCOME\"`
|
int |
hashCode() |
IncomeVerificationStatusWebhook |
itemId(String itemId) |
void |
setItemId(String itemId) |
void |
setUserId(String userId) |
void |
setVerificationStatus(String verificationStatus) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
IncomeVerificationStatusWebhook |
userId(String userId) |
IncomeVerificationStatusWebhook |
verificationStatus(String verificationStatus) |
IncomeVerificationStatusWebhook |
webhookCode(String webhookCode) |
IncomeVerificationStatusWebhook |
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_USER_ID
public static final String SERIALIZED_NAME_VERIFICATION_STATUS
public IncomeVerificationStatusWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public IncomeVerificationStatusWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public IncomeVerificationStatusWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public IncomeVerificationStatusWebhook userId(String userId)
@Nullable public String getUserId()
public void setUserId(String userId)
public IncomeVerificationStatusWebhook verificationStatus(String verificationStatus)
public String getVerificationStatus()
public void setVerificationStatus(String verificationStatus)
Copyright © 2017–2022 Plaid Inc.. All rights reserved.