@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class ProcessorInitialUpdateWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_NEW_TRANSACTIONS |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
ProcessorInitialUpdateWebhook() |
public static final String SERIALIZED_NAME_WEBHOOK_TYPE
public static final String SERIALIZED_NAME_WEBHOOK_CODE
public static final String SERIALIZED_NAME_ERROR
public static final String SERIALIZED_NAME_NEW_TRANSACTIONS
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_ENVIRONMENT
public ProcessorInitialUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public ProcessorInitialUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public ProcessorInitialUpdateWebhook error(String error)
@Nullable public String getError()
public void setError(String error)
public ProcessorInitialUpdateWebhook newTransactions(Double newTransactions)
public Double getNewTransactions()
public void setNewTransactions(Double newTransactions)
public ProcessorInitialUpdateWebhook accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public ProcessorInitialUpdateWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.