@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class CreditPayrollIncomeRefreshRequestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ITEM_IDS |
static String |
SERIALIZED_NAME_WEBHOOK |
| Constructor and Description |
|---|
CreditPayrollIncomeRefreshRequestOptions() |
| Modifier and Type | Method and Description |
|---|---|
CreditPayrollIncomeRefreshRequestOptions |
addItemIdsItem(String itemIdsItem) |
boolean |
equals(Object o) |
List<String> |
getItemIds()
An array of `item_id`s to be refreshed.
|
String |
getWebhook()
The URL where Plaid will send the payroll income refresh webhook.
|
int |
hashCode() |
CreditPayrollIncomeRefreshRequestOptions |
itemIds(List<String> itemIds) |
void |
setItemIds(List<String> itemIds) |
void |
setWebhook(String webhook) |
String |
toString() |
CreditPayrollIncomeRefreshRequestOptions |
webhook(String webhook) |
public static final String SERIALIZED_NAME_ITEM_IDS
public static final String SERIALIZED_NAME_WEBHOOK
public CreditPayrollIncomeRefreshRequestOptions()
public CreditPayrollIncomeRefreshRequestOptions itemIds(List<String> itemIds)
public CreditPayrollIncomeRefreshRequestOptions addItemIdsItem(String itemIdsItem)
@Nullable public List<String> getItemIds()
public CreditPayrollIncomeRefreshRequestOptions webhook(String webhook)
@Nullable public String getWebhook()
public void setWebhook(String webhook)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.