@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class InvestmentsHistoricalUpdateWebhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CANCELED_INVESTMENTS_TRANSACTIONS |
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_ERROR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_NEW_INVESTMENTS_TRANSACTIONS |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
Constructor and Description |
---|
InvestmentsHistoricalUpdateWebhook() |
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_ERROR
public static final String SERIALIZED_NAME_NEW_INVESTMENTS_TRANSACTIONS
public static final String SERIALIZED_NAME_CANCELED_INVESTMENTS_TRANSACTIONS
public static final String SERIALIZED_NAME_ENVIRONMENT
public InvestmentsHistoricalUpdateWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public InvestmentsHistoricalUpdateWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public InvestmentsHistoricalUpdateWebhook itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public InvestmentsHistoricalUpdateWebhook error(PlaidError error)
@Nullable public PlaidError getError()
public void setError(PlaidError error)
public InvestmentsHistoricalUpdateWebhook newInvestmentsTransactions(Double newInvestmentsTransactions)
public Double getNewInvestmentsTransactions()
public void setNewInvestmentsTransactions(Double newInvestmentsTransactions)
public InvestmentsHistoricalUpdateWebhook canceledInvestmentsTransactions(Double canceledInvestmentsTransactions)
public Double getCanceledInvestmentsTransactions()
public void setCanceledInvestmentsTransactions(Double canceledInvestmentsTransactions)
public InvestmentsHistoricalUpdateWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.