@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class RecurringNewTransferWebhook extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENVIRONMENT |
static String |
SERIALIZED_NAME_RECURRING_TRANSFER_ID |
static String |
SERIALIZED_NAME_TRANSFER_ID |
static String |
SERIALIZED_NAME_WEBHOOK_CODE |
static String |
SERIALIZED_NAME_WEBHOOK_TYPE |
| Constructor and Description |
|---|
RecurringNewTransferWebhook() |
| Modifier and Type | Method and Description |
|---|---|
RecurringNewTransferWebhook |
environment(WebhookEnvironmentValues environment) |
boolean |
equals(Object o) |
WebhookEnvironmentValues |
getEnvironment()
Get environment
|
String |
getRecurringTransferId()
Plaid’s unique identifier for a recurring transfer.
|
String |
getTransferId()
Plaid’s unique identifier for a transfer.
|
String |
getWebhookCode()
`RECURRING_NEW_TRANSFER`
|
String |
getWebhookType()
`TRANSFER`
|
int |
hashCode() |
RecurringNewTransferWebhook |
recurringTransferId(String recurringTransferId) |
void |
setEnvironment(WebhookEnvironmentValues environment) |
void |
setRecurringTransferId(String recurringTransferId) |
void |
setTransferId(String transferId) |
void |
setWebhookCode(String webhookCode) |
void |
setWebhookType(String webhookType) |
String |
toString() |
RecurringNewTransferWebhook |
transferId(String transferId) |
RecurringNewTransferWebhook |
webhookCode(String webhookCode) |
RecurringNewTransferWebhook |
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_RECURRING_TRANSFER_ID
public static final String SERIALIZED_NAME_TRANSFER_ID
public static final String SERIALIZED_NAME_ENVIRONMENT
public RecurringNewTransferWebhook webhookType(String webhookType)
public String getWebhookType()
public void setWebhookType(String webhookType)
public RecurringNewTransferWebhook webhookCode(String webhookCode)
public String getWebhookCode()
public void setWebhookCode(String webhookCode)
public RecurringNewTransferWebhook recurringTransferId(String recurringTransferId)
public String getRecurringTransferId()
public void setRecurringTransferId(String recurringTransferId)
public RecurringNewTransferWebhook transferId(String transferId)
public String getTransferId()
public void setTransferId(String transferId)
public RecurringNewTransferWebhook environment(WebhookEnvironmentValues environment)
public WebhookEnvironmentValues getEnvironment()
public void setEnvironment(WebhookEnvironmentValues environment)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.