@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkTokenCreateRequestUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_SELECTION_ENABLED |
| Constructor and Description |
|---|
LinkTokenCreateRequestUpdate() |
| Modifier and Type | Method and Description |
|---|---|
LinkTokenCreateRequestUpdate |
accountSelectionEnabled(Boolean accountSelectionEnabled) |
boolean |
equals(Object o) |
Boolean |
getAccountSelectionEnabled()
If `true`, enables [update mode with Account Select](https://plaid.com/docs/link/update-mode/#using-update-mode-to-request-new-accounts) for institutions that do not use OAuth, or that use OAuth but do not have their own account selection flow.
|
int |
hashCode() |
void |
setAccountSelectionEnabled(Boolean accountSelectionEnabled) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_SELECTION_ENABLED
public LinkTokenCreateRequestUpdate accountSelectionEnabled(Boolean accountSelectionEnabled)
@Nullable public Boolean getAccountSelectionEnabled()
public void setAccountSelectionEnabled(Boolean accountSelectionEnabled)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.