@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class DepositSwitchCreateRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_TRANSACTION_ITEM_ACCESS_TOKENS |
static String |
SERIALIZED_NAME_WEBHOOK |
Constructor and Description |
---|
DepositSwitchCreateRequestOptions() |
Modifier and Type | Method and Description |
---|---|
DepositSwitchCreateRequestOptions |
addTransactionItemAccessTokensItem(String transactionItemAccessTokensItem) |
boolean |
equals(Object o) |
List<String> |
getTransactionItemAccessTokens()
An array of access tokens corresponding to transaction items to use when attempting to match the user to their Payroll Provider.
|
String |
getWebhook()
The URL registered to receive webhooks when the status of a deposit switch request has changed.
|
int |
hashCode() |
void |
setTransactionItemAccessTokens(List<String> transactionItemAccessTokens) |
void |
setWebhook(String webhook) |
String |
toString() |
DepositSwitchCreateRequestOptions |
transactionItemAccessTokens(List<String> transactionItemAccessTokens) |
DepositSwitchCreateRequestOptions |
webhook(String webhook) |
public static final String SERIALIZED_NAME_WEBHOOK
public static final String SERIALIZED_NAME_TRANSACTION_ITEM_ACCESS_TOKENS
public DepositSwitchCreateRequestOptions webhook(String webhook)
@Nullable public String getWebhook()
public void setWebhook(String webhook)
public DepositSwitchCreateRequestOptions transactionItemAccessTokens(List<String> transactionItemAccessTokens)
public DepositSwitchCreateRequestOptions addTransactionItemAccessTokensItem(String transactionItemAccessTokensItem)
@Nullable public List<String> getTransactionItemAccessTokens()
public void setTransactionItemAccessTokens(List<String> transactionItemAccessTokens)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.