@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class BankIncomeRefreshCompleteWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_RESULT |
static String |
SERIALIZED_NAME_USER_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
BankIncomeRefreshCompleteWebhook() |
public static final String SERIALIZED_NAME_WEBHOOK_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public static final String SERIALIZED_NAME_USER_ID
public static final String SERIALIZED_NAME_RESULT
public static final String SERIALIZED_NAME_ENVIRONMENT
public BankIncomeRefreshCompleteWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public BankIncomeRefreshCompleteWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public BankIncomeRefreshCompleteWebhook userId(String userId)
public String getUserId()
public void setUserId(String userId)
public BankIncomeRefreshCompleteWebhook result(BankIncomeRefreshCompleteResult result)
public BankIncomeRefreshCompleteResult getResult()
public void setResult(BankIncomeRefreshCompleteResult result)
public BankIncomeRefreshCompleteWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.