diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fdb46e00..471c4d4c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,120 @@ See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md). +# 42.0.0 +- Updating to OAS 2020-09-14_1.706.1 + +## Breaking changes in this version +- [BREAKING] For `/cra/check_report/create`, replace `CraCheckReportCashflowInsightsGetOptions`, `CraCheckReportIncomeInsightsGetOptions`, `CraCheckReportLendScoreGetOptions`, `CraCheckReportNetworkInsightsGetOptions`, and `CraCheckReportVerificationGetEmploymentRefreshOptions` with the corresponding `CraCheckReportCreate*Options` types. The old types remain available for the deprecated `/get` options, and request JSON is unchanged. (OAS 2020-09-14_1.700.0) +- [BREAKING] Use `ProductsTerminateReasonCode` for `ItemProductsTerminateRequest.reasonCode` and `UserProductsTerminateRequest.reasonCode`; the endpoint-specific wrapper classes were removed. Accepted wire values are unchanged. (OAS 2020-09-14_1.701.1) +- [BREAKING] `FDXInitiatorFiAttribute.value`, its getter, and its setter now use `String` instead of `FDXPartyType`. For example, replace `.value(FDXPartyType.DATA_PROVIDER)` with `.value(FDXPartyType.DATA_PROVIDER.getValue())`. This schema is not referenced by an endpoint. (OAS 2020-09-14_1.703.0) +- [BREAKING] `StudentRepaymentPlan.INTEREST_ONLY` now serializes as `"interest only"` instead of `"interest-only"`, matching the value returned by the API. The Java enum constant is unchanged. (OAS 2020-09-14_1.699.1) + +## OpenAPI Schema Changes +### 2020-09-14_1.706.1 +- Make product `metadata` and `attributes` nullable when unavailable in `/cra/report/get` responses. + +### 2020-09-14_1.706.0 +- Add the `/transfer/return/recover` endpoint, which lets clients report that they have recovered some or all of the loss on a returned guaranteed transfer. +- Add the `guarantee_reimbursed`, `client_return_recovered`, and `plaid_return_recovered` transfer event types, and add a nullable signed `event_amount` field to the transfer event object. + +### 2020-09-14_1.705.4 +- Mark superseded products, endpoints, and fields as `deprecated`: the Beacon product (`/beacon/*` endpoints and webhooks, plus the `beacon_user_id` field on Identity Verification responses); Bank Transfer (except the `/bank_transfer/event/*` endpoints, still used for Auth micro-deposits); `/employers/search`; the legacy Cash Flow Updates webhooks superseded by `CASH_FLOW_INSIGHTS_UPDATED`; and the `PaymentInitiationConsentScope`, `TransferCreditFundsSource`, and `RiskReason` schemas. +- Quote `type: string` certain enum values (Prism version number strings, Freddie Mac "yes/no" API string responses) that YAML parsers were coercing to numbers or booleans. +- Expose `/cra/report/get` and its request/response schemas in generated client libraries. The endpoint remains hidden from public documentation. + +### 2020-09-14_1.705.3 +- Document the `ip_address` field on the `/identity_verification/create` `user` object: accepted only here (not via `/link/token/create`) and captured automatically by the Link SDK, for backend-only integrations that need IP-based risk checks. + +### 2020-09-14_1.705.2 +- Clarified the `/oauth/token` response `token_type` description (it is `Bearer` for OAuth access tokens); dropped the inaccurate "always Bearer" wording. + +### 2020-09-14_1.705.1 +- internal changes only + +### 2020-09-14_1.705.0 +- Type the `product` field of the `CraReportUpdatedWebhook` (`CRA_REPORT`/`CRA_REPORT_UPDATED`) `successful_products`/`failed_products` entries against the `Products` enum instead of a free-form string, matching the sibling `/cra/report/get` product schemas. + +### 2020-09-14_1.704.2 +- internal changes only + +### 2020-09-14_1.704.1 +- internal changes only + +### 2020-09-14_1.704.0 +- internal changes only + +### 2020-09-14_1.703.0 +- Add the `environment` field to the `LinkEventsWebhook` (`LINK`/`EVENTS`) schema, matching actual behavior. +- Change `FDXInitiatorFiAttribute.value` from the `FDXPartyType` enum to a string, matching the sibling `FDXFiAttribute` (this schema is not referenced by any endpoint). +- Fixed a `TransactionsRuleDetails.query` description that referenced a nonexistent `NAME` field (the enum value is `MERCHANT_NAME`), and a `/cra/encompass/get_reports` example whose `report_status` was not a valid value and whose `generated_at` key should be `created_at`. +- Fixed additional example/consistency issues: `/transactions/get` and `/processor/transactions/get` examples now report the correct `total_transactions`; the Identity Verification `Strategy` note references the `watchlist_screening` step; the `US_SDN` watchlist code label is consistent; `SelfieCapture` examples reflect that only one of `image_url`/`video_url` is populated; the `/institutions/get_by_id` example nests `liabilities` correctly; the `/oauth/token` scope description calls `urn:plaid:params:oauth:user-token` a subject token type; and a `/cra/encompass/load/existing` example was corrected to match its schema. + +### 2020-09-14_1.702.4 +- Add `hide_gse_details` to `/cra/check_report/verification/pdf/get`. When `true`, the GSE identifiers (the Report ID and `gse_reference_id`) are omitted from the returned Home Lending Report PDF. Defaults to `false`. These identifiers are always present in the `/cra/check_report/verification/get` JSON response regardless of this field. + +### 2020-09-14_1.702.3 +- Add the `error`, `repairable_items`, and `failed_products` fields to the `CHECK_REPORT_FAILED` and `USER_CHECK_REPORT_FAILED` webhooks. + +### 2020-09-14_1.702.2 +- Add `tax_lots` to the `/investments/holdings/get` sample response, showing both a holding with per-lot detail and a holding with an empty `tax_lots` array. + +### 2020-09-14_1.702.1 +- Update descriptions for the CRA `/get` endpoints. + +### 2020-09-14_1.702.0 +- Add `timestamp` to `/protect/compute` responses to indicate when the Trust Index score and fraud attributes were computed. + +### 2020-09-14_1.701.4 +- Add `ip_address` (optional, nullable) to the `user` object (`IdentityVerificationCreateRequestUser`) on `/identity_verification/create`. Lets backend-only integrations supply the end user's IP address for IP-based risk checks without launching the Link SDK. + +### 2020-09-14_1.701.3 +- Add `exclusion_code` to the `CraPartnerInsightsUltraFicoScoreResult` object, exposing the FICO exclusion code that explains why an UltraFICO® score could not be computed due to consumer-data conditions (e.g. insufficient account history). + +### 2020-09-14_1.701.2 +- Add private-visibility `error`, `repairable_items`, and `failed_products` to the `CHECK_REPORT_FAILED` and `USER_CHECK_REPORT_FAILED` webhooks. + +### 2020-09-14_1.701.1 +- Add the nullable `receiver_details` field to the `BankTransferEvent` schema returned by `/bank_transfer/event/list` and `/bank_transfer/event/sync`, matching what the API already emits. Currently always `null`. +- [Breaking] Change the generated `reason_code` type for `/item/products/terminate` and `/user/products/terminate` from the unusable `ItemProductsTerminateReasonCode` and `UserProductsTerminateReasonCode` wrapper types to `ProductsTerminateReasonCode`. The accepted JSON values are unchanged. +- Make `home_lending_report_options` visible in the docs for `/cra/check_report/create` and `/link/token/create`. + +### 2020-09-14_1.701.0 +- Add `figi` to the `Security` schema: the 12-character OpenFIGI identifier, which stays stable across most corporate actions (ticker/CUSIP/name changes) and is the preferred identifier for tracking a security across its lifecycle. Null until Plaid has enriched the security with FIGI data. + +### 2020-09-14_1.700.1 +- Add the `/sandbox/fdx/consent/seed` endpoint for seeding a test FDX consent grant on Sandbox data partner accounts. Takes `customer_id` and `application_id` (and an optional `consent_id`) and returns the seeded `consent_id`. + +### 2020-09-14_1.700.0 +- [Breaking] Rename the `/cra/check_report/create` request options schemas for `cashflow_insights`, `lend_score`, `network_insights`, `income_insights`, and the Home Lending Report's `employment_refresh_options` to `CraCheckReportCreate*Options`. The JSON request is unchanged. +- Deprecate the request-time generation config on the CRA `/get` endpoints (`options`, `partner_insights`, `employment_refresh_options`); no longer accepted for new clients (created on or after 2026-07-01). + +### 2020-09-14_1.699.6 +- Add `cash advance`, `late fee`, `membership fee`, `returned item fee` to the `transaction_code` enum. + +### 2020-09-14_1.699.5 +- Add `num_i20s_uploaded` to the `document_income_results` object in the `/credit/sessions/get` and `/link/token/get` responses + +### 2020-09-14_1.699.4 +- Add private-visibility scaffolding for the `CRA_REPORT_UPDATED` webhook (`CRA_REPORT` type), fired when a subscribed CRA report is updated; lists the `successful_products` and `failed_products` for the update. Hidden from the public spec/docs until launch (customer-facing entry follows when `x-private-visibility` flips). + +### 2020-09-14_1.699.3 +- Add `kick` to the `processor` enum on `/processor/token/create`, for creating processor tokens for the Kick integration. + +### 2020-09-14_1.699.2 +- Adds `DOCUMENT_TYPE_US_STUDENT_I20` enum value (Form I-20 student document) for document metadata +- Add `/fdx/consents`, `/fdx/consents/{consentId}`, and `/fdx/consents/{consentId}/revocation` for managing FDX consent grants. These endpoints remain hidden from public documentation. + +### 2020-09-14_1.699.1 +- Additions and corrections of enum values returned by API but not mentioned in OpenAPI spec. No actual changes to API behavior. +- `PlaidErrorType`: add 13 error types (`ASSETS_ERROR`, `ENRICH_ERROR`, `STATEMENTS_ERROR`, `RECURRING_TRANSACTIONS_ERROR`, `CRA_MONITORING_ERROR`, `CREDIT_PROFILE_REPORT_ERROR`, `ENCOMPASS_ERROR`, `FRAUD_INSIGHTS_ERROR`, `FREDDIE_MAC_ERROR`, `LINK_DELIVERY_ERROR`, `PROFILE_ERROR`, `TRANSFER_RECURRING_ERROR`, `TRANSFER_REFUND_ERROR` +- Asset Report `warning_code`: add the 5 `BANK_INCOME_INSIGHTS_*` codes +- watchlist `source`: add `retro` enum value +- `TransferNetwork`: add `rfp` enum value (request for payment; closed beta, debit-only) +- `StudentRepaymentPlan.type`: `interest-only` → `interest only` (match the emitted value) + +### 2020-09-14_1.699.0 +- Add support for the Form I-20 US immigration student document on `/credit/payroll_income/get`. This form now returns an `i20` array which extraction data on uploaded I-20 documents. + # 41.0.0 - Updating to OAS 2020-09-14_1.698.7 diff --git a/README.md b/README.md index da85da0806..46bb8f01a8 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Plaid-java is available at [Maven Central](https://central.sonatype.com/artifact com.plaid plaid-java - - 9.0.0 + + 41.0.0 ``` @@ -40,7 +40,7 @@ Each major version of `plaid-java` targets a specific version of the Plaid API: | API version | plaid-java release | | ----------------------- | ------------------ | | 2020-09-14 (**latest**) | 8.x.x and higher | -| 2019-05-29` | 7.x.x | +| 2019-05-29 | 7.x.x | | 2018-05-22 | 4.x.x (and 3.x.x) | | 2017-03-08 | 2.x.x | @@ -50,7 +50,7 @@ All users are strongly recommended to use a recent version of the library, as ol ### Basic Usage Examples -For more examples of basic usage, see the [test suites](https://github.plaid.com/plaid/go/tree/master/lib/apischemas/openapi/clib-wrappers/plaid-java/src/test/java/com/plaid/client/integration), [Quickstart](https://github.com/plaid/quickstart/tree/master/java/src/main/java/com/plaid/quickstart), or [API Reference documentation](https://plaid.com/docs/api/). +For more examples of basic usage, see the [test suites](https://github.com/plaid/plaid-java/tree/master/src/test/java/com/plaid/client/integration), [Quickstart](https://github.com/plaid/quickstart/tree/master/java/src/main/java/com/plaid/quickstart), or [API Reference documentation](https://plaid.com/docs/api/). #### Initialization, API call, and error handling @@ -68,7 +68,7 @@ plaidClient = apiClient.createService(PlaidApi.class); // Synchronously exchange a Link public_token for an API access_token // Required request parameters are always Request object constructor arguments ItemPublicTokenExchangeRequest request = new ItemPublicTokenExchangeRequest().publicToken("the_link_public_token"); -Response response = plaidClient() +Response response = plaidClient .itemPublicTokenExchange(request).execute(); if (response.isSuccessful()) { @@ -78,13 +78,13 @@ if (response.isSuccessful()) { // Asynchronously do the same thing. Useful for potentially long-lived calls. ItemPublicTokenExchangeRequest request = new ItemPublicTokenExchangeRequest().publicToken(publicToken); -plaidClient() +plaidClient .itemPublicTokenExchange(request) .enqueue(new Callback() { @Override public void onResponse(Call call, Response response) { if (response.isSuccessful()) { - accessToken = response.body.getAccessToken(); + accessToken = response.body().getAccessToken(); } } @@ -101,7 +101,7 @@ try { } catch (Exception e) { throw new Exception( String.format( - "Failed converting from API Response Error Body to Error %f", + "Failed converting from API Response Error Body to Error %s", response.errorBody().string() ) ); @@ -144,8 +144,8 @@ Version 9.0.0 of the client library was released in August 2021 and contains mul **Change CountryCodes to enum:** -- from: `Arrays.list("US")` -- to: `Arrays.list(CountryCode.US`) +- from: `Arrays.asList("US")` +- to: `Arrays.asList(CountryCode.US)` **Rename model imports:** @@ -217,7 +217,7 @@ LinkTokenCreateRequest request = new LinkTokenCreateRequest() #### Initialization and error handling -See [basic usage](#basic-usage) for examples of new-style initialization and error handling. +See [basic usage](#basic-usage-examples) for examples of new-style initialization and error handling. #### Method calling examples @@ -247,70 +247,42 @@ List accounts = response.body().getAccounts(); #### Optional parameters +Using `/link/token/create` as an example, required parameters move from constructor arguments to builder setters, and optional parameters (such as `webhook`, `linkCustomizationName`, and `redirectUri`) switch from `with*` setters to plain builder setters. + Old: -``` -SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd"); -startDate = simpleDateFormat.parse("2018-01-01"); -endDate = simpleDateFormat.parse("2018-02-01"); -// Pull transactions for a date range -Response response = client().service().transactionsGet( - new TransactionsGetRequest( - accessToken, - startDate, - endDate)) +```java +// Required parameters are constructor arguments; optional parameters use with* setters +LinkTokenCreateRequest request = new LinkTokenCreateRequest( + new LinkTokenCreateRequest.User("user-id-from-your-db"), + "Plaid Test", + Arrays.asList("auth"), + Arrays.asList("US"), + "en") + .withWebhook("https://webhook-uri.com") + .withLinkCustomizationName("default") + .withRedirectUri("https://domainname.com/oauth-page.html"); +Response response = client().service() + .linkTokenCreate(request) .execute(); - -// Manipulate the count and offset parameters to paginate -// transactions and retrieve all available data -Response response = client().service().transactionsGet( - new TransactionsGetRequest( - accessToken, - startDate, - endDate) - .withAccountIds(Arrays.asList(someAccountId)) - .withCount(numTxns) - .withOffset(1)).execute(); - -for (TransactionsGetResponse.Transaction txn : response.body().getTransactions()) { ... } ``` New: -``` -LocalDate startDate = LocalDate.now().minusDays(30); -LocalDate endDate = LocalDate.now(); -TransactionsGetRequestOptions options = new TransactionsGetRequestOptions() - .includePersonalFinanceCategory(true) -// Pull transactions for a date range - -TransactionsGetRequest request = new TransactionsGetRequest() - .accessToken(accessToken) - .startDate(startDate) - .endDate(endDate) - .options(options) -Response - response = plaidClient.transactionsGet(request).execute(); - -List transactions = new ArrayList (); -transactions.addAll(response.body().getTransactions()); - -// Manipulate the offset parameter to paginate -// transactions and retrieve all available data -while (transactions.size() < response.body().getTotalTransactions()) { - options = new TransactionsGetRequestOptions() - .offset(transactions.size()) - .includePersonalFinanceCategory(true) - TransactionsGetRequest request = new TransactionsGetRequest() - .accessToken(accessToken) - .startDate(startDate) - .endDate(endDate) - .options(options); - - Response - response = plaidClient.transactionsGet(request).execute(); - transactions.addAll(response.body().getTransactions()); -} +```java +// Required and optional parameters are all builder setters +LinkTokenCreateRequest request = new LinkTokenCreateRequest() + .user(new LinkTokenCreateRequestUser().clientUserId("user-id-from-your-db")) + .clientName("Plaid Test") + .products(Arrays.asList(Products.AUTH)) + .countryCodes(Arrays.asList(CountryCode.US)) + .language("en") + .webhook("https://webhook-uri.com") + .linkCustomizationName("default") + .redirectUri("https://domainname.com/oauth-page.html"); +Response response = plaidClient + .linkTokenCreate(request) + .execute(); ``` ## Contributing diff --git a/pom.xml b/pom.xml index 7febd64fb7..b01682ab6b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.plaid plaid-java - 41.0.0-SNAPSHOT + 42.0.0-SNAPSHOT org.sonatype.oss diff --git a/src/main/java/com/plaid/client/ApiClient.java b/src/main/java/com/plaid/client/ApiClient.java index a8f1603e60..fdb3f5e0c9 100644 --- a/src/main/java/com/plaid/client/ApiClient.java +++ b/src/main/java/com/plaid/client/ApiClient.java @@ -9,6 +9,8 @@ import okhttp3.ResponseBody; import okhttp3.Request; import okhttp3.Response; +import org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder; +import org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder; import retrofit2.Converter; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; @@ -16,6 +18,9 @@ import com.plaid.client.auth.HttpBasicAuth; import com.plaid.client.auth.HttpBearerAuth; import com.plaid.client.auth.ApiKeyAuth; +import com.plaid.client.auth.OAuth; +import com.plaid.client.auth.OAuth.AccessTokenListener; +import com.plaid.client.auth.OAuthFlow; import java.io.IOException; import java.lang.annotation.Annotation; @@ -49,7 +54,7 @@ public ApiClient() { public Response intercept(Chain chain) throws IOException { Request originalRequest = chain.request(); Request requestWithUserAgent = originalRequest.newBuilder() - .header("User-Agent", "Plaid Java v41.0.0") + .header("User-Agent", "Plaid Java v42.0.0") .header("Plaid-Version", "2020-09-14") .build(); return chain.proceed(requestWithUserAgent); @@ -70,6 +75,9 @@ public ApiClient(String[] authNames) { if ("clientId".equals(authName)) { auth = new ApiKeyAuth("header", "PLAID-CLIENT-ID"); + } else if ("oauth2".equals(authName)) { + + auth = new OAuth(OAuthFlow.application, "", "https://api.plaid.com/oauth2/apiv2/token", "cra:report:read, user:write"); } else if ("plaidVersion".equals(authName)) { auth = new ApiKeyAuth("header", "Plaid-Version"); @@ -96,6 +104,9 @@ public ApiClient(Map apiKeys) { ApiKeyAuth apiKeyAuth = new ApiKeyAuth("header", "PLAID-CLIENT-ID"); apiKeyAuth.setApiKey(apiKeys.get(authName)); auth = (Interceptor) apiKeyAuth; + } else if ("oauth2".equals(authName)) { + + auth = new OAuth(OAuthFlow.application, "", "https://api.plaid.com/oauth2/apiv2/token", "cra:report:read, user:write"); } else if ("plaidVersion".equals(authName)) { ApiKeyAuth apiKeyAuth = new ApiKeyAuth("header", "Plaid-Version"); @@ -143,6 +154,23 @@ public ApiClient(String authName, String username, String password) { this.setCredentials(username, password); } + /** + * Helper constructor for single password oauth2 + * @param authName Authentication name + * @param clientId Client ID + * @param secret Client Secret + * @param username Username + * @param password Password + */ + public ApiClient(String authName, String clientId, String secret, String username, String password) { + this(authName); + this.getTokenEndPoint() + .setClientId(clientId) + .setClientSecret(secret) + .setUsername(username) + .setPassword(password); + } + public void createDefaultAdapter() { json = new JSON(); @@ -256,10 +284,98 @@ public ApiClient setCredentials(String username, String password) { basicAuth.setCredentials(username, password); return this; } + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + oauth.getTokenRequestBuilder().setUsername(username).setPassword(password); + return this; + } } return this; } + /** + * Helper method to configure the token endpoint of the first oauth found in the apiAuthorizations (there should be only one) + * @return Token request builder + */ + public TokenRequestBuilder getTokenEndPoint() { + for(Interceptor apiAuthorization : apiAuthorizations.values()) { + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + return oauth.getTokenRequestBuilder(); + } + } + return null; + } + + /** + * Helper method to configure authorization endpoint of the first oauth found in the apiAuthorizations (there should be only one) + * @return Authentication request builder + */ + public AuthenticationRequestBuilder getAuthorizationEndPoint() { + for(Interceptor apiAuthorization : apiAuthorizations.values()) { + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + return oauth.getAuthenticationRequestBuilder(); + } + } + return null; + } + + /** + * Helper method to pre-set the oauth access token of the first oauth found in the apiAuthorizations (there should be only one) + * @param accessToken Access token + * @return ApiClient + */ + public ApiClient setAccessToken(String accessToken) { + for(Interceptor apiAuthorization : apiAuthorizations.values()) { + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + oauth.setAccessToken(accessToken); + return this; + } + } + return this; + } + + /** + * Helper method to configure the oauth accessCode/implicit flow parameters + * @param clientId Client ID + * @param clientSecret Client secret + * @param redirectURI Redirect URI + * @return ApiClient + */ + public ApiClient configureAuthorizationFlow(String clientId, String clientSecret, String redirectURI) { + for(Interceptor apiAuthorization : apiAuthorizations.values()) { + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + oauth.getTokenRequestBuilder() + .setClientId(clientId) + .setClientSecret(clientSecret) + .setRedirectURI(redirectURI); + oauth.getAuthenticationRequestBuilder() + .setClientId(clientId) + .setRedirectURI(redirectURI); + return this; + } + } + return this; + } + + /** + * Configures a listener which is notified when a new access token is received. + * @param accessTokenListener Access token listener + * @return ApiClient + */ + public ApiClient registerAccessTokenListener(AccessTokenListener accessTokenListener) { + for(Interceptor apiAuthorization : apiAuthorizations.values()) { + if (apiAuthorization instanceof OAuth) { + OAuth oauth = (OAuth) apiAuthorization; + oauth.registerAccessTokenListener(accessTokenListener); + return this; + } + } + return this; + } /** * Adds an authorization to be used by the client diff --git a/src/main/java/com/plaid/client/JSON.java b/src/main/java/com/plaid/client/JSON.java index 9beada32f0..0dee301854 100644 --- a/src/main/java/com/plaid/client/JSON.java +++ b/src/main/java/com/plaid/client/JSON.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/StringUtil.java b/src/main/java/com/plaid/client/StringUtil.java index 9b0325b69d..6e616589b8 100644 --- a/src/main/java/com/plaid/client/StringUtil.java +++ b/src/main/java/com/plaid/client/StringUtil.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import java.util.Collection; import java.util.Iterator; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/src/main/java/com/plaid/client/auth/OAuth.java b/src/main/java/com/plaid/client/auth/OAuth.java new file mode 100644 index 0000000000..5f91011459 --- /dev/null +++ b/src/main/java/com/plaid/client/auth/OAuth.java @@ -0,0 +1,185 @@ +package com.plaid.client.auth; + +import static java.net.HttpURLConnection.HTTP_UNAUTHORIZED; +import static java.net.HttpURLConnection.HTTP_FORBIDDEN; + +import java.io.IOException; +import java.util.Map; + +import org.apache.oltu.oauth2.client.OAuthClient; +import org.apache.oltu.oauth2.client.request.OAuthBearerClientRequest; +import org.apache.oltu.oauth2.client.request.OAuthClientRequest; +import org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder; +import org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder; +import org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse; +import org.apache.oltu.oauth2.common.exception.OAuthProblemException; +import org.apache.oltu.oauth2.common.exception.OAuthSystemException; +import org.apache.oltu.oauth2.common.message.types.GrantType; +import org.apache.oltu.oauth2.common.token.BasicOAuthToken; + +import okhttp3.Interceptor; +import okhttp3.OkHttpClient; +import okhttp3.Request; +import okhttp3.Request.Builder; +import okhttp3.Response; + +public class OAuth implements Interceptor { + + public interface AccessTokenListener { + public void notify(BasicOAuthToken token); + } + + private volatile String accessToken; + private OAuthClient oauthClient; + + private TokenRequestBuilder tokenRequestBuilder; + private AuthenticationRequestBuilder authenticationRequestBuilder; + + private AccessTokenListener accessTokenListener; + + public OAuth( OkHttpClient client, TokenRequestBuilder requestBuilder ) { + this.oauthClient = new OAuthClient(new OAuthOkHttpClient(client)); + this.tokenRequestBuilder = requestBuilder; + } + + public OAuth(TokenRequestBuilder requestBuilder ) { + this(new OkHttpClient(), requestBuilder); + } + + public OAuth(OAuthFlow flow, String authorizationUrl, String tokenUrl, String scopes) { + this(OAuthClientRequest.tokenLocation(tokenUrl).setScope(scopes)); + setFlow(flow); + authenticationRequestBuilder = OAuthClientRequest.authorizationLocation(authorizationUrl); + } + + public void setFlow(OAuthFlow flow) { + switch(flow) { + case accessCode: + case implicit: + tokenRequestBuilder.setGrantType(GrantType.AUTHORIZATION_CODE); + break; + case password: + tokenRequestBuilder.setGrantType(GrantType.PASSWORD); + break; + case application: + tokenRequestBuilder.setGrantType(GrantType.CLIENT_CREDENTIALS); + break; + default: + break; + } + } + + @Override + public Response intercept(Chain chain) + throws IOException { + + return retryingIntercept(chain, true); + } + + private Response retryingIntercept(Chain chain, boolean updateTokenAndRetryOnAuthorizationFailure) throws IOException { + Request request = chain.request(); + + // If the request already have an authorization (eg. Basic auth), do nothing + if (request.header("Authorization") != null) { + return chain.proceed(request); + } + + // If first time, get the token + OAuthClientRequest oAuthRequest; + if (getAccessToken() == null) { + updateAccessToken(null); + } + + if (getAccessToken() != null) { + // Build the request + Builder rb = request.newBuilder(); + + String requestAccessToken = new String(getAccessToken()); + try { + oAuthRequest = new OAuthBearerClientRequest(request.url().toString()) + .setAccessToken(requestAccessToken) + .buildHeaderMessage(); + } catch (OAuthSystemException e) { + throw new IOException(e); + } + + for ( Map.Entry header : oAuthRequest.getHeaders().entrySet() ) { + rb.addHeader(header.getKey(), header.getValue()); + } + rb.url( oAuthRequest.getLocationUri()); + + //Execute the request + Response response = chain.proceed(rb.build()); + + // 401/403 most likely indicates that access token has expired. Unless it happens two times in a row. + if ( response != null && (response.code() == HTTP_UNAUTHORIZED || response.code() == HTTP_FORBIDDEN) && updateTokenAndRetryOnAuthorizationFailure ) { + try { + if (updateAccessToken(requestAccessToken)) { + response.body().close(); + return retryingIntercept( chain, false ); + } + } catch (Exception e) { + response.body().close(); + throw e; + } + } + return response; + } else { + return chain.proceed(chain.request()); + } + } + + /* + * Returns true if the access token has been updated + */ + public synchronized boolean updateAccessToken(String requestAccessToken) throws IOException { + if (getAccessToken() == null || getAccessToken().equals(requestAccessToken)) { + try { + OAuthJSONAccessTokenResponse accessTokenResponse = oauthClient.accessToken(this.tokenRequestBuilder.buildBodyMessage()); + if (accessTokenResponse != null && accessTokenResponse.getAccessToken() != null) { + setAccessToken(accessTokenResponse.getAccessToken()); + if (accessTokenListener != null) { + accessTokenListener.notify((BasicOAuthToken) accessTokenResponse.getOAuthToken()); + } + return !getAccessToken().equals(requestAccessToken); + } else { + return false; + } + } catch (OAuthSystemException e) { + throw new IOException(e); + } catch (OAuthProblemException e) { + throw new IOException(e); + } + } + return true; + } + + public void registerAccessTokenListener(AccessTokenListener accessTokenListener) { + this.accessTokenListener = accessTokenListener; + } + + public synchronized String getAccessToken() { + return accessToken; + } + + public synchronized void setAccessToken(String accessToken) { + this.accessToken = accessToken; + } + + public TokenRequestBuilder getTokenRequestBuilder() { + return tokenRequestBuilder; + } + + public void setTokenRequestBuilder(TokenRequestBuilder tokenRequestBuilder) { + this.tokenRequestBuilder = tokenRequestBuilder; + } + + public AuthenticationRequestBuilder getAuthenticationRequestBuilder() { + return authenticationRequestBuilder; + } + + public void setAuthenticationRequestBuilder(AuthenticationRequestBuilder authenticationRequestBuilder) { + this.authenticationRequestBuilder = authenticationRequestBuilder; + } + +} diff --git a/src/main/java/com/plaid/client/auth/OAuthFlow.java b/src/main/java/com/plaid/client/auth/OAuthFlow.java new file mode 100644 index 0000000000..e5a0c1e283 --- /dev/null +++ b/src/main/java/com/plaid/client/auth/OAuthFlow.java @@ -0,0 +1,22 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.auth; + +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public enum OAuthFlow { + accessCode, //called authorizationCode in OpenAPI 3.0 + implicit, + password, + application //called clientCredentials in OpenAPI 3.0 +} diff --git a/src/main/java/com/plaid/client/model/AAMVAAnalysis.java b/src/main/java/com/plaid/client/model/AAMVAAnalysis.java index 72d9e922b8..45e6aecae3 100644 --- a/src/main/java/com/plaid/client/model/AAMVAAnalysis.java +++ b/src/main/java/com/plaid/client/model/AAMVAAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed AAMVA data for the associated hit. Note: This field is only available for U.S. driver's licenses issued by participating states. */ @ApiModel(description = "Analyzed AAMVA data for the associated hit. Note: This field is only available for U.S. driver's licenses issued by participating states.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AAMVAAnalysis { public static final String SERIALIZED_NAME_IS_VERIFIED = "is_verified"; @SerializedName(SERIALIZED_NAME_IS_VERIFIED) diff --git a/src/main/java/com/plaid/client/model/AAMVADetailedMatchResult.java b/src/main/java/com/plaid/client/model/AAMVADetailedMatchResult.java index 23d4e2c70c..7a25f45a66 100644 --- a/src/main/java/com/plaid/client/model/AAMVADetailedMatchResult.java +++ b/src/main/java/com/plaid/client/model/AAMVADetailedMatchResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AAMVAMatchResult.java b/src/main/java/com/plaid/client/model/AAMVAMatchResult.java index a34e517d17..b7f9a2c567 100644 --- a/src/main/java/com/plaid/client/model/AAMVAMatchResult.java +++ b/src/main/java/com/plaid/client/model/AAMVAMatchResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ACHClass.java b/src/main/java/com/plaid/client/model/ACHClass.java index 86d5eee474..185c0f67c8 100644 --- a/src/main/java/com/plaid/client/model/ACHClass.java +++ b/src/main/java/com/plaid/client/model/ACHClass.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/APR.java b/src/main/java/com/plaid/client/model/APR.java index 27c5150c03..0486d977a2 100644 --- a/src/main/java/com/plaid/client/model/APR.java +++ b/src/main/java/com/plaid/client/model/APR.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the APR on the account. */ @ApiModel(description = "Information about the APR on the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class APR { public static final String SERIALIZED_NAME_APR_PERCENTAGE = "apr_percentage"; @SerializedName(SERIALIZED_NAME_APR_PERCENTAGE) diff --git a/src/main/java/com/plaid/client/model/AccountAccess.java b/src/main/java/com/plaid/client/model/AccountAccess.java index 966223f173..fda033d169 100644 --- a/src/main/java/com/plaid/client/model/AccountAccess.java +++ b/src/main/java/com/plaid/client/model/AccountAccess.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Allow or disallow product access by account. Unlisted (e.g. missing) accounts will be considered `new_accounts`. */ @ApiModel(description = "Allow or disallow product access by account. Unlisted (e.g. missing) accounts will be considered `new_accounts`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountAccess { public static final String SERIALIZED_NAME_UNIQUE_ID = "unique_id"; @SerializedName(SERIALIZED_NAME_UNIQUE_ID) diff --git a/src/main/java/com/plaid/client/model/AccountAssets.java b/src/main/java/com/plaid/client/model/AccountAssets.java index 7defa70020..45c784078a 100644 --- a/src/main/java/com/plaid/client/model/AccountAssets.java +++ b/src/main/java/com/plaid/client/model/AccountAssets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ * Asset information about an account */ @ApiModel(description = "Asset information about an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountAssets { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -71,7 +71,7 @@ public class AccountAssets { private AccountSubtype subtype; /** - * The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: The Item has successfully been verified using Plaid's data sources. Note: Database Match is currently a beta feature, please contact your account manager for more information. + * The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: (deprecated) The Item has successfully been verified using Plaid's data sources. Only returned for Auth Items created via Database Match. */ @JsonAdapter(VerificationStatusEnum.Adapter.class) public enum VerificationStatusEnum { @@ -328,11 +328,11 @@ public AccountAssets verificationStatus(VerificationStatusEnum verificationStatu } /** - * The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: The Item has successfully been verified using Plaid's data sources. Note: Database Match is currently a beta feature, please contact your account manager for more information. + * The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: (deprecated) The Item has successfully been verified using Plaid's data sources. Only returned for Auth Items created via Database Match. * @return verificationStatus **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: The Item has successfully been verified using Plaid's data sources. Note: Database Match is currently a beta feature, please contact your account manager for more information.") + @ApiModelProperty(value = "The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification. `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the micro-deposit. `automatically_verified`: The Item has successfully been automatically verified. `manually_verified`: The Item has successfully been manually verified. `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. `database_matched`: (deprecated) The Item has successfully been verified using Plaid's data sources. Only returned for Auth Items created via Database Match.") public VerificationStatusEnum getVerificationStatus() { return verificationStatus; @@ -451,10 +451,10 @@ public AccountAssets addOwnersItem(Owner ownersItem) { } /** - * Data returned by the financial institution about the account owner or owners.For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29) + * Data returned by the financial institution about the account owner or owners. For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29) * @return owners **/ - @ApiModelProperty(required = true, value = "Data returned by the financial institution about the account owner or owners.For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29)") + @ApiModelProperty(required = true, value = "Data returned by the financial institution about the account owner or owners. For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29)") public List getOwners() { return owners; diff --git a/src/main/java/com/plaid/client/model/AccountBalance.java b/src/main/java/com/plaid/client/model/AccountBalance.java index 2cc8bce29c..e197d0114d 100644 --- a/src/main/java/com/plaid/client/model/AccountBalance.java +++ b/src/main/java/com/plaid/client/model/AccountBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.time.OffsetDateTime; /** - * A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get` or `/signal/evaluate` (using a Balance-only ruleset). + * A set of fields describing the balance for an account. For real-time values, use `/accounts/balance/get` or `/signal/evaluate` (with a Balance-only ruleset), which are fetched live from the institution at request time. Values returned by other endpoints may be cached, or adjusted by Plaid to reflect transaction activity received since the last refresh. */ -@ApiModel(description = "A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get` or `/signal/evaluate` (using a Balance-only ruleset).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "A set of fields describing the balance for an account. For real-time values, use `/accounts/balance/get` or `/signal/evaluate` (with a Balance-only ruleset), which are fetched live from the institution at request time. Values returned by other endpoints may be cached, or adjusted by Plaid to reflect transaction activity received since the last refresh.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/AccountBase.java b/src/main/java/com/plaid/client/model/AccountBase.java index 6db2d5868a..857e4043fe 100644 --- a/src/main/java/com/plaid/client/model/AccountBase.java +++ b/src/main/java/com/plaid/client/model/AccountBase.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * A single account at a financial institution. */ @ApiModel(description = "A single account at a financial institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountBase { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountBaseNullable.java b/src/main/java/com/plaid/client/model/AccountBaseNullable.java index b7bd66156e..4c4f1cd123 100644 --- a/src/main/java/com/plaid/client/model/AccountBaseNullable.java +++ b/src/main/java/com/plaid/client/model/AccountBaseNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A single account at a financial institution. */ @ApiModel(description = "A single account at a financial institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountBaseNullable { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountFilter.java b/src/main/java/com/plaid/client/model/AccountFilter.java index aa4d5001b1..2b12724b3c 100644 --- a/src/main/java/com/plaid/client/model/AccountFilter.java +++ b/src/main/java/com/plaid/client/model/AccountFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Enumerates the account subtypes that the application wishes for the user to be able to select from. For more details refer to Plaid documentation on account filters. */ @ApiModel(description = "Enumerates the account subtypes that the application wishes for the user to be able to select from. For more details refer to Plaid documentation on account filters.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountFilter { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) diff --git a/src/main/java/com/plaid/client/model/AccountFiltersResponse.java b/src/main/java/com/plaid/client/model/AccountFiltersResponse.java index 81aa7c0766..c3d4e0737f 100644 --- a/src/main/java/com/plaid/client/model/AccountFiltersResponse.java +++ b/src/main/java/com/plaid/client/model/AccountFiltersResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The `account_filters` specified in the original call to `/link/token/create`. */ @ApiModel(description = "The `account_filters` specified in the original call to `/link/token/create`. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountFiltersResponse { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) diff --git a/src/main/java/com/plaid/client/model/AccountHolderCategory.java b/src/main/java/com/plaid/client/model/AccountHolderCategory.java index b864d9169b..6bae8616bc 100644 --- a/src/main/java/com/plaid/client/model/AccountHolderCategory.java +++ b/src/main/java/com/plaid/client/model/AccountHolderCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AccountIdentity.java b/src/main/java/com/plaid/client/model/AccountIdentity.java index cbc47e1ea0..9253805539 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentity.java +++ b/src/main/java/com/plaid/client/model/AccountIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * Identity information about an account */ @ApiModel(description = "Identity information about an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentity { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountIdentityAllOf.java b/src/main/java/com/plaid/client/model/AccountIdentityAllOf.java index 07accc80dd..c9bb611a14 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentityAllOf.java +++ b/src/main/java/com/plaid/client/model/AccountIdentityAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * AccountIdentityAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentityAllOf { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/AccountIdentityDocumentUpload.java b/src/main/java/com/plaid/client/model/AccountIdentityDocumentUpload.java index c7c3a15de4..e3a08d21db 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentityDocumentUpload.java +++ b/src/main/java/com/plaid/client/model/AccountIdentityDocumentUpload.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * Identity information about an account */ @ApiModel(description = "Identity information about an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentityDocumentUpload { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountIdentityDocumentUploadAllOf.java b/src/main/java/com/plaid/client/model/AccountIdentityDocumentUploadAllOf.java index b7d3c28ec5..a459dff420 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentityDocumentUploadAllOf.java +++ b/src/main/java/com/plaid/client/model/AccountIdentityDocumentUploadAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * AccountIdentityDocumentUploadAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentityDocumentUploadAllOf { public static final String SERIALIZED_NAME_OWNERS = "owners"; @SerializedName(SERIALIZED_NAME_OWNERS) diff --git a/src/main/java/com/plaid/client/model/AccountIdentityMatchScore.java b/src/main/java/com/plaid/client/model/AccountIdentityMatchScore.java index 64fe16eed3..5bde57e295 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentityMatchScore.java +++ b/src/main/java/com/plaid/client/model/AccountIdentityMatchScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * Identity match scores for an account */ @ApiModel(description = "Identity match scores for an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentityMatchScore { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountIdentityMatchScoreAllOf.java b/src/main/java/com/plaid/client/model/AccountIdentityMatchScoreAllOf.java index cfdbd2d4ef..778bd943dc 100644 --- a/src/main/java/com/plaid/client/model/AccountIdentityMatchScoreAllOf.java +++ b/src/main/java/com/plaid/client/model/AccountIdentityMatchScoreAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * AccountIdentityMatchScoreAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountIdentityMatchScoreAllOf { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/AccountInsights.java b/src/main/java/com/plaid/client/model/AccountInsights.java index 486980ccb2..b3a9558d5d 100644 --- a/src/main/java/com/plaid/client/model/AccountInsights.java +++ b/src/main/java/com/plaid/client/model/AccountInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * This is a container object for all lending-related insights. This field will be returned only for European customers. */ @ApiModel(description = "This is a container object for all lending-related insights. This field will be returned only for European customers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountInsights { public static final String SERIALIZED_NAME_RISK = "risk"; @SerializedName(SERIALIZED_NAME_RISK) diff --git a/src/main/java/com/plaid/client/model/AccountProductAccess.java b/src/main/java/com/plaid/client/model/AccountProductAccess.java index 99b896e019..5246bf4e8b 100644 --- a/src/main/java/com/plaid/client/model/AccountProductAccess.java +++ b/src/main/java/com/plaid/client/model/AccountProductAccess.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Allow the application to access specific products on this account */ @ApiModel(description = "Allow the application to access specific products on this account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountProductAccess { public static final String SERIALIZED_NAME_ACCOUNT_DATA = "account_data"; @SerializedName(SERIALIZED_NAME_ACCOUNT_DATA) diff --git a/src/main/java/com/plaid/client/model/AccountProductAccessNullable.java b/src/main/java/com/plaid/client/model/AccountProductAccessNullable.java index e61665af6f..395ce51111 100644 --- a/src/main/java/com/plaid/client/model/AccountProductAccessNullable.java +++ b/src/main/java/com/plaid/client/model/AccountProductAccessNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Allow the application to access specific products on this account */ @ApiModel(description = "Allow the application to access specific products on this account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountProductAccessNullable { public static final String SERIALIZED_NAME_ACCOUNT_DATA = "account_data"; @SerializedName(SERIALIZED_NAME_ACCOUNT_DATA) diff --git a/src/main/java/com/plaid/client/model/AccountSelectionCardinality.java b/src/main/java/com/plaid/client/model/AccountSelectionCardinality.java index 7676a5b24a..0e47e3bc95 100644 --- a/src/main/java/com/plaid/client/model/AccountSelectionCardinality.java +++ b/src/main/java/com/plaid/client/model/AccountSelectionCardinality.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AccountSubtype.java b/src/main/java/com/plaid/client/model/AccountSubtype.java index 7c61f6c540..ac607e503f 100644 --- a/src/main/java/com/plaid/client/model/AccountSubtype.java +++ b/src/main/java/com/plaid/client/model/AccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AccountType.java b/src/main/java/com/plaid/client/model/AccountType.java index 3ad98005a8..1b553ea101 100644 --- a/src/main/java/com/plaid/client/model/AccountType.java +++ b/src/main/java/com/plaid/client/model/AccountType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AccountVerificationInsights.java b/src/main/java/com/plaid/client/model/AccountVerificationInsights.java index 3c083d4f32..46d6b51da3 100644 --- a/src/main/java/com/plaid/client/model/AccountVerificationInsights.java +++ b/src/main/java/com/plaid/client/model/AccountVerificationInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Insights from performing database verification for the account. Only returned for Auth Items using Database Auth. */ @ApiModel(description = "Insights from performing database verification for the account. Only returned for Auth Items using Database Auth.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountVerificationInsights { public static final String SERIALIZED_NAME_NAME_MATCH_SCORE = "name_match_score"; @SerializedName(SERIALIZED_NAME_NAME_MATCH_SCORE) diff --git a/src/main/java/com/plaid/client/model/AccountVerificationInsightsAccountNumberFormat.java b/src/main/java/com/plaid/client/model/AccountVerificationInsightsAccountNumberFormat.java index c4471180d5..53a2165449 100644 --- a/src/main/java/com/plaid/client/model/AccountVerificationInsightsAccountNumberFormat.java +++ b/src/main/java/com/plaid/client/model/AccountVerificationInsightsAccountNumberFormat.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AccountVerificationInsightsNetworkStatus.java b/src/main/java/com/plaid/client/model/AccountVerificationInsightsNetworkStatus.java index 3bce519876..bea65b2d96 100644 --- a/src/main/java/com/plaid/client/model/AccountVerificationInsightsNetworkStatus.java +++ b/src/main/java/com/plaid/client/model/AccountVerificationInsightsNetworkStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Status information about the account and routing number in the Plaid network. */ @ApiModel(description = "Status information about the account and routing number in the Plaid network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountVerificationInsightsNetworkStatus { public static final String SERIALIZED_NAME_HAS_NUMBERS_MATCH = "has_numbers_match"; @SerializedName(SERIALIZED_NAME_HAS_NUMBERS_MATCH) diff --git a/src/main/java/com/plaid/client/model/AccountVerificationInsightsPreviousReturns.java b/src/main/java/com/plaid/client/model/AccountVerificationInsightsPreviousReturns.java index 1898418de0..6b3a5a0b81 100644 --- a/src/main/java/com/plaid/client/model/AccountVerificationInsightsPreviousReturns.java +++ b/src/main/java/com/plaid/client/model/AccountVerificationInsightsPreviousReturns.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about known ACH returns for the account and routing number. */ @ApiModel(description = "Information about known ACH returns for the account and routing number.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountVerificationInsightsPreviousReturns { public static final String SERIALIZED_NAME_HAS_PREVIOUS_ADMINISTRATIVE_RETURN = "has_previous_administrative_return"; @SerializedName(SERIALIZED_NAME_HAS_PREVIOUS_ADMINISTRATIVE_RETURN) diff --git a/src/main/java/com/plaid/client/model/AccountsBalanceGetRequest.java b/src/main/java/com/plaid/client/model/AccountsBalanceGetRequest.java index 02642c58b3..11f6f3682f 100644 --- a/src/main/java/com/plaid/client/model/AccountsBalanceGetRequest.java +++ b/src/main/java/com/plaid/client/model/AccountsBalanceGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AccountsBalanceGetRequest defines the request schema for `/accounts/balance/get` */ @ApiModel(description = "AccountsBalanceGetRequest defines the request schema for `/accounts/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountsBalanceGetRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/AccountsBalanceGetRequestOptions.java b/src/main/java/com/plaid/client/model/AccountsBalanceGetRequestOptions.java index 6fd1a6e09a..185e0f9349 100644 --- a/src/main/java/com/plaid/client/model/AccountsBalanceGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AccountsBalanceGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Optional parameters to `/accounts/balance/get`. */ @ApiModel(description = "Optional parameters to `/accounts/balance/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountsBalanceGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/AccountsGetRequest.java b/src/main/java/com/plaid/client/model/AccountsGetRequest.java index e0db8a30c8..eb928602e0 100644 --- a/src/main/java/com/plaid/client/model/AccountsGetRequest.java +++ b/src/main/java/com/plaid/client/model/AccountsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AccountsGetRequest defines the request schema for `/accounts/get` */ @ApiModel(description = "AccountsGetRequest defines the request schema for `/accounts/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AccountsGetRequestOptions.java b/src/main/java/com/plaid/client/model/AccountsGetRequestOptions.java index c6f46ec998..1bffa3d81e 100644 --- a/src/main/java/com/plaid/client/model/AccountsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AccountsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/accounts/get` results. */ @ApiModel(description = "An optional object to filter `/accounts/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/AccountsGetResponse.java b/src/main/java/com/plaid/client/model/AccountsGetResponse.java index d27aa777e8..3df958a2d1 100644 --- a/src/main/java/com/plaid/client/model/AccountsGetResponse.java +++ b/src/main/java/com/plaid/client/model/AccountsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * AccountsGetResponse defines the response schema for `/accounts/get` and `/accounts/balance/get`. */ @ApiModel(description = "AccountsGetResponse defines the response schema for `/accounts/get` and `/accounts/balance/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AccountsGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/ActionState.java b/src/main/java/com/plaid/client/model/ActionState.java index fe24880057..3577803cd0 100644 --- a/src/main/java/com/plaid/client/model/ActionState.java +++ b/src/main/java/com/plaid/client/model/ActionState.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Activity.java b/src/main/java/com/plaid/client/model/Activity.java index 45978bd085..17cc944ff5 100644 --- a/src/main/java/com/plaid/client/model/Activity.java +++ b/src/main/java/com/plaid/client/model/Activity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Describes a consent activity. */ @ApiModel(description = "Describes a consent activity.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Activity { public static final String SERIALIZED_NAME_ACTIVITY = "activity"; @SerializedName(SERIALIZED_NAME_ACTIVITY) diff --git a/src/main/java/com/plaid/client/model/ActivityType.java b/src/main/java/com/plaid/client/model/ActivityType.java index 405809887b..c241c63715 100644 --- a/src/main/java/com/plaid/client/model/ActivityType.java +++ b/src/main/java/com/plaid/client/model/ActivityType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Address.java b/src/main/java/com/plaid/client/model/Address.java index a2ee547f95..bbfaaae924 100644 --- a/src/main/java/com/plaid/client/model/Address.java +++ b/src/main/java/com/plaid/client/model/Address.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A physical mailing address. */ @ApiModel(description = "A physical mailing address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Address { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/AddressData.java b/src/main/java/com/plaid/client/model/AddressData.java index c654dffa08..52e6b593fd 100644 --- a/src/main/java/com/plaid/client/model/AddressData.java +++ b/src/main/java/com/plaid/client/model/AddressData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressData { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/AddressDataNotRequired.java b/src/main/java/com/plaid/client/model/AddressDataNotRequired.java index edf683569b..d90ac23001 100644 --- a/src/main/java/com/plaid/client/model/AddressDataNotRequired.java +++ b/src/main/java/com/plaid/client/model/AddressDataNotRequired.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressDataNotRequired { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/AddressDataNullable.java b/src/main/java/com/plaid/client/model/AddressDataNullable.java index a86888ceb9..811e5de6ae 100644 --- a/src/main/java/com/plaid/client/model/AddressDataNullable.java +++ b/src/main/java/com/plaid/client/model/AddressDataNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressDataNullable { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/AddressDataNullableNoRequiredFields.java b/src/main/java/com/plaid/client/model/AddressDataNullableNoRequiredFields.java index 284759fd6b..b6e20ef47e 100644 --- a/src/main/java/com/plaid/client/model/AddressDataNullableNoRequiredFields.java +++ b/src/main/java/com/plaid/client/model/AddressDataNullableNoRequiredFields.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressDataNullableNoRequiredFields { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/AddressMatchScore.java b/src/main/java/com/plaid/client/model/AddressMatchScore.java index 7ee1f6806e..08719908b6 100644 --- a/src/main/java/com/plaid/client/model/AddressMatchScore.java +++ b/src/main/java/com/plaid/client/model/AddressMatchScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Score found by matching address provided by the API with the address on the account at the financial institution. The score can range from 0 to 100 where 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled. */ @ApiModel(description = "Score found by matching address provided by the API with the address on the account at the financial institution. The score can range from 0 to 100 where 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressMatchScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/AddressNullable.java b/src/main/java/com/plaid/client/model/AddressNullable.java index 3c27f9158b..639706585a 100644 --- a/src/main/java/com/plaid/client/model/AddressNullable.java +++ b/src/main/java/com/plaid/client/model/AddressNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A physical mailing address. */ @ApiModel(description = "A physical mailing address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AddressNullable { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/AddressPurposeLabel.java b/src/main/java/com/plaid/client/model/AddressPurposeLabel.java index d2e07af8ce..5e3a9f077e 100644 --- a/src/main/java/com/plaid/client/model/AddressPurposeLabel.java +++ b/src/main/java/com/plaid/client/model/AddressPurposeLabel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AffordabilityInsights.java b/src/main/java/com/plaid/client/model/AffordabilityInsights.java index 92d0384f12..ab8572f958 100644 --- a/src/main/java/com/plaid/client/model/AffordabilityInsights.java +++ b/src/main/java/com/plaid/client/model/AffordabilityInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Affordability insights focus on providing signal on the ability of a borrower to repay their loan without experiencing financial strain. It provides insights on factors such as a user's monthly income and expenses, disposable income, average expenditure, etc., helping lenders gauge the level of affordability of a borrower. */ @ApiModel(description = "Affordability insights focus on providing signal on the ability of a borrower to repay their loan without experiencing financial strain. It provides insights on factors such as a user's monthly income and expenses, disposable income, average expenditure, etc., helping lenders gauge the level of affordability of a borrower.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AffordabilityInsights { public static final String SERIALIZED_NAME_EXPENDITURE = "expenditure"; @SerializedName(SERIALIZED_NAME_EXPENDITURE) diff --git a/src/main/java/com/plaid/client/model/AmountWithCurrency.java b/src/main/java/com/plaid/client/model/AmountWithCurrency.java index 6ecb4a5da2..2c0f75beec 100644 --- a/src/main/java/com/plaid/client/model/AmountWithCurrency.java +++ b/src/main/java/com/plaid/client/model/AmountWithCurrency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A monetary amount with its associated currency information, supporting both official and unofficial currency codes. */ @ApiModel(description = "A monetary amount with its associated currency information, supporting both official and unofficial currency codes.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AmountWithCurrency { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/AmountWithCurrencyWithMonthlyAverage.java b/src/main/java/com/plaid/client/model/AmountWithCurrencyWithMonthlyAverage.java index fe987a045c..2703d9614c 100644 --- a/src/main/java/com/plaid/client/model/AmountWithCurrencyWithMonthlyAverage.java +++ b/src/main/java/com/plaid/client/model/AmountWithCurrencyWithMonthlyAverage.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Represents an amount and a monthly average */ @ApiModel(description = "Represents an amount and a monthly average") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AmountWithCurrencyWithMonthlyAverage { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/Application.java b/src/main/java/com/plaid/client/model/Application.java index 5d2bbabfc4..90b7482602 100644 --- a/src/main/java/com/plaid/client/model/Application.java +++ b/src/main/java/com/plaid/client/model/Application.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata about the application */ @ApiModel(description = "Metadata about the application") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Application { public static final String SERIALIZED_NAME_APPLICATION_ID = "application_id"; @SerializedName(SERIALIZED_NAME_APPLICATION_ID) diff --git a/src/main/java/com/plaid/client/model/ApplicationGetRequest.java b/src/main/java/com/plaid/client/model/ApplicationGetRequest.java index bb6e59514a..52272305f5 100644 --- a/src/main/java/com/plaid/client/model/ApplicationGetRequest.java +++ b/src/main/java/com/plaid/client/model/ApplicationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ApplicationGetRequest defines the schema for `/application/get` */ @ApiModel(description = "ApplicationGetRequest defines the schema for `/application/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ApplicationGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ApplicationGetResponse.java b/src/main/java/com/plaid/client/model/ApplicationGetResponse.java index 922e9a337e..e8c2fbb11f 100644 --- a/src/main/java/com/plaid/client/model/ApplicationGetResponse.java +++ b/src/main/java/com/plaid/client/model/ApplicationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ApplicationGetResponse defines the response schema for `/application/get` */ @ApiModel(description = "ApplicationGetResponse defines the response schema for `/application/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ApplicationGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/Asset.java b/src/main/java/com/plaid/client/model/Asset.java index e3e4d0bd1d..f5ed5a3b8a 100644 --- a/src/main/java/com/plaid/client/model/Asset.java +++ b/src/main/java/com/plaid/client/model/Asset.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Asset { public static final String SERIALIZED_NAME_A_S_S_E_T_D_E_T_A_I_L = "ASSET_DETAIL"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/AssetDetail.java b/src/main/java/com/plaid/client/model/AssetDetail.java index e2dbbac3f8..e7fea0b3e2 100644 --- a/src/main/java/com/plaid/client/model/AssetDetail.java +++ b/src/main/java/com/plaid/client/model/AssetDetail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about an asset. */ @ApiModel(description = "Details about an asset.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetDetail { public static final String SERIALIZED_NAME_ASSET_UNIQUE_IDENTIFIER = "AssetUniqueIdentifier"; @SerializedName(SERIALIZED_NAME_ASSET_UNIQUE_IDENTIFIER) @@ -112,9 +112,9 @@ public class AssetDetail { */ @JsonAdapter(AssetRetirementIndicatorEnum.Adapter.class) public enum AssetRetirementIndicatorEnum { - TRUE("true"), + YES("Yes"), - FALSE("false"); + NO("No"); private String value; @@ -163,9 +163,9 @@ public AssetRetirementIndicatorEnum read(final JsonReader jsonReader) throws IOE */ @JsonAdapter(AssetEmployerSponsoredIndicatorEnum.Adapter.class) public enum AssetEmployerSponsoredIndicatorEnum { - TRUE("true"), + YES("Yes"), - FALSE("false"); + NO("No"); private String value; @@ -602,10 +602,10 @@ public AssetDetail assetDaysRequestedCount(Integer assetDaysRequestedCount) { } /** - * The Number of days requested made to the Financial Institution. Example When looking for 3 months of data from the FI, pass in 90 days. + * The number of days requested from the Financial Institution. Example: When looking for 3 months of data from the FI, pass in 90 days. * @return assetDaysRequestedCount **/ - @ApiModelProperty(required = true, value = "The Number of days requested made to the Financial Institution. Example When looking for 3 months of data from the FI, pass in 90 days.") + @ApiModelProperty(required = true, value = "The number of days requested from the Financial Institution. Example: When looking for 3 months of data from the FI, pass in 90 days.") public Integer getAssetDaysRequestedCount() { return assetDaysRequestedCount; diff --git a/src/main/java/com/plaid/client/model/AssetHolder.java b/src/main/java/com/plaid/client/model/AssetHolder.java index 4c2e51db81..46e8b65ede 100644 --- a/src/main/java/com/plaid/client/model/AssetHolder.java +++ b/src/main/java/com/plaid/client/model/AssetHolder.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetHolder { public static final String SERIALIZED_NAME_N_A_M_E = "NAME"; @SerializedName(SERIALIZED_NAME_N_A_M_E) diff --git a/src/main/java/com/plaid/client/model/AssetHolderName.java b/src/main/java/com/plaid/client/model/AssetHolderName.java index c52ce6e4b4..3b92ed4cac 100644 --- a/src/main/java/com/plaid/client/model/AssetHolderName.java +++ b/src/main/java/com/plaid/client/model/AssetHolderName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetHolderName { public static final String SERIALIZED_NAME_FULL_NAME = "FullName"; @SerializedName(SERIALIZED_NAME_FULL_NAME) diff --git a/src/main/java/com/plaid/client/model/AssetHolding.java b/src/main/java/com/plaid/client/model/AssetHolding.java index d6c4cb9908..b58b9b4a1e 100644 --- a/src/main/java/com/plaid/client/model/AssetHolding.java +++ b/src/main/java/com/plaid/client/model/AssetHolding.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetHolding { public static final String SERIALIZED_NAME_ASSET_HOLDING_I_D = "AssetHoldingID"; @SerializedName(SERIALIZED_NAME_ASSET_HOLDING_I_D) @@ -123,9 +123,9 @@ public AssetHoldingTypeEnum read(final JsonReader jsonReader) throws IOException */ @JsonAdapter(AssetHoldingRestrictedIndicatorEnum.Adapter.class) public enum AssetHoldingRestrictedIndicatorEnum { - TRUE("true"), + YES("Yes"), - FALSE("false"); + NO("No"); private String value; diff --git a/src/main/java/com/plaid/client/model/AssetHoldings.java b/src/main/java/com/plaid/client/model/AssetHoldings.java index ff6694e68d..42f6dfd692 100644 --- a/src/main/java/com/plaid/client/model/AssetHoldings.java +++ b/src/main/java/com/plaid/client/model/AssetHoldings.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetHoldings { public static final String SERIALIZED_NAME_A_S_S_E_T_H_O_L_D_I_N_G = "ASSET_HOLDING"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_H_O_L_D_I_N_G) diff --git a/src/main/java/com/plaid/client/model/AssetInvestmentTransactionType.java b/src/main/java/com/plaid/client/model/AssetInvestmentTransactionType.java index e4f2ca93ad..3a7c82a2ba 100644 --- a/src/main/java/com/plaid/client/model/AssetInvestmentTransactionType.java +++ b/src/main/java/com/plaid/client/model/AssetInvestmentTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetOwner.java b/src/main/java/com/plaid/client/model/AssetOwner.java index dd08983da7..0636f04cf6 100644 --- a/src/main/java/com/plaid/client/model/AssetOwner.java +++ b/src/main/java/com/plaid/client/model/AssetOwner.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetOwner { public static final String SERIALIZED_NAME_ASSET_OWNER_TEXT = "AssetOwnerText"; @SerializedName(SERIALIZED_NAME_ASSET_OWNER_TEXT) diff --git a/src/main/java/com/plaid/client/model/AssetOwners.java b/src/main/java/com/plaid/client/model/AssetOwners.java index aedbc23647..ed96f94d22 100644 --- a/src/main/java/com/plaid/client/model/AssetOwners.java +++ b/src/main/java/com/plaid/client/model/AssetOwners.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetOwners { public static final String SERIALIZED_NAME_A_S_S_E_T_O_W_N_E_R = "ASSET_OWNER"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_O_W_N_E_R) diff --git a/src/main/java/com/plaid/client/model/AssetReport.java b/src/main/java/com/plaid/client/model/AssetReport.java index ea772ee993..e60aeff003 100644 --- a/src/main/java/com/plaid/client/model/AssetReport.java +++ b/src/main/java/com/plaid/client/model/AssetReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * An object representing an Asset Report */ @ApiModel(description = "An object representing an Asset Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReport { public static final String SERIALIZED_NAME_ASSET_REPORT_ID = "asset_report_id"; @SerializedName(SERIALIZED_NAME_ASSET_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportAccountBalance.java b/src/main/java/com/plaid/client/model/AssetReportAccountBalance.java index b69a68a359..728a640d74 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAccountBalance.java +++ b/src/main/java/com/plaid/client/model/AssetReportAccountBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get`. */ @ApiModel(description = "A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAccountBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/AssetReportAddOns.java b/src/main/java/com/plaid/client/model/AssetReportAddOns.java index ab80cbbb73..1d9e999683 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAddOns.java +++ b/src/main/java/com/plaid/client/model/AssetReportAddOns.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateRequest.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateRequest.java index 98125f60e5..10f559206f 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * AssetReportAuditCopyCreateRequest defines the request schema for `/asset_report/audit_copy/get` + * AssetReportAuditCopyCreateRequest defines the request schema for `/asset_report/audit_copy/create` */ -@ApiModel(description = "AssetReportAuditCopyCreateRequest defines the request schema for `/asset_report/audit_copy/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "AssetReportAuditCopyCreateRequest defines the request schema for `/asset_report/audit_copy/create`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateResponse.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateResponse.java index f4b664ad13..3abed940ea 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * AssetReportAuditCopyCreateResponse defines the response schema for `/asset_report/audit_copy/get` + * AssetReportAuditCopyCreateResponse defines the response schema for `/asset_report/audit_copy/create` */ -@ApiModel(description = "AssetReportAuditCopyCreateResponse defines the response schema for `/asset_report/audit_copy/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "AssetReportAuditCopyCreateResponse defines the response schema for `/asset_report/audit_copy/create`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyCreateResponse { public static final String SERIALIZED_NAME_AUDIT_COPY_TOKEN = "audit_copy_token"; @SerializedName(SERIALIZED_NAME_AUDIT_COPY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyGetRequest.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyGetRequest.java index 5f56b5f09c..6c21af2369 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyGetRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportAuditCopyGetRequest defines the request schema for `/asset_report/audit_copy/get` */ @ApiModel(description = "AssetReportAuditCopyGetRequest defines the request schema for `/asset_report/audit_copy/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyPdfGetRequest.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyPdfGetRequest.java index c1cbcb999a..38b728721c 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyPdfGetRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyPdfGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AssetReportAuditCopyPDFGetRequest defines the request schema for `/asset_report/audit_copy/pdf/get` */ @ApiModel(description = "AssetReportAuditCopyPDFGetRequest defines the request schema for `/asset_report/audit_copy/pdf/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyPdfGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveRequest.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveRequest.java index 64cd0aac13..c7bef3b745 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportAuditCopyRemoveRequest defines the request schema for `/asset_report/audit_copy/remove` */ @ApiModel(description = "AssetReportAuditCopyRemoveRequest defines the request schema for `/asset_report/audit_copy/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveResponse.java b/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveResponse.java index 28dab6b050..f855d60064 100644 --- a/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportAuditCopyRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportAuditCopyRemoveResponse defines the response schema for `/asset_report/audit_copy/remove` */ @ApiModel(description = "AssetReportAuditCopyRemoveResponse defines the response schema for `/asset_report/audit_copy/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportAuditCopyRemoveResponse { public static final String SERIALIZED_NAME_REMOVED = "removed"; @SerializedName(SERIALIZED_NAME_REMOVED) diff --git a/src/main/java/com/plaid/client/model/AssetReportCreateRequest.java b/src/main/java/com/plaid/client/model/AssetReportCreateRequest.java index 380f4cc4bb..43f3b1ac95 100644 --- a/src/main/java/com/plaid/client/model/AssetReportCreateRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * AssetReportCreateRequest defines the request schema for `/asset_report/create` */ @ApiModel(description = "AssetReportCreateRequest defines the request schema for `/asset_report/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -115,11 +115,11 @@ public AssetReportCreateRequest addAccessTokensItem(String accessTokensItem) { } /** - * An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during link; the Assets product cannot be added after initialization. + * An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during Link; the Assets product cannot be added after initialization. * @return accessTokens **/ @javax.annotation.Nullable - @ApiModelProperty(value = "An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during link; the Assets product cannot be added after initialization.") + @ApiModelProperty(value = "An array of access tokens corresponding to the Items that will be included in the report. The `assets` product must have been initialized for the Items during Link; the Assets product cannot be added after initialization.") public List getAccessTokens() { return accessTokens; diff --git a/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java b/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java index 32e91378f7..64a10e30ba 100644 --- a/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An optional object to filter `/asset_report/create` results. If provided, must be non-`null`. The optional `user` object is required for the report to be eligible for Fannie Mae's Day 1 Certainty program. */ @ApiModel(description = "An optional object to filter `/asset_report/create` results. If provided, must be non-`null`. The optional `user` object is required for the report to be eligible for Fannie Mae's Day 1 Certainty program.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportCreateRequestOptions { public static final String SERIALIZED_NAME_CLIENT_REPORT_ID = "client_report_id"; @SerializedName(SERIALIZED_NAME_CLIENT_REPORT_ID) @@ -178,11 +178,11 @@ public AssetReportCreateRequestOptions addAddOnsItem(AssetReportAddOns addOnsIte } /** - * A list of add-ons that should be included in the Asset Report. When Fast Assets is requested, Plaid will create two versions of the Asset Report: the Fast Asset Report, which will contain only Identity and Balance information, and the Full Asset Report, which will also contain Transactions information. A `PRODUCT_READY` webhook will be fired for each Asset Report when it is ready, and the `report_type` field will indicate whether the webhook is firing for the `full` or `fast` Asset Report. To retrieve the Fast Asset Report, call `/asset_report/get` with `fast_report` set to `true`. There is no additional charge for using Fast Assets. To create a Fast Asset Report, Plaid must successfully retrieve both Identity and Balance data; if Plaid encounters an error obtaining this data, the Fast Asset Report will not be created. However, as long as Plaid can obtain Transactions data, the Full Asset Report will still be available. When Investments is requested, `investments` must be specified in the `optional_products` array when initializing Link. + * A list of add-ons that should be included in the Asset Report. When Fast Assets is requested, Plaid will create two versions of the Asset Report: the Fast Asset Report, which will contain only Identity and Balance information, and the Full Asset Report, which will also contain Transactions information. A `PRODUCT_READY` webhook will be fired for each Asset Report when it is ready, and the `report_type` field will indicate whether the webhook is firing for the `FULL` or `FAST` Asset Report. To retrieve the Fast Asset Report, call `/asset_report/get` with `fast_report` set to `true`. There is no additional charge for using Fast Assets. To create a Fast Asset Report, Plaid must successfully retrieve both Identity and Balance data; if Plaid encounters an error obtaining this data, the Fast Asset Report will not be created. However, as long as Plaid can obtain Transactions data, the Full Asset Report will still be available. When Investments is requested, `investments` must be specified in the `optional_products` array when initializing Link. * @return addOns **/ @javax.annotation.Nullable - @ApiModelProperty(value = "A list of add-ons that should be included in the Asset Report. When Fast Assets is requested, Plaid will create two versions of the Asset Report: the Fast Asset Report, which will contain only Identity and Balance information, and the Full Asset Report, which will also contain Transactions information. A `PRODUCT_READY` webhook will be fired for each Asset Report when it is ready, and the `report_type` field will indicate whether the webhook is firing for the `full` or `fast` Asset Report. To retrieve the Fast Asset Report, call `/asset_report/get` with `fast_report` set to `true`. There is no additional charge for using Fast Assets. To create a Fast Asset Report, Plaid must successfully retrieve both Identity and Balance data; if Plaid encounters an error obtaining this data, the Fast Asset Report will not be created. However, as long as Plaid can obtain Transactions data, the Full Asset Report will still be available. When Investments is requested, `investments` must be specified in the `optional_products` array when initializing Link.") + @ApiModelProperty(value = "A list of add-ons that should be included in the Asset Report. When Fast Assets is requested, Plaid will create two versions of the Asset Report: the Fast Asset Report, which will contain only Identity and Balance information, and the Full Asset Report, which will also contain Transactions information. A `PRODUCT_READY` webhook will be fired for each Asset Report when it is ready, and the `report_type` field will indicate whether the webhook is firing for the `FULL` or `FAST` Asset Report. To retrieve the Fast Asset Report, call `/asset_report/get` with `fast_report` set to `true`. There is no additional charge for using Fast Assets. To create a Fast Asset Report, Plaid must successfully retrieve both Identity and Balance data; if Plaid encounters an error obtaining this data, the Fast Asset Report will not be created. However, as long as Plaid can obtain Transactions data, the Full Asset Report will still be available. When Investments is requested, `investments` must be specified in the `optional_products` array when initializing Link.") public List getAddOns() { return addOns; diff --git a/src/main/java/com/plaid/client/model/AssetReportCreateResponse.java b/src/main/java/com/plaid/client/model/AssetReportCreateResponse.java index cbbc70ee40..075b5b5b80 100644 --- a/src/main/java/com/plaid/client/model/AssetReportCreateResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportCreateResponse defines the response schema for `/asset_report/create` */ @ApiModel(description = "AssetReportCreateResponse defines the response schema for `/asset_report/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportCreateResponse { public static final String SERIALIZED_NAME_ASSET_REPORT_TOKEN = "asset_report_token"; @SerializedName(SERIALIZED_NAME_ASSET_REPORT_TOKEN) diff --git a/src/main/java/com/plaid/client/model/AssetReportFilterRequest.java b/src/main/java/com/plaid/client/model/AssetReportFilterRequest.java index 076ffcef37..35a43eabee 100644 --- a/src/main/java/com/plaid/client/model/AssetReportFilterRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportFilterRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * AssetReportFilterRequest defines the request schema for `/asset_report/filter` */ @ApiModel(description = "AssetReportFilterRequest defines the request schema for `/asset_report/filter`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportFilterRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportFilterResponse.java b/src/main/java/com/plaid/client/model/AssetReportFilterResponse.java index 3916509981..d0ed3e9303 100644 --- a/src/main/java/com/plaid/client/model/AssetReportFilterResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportFilterResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportFilterResponse defines the response schema for `/asset_report/filter` */ @ApiModel(description = "AssetReportFilterResponse defines the response schema for `/asset_report/filter`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportFilterResponse { public static final String SERIALIZED_NAME_ASSET_REPORT_TOKEN = "asset_report_token"; @SerializedName(SERIALIZED_NAME_ASSET_REPORT_TOKEN) diff --git a/src/main/java/com/plaid/client/model/AssetReportFreddie.java b/src/main/java/com/plaid/client/model/AssetReportFreddie.java index e5f896e5cf..6c76bc27e4 100644 --- a/src/main/java/com/plaid/client/model/AssetReportFreddie.java +++ b/src/main/java/com/plaid/client/model/AssetReportFreddie.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing an Asset Report with Freddie Mac schema. */ @ApiModel(description = "An object representing an Asset Report with Freddie Mac schema.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportFreddie { public static final String SERIALIZED_NAME_L_O_A_N_S = "LOANS"; @SerializedName(SERIALIZED_NAME_L_O_A_N_S) diff --git a/src/main/java/com/plaid/client/model/AssetReportFreddieGetRequest.java b/src/main/java/com/plaid/client/model/AssetReportFreddieGetRequest.java index 85eeedaf60..4b08f10a47 100644 --- a/src/main/java/com/plaid/client/model/AssetReportFreddieGetRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportFreddieGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportFreddieGetRequest defines the request schema for `/credit/asset_report/freddie_mac/get` */ @ApiModel(description = "AssetReportFreddieGetRequest defines the request schema for `/credit/asset_report/freddie_mac/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportFreddieGetRequest { public static final String SERIALIZED_NAME_AUDIT_COPY_TOKEN = "audit_copy_token"; @SerializedName(SERIALIZED_NAME_AUDIT_COPY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/AssetReportFreddieGetResponse.java b/src/main/java/com/plaid/client/model/AssetReportFreddieGetResponse.java index 8c73805abe..783530db92 100644 --- a/src/main/java/com/plaid/client/model/AssetReportFreddieGetResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportFreddieGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * AssetReportFreddieGetResponse defines the response schema for `/credit/asset_report/freddie_mac/get` */ @ApiModel(description = "AssetReportFreddieGetResponse defines the response schema for `/credit/asset_report/freddie_mac/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportFreddieGetResponse { public static final String SERIALIZED_NAME_D_E_A_L = "DEAL"; @SerializedName(SERIALIZED_NAME_D_E_A_L) diff --git a/src/main/java/com/plaid/client/model/AssetReportGetRequest.java b/src/main/java/com/plaid/client/model/AssetReportGetRequest.java index fa1483aacd..23c05bad56 100644 --- a/src/main/java/com/plaid/client/model/AssetReportGetRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AssetReportGetRequest defines the request schema for `/asset_report/get` */ @ApiModel(description = "AssetReportGetRequest defines the request schema for `/asset_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportGetRequestOptions.java b/src/main/java/com/plaid/client/model/AssetReportGetRequestOptions.java index 2e810074d3..166d8df13c 100644 --- a/src/main/java/com/plaid/client/model/AssetReportGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AssetReportGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object to filter or add data to `/asset_report/get` results. If provided, must be non-`null`. */ @ApiModel(description = "An optional object to filter or add data to `/asset_report/get` results. If provided, must be non-`null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportGetRequestOptions { public static final String SERIALIZED_NAME_DAYS_TO_INCLUDE = "days_to_include"; @SerializedName(SERIALIZED_NAME_DAYS_TO_INCLUDE) diff --git a/src/main/java/com/plaid/client/model/AssetReportGetResponse.java b/src/main/java/com/plaid/client/model/AssetReportGetResponse.java index 5c2ea41490..8a5806d953 100644 --- a/src/main/java/com/plaid/client/model/AssetReportGetResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * AssetReportGetResponse defines the response schema for `/asset_report/get` */ @ApiModel(description = "AssetReportGetResponse defines the response schema for `/asset_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/AssetReportInvestmentHolding.java b/src/main/java/com/plaid/client/model/AssetReportInvestmentHolding.java index 18264836c7..00ff18213b 100644 --- a/src/main/java/com/plaid/client/model/AssetReportInvestmentHolding.java +++ b/src/main/java/com/plaid/client/model/AssetReportInvestmentHolding.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A securities holding at an institution. */ @ApiModel(description = "A securities holding at an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportInvestmentHolding { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -281,11 +281,11 @@ public AssetReportInvestmentHolding unofficialCurrencyCode(String unofficialCurr } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. ") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. ") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java b/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java index b11be70ffa..060c1fbf0a 100644 --- a/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java +++ b/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Investment security associated with the account. */ @ApiModel(description = "Investment security associated with the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportInvestmentSecurity { public static final String SERIALIZED_NAME_SECURITY_ID = "security_id"; @SerializedName(SERIALIZED_NAME_SECURITY_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportInvestmentTransaction.java b/src/main/java/com/plaid/client/model/AssetReportInvestmentTransaction.java index 82f5f51147..5698a118f8 100644 --- a/src/main/java/com/plaid/client/model/AssetReportInvestmentTransaction.java +++ b/src/main/java/com/plaid/client/model/AssetReportInvestmentTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A transaction within an investment account. */ @ApiModel(description = "A transaction within an investment account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportInvestmentTransaction { public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id"; @SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID) @@ -412,11 +412,11 @@ public AssetReportInvestmentTransaction unofficialCurrencyCode(String unofficial } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/AssetReportInvestments.java b/src/main/java/com/plaid/client/model/AssetReportInvestments.java index 03b11f65bf..98f9d5d35a 100644 --- a/src/main/java/com/plaid/client/model/AssetReportInvestments.java +++ b/src/main/java/com/plaid/client/model/AssetReportInvestments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * A set of fields describing the investments data on an account. */ @ApiModel(description = "A set of fields describing the investments data on an account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportInvestments { public static final String SERIALIZED_NAME_HOLDINGS = "holdings"; @SerializedName(SERIALIZED_NAME_HOLDINGS) diff --git a/src/main/java/com/plaid/client/model/AssetReportItem.java b/src/main/java/com/plaid/client/model/AssetReportItem.java index 5fddebc19a..3762ae7ee0 100644 --- a/src/main/java/com/plaid/client/model/AssetReportItem.java +++ b/src/main/java/com/plaid/client/model/AssetReportItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A representation of an Item within an Asset Report. */ @ApiModel(description = "A representation of an Item within an Asset Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportPDFGetRequest.java b/src/main/java/com/plaid/client/model/AssetReportPDFGetRequest.java index 12af58cc40..5a66f90a80 100644 --- a/src/main/java/com/plaid/client/model/AssetReportPDFGetRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportPDFGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AssetReportPDFGetRequest defines the request schema for `/asset_report/pdf/get` */ @ApiModel(description = "AssetReportPDFGetRequest defines the request schema for `/asset_report/pdf/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportPDFGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportPDFGetRequestOptions.java b/src/main/java/com/plaid/client/model/AssetReportPDFGetRequestOptions.java index 96938b0bc4..4e0dd6dbd8 100644 --- a/src/main/java/com/plaid/client/model/AssetReportPDFGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AssetReportPDFGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object to filter or add data to `/asset_report/get` results. If provided, must be non-`null`. */ @ApiModel(description = "An optional object to filter or add data to `/asset_report/get` results. If provided, must be non-`null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportPDFGetRequestOptions { public static final String SERIALIZED_NAME_DAYS_TO_INCLUDE = "days_to_include"; @SerializedName(SERIALIZED_NAME_DAYS_TO_INCLUDE) diff --git a/src/main/java/com/plaid/client/model/AssetReportRefreshRequest.java b/src/main/java/com/plaid/client/model/AssetReportRefreshRequest.java index 5b8900faa7..30ef1bb808 100644 --- a/src/main/java/com/plaid/client/model/AssetReportRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AssetReportRefreshRequest defines the request schema for `/asset_report/refresh` */ @ApiModel(description = "AssetReportRefreshRequest defines the request schema for `/asset_report/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportRefreshRequestOptions.java b/src/main/java/com/plaid/client/model/AssetReportRefreshRequestOptions.java index 965884e5ed..d9a3345cdd 100644 --- a/src/main/java/com/plaid/client/model/AssetReportRefreshRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AssetReportRefreshRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object to filter `/asset_report/refresh` results. If provided, cannot be `null`. If not specified, the `options` from the original call to `/asset_report/create` will be used. */ @ApiModel(description = "An optional object to filter `/asset_report/refresh` results. If provided, cannot be `null`. If not specified, the `options` from the original call to `/asset_report/create` will be used.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportRefreshRequestOptions { public static final String SERIALIZED_NAME_CLIENT_REPORT_ID = "client_report_id"; @SerializedName(SERIALIZED_NAME_CLIENT_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportRefreshResponse.java b/src/main/java/com/plaid/client/model/AssetReportRefreshResponse.java index b87106dc9a..3af5b74ec8 100644 --- a/src/main/java/com/plaid/client/model/AssetReportRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportRefreshResponse defines the response schema for `/asset_report/refresh` */ @ApiModel(description = "AssetReportRefreshResponse defines the response schema for `/asset_report/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportRefreshResponse { public static final String SERIALIZED_NAME_ASSET_REPORT_ID = "asset_report_id"; @SerializedName(SERIALIZED_NAME_ASSET_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportRemoveRequest.java b/src/main/java/com/plaid/client/model/AssetReportRemoveRequest.java index f761b06976..58f4c61c8c 100644 --- a/src/main/java/com/plaid/client/model/AssetReportRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/AssetReportRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportRemoveRequest defines the request schema for `/asset_report/remove` */ @ApiModel(description = "AssetReportRemoveRequest defines the request schema for `/asset_report/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AssetReportRemoveResponse.java b/src/main/java/com/plaid/client/model/AssetReportRemoveResponse.java index 86dc937747..9634810b15 100644 --- a/src/main/java/com/plaid/client/model/AssetReportRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/AssetReportRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * AssetReportRemoveResponse defines the response schema for `/asset_report/remove` */ @ApiModel(description = "AssetReportRemoveResponse defines the response schema for `/asset_report/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportRemoveResponse { public static final String SERIALIZED_NAME_REMOVED = "removed"; @SerializedName(SERIALIZED_NAME_REMOVED) diff --git a/src/main/java/com/plaid/client/model/AssetReportTransaction.java b/src/main/java/com/plaid/client/model/AssetReportTransaction.java index 289108b517..6ec7c9e226 100644 --- a/src/main/java/com/plaid/client/model/AssetReportTransaction.java +++ b/src/main/java/com/plaid/client/model/AssetReportTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A transaction on the asset report */ @ApiModel(description = "A transaction on the asset report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportTransaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -364,11 +364,11 @@ public AssetReportTransaction dateTransacted(String dateTransacted) { } /** - * The date on which the transaction took place, in IS0 8601 format. + * The date on which the transaction took place, in ISO 8601 format. * @return dateTransacted **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The date on which the transaction took place, in IS0 8601 format.") + @ApiModelProperty(value = "The date on which the transaction took place, in ISO 8601 format.") public String getDateTransacted() { return dateTransacted; diff --git a/src/main/java/com/plaid/client/model/AssetReportTransactionType.java b/src/main/java/com/plaid/client/model/AssetReportTransactionType.java index 711b03321b..a9af30797d 100644 --- a/src/main/java/com/plaid/client/model/AssetReportTransactionType.java +++ b/src/main/java/com/plaid/client/model/AssetReportTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetReportType.java b/src/main/java/com/plaid/client/model/AssetReportType.java index 329d7ad6fa..af9129444e 100644 --- a/src/main/java/com/plaid/client/model/AssetReportType.java +++ b/src/main/java/com/plaid/client/model/AssetReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetReportUser.java b/src/main/java/com/plaid/client/model/AssetReportUser.java index 4d7a77669a..3706b54fa4 100644 --- a/src/main/java/com/plaid/client/model/AssetReportUser.java +++ b/src/main/java/com/plaid/client/model/AssetReportUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The user object allows you to provide additional information about the user to be appended to the Asset Report. All fields are optional. The `first_name`, `last_name`, and `ssn` fields are required if you would like the Report to be eligible for Fannie Mae's Day 1 Certainty™ program. */ @ApiModel(description = "The user object allows you to provide additional information about the user to be appended to the Asset Report. All fields are optional. The `first_name`, `last_name`, and `ssn` fields are required if you would like the Report to be eligible for Fannie Mae's Day 1 Certainty™ program.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetReportUser { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) diff --git a/src/main/java/com/plaid/client/model/AssetTransaction.java b/src/main/java/com/plaid/client/model/AssetTransaction.java index c6db7ba0e4..fe73c1c12e 100644 --- a/src/main/java/com/plaid/client/model/AssetTransaction.java +++ b/src/main/java/com/plaid/client/model/AssetTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing... */ @ApiModel(description = "An object representing...") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetTransaction { public static final String SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N_D_E_T_A_I_L = "ASSET_TRANSACTION_DETAIL"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/AssetTransactionCategoryType.java b/src/main/java/com/plaid/client/model/AssetTransactionCategoryType.java index 57fe778642..723118a802 100644 --- a/src/main/java/com/plaid/client/model/AssetTransactionCategoryType.java +++ b/src/main/java/com/plaid/client/model/AssetTransactionCategoryType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetTransactionDescription.java b/src/main/java/com/plaid/client/model/AssetTransactionDescription.java index 962b32fd71..8a65c7871b 100644 --- a/src/main/java/com/plaid/client/model/AssetTransactionDescription.java +++ b/src/main/java/com/plaid/client/model/AssetTransactionDescription.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetTransactionDescription { public static final String SERIALIZED_NAME_ASSET_TRANSACTION_DESCRIPTION = "AssetTransactionDescription"; @SerializedName(SERIALIZED_NAME_ASSET_TRANSACTION_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/AssetTransactionDetail.java b/src/main/java/com/plaid/client/model/AssetTransactionDetail.java index 786694f074..39cbbc4f94 100644 --- a/src/main/java/com/plaid/client/model/AssetTransactionDetail.java +++ b/src/main/java/com/plaid/client/model/AssetTransactionDetail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetTransactionDetail { public static final String SERIALIZED_NAME_ASSET_TRANSACTION_UNIQUE_IDENTIFIER = "AssetTransactionUniqueIdentifier"; @SerializedName(SERIALIZED_NAME_ASSET_TRANSACTION_UNIQUE_IDENTIFIER) diff --git a/src/main/java/com/plaid/client/model/AssetTransactionType.java b/src/main/java/com/plaid/client/model/AssetTransactionType.java index 6442a864d4..97a8d0e80c 100644 --- a/src/main/java/com/plaid/client/model/AssetTransactionType.java +++ b/src/main/java/com/plaid/client/model/AssetTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AssetTransactions.java b/src/main/java/com/plaid/client/model/AssetTransactions.java index 003a601977..8b98190e82 100644 --- a/src/main/java/com/plaid/client/model/AssetTransactions.java +++ b/src/main/java/com/plaid/client/model/AssetTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetTransactions { public static final String SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N = "ASSET_TRANSACTION"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N) diff --git a/src/main/java/com/plaid/client/model/AssetType.java b/src/main/java/com/plaid/client/model/AssetType.java index d0243bbf06..009b526dc5 100644 --- a/src/main/java/com/plaid/client/model/AssetType.java +++ b/src/main/java/com/plaid/client/model/AssetType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Assets.java b/src/main/java/com/plaid/client/model/Assets.java index 62de99bf44..690f811cba 100644 --- a/src/main/java/com/plaid/client/model/Assets.java +++ b/src/main/java/com/plaid/client/model/Assets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Assets { public static final String SERIALIZED_NAME_A_S_S_E_T = "ASSET"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T) diff --git a/src/main/java/com/plaid/client/model/AssetsErrorWebhook.java b/src/main/java/com/plaid/client/model/AssetsErrorWebhook.java index d9e106734e..1ba16ed63f 100644 --- a/src/main/java/com/plaid/client/model/AssetsErrorWebhook.java +++ b/src/main/java/com/plaid/client/model/AssetsErrorWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when Asset Report generation has failed. The resulting `error` will have an `error_type` of `ASSET_REPORT_ERROR`. */ @ApiModel(description = "Fired when Asset Report generation has failed. The resulting `error` will have an `error_type` of `ASSET_REPORT_ERROR`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetsErrorWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/AssetsProductReadyWebhook.java b/src/main/java/com/plaid/client/model/AssetsProductReadyWebhook.java index 28b80dfd9c..cd3b5a8493 100644 --- a/src/main/java/com/plaid/client/model/AssetsProductReadyWebhook.java +++ b/src/main/java/com/plaid/client/model/AssetsProductReadyWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when the Asset Report has been generated and `/asset_report/get` is ready to be called. If you attempt to retrieve an Asset Report before this webhook has fired, you'll receive a response with the HTTP status code 400 and a Plaid error code of `PRODUCT_NOT_READY`. */ @ApiModel(description = "Fired when the Asset Report has been generated and `/asset_report/get` is ready to be called. If you attempt to retrieve an Asset Report before this webhook has fired, you'll receive a response with the HTTP status code 400 and a Plaid error code of `PRODUCT_NOT_READY`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AssetsProductReadyWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/AuthDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/AuthDefaultUpdateWebhook.java index e136f1ec2d..f54b0cd9d6 100644 --- a/src/main/java/com/plaid/client/model/AuthDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/AuthDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Plaid will trigger a `DEFAULT_UPDATE` webhook for Items that undergo a change in Auth data. This is generally caused by data partners notifying Plaid of a change in their account numbering system or to their routing numbers. To avoid returned transactions, customers that receive a `DEFAULT_UPDATE` webhook with the `account_ids_with_updated_auth` object populated should immediately discontinue all usages of existing Auth data for those accounts and call `/auth/get` or `/processor/auth/get` to obtain updated account and routing numbers. */ @ApiModel(description = "Plaid will trigger a `DEFAULT_UPDATE` webhook for Items that undergo a change in Auth data. This is generally caused by data partners notifying Plaid of a change in their account numbering system or to their routing numbers. To avoid returned transactions, customers that receive a `DEFAULT_UPDATE` webhook with the `account_ids_with_updated_auth` object populated should immediately discontinue all usages of existing Auth data for those accounts and call `/auth/get` or `/processor/auth/get` to obtain updated account and routing numbers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/AuthGetNumbers.java b/src/main/java/com/plaid/client/model/AuthGetNumbers.java index 91e5013142..04862c34dc 100644 --- a/src/main/java/com/plaid/client/model/AuthGetNumbers.java +++ b/src/main/java/com/plaid/client/model/AuthGetNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object containing identifying numbers used for making electronic transfers to and from the `accounts`. The identifying number type (ACH, EFT, IBAN, or Bacs) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by any `accounts` for which data has been requested, the array for that type will be empty. */ @ApiModel(description = "An object containing identifying numbers used for making electronic transfers to and from the `accounts`. The identifying number type (ACH, EFT, IBAN, or Bacs) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by any `accounts` for which data has been requested, the array for that type will be empty.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthGetNumbers { public static final String SERIALIZED_NAME_ACH = "ach"; @SerializedName(SERIALIZED_NAME_ACH) diff --git a/src/main/java/com/plaid/client/model/AuthGetRequest.java b/src/main/java/com/plaid/client/model/AuthGetRequest.java index 4ebe4049da..69605ed545 100644 --- a/src/main/java/com/plaid/client/model/AuthGetRequest.java +++ b/src/main/java/com/plaid/client/model/AuthGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AuthGetRequest defines the request schema for `/auth/get` */ @ApiModel(description = "AuthGetRequest defines the request schema for `/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AuthGetRequestOptions.java b/src/main/java/com/plaid/client/model/AuthGetRequestOptions.java index dedca929b9..a1bf59af7a 100644 --- a/src/main/java/com/plaid/client/model/AuthGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/AuthGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/auth/get` results. */ @ApiModel(description = "An optional object to filter `/auth/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/AuthGetResponse.java b/src/main/java/com/plaid/client/model/AuthGetResponse.java index 70dcfa9a97..8ae88a21b1 100644 --- a/src/main/java/com/plaid/client/model/AuthGetResponse.java +++ b/src/main/java/com/plaid/client/model/AuthGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * AuthGetResponse defines the response schema for `/auth/get` */ @ApiModel(description = "AuthGetResponse defines the response schema for `/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/AuthMetadata.java b/src/main/java/com/plaid/client/model/AuthMetadata.java index 4c759e01d0..af3758f216 100644 --- a/src/main/java/com/plaid/client/model/AuthMetadata.java +++ b/src/main/java/com/plaid/client/model/AuthMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata that captures information about the Auth features of an institution. */ @ApiModel(description = "Metadata that captures information about the Auth features of an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthMetadata { public static final String SERIALIZED_NAME_SUPPORTED_METHODS = "supported_methods"; @SerializedName(SERIALIZED_NAME_SUPPORTED_METHODS) diff --git a/src/main/java/com/plaid/client/model/AuthSupportedMethods.java b/src/main/java/com/plaid/client/model/AuthSupportedMethods.java index 6ec1f30c1b..9e94f6c030 100644 --- a/src/main/java/com/plaid/client/model/AuthSupportedMethods.java +++ b/src/main/java/com/plaid/client/model/AuthSupportedMethods.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Metadata specifically related to which auth methods an institution supports. */ @ApiModel(description = "Metadata specifically related to which auth methods an institution supports.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthSupportedMethods { public static final String SERIALIZED_NAME_INSTANT_AUTH = "instant_auth"; @SerializedName(SERIALIZED_NAME_INSTANT_AUTH) diff --git a/src/main/java/com/plaid/client/model/AuthUpdateTypes.java b/src/main/java/com/plaid/client/model/AuthUpdateTypes.java index ba8e7f87d9..b41fe25504 100644 --- a/src/main/java/com/plaid/client/model/AuthUpdateTypes.java +++ b/src/main/java/com/plaid/client/model/AuthUpdateTypes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/AuthVerifyNumbersACH.java b/src/main/java/com/plaid/client/model/AuthVerifyNumbersACH.java index 085c7c80dd..65fb206ce7 100644 --- a/src/main/java/com/plaid/client/model/AuthVerifyNumbersACH.java +++ b/src/main/java/com/plaid/client/model/AuthVerifyNumbersACH.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ACH numbers for verification via Database Auth */ @ApiModel(description = "ACH numbers for verification via Database Auth") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthVerifyNumbersACH { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/AuthVerifyRequest.java b/src/main/java/com/plaid/client/model/AuthVerifyRequest.java index 2a07262f83..64ce654c8e 100644 --- a/src/main/java/com/plaid/client/model/AuthVerifyRequest.java +++ b/src/main/java/com/plaid/client/model/AuthVerifyRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AuthVerifyRequest defines the request schema for `/auth/verify` */ @ApiModel(description = "AuthVerifyRequest defines the request schema for `/auth/verify`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthVerifyRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/AuthVerifyRequestNumbers.java b/src/main/java/com/plaid/client/model/AuthVerifyRequestNumbers.java index acf8b1959b..ce097ee201 100644 --- a/src/main/java/com/plaid/client/model/AuthVerifyRequestNumbers.java +++ b/src/main/java/com/plaid/client/model/AuthVerifyRequestNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing identifying account numbers for verification via Database Auth */ @ApiModel(description = "An object containing identifying account numbers for verification via Database Auth") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthVerifyRequestNumbers { public static final String SERIALIZED_NAME_ACH = "ach"; @SerializedName(SERIALIZED_NAME_ACH) diff --git a/src/main/java/com/plaid/client/model/AuthVerifyResponse.java b/src/main/java/com/plaid/client/model/AuthVerifyResponse.java index bd184e46a2..1d4022b3a3 100644 --- a/src/main/java/com/plaid/client/model/AuthVerifyResponse.java +++ b/src/main/java/com/plaid/client/model/AuthVerifyResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * AuthVerifyResponse defines the response schema for `/auth/verify` */ @ApiModel(description = "AuthVerifyResponse defines the response schema for `/auth/verify`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthVerifyResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/AuthorizationGuaranteeDetails.java b/src/main/java/com/plaid/client/model/AuthorizationGuaranteeDetails.java index 1ad1c78fd8..7a6a3c9987 100644 --- a/src/main/java/com/plaid/client/model/AuthorizationGuaranteeDetails.java +++ b/src/main/java/com/plaid/client/model/AuthorizationGuaranteeDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Adaptive guarantee details for a transfer authorization, including the guarantee outcome and settlement schedule. Omitted when no guarantee was attempted. */ @ApiModel(description = "Adaptive guarantee details for a transfer authorization, including the guarantee outcome and settlement schedule. Omitted when no guarantee was attempted.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthorizationGuaranteeDetails { public static final String SERIALIZED_NAME_OUTCOME = "outcome"; @SerializedName(SERIALIZED_NAME_OUTCOME) diff --git a/src/main/java/com/plaid/client/model/AuthorizationGuaranteeScheduleItem.java b/src/main/java/com/plaid/client/model/AuthorizationGuaranteeScheduleItem.java index df1b82ffb5..6739b1e219 100644 --- a/src/main/java/com/plaid/client/model/AuthorizationGuaranteeScheduleItem.java +++ b/src/main/java/com/plaid/client/model/AuthorizationGuaranteeScheduleItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A single entry in an authorization's adaptive guarantee settlement schedule, describing one tranche of guaranteed funds. */ @ApiModel(description = "A single entry in an authorization's adaptive guarantee settlement schedule, describing one tranche of guaranteed funds.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AuthorizationGuaranteeScheduleItem { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/AutomaticallyVerifiedWebhook.java b/src/main/java/com/plaid/client/model/AutomaticallyVerifiedWebhook.java index 68470e6c61..80dec5b492 100644 --- a/src/main/java/com/plaid/client/model/AutomaticallyVerifiedWebhook.java +++ b/src/main/java/com/plaid/client/model/AutomaticallyVerifiedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an Item is verified via automated micro-deposits. We recommend communicating to your users when this event is received to notify them that their account is verified and ready for use. */ @ApiModel(description = "Fired when an Item is verified via automated micro-deposits. We recommend communicating to your users when this event is received to notify them that their account is verified and ready for use.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class AutomaticallyVerifiedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BankIncomeCompleteResult.java b/src/main/java/com/plaid/client/model/BankIncomeCompleteResult.java index 849657516a..e952adda5f 100644 --- a/src/main/java/com/plaid/client/model/BankIncomeCompleteResult.java +++ b/src/main/java/com/plaid/client/model/BankIncomeCompleteResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankIncomeCompleteWebhook.java b/src/main/java/com/plaid/client/model/BankIncomeCompleteWebhook.java index 8c81169e3a..f316ab701d 100644 --- a/src/main/java/com/plaid/client/model/BankIncomeCompleteWebhook.java +++ b/src/main/java/com/plaid/client/model/BankIncomeCompleteWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when a bank income report has finished generating or failed to generate, triggered by calling `/credit/bank_income/get` in CRA enabled client. */ @ApiModel(description = "Fired when a bank income report has finished generating or failed to generate, triggered by calling `/credit/bank_income/get` in CRA enabled client.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankIncomeCompleteWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteResult.java b/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteResult.java index e02d2a2b9a..7721dead58 100644 --- a/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteResult.java +++ b/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteWebhook.java b/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteWebhook.java index 6beee06454..3d91630c3a 100644 --- a/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteWebhook.java +++ b/src/main/java/com/plaid/client/model/BankIncomeRefreshCompleteWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * Fired when a refreshed bank income report has finished generating or failed to generate. The `/credit/bank_income/refresh` endpoint that previously triggered this webhook is deprecated; to refresh Bank Income data, send the user through Link's update mode, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To get this webhook, subscribe via the [Dashboard](https://dashboard.plaid.com/developers/webhooks). + * Fired when a refreshed bank income report has finished generating or failed to generate. To obtain refreshed Bank Income data, send the user through Link's update mode, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To get this webhook, subscribe via the [Dashboard](https://dashboard.plaid.com/developers/webhooks). */ -@ApiModel(description = "Fired when a refreshed bank income report has finished generating or failed to generate. The `/credit/bank_income/refresh` endpoint that previously triggered this webhook is deprecated; to refresh Bank Income data, send the user through Link's update mode, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To get this webhook, subscribe via the [Dashboard](https://dashboard.plaid.com/developers/webhooks).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Fired when a refreshed bank income report has finished generating or failed to generate. To obtain refreshed Bank Income data, send the user through Link's update mode, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To get this webhook, subscribe via the [Dashboard](https://dashboard.plaid.com/developers/webhooks).") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankIncomeRefreshCompleteWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BankIncomeRefreshUpdateWebhook.java b/src/main/java/com/plaid/client/model/BankIncomeRefreshUpdateWebhook.java index f40adca68a..223b344c67 100644 --- a/src/main/java/com/plaid/client/model/BankIncomeRefreshUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/BankIncomeRefreshUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * Fired when a change to the user's income is detected. The `/credit/bank_income/refresh` endpoint that previously served this refresh is deprecated; to get updated income data, send the user through Link's update mode so they can confirm their income sources, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To receive this webhook, subscribe in the [Dashboard](https://dashboard.plaid.com/developers/webhooks). + * Fired when a change to the user's income is detected. To obtain refreshed Bank Income data, send the user through Link's update mode so they can confirm their income sources, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To receive this webhook, subscribe in the [Dashboard](https://dashboard.plaid.com/developers/webhooks). */ -@ApiModel(description = "Fired when a change to the user's income is detected. The `/credit/bank_income/refresh` endpoint that previously served this refresh is deprecated; to get updated income data, send the user through Link's update mode so they can confirm their income sources, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To receive this webhook, subscribe in the [Dashboard](https://dashboard.plaid.com/developers/webhooks).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Fired when a change to the user's income is detected. To obtain refreshed Bank Income data, send the user through Link's update mode so they can confirm their income sources, or migrate to CRA Income Insights and call `/cra/check_report/create` for a backend refresh. To receive this webhook, subscribe in the [Dashboard](https://dashboard.plaid.com/developers/webhooks).") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankIncomeRefreshUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BankInitiatedReturnRisk.java b/src/main/java/com/plaid/client/model/BankInitiatedReturnRisk.java index f33793db19..9994625cc1 100644 --- a/src/main/java/com/plaid/client/model/BankInitiatedReturnRisk.java +++ b/src/main/java/com/plaid/client/model/BankInitiatedReturnRisk.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The object contains a risk score and a risk tier that evaluate the transaction return risk because an account is overdrawn or because an ineligible account is used. Common return codes in this category include: \"R01\", \"R02\", \"R03\", \"R04\", \"R06\", \"R08\", \"R09\", \"R13\", \"R16\", \"R17\", \"R20\", \"R23\". These returns have a turnaround time of 2 banking days. */ @ApiModel(description = "The object contains a risk score and a risk tier that evaluate the transaction return risk because an account is overdrawn or because an ineligible account is used. Common return codes in this category include: \"R01\", \"R02\", \"R03\", \"R04\", \"R06\", \"R08\", \"R09\", \"R13\", \"R16\", \"R17\", \"R20\", \"R23\". These returns have a turnaround time of 2 banking days.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankInitiatedReturnRisk { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/BankPenaltiesIndicators.java b/src/main/java/com/plaid/client/model/BankPenaltiesIndicators.java index 410f2d18a9..83e27ad446 100644 --- a/src/main/java/com/plaid/client/model/BankPenaltiesIndicators.java +++ b/src/main/java/com/plaid/client/model/BankPenaltiesIndicators.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Insights into bank penalties and fees, including overdraft fees, NSF fees, and other bank-imposed charges. */ @ApiModel(description = "Insights into bank penalties and fees, including overdraft fees, NSF fees, and other bank-imposed charges.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankPenaltiesIndicators { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/BankTransfer.java b/src/main/java/com/plaid/client/model/BankTransfer.java index 3a1ece62df..5235cda57d 100644 --- a/src/main/java/com/plaid/client/model/BankTransfer.java +++ b/src/main/java/com/plaid/client/model/BankTransfer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * Represents a bank transfer within the Bank Transfers API. */ @ApiModel(description = "Represents a bank transfer within the Bank Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransfer { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferBalance.java b/src/main/java/com/plaid/client/model/BankTransferBalance.java index 22c2301f23..f93251b8aa 100644 --- a/src/main/java/com/plaid/client/model/BankTransferBalance.java +++ b/src/main/java/com/plaid/client/model/BankTransferBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the balance of a bank transfer */ @ApiModel(description = "Information about the balance of a bank transfer") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/BankTransferBalanceGetRequest.java b/src/main/java/com/plaid/client/model/BankTransferBalanceGetRequest.java index 8e665f01f2..90bbed0f0c 100644 --- a/src/main/java/com/plaid/client/model/BankTransferBalanceGetRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferBalanceGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/balance/get` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferBalanceGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferBalanceGetResponse.java b/src/main/java/com/plaid/client/model/BankTransferBalanceGetResponse.java index f6a78b8337..fb4515846f 100644 --- a/src/main/java/com/plaid/client/model/BankTransferBalanceGetResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferBalanceGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/bank_transfer/balance/get` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferBalanceGetResponse { public static final String SERIALIZED_NAME_BALANCE = "balance"; @SerializedName(SERIALIZED_NAME_BALANCE) diff --git a/src/main/java/com/plaid/client/model/BankTransferCancelRequest.java b/src/main/java/com/plaid/client/model/BankTransferCancelRequest.java index 02cbb848cb..1993813c92 100644 --- a/src/main/java/com/plaid/client/model/BankTransferCancelRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferCancelRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/cancel` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferCancelRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferCancelResponse.java b/src/main/java/com/plaid/client/model/BankTransferCancelResponse.java index ea459a30b6..80c99b9f6a 100644 --- a/src/main/java/com/plaid/client/model/BankTransferCancelResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferCancelResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/bank_transfer/cancel` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferCancelResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferCreateRequest.java b/src/main/java/com/plaid/client/model/BankTransferCreateRequest.java index d0a0625917..2e876c9568 100644 --- a/src/main/java/com/plaid/client/model/BankTransferCreateRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Defines the request schema for `/bank_transfer/create` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferCreateResponse.java b/src/main/java/com/plaid/client/model/BankTransferCreateResponse.java index 036f38b61e..9d199c6089 100644 --- a/src/main/java/com/plaid/client/model/BankTransferCreateResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/bank_transfer/create` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferCreateResponse { public static final String SERIALIZED_NAME_BANK_TRANSFER = "bank_transfer"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/BankTransferDirection.java b/src/main/java/com/plaid/client/model/BankTransferDirection.java index e9f64806ec..15ca7d0512 100644 --- a/src/main/java/com/plaid/client/model/BankTransferDirection.java +++ b/src/main/java/com/plaid/client/model/BankTransferDirection.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferEvent.java b/src/main/java/com/plaid/client/model/BankTransferEvent.java index 9818d01568..9068b1e911 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEvent.java +++ b/src/main/java/com/plaid/client/model/BankTransferEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,6 +24,7 @@ import com.plaid.client.model.BankTransferEventType; import com.plaid.client.model.BankTransferFailure; import com.plaid.client.model.BankTransferType; +import com.plaid.client.model.ReceiverDetails; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -33,7 +34,7 @@ * Represents an event in the Bank Transfers API. */ @ApiModel(description = "Represents an event in the Bank Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferEvent { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) @@ -79,6 +80,10 @@ public class BankTransferEvent { @SerializedName(SERIALIZED_NAME_DIRECTION) private BankTransferDirection direction; + public static final String SERIALIZED_NAME_RECEIVER_DETAILS = "receiver_details"; + @SerializedName(SERIALIZED_NAME_RECEIVER_DETAILS) + private ReceiverDetails receiverDetails; + public BankTransferEvent eventId(Integer eventId) { @@ -326,6 +331,29 @@ public void setDirection(BankTransferDirection direction) { } + public BankTransferEvent receiverDetails(ReceiverDetails receiverDetails) { + + this.receiverDetails = receiverDetails; + return this; + } + + /** + * Get receiverDetails + * @return receiverDetails + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "") + + public ReceiverDetails getReceiverDetails() { + return receiverDetails; + } + + + public void setReceiverDetails(ReceiverDetails receiverDetails) { + this.receiverDetails = receiverDetails; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -345,12 +373,13 @@ public boolean equals(Object o) { Objects.equals(this.bankTransferAmount, bankTransferEvent.bankTransferAmount) && Objects.equals(this.bankTransferIsoCurrencyCode, bankTransferEvent.bankTransferIsoCurrencyCode) && Objects.equals(this.failureReason, bankTransferEvent.failureReason) && - Objects.equals(this.direction, bankTransferEvent.direction); + Objects.equals(this.direction, bankTransferEvent.direction) && + Objects.equals(this.receiverDetails, bankTransferEvent.receiverDetails); } @Override public int hashCode() { - return Objects.hash(eventId, timestamp, eventType, accountId, bankTransferId, originationAccountId, bankTransferType, bankTransferAmount, bankTransferIsoCurrencyCode, failureReason, direction); + return Objects.hash(eventId, timestamp, eventType, accountId, bankTransferId, originationAccountId, bankTransferType, bankTransferAmount, bankTransferIsoCurrencyCode, failureReason, direction, receiverDetails); } @Override @@ -368,6 +397,7 @@ public String toString() { sb.append(" bankTransferIsoCurrencyCode: ").append(toIndentedString(bankTransferIsoCurrencyCode)).append("\n"); sb.append(" failureReason: ").append(toIndentedString(failureReason)).append("\n"); sb.append(" direction: ").append(toIndentedString(direction)).append("\n"); + sb.append(" receiverDetails: ").append(toIndentedString(receiverDetails)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/BankTransferEventListBankTransferType.java b/src/main/java/com/plaid/client/model/BankTransferEventListBankTransferType.java index 2486e8fb32..0705b50664 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventListBankTransferType.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventListBankTransferType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferEventListDirection.java b/src/main/java/com/plaid/client/model/BankTransferEventListDirection.java index dbb4602aca..41c753946d 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventListDirection.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventListDirection.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferEventListRequest.java b/src/main/java/com/plaid/client/model/BankTransferEventListRequest.java index 8e2c2b1db5..eaf845dbcb 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventListRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Defines the request schema for `/bank_transfer/event/list` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferEventListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferEventListResponse.java b/src/main/java/com/plaid/client/model/BankTransferEventListResponse.java index ce213657e1..0788ec9f60 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventListResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/bank_transfer/event/list` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferEventListResponse { public static final String SERIALIZED_NAME_BANK_TRANSFER_EVENTS = "bank_transfer_events"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFER_EVENTS) diff --git a/src/main/java/com/plaid/client/model/BankTransferEventSyncRequest.java b/src/main/java/com/plaid/client/model/BankTransferEventSyncRequest.java index 5e2dcfe55b..ebb66dcf25 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventSyncRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventSyncRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/event/sync` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/event/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferEventSyncRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferEventSyncResponse.java b/src/main/java/com/plaid/client/model/BankTransferEventSyncResponse.java index 4f0f1d1f32..c15b204d20 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventSyncResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventSyncResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/bank_transfer/event/sync` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/event/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferEventSyncResponse { public static final String SERIALIZED_NAME_BANK_TRANSFER_EVENTS = "bank_transfer_events"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFER_EVENTS) diff --git a/src/main/java/com/plaid/client/model/BankTransferEventType.java b/src/main/java/com/plaid/client/model/BankTransferEventType.java index 07491816bf..0906a218ab 100644 --- a/src/main/java/com/plaid/client/model/BankTransferEventType.java +++ b/src/main/java/com/plaid/client/model/BankTransferEventType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferFailure.java b/src/main/java/com/plaid/client/model/BankTransferFailure.java index cc0151d0fe..0ce2dd9b30 100644 --- a/src/main/java/com/plaid/client/model/BankTransferFailure.java +++ b/src/main/java/com/plaid/client/model/BankTransferFailure.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The failure reason if the type of this transfer is `\"failed\"` or `\"reversed\"`. Null value otherwise. */ @ApiModel(description = "The failure reason if the type of this transfer is `\"failed\"` or `\"reversed\"`. Null value otherwise.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferFailure { public static final String SERIALIZED_NAME_ACH_RETURN_CODE = "ach_return_code"; @SerializedName(SERIALIZED_NAME_ACH_RETURN_CODE) diff --git a/src/main/java/com/plaid/client/model/BankTransferGetRequest.java b/src/main/java/com/plaid/client/model/BankTransferGetRequest.java index 9cd26f13fe..063d155c0e 100644 --- a/src/main/java/com/plaid/client/model/BankTransferGetRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/get` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferGetResponse.java b/src/main/java/com/plaid/client/model/BankTransferGetResponse.java index 5f2bb86a98..5bb011e0de 100644 --- a/src/main/java/com/plaid/client/model/BankTransferGetResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/bank_transfer/get` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferGetResponse { public static final String SERIALIZED_NAME_BANK_TRANSFER = "bank_transfer"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/BankTransferListRequest.java b/src/main/java/com/plaid/client/model/BankTransferListRequest.java index 8e1ab8988f..6cf8183dd8 100644 --- a/src/main/java/com/plaid/client/model/BankTransferListRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/bank_transfer/list` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferListResponse.java b/src/main/java/com/plaid/client/model/BankTransferListResponse.java index 25d4cfe15f..026142f665 100644 --- a/src/main/java/com/plaid/client/model/BankTransferListResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/bank_transfer/list` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferListResponse { public static final String SERIALIZED_NAME_BANK_TRANSFERS = "bank_transfers"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFERS) diff --git a/src/main/java/com/plaid/client/model/BankTransferMigrateAccountRequest.java b/src/main/java/com/plaid/client/model/BankTransferMigrateAccountRequest.java index 32cdb353ae..998efa1c41 100644 --- a/src/main/java/com/plaid/client/model/BankTransferMigrateAccountRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferMigrateAccountRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/migrate_account` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/migrate_account`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferMigrateAccountRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferMigrateAccountResponse.java b/src/main/java/com/plaid/client/model/BankTransferMigrateAccountResponse.java index 64c88a9406..cf64d32e92 100644 --- a/src/main/java/com/plaid/client/model/BankTransferMigrateAccountResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferMigrateAccountResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/bank_transfer/migrate_account` */ @ApiModel(description = "Defines the response schema for `/bank_transfer/migrate_account`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferMigrateAccountResponse { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/BankTransferNetwork.java b/src/main/java/com/plaid/client/model/BankTransferNetwork.java index 146224894d..75f35496b8 100644 --- a/src/main/java/com/plaid/client/model/BankTransferNetwork.java +++ b/src/main/java/com/plaid/client/model/BankTransferNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferStatus.java b/src/main/java/com/plaid/client/model/BankTransferStatus.java index 5c14346d83..d7c87bebdb 100644 --- a/src/main/java/com/plaid/client/model/BankTransferStatus.java +++ b/src/main/java/com/plaid/client/model/BankTransferStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferSweep.java b/src/main/java/com/plaid/client/model/BankTransferSweep.java index 155abc96eb..49d40cef82 100644 --- a/src/main/java/com/plaid/client/model/BankTransferSweep.java +++ b/src/main/java/com/plaid/client/model/BankTransferSweep.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * BankTransferSweep describes a sweep transfer. */ @ApiModel(description = "BankTransferSweep describes a sweep transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferSweep { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferSweepGetRequest.java b/src/main/java/com/plaid/client/model/BankTransferSweepGetRequest.java index 7af06a021b..c73f58c36e 100644 --- a/src/main/java/com/plaid/client/model/BankTransferSweepGetRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferSweepGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/bank_transfer/sweep/get` */ @ApiModel(description = "Defines the request schema for `/bank_transfer/sweep/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferSweepGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferSweepGetResponse.java b/src/main/java/com/plaid/client/model/BankTransferSweepGetResponse.java index 56fa2c5e55..2adf5dc256 100644 --- a/src/main/java/com/plaid/client/model/BankTransferSweepGetResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferSweepGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * BankTransferSweepGetResponse defines the response schema for `/bank_transfer/sweep/get` */ @ApiModel(description = "BankTransferSweepGetResponse defines the response schema for `/bank_transfer/sweep/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferSweepGetResponse { public static final String SERIALIZED_NAME_SWEEP = "sweep"; @SerializedName(SERIALIZED_NAME_SWEEP) diff --git a/src/main/java/com/plaid/client/model/BankTransferSweepListRequest.java b/src/main/java/com/plaid/client/model/BankTransferSweepListRequest.java index 044fbc0c60..23440e6447 100644 --- a/src/main/java/com/plaid/client/model/BankTransferSweepListRequest.java +++ b/src/main/java/com/plaid/client/model/BankTransferSweepListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * BankTransferSweepListRequest defines the request schema for `/bank_transfer/sweep/list` */ @ApiModel(description = "BankTransferSweepListRequest defines the request schema for `/bank_transfer/sweep/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferSweepListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BankTransferSweepListResponse.java b/src/main/java/com/plaid/client/model/BankTransferSweepListResponse.java index d89acf9abf..ae8384912a 100644 --- a/src/main/java/com/plaid/client/model/BankTransferSweepListResponse.java +++ b/src/main/java/com/plaid/client/model/BankTransferSweepListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * BankTransferSweepListResponse defines the response schema for `/bank_transfer/sweep/list` */ @ApiModel(description = "BankTransferSweepListResponse defines the response schema for `/bank_transfer/sweep/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferSweepListResponse { public static final String SERIALIZED_NAME_SWEEPS = "sweeps"; @SerializedName(SERIALIZED_NAME_SWEEPS) diff --git a/src/main/java/com/plaid/client/model/BankTransferType.java b/src/main/java/com/plaid/client/model/BankTransferType.java index 22e43f29ae..df6d40f934 100644 --- a/src/main/java/com/plaid/client/model/BankTransferType.java +++ b/src/main/java/com/plaid/client/model/BankTransferType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BankTransferUser.java b/src/main/java/com/plaid/client/model/BankTransferUser.java index 34b5046ebe..4e62f4f0f1 100644 --- a/src/main/java/com/plaid/client/model/BankTransferUser.java +++ b/src/main/java/com/plaid/client/model/BankTransferUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The legal name and other information for the account holder. */ @ApiModel(description = "The legal name and other information for the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransferUser { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhook.java b/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhook.java index 3eca62e73e..f55d695e41 100644 --- a/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when new bank transfer events are available. Receiving this webhook indicates you should fetch the new events from `/bank_transfer/event/sync`. */ @ApiModel(description = "Fired when new bank transfer events are available. Receiving this webhook indicates you should fetch the new events from `/bank_transfer/event/sync`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransfersEventsUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhookForAuth.java b/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhookForAuth.java index fc4d51a3aa..628da25cdf 100644 --- a/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhookForAuth.java +++ b/src/main/java/com/plaid/client/model/BankTransfersEventsUpdateWebhookForAuth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when new ACH events are available. To begin receiving this webhook, you must first register your webhook listener endpoint via the [webhooks page in the Dashboard](https://dashboard.plaid.com/team/webhooks). The `BANK_TRANSFERS_EVENTS_UPDATE` webhook can be used to track the progress of ACH transfers used in [micro-deposit verification](https://plaid.com/docs/auth/coverage/microdeposit-events/). Receiving this webhook indicates you should fetch the new events from `/bank_transfer/event/sync`. Note that [Transfer](https://plaid.com/docs/transfer) customers should use Transfer webhooks instead of using `BANK_TRANSFERS_EVENTS_UPDATE`; see [micro-deposit events documentation](https://plaid.com/docs/auth/coverage/microdeposit-events/) for more details. */ @ApiModel(description = "Fired when new ACH events are available. To begin receiving this webhook, you must first register your webhook listener endpoint via the [webhooks page in the Dashboard](https://dashboard.plaid.com/team/webhooks). The `BANK_TRANSFERS_EVENTS_UPDATE` webhook can be used to track the progress of ACH transfers used in [micro-deposit verification](https://plaid.com/docs/auth/coverage/microdeposit-events/). Receiving this webhook indicates you should fetch the new events from `/bank_transfer/event/sync`. Note that [Transfer](https://plaid.com/docs/transfer) customers should use Transfer webhooks instead of using `BANK_TRANSFERS_EVENTS_UPDATE`; see [micro-deposit events documentation](https://plaid.com/docs/auth/coverage/microdeposit-events/) for more details.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BankTransfersEventsUpdateWebhookForAuth { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BaseReport.java b/src/main/java/com/plaid/client/model/BaseReport.java index b2aa225fc3..c2d103d713 100644 --- a/src/main/java/com/plaid/client/model/BaseReport.java +++ b/src/main/java/com/plaid/client/model/BaseReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object representing a Base Report */ @ApiModel(description = "An object representing a Base Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/BaseReportAccount.java b/src/main/java/com/plaid/client/model/BaseReportAccount.java index 9de5c4ecff..2ee74bfac4 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAccount.java +++ b/src/main/java/com/plaid/client/model/BaseReportAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ * Base Report information about an account */ @ApiModel(description = "Base Report information about an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/BaseReportAccountBalances.java b/src/main/java/com/plaid/client/model/BaseReportAccountBalances.java index 46a13bcd95..9224d8ef97 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAccountBalances.java +++ b/src/main/java/com/plaid/client/model/BaseReportAccountBalances.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Information about an account's balances. */ @ApiModel(description = "Information about an account's balances.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAccountBalances { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/BaseReportAccountInsights.java b/src/main/java/com/plaid/client/model/BaseReportAccountInsights.java index a80ee75072..afade3d2fd 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAccountInsights.java +++ b/src/main/java/com/plaid/client/model/BaseReportAccountInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Calculated insights derived from transaction-level data. This field has been deprecated in favor of [Base Report attributes aggregated across accounts](https://plaid.com/docs/api/products/check/#cra-check_report-base_report-get-response-report-attributes) and will be removed in a future release. */ @ApiModel(description = "Calculated insights derived from transaction-level data. This field has been deprecated in favor of [Base Report attributes aggregated across accounts](https://plaid.com/docs/api/products/check/#cra-check_report-base_report-get-response-report-attributes) and will be removed in a future release.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAccountInsights { public static final String SERIALIZED_NAME_OLDEST_TRANSACTION_DATE = "oldest_transaction_date"; @SerializedName(SERIALIZED_NAME_OLDEST_TRANSACTION_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportAccountMetadata.java b/src/main/java/com/plaid/client/model/BaseReportAccountMetadata.java index 7cb49bca6e..ec742c83a2 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAccountMetadata.java +++ b/src/main/java/com/plaid/client/model/BaseReportAccountMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata about the extracted account. */ @ApiModel(description = "Metadata about the extracted account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAccountMetadata { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportAttributes.java b/src/main/java/com/plaid/client/model/BaseReportAttributes.java index 4b4d218541..c04de154e3 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAttributes.java +++ b/src/main/java/com/plaid/client/model/BaseReportAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * Calculated attributes derived from transaction-level data. */ @ApiModel(description = "Calculated attributes derived from transaction-level data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAttributes { public static final String SERIALIZED_NAME_IS_PRIMARY_ACCOUNT = "is_primary_account"; @SerializedName(SERIALIZED_NAME_IS_PRIMARY_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/BaseReportAverageFlowInsights.java b/src/main/java/com/plaid/client/model/BaseReportAverageFlowInsights.java index 3077e8377c..514298ef08 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAverageFlowInsights.java +++ b/src/main/java/com/plaid/client/model/BaseReportAverageFlowInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Average dollar amount of credit or debit transactions out of the account. This field will only be included for depository accounts. */ @ApiModel(description = "Average dollar amount of credit or debit transactions out of the account. This field will only be included for depository accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAverageFlowInsights { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportAverageMonthlyBalances.java b/src/main/java/com/plaid/client/model/BaseReportAverageMonthlyBalances.java index 82c1bc8114..e6f970aab6 100644 --- a/src/main/java/com/plaid/client/model/BaseReportAverageMonthlyBalances.java +++ b/src/main/java/com/plaid/client/model/BaseReportAverageMonthlyBalances.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Average balance in dollar amount per month */ @ApiModel(description = "Average balance in dollar amount per month") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportAverageMonthlyBalances { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportHistoricalBalance.java b/src/main/java/com/plaid/client/model/BaseReportHistoricalBalance.java index 716a2c0377..e1ed8eba5c 100644 --- a/src/main/java/com/plaid/client/model/BaseReportHistoricalBalance.java +++ b/src/main/java/com/plaid/client/model/BaseReportHistoricalBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a balance held by an account in the past */ @ApiModel(description = "An object representing a balance held by an account in the past") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportHistoricalBalance { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportInvestmentHolding.java b/src/main/java/com/plaid/client/model/BaseReportInvestmentHolding.java index a674fb2ea9..9f282a41ef 100644 --- a/src/main/java/com/plaid/client/model/BaseReportInvestmentHolding.java +++ b/src/main/java/com/plaid/client/model/BaseReportInvestmentHolding.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A securities holding at an institution. */ @ApiModel(description = "A securities holding at an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportInvestmentHolding { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -254,11 +254,11 @@ public BaseReportInvestmentHolding unofficialCurrencyCode(String unofficialCurre } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. ") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. ") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/BaseReportInvestmentSecurity.java b/src/main/java/com/plaid/client/model/BaseReportInvestmentSecurity.java index 361c5b3649..e65a02ce25 100644 --- a/src/main/java/com/plaid/client/model/BaseReportInvestmentSecurity.java +++ b/src/main/java/com/plaid/client/model/BaseReportInvestmentSecurity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Investment security associated with the account. */ @ApiModel(description = "Investment security associated with the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportInvestmentSecurity { public static final String SERIALIZED_NAME_SECURITY_ID = "security_id"; @SerializedName(SERIALIZED_NAME_SECURITY_ID) diff --git a/src/main/java/com/plaid/client/model/BaseReportInvestmentTransaction.java b/src/main/java/com/plaid/client/model/BaseReportInvestmentTransaction.java index d5727d0329..13df3fef96 100644 --- a/src/main/java/com/plaid/client/model/BaseReportInvestmentTransaction.java +++ b/src/main/java/com/plaid/client/model/BaseReportInvestmentTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A transaction within an investment account. */ @ApiModel(description = "A transaction within an investment account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportInvestmentTransaction { public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id"; @SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID) @@ -360,11 +360,11 @@ public BaseReportInvestmentTransaction unofficialCurrencyCode(String unofficialC } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/BaseReportInvestments.java b/src/main/java/com/plaid/client/model/BaseReportInvestments.java index b3db1d8534..60c42274e0 100644 --- a/src/main/java/com/plaid/client/model/BaseReportInvestments.java +++ b/src/main/java/com/plaid/client/model/BaseReportInvestments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * A set of fields describing the investments data on an account. */ @ApiModel(description = "A set of fields describing the investments data on an account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportInvestments { public static final String SERIALIZED_NAME_HOLDINGS = "holdings"; @SerializedName(SERIALIZED_NAME_HOLDINGS) diff --git a/src/main/java/com/plaid/client/model/BaseReportItem.java b/src/main/java/com/plaid/client/model/BaseReportItem.java index cd62fbe3fc..b8681b7b09 100644 --- a/src/main/java/com/plaid/client/model/BaseReportItem.java +++ b/src/main/java/com/plaid/client/model/BaseReportItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A representation of an Item within a Base Report. */ @ApiModel(description = "A representation of an Item within a Base Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportItem { public static final String SERIALIZED_NAME_INSTITUTION_NAME = "institution_name"; @SerializedName(SERIALIZED_NAME_INSTITUTION_NAME) diff --git a/src/main/java/com/plaid/client/model/BaseReportLongestGapInsights.java b/src/main/java/com/plaid/client/model/BaseReportLongestGapInsights.java index e21db8b399..e38f623b9a 100644 --- a/src/main/java/com/plaid/client/model/BaseReportLongestGapInsights.java +++ b/src/main/java/com/plaid/client/model/BaseReportLongestGapInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Largest number of days between sequential transactions per calendar month */ @ApiModel(description = "Largest number of days between sequential transactions per calendar month") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportLongestGapInsights { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportNumberFlowInsights.java b/src/main/java/com/plaid/client/model/BaseReportNumberFlowInsights.java index b23f03b720..0a67562558 100644 --- a/src/main/java/com/plaid/client/model/BaseReportNumberFlowInsights.java +++ b/src/main/java/com/plaid/client/model/BaseReportNumberFlowInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The number of credits or debits out of the account. This field will only be included for depository accounts. */ @ApiModel(description = "The number of credits or debits out of the account. This field will only be included for depository accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportNumberFlowInsights { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/BaseReportTransaction.java b/src/main/java/com/plaid/client/model/BaseReportTransaction.java index 90bb0eedc0..ff1ba8f441 100644 --- a/src/main/java/com/plaid/client/model/BaseReportTransaction.java +++ b/src/main/java/com/plaid/client/model/BaseReportTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A transaction on the Base Report */ @ApiModel(description = "A transaction on the Base Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportTransaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -325,11 +325,11 @@ public BaseReportTransaction dateTransacted(String dateTransacted) { } /** - * The date on which the transaction took place, in IS0 8601 format. + * The date on which the transaction took place, in ISO 8601 format. * @return dateTransacted **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The date on which the transaction took place, in IS0 8601 format.") + @ApiModelProperty(value = "The date on which the transaction took place, in ISO 8601 format.") public String getDateTransacted() { return dateTransacted; diff --git a/src/main/java/com/plaid/client/model/BaseReportTransactionType.java b/src/main/java/com/plaid/client/model/BaseReportTransactionType.java index 977ce2e462..ebb71ca640 100644 --- a/src/main/java/com/plaid/client/model/BaseReportTransactionType.java +++ b/src/main/java/com/plaid/client/model/BaseReportTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BaseReportUserAttributes.java b/src/main/java/com/plaid/client/model/BaseReportUserAttributes.java index 52e9372d9d..a3ac5563af 100644 --- a/src/main/java/com/plaid/client/model/BaseReportUserAttributes.java +++ b/src/main/java/com/plaid/client/model/BaseReportUserAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * Calculated attributes derived from transaction-level data, aggregated across accounts. */ @ApiModel(description = "Calculated attributes derived from transaction-level data, aggregated across accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportUserAttributes { public static final String SERIALIZED_NAME_NSF_OVERDRAFT_TRANSACTIONS_COUNT = "nsf_overdraft_transactions_count"; @SerializedName(SERIALIZED_NAME_NSF_OVERDRAFT_TRANSACTIONS_COUNT) diff --git a/src/main/java/com/plaid/client/model/BaseReportWarning.java b/src/main/java/com/plaid/client/model/BaseReportWarning.java index a377b52ed0..93917ec6fd 100644 --- a/src/main/java/com/plaid/client/model/BaseReportWarning.java +++ b/src/main/java/com/plaid/client/model/BaseReportWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * It is possible for a Base Report to be returned with missing account owner information. In such cases, the Base Report will contain warning data in the response, indicating why obtaining the owner information failed. */ @ApiModel(description = "It is possible for a Base Report to be returned with missing account owner information. In such cases, the Base Report will contain warning data in the response, indicating why obtaining the owner information failed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/BaseReportWarningCode.java b/src/main/java/com/plaid/client/model/BaseReportWarningCode.java index 46895d1427..58d51be618 100644 --- a/src/main/java/com/plaid/client/model/BaseReportWarningCode.java +++ b/src/main/java/com/plaid/client/model/BaseReportWarningCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BaseReportsErrorWebhook.java b/src/main/java/com/plaid/client/model/BaseReportsErrorWebhook.java index c2fde3ee8f..959d5aed3b 100644 --- a/src/main/java/com/plaid/client/model/BaseReportsErrorWebhook.java +++ b/src/main/java/com/plaid/client/model/BaseReportsErrorWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when Base Report generation has failed. The resulting `error` will have an `error_type` of `BASE_REPORT_ERROR`. */ @ApiModel(description = "Fired when Base Report generation has failed. The resulting `error` will have an `error_type` of `BASE_REPORT_ERROR`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BaseReportsErrorWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskAttributes.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskAttributes.java index 32b63021d1..f4de38eb94 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskAttributes.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The attributes object contains data that can be used to assess account risk. Examples of data include: `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager */ @ApiModel(description = "The attributes object contains data that can be used to assess account risk. Examples of data include: `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskAttributes { public static final String SERIALIZED_NAME_DAYS_SINCE_FIRST_PLAID_CONNECTION = "days_since_first_plaid_connection"; @SerializedName(SERIALIZED_NAME_DAYS_SINCE_FIRST_PLAID_CONNECTION) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccount.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccount.java index 347034aaba..4c97d5b7f7 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccount.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An account in the `/beacon/account_risk/v1/evaluate` response. */ @ApiModel(description = "An account in the `/beacon/account_risk/v1/evaluate` response.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskEvaluateAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccountAttributes.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccountAttributes.java index ae2a276f43..424e77355e 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccountAttributes.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateAccountAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The attributes object contains data that can be used to assess account risk. Examples of data include: `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager */ @ApiModel(description = "The attributes object contains data that can be used to assess account risk. Examples of data include: `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskEvaluateAccountAttributes { public static final String SERIALIZED_NAME_DAYS_SINCE_FIRST_PLAID_CONNECTION = "days_since_first_plaid_connection"; @SerializedName(SERIALIZED_NAME_DAYS_SINCE_FIRST_PLAID_CONNECTION) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateEvaluationReason.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateEvaluationReason.java index 3fa00f8f1c..9175a6b899 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateEvaluationReason.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateEvaluationReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequest.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequest.java index 8e7054660f..8def2d092b 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * BeaconAccountRiskEvaluateRequest defines the request schema for `/beacon/account_risk/v1/evaluate` */ @ApiModel(description = "BeaconAccountRiskEvaluateRequest defines the request schema for `/beacon/account_risk/v1/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskEvaluateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequestOptions.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequestOptions.java index 539c343e1c..a8bbeed81c 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequestOptions.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/beacon/account_risk/v1/evaluate` results to a subset of the accounts on the linked Item. */ @ApiModel(description = "An optional object to filter `/beacon/account_risk/v1/evaluate` results to a subset of the accounts on the linked Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskEvaluateRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateResponse.java b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateResponse.java index 75e0d50ac2..df135388b1 100644 --- a/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconAccountRiskEvaluateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * BeaconAccountRiskEvaluateResponse defines the response schema for `/beacon/account_risk/v1/evaluate` */ @ApiModel(description = "BeaconAccountRiskEvaluateResponse defines the response schema for `/beacon/account_risk/v1/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAccountRiskEvaluateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconAuditTrail.java b/src/main/java/com/plaid/client/model/BeaconAuditTrail.java index ac47fed10d..83dd9d835f 100644 --- a/src/main/java/com/plaid/client/model/BeaconAuditTrail.java +++ b/src/main/java/com/plaid/client/model/BeaconAuditTrail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the last change made to the parent object specifying what caused the change as well as when it occurred. */ @ApiModel(description = "Information about the last change made to the parent object specifying what caused the change as well as when it occurred.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconAuditTrail { public static final String SERIALIZED_NAME_SOURCE = "source"; @SerializedName(SERIALIZED_NAME_SOURCE) diff --git a/src/main/java/com/plaid/client/model/BeaconAuditTrailSource.java b/src/main/java/com/plaid/client/model/BeaconAuditTrailSource.java index a2bbbb0318..a3f64ea4bf 100644 --- a/src/main/java/com/plaid/client/model/BeaconAuditTrailSource.java +++ b/src/main/java/com/plaid/client/model/BeaconAuditTrailSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconBankAccountInsights.java b/src/main/java/com/plaid/client/model/BeaconBankAccountInsights.java index 8d8daa09c4..0d30cf700b 100644 --- a/src/main/java/com/plaid/client/model/BeaconBankAccountInsights.java +++ b/src/main/java/com/plaid/client/model/BeaconBankAccountInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Bank Account Insights encapsulate the risk insights for a single Bank Account linked to an Item that is associated with a Beacon User. */ @ApiModel(description = "Bank Account Insights encapsulate the risk insights for a single Bank Account linked to an Item that is associated with a Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconBankAccountInsights { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconBankAccounts.java b/src/main/java/com/plaid/client/model/BeaconBankAccounts.java index 7e4126641e..dfed67e5d3 100644 --- a/src/main/java/com/plaid/client/model/BeaconBankAccounts.java +++ b/src/main/java/com/plaid/client/model/BeaconBankAccounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A collection of Bank Accounts linked to an Item that is associated with this Beacon User. */ @ApiModel(description = "A collection of Bank Accounts linked to an Item that is associated with this Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconBankAccounts { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java b/src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java index e45c277c9a..8c91e98464 100644 --- a/src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java +++ b/src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a Beacon User created within your organization matches one of your existing users. */ @ApiModel(description = "Fired when a Beacon User created within your organization matches one of your existing users.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconDuplicateDetectedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconDuplicateGetRequest.java b/src/main/java/com/plaid/client/model/BeaconDuplicateGetRequest.java index 07ac31b709..4acfd908e9 100644 --- a/src/main/java/com/plaid/client/model/BeaconDuplicateGetRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconDuplicateGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for getting a Beacon Duplicate */ @ApiModel(description = "Request input for getting a Beacon Duplicate") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconDuplicateGetRequest { public static final String SERIALIZED_NAME_BEACON_DUPLICATE_ID = "beacon_duplicate_id"; @SerializedName(SERIALIZED_NAME_BEACON_DUPLICATE_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconDuplicateGetResponse.java b/src/main/java/com/plaid/client/model/BeaconDuplicateGetResponse.java index 9f8325a190..f26176dc91 100644 --- a/src/main/java/com/plaid/client/model/BeaconDuplicateGetResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconDuplicateGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A Beacon Duplicate represents a pair of matching Beacon Users and an analysis of the fields they matched on. */ @ApiModel(description = "A Beacon Duplicate represents a pair of matching Beacon Users and an analysis of the fields they matched on.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconDuplicateGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconMatchSummaryAnalysis.java b/src/main/java/com/plaid/client/model/BeaconMatchSummaryAnalysis.java index 9f3394dbda..d21157f4a1 100644 --- a/src/main/java/com/plaid/client/model/BeaconMatchSummaryAnalysis.java +++ b/src/main/java/com/plaid/client/model/BeaconMatchSummaryAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Analysis of which fields matched between one Beacon User and another. */ @ApiModel(description = "Analysis of which fields matched between one Beacon User and another.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconMatchSummaryAnalysis { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/BeaconMatchSummaryCode.java b/src/main/java/com/plaid/client/model/BeaconMatchSummaryCode.java index 2eca80e13e..52841fd233 100644 --- a/src/main/java/com/plaid/client/model/BeaconMatchSummaryCode.java +++ b/src/main/java/com/plaid/client/model/BeaconMatchSummaryCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconReport.java b/src/main/java/com/plaid/client/model/BeaconReport.java index ac0bde6c89..c621b5abf2 100644 --- a/src/main/java/com/plaid/client/model/BeaconReport.java +++ b/src/main/java/com/plaid/client/model/BeaconReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users. */ @ApiModel(description = "A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReport { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportCreateRequest.java b/src/main/java/com/plaid/client/model/BeaconReportCreateRequest.java index 2df710143a..2712c95b84 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportCreateRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconReportCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request input for creating a Beacon Report */ @ApiModel(description = "Request input for creating a Beacon Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportCreateRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportCreateResponse.java b/src/main/java/com/plaid/client/model/BeaconReportCreateResponse.java index c2274d6ede..01979df3d7 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportCreateResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconReportCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users. */ @ApiModel(description = "A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportCreateType.java b/src/main/java/com/plaid/client/model/BeaconReportCreateType.java index 15f670148d..c5dba056c4 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportCreateType.java +++ b/src/main/java/com/plaid/client/model/BeaconReportCreateType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconReportCreatedWebhook.java b/src/main/java/com/plaid/client/model/BeaconReportCreatedWebhook.java index cc487ee125..9cc648be55 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportCreatedWebhook.java +++ b/src/main/java/com/plaid/client/model/BeaconReportCreatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when one of your Beacon Users is first reported to the Beacon network. */ @ApiModel(description = "Fired when one of your Beacon Users is first reported to the Beacon network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportCreatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconReportGetRequest.java b/src/main/java/com/plaid/client/model/BeaconReportGetRequest.java index 43a1944280..1e42192a04 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportGetRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconReportGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for getting a Beacon Report */ @ApiModel(description = "Request input for getting a Beacon Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportGetRequest { public static final String SERIALIZED_NAME_BEACON_REPORT_ID = "beacon_report_id"; @SerializedName(SERIALIZED_NAME_BEACON_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportGetResponse.java b/src/main/java/com/plaid/client/model/BeaconReportGetResponse.java index 0de296dcc8..d2b17f3e65 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportGetResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconReportGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users. */ @ApiModel(description = "A Beacon Report describes the type of fraud committed by a user as well as the date the fraud was committed and the total amount of money lost due to the fraud incident. This information is used to block similar fraud attempts on your platform as well as alert other companies who screen a user with matching identity information. Other companies will not receive any new identity information, just what matched, plus information such as industry, type of fraud, and date of fraud. You can manage your fraud reports by adding, deleting, or editing reports as you get additional information on fraudulent users.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportListRequest.java b/src/main/java/com/plaid/client/model/BeaconReportListRequest.java index 5434ad3863..7a7e4cbb78 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportListRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconReportListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing Beacon Reports */ @ApiModel(description = "Request input for listing Beacon Reports") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportListRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportListResponse.java b/src/main/java/com/plaid/client/model/BeaconReportListResponse.java index b4104e67bd..e0e3d52b99 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportListResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconReportListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The response schema for `/beacon/report/list` */ @ApiModel(description = "The response schema for `/beacon/report/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportListResponse { public static final String SERIALIZED_NAME_BEACON_REPORTS = "beacon_reports"; @SerializedName(SERIALIZED_NAME_BEACON_REPORTS) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndication.java b/src/main/java/com/plaid/client/model/BeaconReportSyndication.java index 0c54de4ec2..6cf71120db 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndication.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndication.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A Beacon Report Syndication represents a Beacon Report created either by your organization or another Beacon customer that matches a specific Beacon User you've created. The `analysis` field in the response indicates which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to. The `report` field in the response contains a subset of information from the original report. */ @ApiModel(description = "A Beacon Report Syndication represents a Beacon Report created either by your organization or another Beacon customer that matches a specific Beacon User you've created. The `analysis` field in the response indicates which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to. The `report` field in the response contains a subset of information from the original report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndication { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationAnalysis.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationAnalysis.java index bcad3d43e8..e462b6b100 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationAnalysis.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Analysis of which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to. */ @ApiModel(description = "Analysis of which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationAnalysis { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationCreatedWebhook.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationCreatedWebhook.java index 8e3434004a..f6aa4fa065 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationCreatedWebhook.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationCreatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a report created on the Beacon Network matches with one of your Beacon Users. */ @ApiModel(description = "Fired when a report created on the Beacon Network matches with one of your Beacon Users.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationCreatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetRequest.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetRequest.java index b3cee7a827..65f7b1341b 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for getting a Beacon Report Syndication */ @ApiModel(description = "Request input for getting a Beacon Report Syndication") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationGetRequest { public static final String SERIALIZED_NAME_BEACON_REPORT_SYNDICATION_ID = "beacon_report_syndication_id"; @SerializedName(SERIALIZED_NAME_BEACON_REPORT_SYNDICATION_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetResponse.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetResponse.java index 011abfd524..f22ca2e426 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A Beacon Report Syndication represents a Beacon Report created either by your organization or another Beacon customer that matches a specific Beacon User you've created. The `analysis` field in the response indicates which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to. The `report` field in the response contains a subset of information from the original report. */ @ApiModel(description = "A Beacon Report Syndication represents a Beacon Report created either by your organization or another Beacon customer that matches a specific Beacon User you've created. The `analysis` field in the response indicates which fields matched between the originally reported Beacon User and the Beacon User that the report was syndicated to. The `report` field in the response contains a subset of information from the original report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationListRequest.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationListRequest.java index b357848b9c..c5778f8700 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationListRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing Beacon Report Syndications */ @ApiModel(description = "Request input for listing Beacon Report Syndications") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationListRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationListResponse.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationListResponse.java index 86bc4d1b99..63b9e51e03 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationListResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The response schema for `/beacon/report_syndication/list` */ @ApiModel(description = "The response schema for `/beacon/report_syndication/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationListResponse { public static final String SERIALIZED_NAME_BEACON_REPORT_SYNDICATIONS = "beacon_report_syndications"; @SerializedName(SERIALIZED_NAME_BEACON_REPORT_SYNDICATIONS) diff --git a/src/main/java/com/plaid/client/model/BeaconReportSyndicationOriginalReport.java b/src/main/java/com/plaid/client/model/BeaconReportSyndicationOriginalReport.java index eb377a1155..50e040304d 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportSyndicationOriginalReport.java +++ b/src/main/java/com/plaid/client/model/BeaconReportSyndicationOriginalReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A subset of information from a Beacon Report that has been syndicated to a matching Beacon User in your program. The `id` field in the response is the ID of the original report that was syndicated. If the original report was created by your organization, the field will be filled with the ID of the report. Otherwise, the field will be `null` indicating that the original report was created by another Beacon customer. */ @ApiModel(description = "A subset of information from a Beacon Report that has been syndicated to a matching Beacon User in your program. The `id` field in the response is the ID of the original report that was syndicated. If the original report was created by your organization, the field will be filled with the ID of the report. Otherwise, the field will be `null` indicating that the original report was created by another Beacon customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportSyndicationOriginalReport { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconReportType.java b/src/main/java/com/plaid/client/model/BeaconReportType.java index cfb28b56ba..ef1c1bbf3a 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportType.java +++ b/src/main/java/com/plaid/client/model/BeaconReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconReportUpdatedWebhook.java b/src/main/java/com/plaid/client/model/BeaconReportUpdatedWebhook.java index 0afac5af1a..b95d7191b9 100644 --- a/src/main/java/com/plaid/client/model/BeaconReportUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/BeaconReportUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when one of your existing Beacon Reports has been modified or removed from the Beacon Network. */ @ApiModel(description = "Fired when one of your existing Beacon Reports has been modified or removed from the Beacon Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconReportUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconSyndicatedReportDepositoryAccountMatchAnalysis.java b/src/main/java/com/plaid/client/model/BeaconSyndicatedReportDepositoryAccountMatchAnalysis.java index ce2854027a..14e8d8e751 100644 --- a/src/main/java/com/plaid/client/model/BeaconSyndicatedReportDepositoryAccountMatchAnalysis.java +++ b/src/main/java/com/plaid/client/model/BeaconSyndicatedReportDepositoryAccountMatchAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Analysis of whether this account matched between the originally reported Beacon User and the Beacon User that the report syndicated to. */ @ApiModel(description = "Analysis of whether this account matched between the originally reported Beacon User and the Beacon User that the report syndicated to.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconSyndicatedReportDepositoryAccountMatchAnalysis { public static final String SERIALIZED_NAME_ACCOUNT_MASK = "account_mask"; @SerializedName(SERIALIZED_NAME_ACCOUNT_MASK) diff --git a/src/main/java/com/plaid/client/model/BeaconUser.java b/src/main/java/com/plaid/client/model/BeaconUser.java index c713ba0c02..59cd5c935c 100644 --- a/src/main/java/com/plaid/client/model/BeaconUser.java +++ b/src/main/java/com/plaid/client/model/BeaconUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User represents an end user that has been scanned against the Beacon Network. */ @ApiModel(description = "A Beacon User represents an end user that has been scanned against the Beacon Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUser { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) diff --git a/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetRequest.java b/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetRequest.java index 5d9966321e..62186e164a 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching the risk insights for a Beacon User's Bank Accounts */ @ApiModel(description = "Request input for fetching the risk insights for a Beacon User's Bank Accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserAccountInsightsGetRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetResponse.java b/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetResponse.java index 6b41fa5314..e361697449 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconUserAccountInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The response schema for `/beacon/user/account_insights/get` */ @ApiModel(description = "The response schema for `/beacon/user/account_insights/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserAccountInsightsGetResponse { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserAddress.java b/src/main/java/com/plaid/client/model/BeaconUserAddress.java index f61d376dba..1cfb5d93e5 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserAddress.java +++ b/src/main/java/com/plaid/client/model/BeaconUserAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Even if an address has been collected, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include a postal code */ @ApiModel(description = "Even if an address has been collected, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include a postal code") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/BeaconUserCreateRequest.java b/src/main/java/com/plaid/client/model/BeaconUserCreateRequest.java index 38fc429e6b..27fc56996e 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserCreateRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request input for creating a Beacon User. The primary use for this endpoint is to add a new end user to Beacon for fraud and duplicate scanning. Some fields are optional, but it is recommended to provide as much information as possible to improve the accuracy of the fraud and duplicate scanning. */ @ApiModel(description = "Request input for creating a Beacon User. The primary use for this endpoint is to add a new end user to Beacon for fraud and duplicate scanning. Some fields are optional, but it is recommended to provide as much information as possible to improve the accuracy of the fraud and duplicate scanning.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserCreateRequest { public static final String SERIALIZED_NAME_PROGRAM_ID = "program_id"; @SerializedName(SERIALIZED_NAME_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserCreateResponse.java b/src/main/java/com/plaid/client/model/BeaconUserCreateResponse.java index ae3a5f1580..54a3f5b983 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserCreateResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconUserCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User represents an end user that has been scanned against the Beacon Network. */ @ApiModel(description = "A Beacon User represents an end user that has been scanned against the Beacon Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserCreateResponse { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) diff --git a/src/main/java/com/plaid/client/model/BeaconUserData.java b/src/main/java/com/plaid/client/model/BeaconUserData.java index 7740517754..2dfcacee70 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserData.java +++ b/src/main/java/com/plaid/client/model/BeaconUserData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User's data and resulting analysis when checked against duplicate records and the Beacon Fraud Network. */ @ApiModel(description = "A Beacon User's data and resulting analysis when checked against duplicate records and the Beacon Fraud Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserData { public static final String SERIALIZED_NAME_DATE_OF_BIRTH = "date_of_birth"; @SerializedName(SERIALIZED_NAME_DATE_OF_BIRTH) diff --git a/src/main/java/com/plaid/client/model/BeaconUserDepositoryAccount.java b/src/main/java/com/plaid/client/model/BeaconUserDepositoryAccount.java index 61261a2a96..ed81553f5f 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserDepositoryAccount.java +++ b/src/main/java/com/plaid/client/model/BeaconUserDepositoryAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Depository account information for the associated user. */ @ApiModel(description = "Depository account information for the associated user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserDepositoryAccount { public static final String SERIALIZED_NAME_ACCOUNT_MASK = "account_mask"; @SerializedName(SERIALIZED_NAME_ACCOUNT_MASK) diff --git a/src/main/java/com/plaid/client/model/BeaconUserGetRequest.java b/src/main/java/com/plaid/client/model/BeaconUserGetRequest.java index 62910e2cf7..a62e58abee 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserGetRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching a Beacon User */ @ApiModel(description = "Request input for fetching a Beacon User") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserGetRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserGetResponse.java b/src/main/java/com/plaid/client/model/BeaconUserGetResponse.java index 63cf90fd99..281f1e2d76 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserGetResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconUserGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User represents an end user that has been scanned against the Beacon Network. */ @ApiModel(description = "A Beacon User represents an end user that has been scanned against the Beacon Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserGetResponse { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) diff --git a/src/main/java/com/plaid/client/model/BeaconUserHistoryListRequest.java b/src/main/java/com/plaid/client/model/BeaconUserHistoryListRequest.java index 2541e43b26..347901e2ed 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserHistoryListRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserHistoryListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing the history of a Beacon User */ @ApiModel(description = "Request input for listing the history of a Beacon User") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserHistoryListRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserHistoryListResponse.java b/src/main/java/com/plaid/client/model/BeaconUserHistoryListResponse.java index 099abf110a..ffeb4354b5 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserHistoryListResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconUserHistoryListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The response schema for `/beacon/user/history/list` */ @ApiModel(description = "The response schema for `/beacon/user/history/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserHistoryListResponse { public static final String SERIALIZED_NAME_BEACON_USERS = "beacon_users"; @SerializedName(SERIALIZED_NAME_BEACON_USERS) diff --git a/src/main/java/com/plaid/client/model/BeaconUserIDNumber.java b/src/main/java/com/plaid/client/model/BeaconUserIDNumber.java index c20e5aaf94..f631b049b2 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserIDNumber.java +++ b/src/main/java/com/plaid/client/model/BeaconUserIDNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The ID number associated with a Beacon User. */ @ApiModel(description = "The ID number associated with a Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserIDNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/BeaconUserName.java b/src/main/java/com/plaid/client/model/BeaconUserName.java index a8c6583366..32afd981d9 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserName.java +++ b/src/main/java/com/plaid/client/model/BeaconUserName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The full name for a given Beacon User. */ @ApiModel(description = "The full name for a given Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserName { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/BeaconUserNameNullable.java b/src/main/java/com/plaid/client/model/BeaconUserNameNullable.java index 4efeeb7ff1..12b593cca8 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserNameNullable.java +++ b/src/main/java/com/plaid/client/model/BeaconUserNameNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The full name for a given Beacon User. */ @ApiModel(description = "The full name for a given Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserNameNullable { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/BeaconUserRequestAddress.java b/src/main/java/com/plaid/client/model/BeaconUserRequestAddress.java index dd84335678..94bee30f81 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserRequestAddress.java +++ b/src/main/java/com/plaid/client/model/BeaconUserRequestAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Home address for the associated user. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country). */ @ApiModel(description = "Home address for the associated user. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserRequestAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/BeaconUserRequestAddressNullable.java b/src/main/java/com/plaid/client/model/BeaconUserRequestAddressNullable.java index db8414fc53..46f72250a4 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserRequestAddressNullable.java +++ b/src/main/java/com/plaid/client/model/BeaconUserRequestAddressNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Home address for the associated user. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country). */ @ApiModel(description = "Home address for the associated user. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserRequestAddressNullable { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/BeaconUserRequestData.java b/src/main/java/com/plaid/client/model/BeaconUserRequestData.java index 9280f75f64..401f1e1294 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserRequestData.java +++ b/src/main/java/com/plaid/client/model/BeaconUserRequestData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User's data which is used to check against duplicate records and the Beacon Fraud Network. In order to create a Beacon User, in addition to the `name`, _either_ the `date_of_birth` _or_ the `depository_accounts` field must be provided. */ @ApiModel(description = "A Beacon User's data which is used to check against duplicate records and the Beacon Fraud Network. In order to create a Beacon User, in addition to the `name`, _either_ the `date_of_birth` _or_ the `depository_accounts` field must be provided.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserRequestData { public static final String SERIALIZED_NAME_DATE_OF_BIRTH = "date_of_birth"; @SerializedName(SERIALIZED_NAME_DATE_OF_BIRTH) diff --git a/src/main/java/com/plaid/client/model/BeaconUserRequestDepositoryAccount.java b/src/main/java/com/plaid/client/model/BeaconUserRequestDepositoryAccount.java index a764ef9712..9d361211eb 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserRequestDepositoryAccount.java +++ b/src/main/java/com/plaid/client/model/BeaconUserRequestDepositoryAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Depository account information for the associated user. */ @ApiModel(description = "Depository account information for the associated user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserRequestDepositoryAccount { public static final String SERIALIZED_NAME_ACCOUNT_NUMBER = "account_number"; @SerializedName(SERIALIZED_NAME_ACCOUNT_NUMBER) diff --git a/src/main/java/com/plaid/client/model/BeaconUserReviewRequest.java b/src/main/java/com/plaid/client/model/BeaconUserReviewRequest.java index daa1381804..87f8025df1 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserReviewRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserReviewRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request input for updating the status of a Beacon User */ @ApiModel(description = "Request input for updating the status of a Beacon User") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserReviewRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserRevision.java b/src/main/java/com/plaid/client/model/BeaconUserRevision.java index 1dffd8f173..01906b4b8c 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserRevision.java +++ b/src/main/java/com/plaid/client/model/BeaconUserRevision.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A Beacon User Revision identifies a Beacon User at some point in its revision history. */ @ApiModel(description = "A Beacon User Revision identifies a Beacon User at some point in its revision history.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserRevision { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserStatus.java b/src/main/java/com/plaid/client/model/BeaconUserStatus.java index f9bde5a0ca..a37d672811 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserStatus.java +++ b/src/main/java/com/plaid/client/model/BeaconUserStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BeaconUserStatusUpdatedWebhook.java b/src/main/java/com/plaid/client/model/BeaconUserStatusUpdatedWebhook.java index e272661dac..06af3a2de5 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserStatusUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/BeaconUserStatusUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a Beacon User status has changed, which can occur manually via the dashboard or when information is reported to the Beacon network. */ @ApiModel(description = "Fired when a Beacon User status has changed, which can occur manually via the dashboard or when information is reported to the Beacon network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/BeaconUserUpdateRequest.java b/src/main/java/com/plaid/client/model/BeaconUserUpdateRequest.java index 4b27f253bd..40a868ed87 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/BeaconUserUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request input for updating the identity data of a Beacon User. */ @ApiModel(description = "Request input for updating the identity data of a Beacon User.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserUpdateRequest { public static final String SERIALIZED_NAME_BEACON_USER_ID = "beacon_user_id"; @SerializedName(SERIALIZED_NAME_BEACON_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BeaconUserUpdateRequestData.java b/src/main/java/com/plaid/client/model/BeaconUserUpdateRequestData.java index d2b9ed3977..0fe81e816d 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserUpdateRequestData.java +++ b/src/main/java/com/plaid/client/model/BeaconUserUpdateRequestData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A subset of a Beacon User's data which is used to patch the existing identity data associated with a Beacon User. At least one field must be provided. If left unset or null, user data will not be patched. */ @ApiModel(description = "A subset of a Beacon User's data which is used to patch the existing identity data associated with a Beacon User. At least one field must be provided. If left unset or null, user data will not be patched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserUpdateRequestData { public static final String SERIALIZED_NAME_DATE_OF_BIRTH = "date_of_birth"; @SerializedName(SERIALIZED_NAME_DATE_OF_BIRTH) diff --git a/src/main/java/com/plaid/client/model/BeaconUserUpdateResponse.java b/src/main/java/com/plaid/client/model/BeaconUserUpdateResponse.java index 8f605947d5..4cab194faf 100644 --- a/src/main/java/com/plaid/client/model/BeaconUserUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/BeaconUserUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A Beacon User represents an end user that has been scanned against the Beacon Network. */ @ApiModel(description = "A Beacon User represents an end user that has been scanned against the Beacon Network.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BeaconUserUpdateResponse { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) diff --git a/src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java b/src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java index 8b22d85f5b..023fe86c98 100644 --- a/src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java +++ b/src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * BetaEwaReportV1GetRequest defines the request schema for `/beta/ewa_report/v1/get` */ @ApiModel(description = "BetaEwaReportV1GetRequest defines the request schema for `/beta/ewa_report/v1/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaEwaReportV1GetRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/BetaEwaReportV1GetResponse.java b/src/main/java/com/plaid/client/model/BetaEwaReportV1GetResponse.java index b90d4e55ba..b03ceecd5d 100644 --- a/src/main/java/com/plaid/client/model/BetaEwaReportV1GetResponse.java +++ b/src/main/java/com/plaid/client/model/BetaEwaReportV1GetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * BetaEwaReportV1GetResponse defines the response schema for `/beta/ewa_report/v1/get` */ @ApiModel(description = "BetaEwaReportV1GetResponse defines the response schema for `/beta/ewa_report/v1/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaEwaReportV1GetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) @@ -142,11 +142,11 @@ public BetaEwaReportV1GetResponse addEwaScoresItem(EwaScore ewaScoresItem) { } /** - * A list of earned wage access (EWA) scoring entries that map potential advance amounts to repayment likelihood scores. The predefined advance amount ranges are `[0, 25]`, `[25, 50]`, `[50, 100]`, `[100, 200]`, `[200, 300]`, `[300, 400]`, and `[400, 500]`. + * A list of earned wage access (EWA) scoring entries that map potential advance amounts to repayment likelihood scores. The predefined advance amount ranges are `[0, 25)`, `[25, 50)`, `[50, 100)`, `[100, 200)`, `[200, 300)`, `[300, 400)`, and `[400, 500)`. * @return ewaScores **/ @javax.annotation.Nullable - @ApiModelProperty(value = "A list of earned wage access (EWA) scoring entries that map potential advance amounts to repayment likelihood scores. The predefined advance amount ranges are `[0, 25]`, `[25, 50]`, `[50, 100]`, `[100, 200]`, `[200, 300]`, `[300, 400]`, and `[400, 500]`.") + @ApiModelProperty(value = "A list of earned wage access (EWA) scoring entries that map potential advance amounts to repayment likelihood scores. The predefined advance amount ranges are `[0, 25)`, `[25, 50)`, `[50, 100)`, `[100, 200)`, `[200, 300)`, `[300, 400)`, and `[400, 500)`.") public List getEwaScores() { return ewaScores; diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateRequest.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateRequest.java index 20d9b7ef9c..2be3ee28ca 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateRequest.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * Request schema for `/beta/partner/customer/v1/create`. */ @ApiModel(description = "Request schema for `/beta/partner/customer/v1/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1CreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateResponse.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateResponse.java index 08ef2f59fb..9dc5dbb898 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateResponse.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/beta/partner/customer/v1/create`. */ @ApiModel(description = "Response schema for `/beta/partner/customer/v1/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1CreateResponse { public static final String SERIALIZED_NAME_END_CUSTOMER = "end_customer"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableRequest.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableRequest.java index c9dfeabd62..357874f6da 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableRequest.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request schema for `/beta/partner/customer/v1/enable`. */ @ApiModel(description = "Request schema for `/beta/partner/customer/v1/enable`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1EnableRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableResponse.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableResponse.java index 60e80691ea..0b3836f633 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableResponse.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1EnableResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/beta/partner/customer/v1/enable`. */ @ApiModel(description = "Response schema for `/beta/partner/customer/v1/enable`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1EnableResponse { public static final String SERIALIZED_NAME_END_CUSTOMER_CLIENT_ID = "end_customer_client_id"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetRequest.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetRequest.java index 5c12ba46d6..7ffd28ee2e 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetRequest.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request schema for `/beta/partner/customer/v1/get`. */ @ApiModel(description = "Request schema for `/beta/partner/customer/v1/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1GetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetResponse.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetResponse.java index 2731378a05..f626e17a54 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetResponse.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1GetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/beta/partner/customer/v1/get`. */ @ApiModel(description = "Response schema for `/beta/partner/customer/v1/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1GetResponse { public static final String SERIALIZED_NAME_END_CUSTOMER = "end_customer"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateRequest.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateRequest.java index fbbd1ea46f..6ea8452e43 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateRequest.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Request schema for `/beta/partner/customer/v1/update`. */ @ApiModel(description = "Request schema for `/beta/partner/customer/v1/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1UpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateResponse.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateResponse.java index 64e035570d..8d8c5c8cc8 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateResponse.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1UpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/beta/partner/customer/v1/update`. */ @ApiModel(description = "Response schema for `/beta/partner/customer/v1/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerCustomerV1UpdateResponse { public static final String SERIALIZED_NAME_END_CUSTOMER = "end_customer"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerEndCustomer.java b/src/main/java/com/plaid/client/model/BetaPartnerEndCustomer.java index 05732f1417..8361c83053 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerEndCustomer.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerEndCustomer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details for an end customer. */ @ApiModel(description = "The details for an end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerEndCustomer { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BetaPartnerEndCustomerWithSecrets.java b/src/main/java/com/plaid/client/model/BetaPartnerEndCustomerWithSecrets.java index 0b2277da12..064d6c4b87 100644 --- a/src/main/java/com/plaid/client/model/BetaPartnerEndCustomerWithSecrets.java +++ b/src/main/java/com/plaid/client/model/BetaPartnerEndCustomerWithSecrets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * The details for the newly created end customer, including secrets for non-Production environments. */ @ApiModel(description = "The details for the newly created end customer, including secrets for non-Production environments.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BetaPartnerEndCustomerWithSecrets { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessAccount.java b/src/main/java/com/plaid/client/model/BusinessAccount.java index e2d7fee724..6ee2d89a6c 100644 --- a/src/main/java/com/plaid/client/model/BusinessAccount.java +++ b/src/main/java/com/plaid/client/model/BusinessAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * Business identity information about an account */ @ApiModel(description = "Business identity information about an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessAccountAllOf.java b/src/main/java/com/plaid/client/model/BusinessAccountAllOf.java index 18bc446192..4cbb3c1403 100644 --- a/src/main/java/com/plaid/client/model/BusinessAccountAllOf.java +++ b/src/main/java/com/plaid/client/model/BusinessAccountAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ /** * BusinessAccountAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessAccountAllOf { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/BusinessCheckBooleanStatus.java b/src/main/java/com/plaid/client/model/BusinessCheckBooleanStatus.java index 0427c973cf..732001ea50 100644 --- a/src/main/java/com/plaid/client/model/BusinessCheckBooleanStatus.java +++ b/src/main/java/com/plaid/client/model/BusinessCheckBooleanStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessDigitalPresenceCheck.java b/src/main/java/com/plaid/client/model/BusinessDigitalPresenceCheck.java index 8827767580..8981359c73 100644 --- a/src/main/java/com/plaid/client/model/BusinessDigitalPresenceCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessDigitalPresenceCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Results from the digital presence check. */ @ApiModel(description = "Results from the digital presence check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessDigitalPresenceCheck { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/BusinessEmailAddress.java b/src/main/java/com/plaid/client/model/BusinessEmailAddress.java index f587db2ff4..0ac0f0ea93 100644 --- a/src/main/java/com/plaid/client/model/BusinessEmailAddress.java +++ b/src/main/java/com/plaid/client/model/BusinessEmailAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Email address associated with a business */ @ApiModel(description = "Email address associated with a business") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessEmailAddress { public static final String SERIALIZED_NAME_EMAIL_ADDRESS = "email_address"; @SerializedName(SERIALIZED_NAME_EMAIL_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/BusinessEntityType.java b/src/main/java/com/plaid/client/model/BusinessEntityType.java index 99cf41267c..06fb9ed44f 100644 --- a/src/main/java/com/plaid/client/model/BusinessEntityType.java +++ b/src/main/java/com/plaid/client/model/BusinessEntityType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessFieldMatchSummary.java b/src/main/java/com/plaid/client/model/BusinessFieldMatchSummary.java index 4d248d2947..91f23dbda3 100644 --- a/src/main/java/com/plaid/client/model/BusinessFieldMatchSummary.java +++ b/src/main/java/com/plaid/client/model/BusinessFieldMatchSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Summary of how a specific business field matched against data provider results */ @ApiModel(description = "Summary of how a specific business field matched against data provider results") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessFieldMatchSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/BusinessFinanceCategory.java b/src/main/java/com/plaid/client/model/BusinessFinanceCategory.java index 16c851571b..a1115ec167 100644 --- a/src/main/java/com/plaid/client/model/BusinessFinanceCategory.java +++ b/src/main/java/com/plaid/client/model/BusinessFinanceCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information describing the intent of the transaction. Most relevant for business finance use cases, but not limited to such use cases. */ @ApiModel(description = "Information describing the intent of the transaction. Most relevant for business finance use cases, but not limited to such use cases.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessFinanceCategory { public static final String SERIALIZED_NAME_PRIMARY = "primary"; @SerializedName(SERIALIZED_NAME_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/BusinessIndustryPrediction.java b/src/main/java/com/plaid/client/model/BusinessIndustryPrediction.java index 9323a96db1..464ff9f613 100644 --- a/src/main/java/com/plaid/client/model/BusinessIndustryPrediction.java +++ b/src/main/java/com/plaid/client/model/BusinessIndustryPrediction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The predicted industry classification for the business, based on digital presence assessments. */ @ApiModel(description = "The predicted industry classification for the business, based on digital presence assessments.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessIndustryPrediction { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/BusinessIndustryPredictionNullable.java b/src/main/java/com/plaid/client/model/BusinessIndustryPredictionNullable.java index 4d5e81ae70..9a62205e5c 100644 --- a/src/main/java/com/plaid/client/model/BusinessIndustryPredictionNullable.java +++ b/src/main/java/com/plaid/client/model/BusinessIndustryPredictionNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Nullable industry prediction details. */ @ApiModel(description = "Nullable industry prediction details.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessIndustryPredictionNullable { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/BusinessKYBCheck.java b/src/main/java/com/plaid/client/model/BusinessKYBCheck.java index f90d31f71c..ff74669af5 100644 --- a/src/main/java/com/plaid/client/model/BusinessKYBCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessKYBCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Results from the KYB (Know Your Business) identity verification check */ @ApiModel(description = "Results from the KYB (Know Your Business) identity verification check") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessKYBCheck { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/BusinessKYBMatchDetails.java b/src/main/java/com/plaid/client/model/BusinessKYBMatchDetails.java index 03c1b89456..a02f6bbc6f 100644 --- a/src/main/java/com/plaid/client/model/BusinessKYBMatchDetails.java +++ b/src/main/java/com/plaid/client/model/BusinessKYBMatchDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * Detailed information about the business from data provider results */ @ApiModel(description = "Detailed information about the business from data provider results") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessKYBMatchDetails { public static final String SERIALIZED_NAME_NAMES = "names"; @SerializedName(SERIALIZED_NAME_NAMES) diff --git a/src/main/java/com/plaid/client/model/BusinessPhoneNumber.java b/src/main/java/com/plaid/client/model/BusinessPhoneNumber.java index 7df1c23828..d004b823f2 100644 --- a/src/main/java/com/plaid/client/model/BusinessPhoneNumber.java +++ b/src/main/java/com/plaid/client/model/BusinessPhoneNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Phone number associated with a business */ @ApiModel(description = "Phone number associated with a business") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessPhoneNumber { public static final String SERIALIZED_NAME_NUMBER = "number"; @SerializedName(SERIALIZED_NAME_NUMBER) diff --git a/src/main/java/com/plaid/client/model/BusinessRiskCheck.java b/src/main/java/com/plaid/client/model/BusinessRiskCheck.java index c01706709c..7a53ede7af 100644 --- a/src/main/java/com/plaid/client/model/BusinessRiskCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessRiskCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Results from the business risk assessment check */ @ApiModel(description = "Results from the business risk assessment check") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessRiskCheck { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/BusinessSearchTerms.java b/src/main/java/com/plaid/client/model/BusinessSearchTerms.java index 7587206a73..f714d47368 100644 --- a/src/main/java/com/plaid/client/model/BusinessSearchTerms.java +++ b/src/main/java/com/plaid/client/model/BusinessSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The business information that was used to perform the verification search */ @ApiModel(description = "The business information that was used to perform the verification search") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessSearchTerms { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequest.java b/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequest.java index 78fe422a73..ff7b41a4c5 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequest.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request input for creating a business verification */ @ApiModel(description = "Request input for creating a business verification") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessVerificationCreateRequest { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequestBusiness.java b/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequestBusiness.java index c97e844d88..48659f1b42 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequestBusiness.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationCreateRequestBusiness.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Business information provided in the verification request */ @ApiModel(description = "Business information provided in the verification request") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessVerificationCreateRequestBusiness { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationCreateResponse.java b/src/main/java/com/plaid/client/model/BusinessVerificationCreateResponse.java index f898e21061..f0c818f766 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationCreateResponse.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A business verification represents a check of a business's identity and risk profile, including information collected about the business and results from third-party data providers. */ @ApiModel(description = "A business verification represents a check of a business's identity and risk profile, including information collected about the business and results from third-party data providers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessVerificationCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationGetRequest.java b/src/main/java/com/plaid/client/model/BusinessVerificationGetRequest.java index 15ccc864a8..86549f2889 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationGetRequest.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching a business verification */ @ApiModel(description = "Request input for fetching a business verification") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessVerificationGetRequest { public static final String SERIALIZED_NAME_BUSINESS_VERIFICATION_ID = "business_verification_id"; @SerializedName(SERIALIZED_NAME_BUSINESS_VERIFICATION_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationGetResponse.java b/src/main/java/com/plaid/client/model/BusinessVerificationGetResponse.java index fa49695315..f509c73e34 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationGetResponse.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A business verification represents a check of a business's identity and risk profile, including information collected about the business and results from third-party data providers. */ @ApiModel(description = "A business verification represents a check of a business's identity and risk profile, including information collected about the business and results from third-party data providers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessVerificationGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationStatusKYBCheck.java b/src/main/java/com/plaid/client/model/BusinessVerificationStatusKYBCheck.java index e5df4990d3..54a38ed61c 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationStatusKYBCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationStatusKYBCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationStatusOverall.java b/src/main/java/com/plaid/client/model/BusinessVerificationStatusOverall.java index ac53c781b6..af6312e6b6 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationStatusOverall.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationStatusOverall.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationStatusRiskCheck.java b/src/main/java/com/plaid/client/model/BusinessVerificationStatusRiskCheck.java index 56ea47532c..1808b05ce1 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationStatusRiskCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationStatusRiskCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessVerificationStatusWebPresenceCheck.java b/src/main/java/com/plaid/client/model/BusinessVerificationStatusWebPresenceCheck.java index 97ebcf33dd..a0581bee03 100644 --- a/src/main/java/com/plaid/client/model/BusinessVerificationStatusWebPresenceCheck.java +++ b/src/main/java/com/plaid/client/model/BusinessVerificationStatusWebPresenceCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessWebsite.java b/src/main/java/com/plaid/client/model/BusinessWebsite.java index 5360819dba..f085d68dd1 100644 --- a/src/main/java/com/plaid/client/model/BusinessWebsite.java +++ b/src/main/java/com/plaid/client/model/BusinessWebsite.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Website associated with a business */ @ApiModel(description = "Website associated with a business") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessWebsite { public static final String SERIALIZED_NAME_URL = "url"; @SerializedName(SERIALIZED_NAME_URL) diff --git a/src/main/java/com/plaid/client/model/BusinessWebsiteAnalysis.java b/src/main/java/com/plaid/client/model/BusinessWebsiteAnalysis.java index a8ff3a76ff..62c161d3a6 100644 --- a/src/main/java/com/plaid/client/model/BusinessWebsiteAnalysis.java +++ b/src/main/java/com/plaid/client/model/BusinessWebsiteAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Website analysis details if a website is found for the provided website in the search terms. */ @ApiModel(description = "Website analysis details if a website is found for the provided website in the search terms.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessWebsiteAnalysis { public static final String SERIALIZED_NAME_IS_PARKED = "is_parked"; @SerializedName(SERIALIZED_NAME_IS_PARKED) diff --git a/src/main/java/com/plaid/client/model/BusinessWebsiteBuildStatus.java b/src/main/java/com/plaid/client/model/BusinessWebsiteBuildStatus.java index e0151aed74..88184b587d 100644 --- a/src/main/java/com/plaid/client/model/BusinessWebsiteBuildStatus.java +++ b/src/main/java/com/plaid/client/model/BusinessWebsiteBuildStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/BusinessWebsiteSSL.java b/src/main/java/com/plaid/client/model/BusinessWebsiteSSL.java index 6433dd335f..67c7a1fa8b 100644 --- a/src/main/java/com/plaid/client/model/BusinessWebsiteSSL.java +++ b/src/main/java/com/plaid/client/model/BusinessWebsiteSSL.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SSL status for the business website. */ @ApiModel(description = "SSL status for the business website.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessWebsiteSSL { public static final String SERIALIZED_NAME_IS_VALID = "is_valid"; @SerializedName(SERIALIZED_NAME_IS_VALID) diff --git a/src/main/java/com/plaid/client/model/BusinessWhoisRecord.java b/src/main/java/com/plaid/client/model/BusinessWhoisRecord.java index 0dea3d4077..d654830cbb 100644 --- a/src/main/java/com/plaid/client/model/BusinessWhoisRecord.java +++ b/src/main/java/com/plaid/client/model/BusinessWhoisRecord.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WHOIS metadata for the business website domain. */ @ApiModel(description = "WHOIS metadata for the business website domain.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class BusinessWhoisRecord { public static final String SERIALIZED_NAME_DOMAIN_CREATED_AT = "domain_created_at"; @SerializedName(SERIALIZED_NAME_DOMAIN_CREATED_AT) diff --git a/src/main/java/com/plaid/client/model/CRALoansRegisterRequest.java b/src/main/java/com/plaid/client/model/CRALoansRegisterRequest.java index 62959ae92e..15d5b75feb 100644 --- a/src/main/java/com/plaid/client/model/CRALoansRegisterRequest.java +++ b/src/main/java/com/plaid/client/model/CRALoansRegisterRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraLoansRegisterRequest defines the request schema for `/cra/loans/register` */ @ApiModel(description = "CraLoansRegisterRequest defines the request schema for `/cra/loans/register`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CRALoansRegisterRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CashFlowInsight.java b/src/main/java/com/plaid/client/model/CashFlowInsight.java index 99b0d362dc..47c7eec217 100644 --- a/src/main/java/com/plaid/client/model/CashFlowInsight.java +++ b/src/main/java/com/plaid/client/model/CashFlowInsight.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesEventWebhookCodes.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesEventWebhookCodes.java index 34c9cb607c..ca1665bc54 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesEventWebhookCodes.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesEventWebhookCodes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesExpectedDepositMissedWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesExpectedDepositMissedWebhook.java index a101cb5d15..0791fc5fcd 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesExpectedDepositMissedWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesExpectedDepositMissedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects that an expected deposit was missed. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects that an expected deposit was missed. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesExpectedDepositMissedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsV2Webhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsV2Webhook.java index 5e246f6027..1b5f543838 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsV2Webhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsV2Webhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * For each item on an enabled user, this webhook will fire up to four times a day with status information. This webhook will not fire immediately upon enrollment in Cash Flow Updates. The payload may contain an `insights` array with insights that have been detected, if any (e.g. `LOW_BALANCE_DETECTED`, `LARGE_DEPOSIT_DETECTED`). Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each item on an enabled user, this webhook will fire up to four times a day with status information. This webhook will not fire immediately upon enrollment in Cash Flow Updates. The payload may contain an `insights` array with insights that have been detected, if any (e.g. `LOW_BALANCE_DETECTED`, `LARGE_DEPOSIT_DETECTED`). Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesInsightsV2Webhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsWebhook.java index 7bf60e7576..71a7f7b6bb 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesInsightsWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire between one and four times a day with information on the status of the update. This webhook will not fire immediately upon enrollment in Cash Flow Updates. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. At approximately the same time as the `INSIGHTS_UPDATED` webhook, any event-driven `CASH_FLOW_UPDATES` webhooks (e.g. `LOW_BALANCE_DETECTED`, `LARGE_DEPOSIT_DETECTED`) that were triggered by the update will also fire. This webhook has been replaced by the `CASH_FLOW_INSIGHTS_UPDATED` webhook for all customers who began using Plaid Check on or after December 10, 2025. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire between one and four times a day with information on the status of the update. This webhook will not fire immediately upon enrollment in Cash Flow Updates. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. At approximately the same time as the `INSIGHTS_UPDATED` webhook, any event-driven `CASH_FLOW_UPDATES` webhooks (e.g. `LOW_BALANCE_DETECTED`, `LARGE_DEPOSIT_DETECTED`) that were triggered by the update will also fire. This webhook has been replaced by the `CASH_FLOW_INSIGHTS_UPDATED` webhook for all customers who began using Plaid Check on or after December 10, 2025.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesInsightsWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesLargeDepositWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesLargeDepositWebhook.java index baa94a464c..4132cb46b1 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesLargeDepositWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesLargeDepositWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a deposit over $5,000. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a deposit over $5,000. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesLargeDepositWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesLowBalanceWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesLowBalanceWebhook.java index 9e431ced76..00ca44a4fb 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesLowBalanceWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesLowBalanceWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a balance below $100. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a balance below $100. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesLowBalanceWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesNSFWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesNSFWebhook.java index 73ab600638..de7d0e32cd 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesNSFWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesNSFWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update includes an NSF overdraft transaction. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update includes an NSF overdraft transaction. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesNSFWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesNewIncomeStreamWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesNewIncomeStreamWebhook.java index a3d1f03ace..961f07ef8f 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesNewIncomeStreamWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesNewIncomeStreamWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update includes a new income stream. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update includes a new income stream. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesNewIncomeStreamWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashFlowUpdatesNewLoanPaymentWebhook.java b/src/main/java/com/plaid/client/model/CashFlowUpdatesNewLoanPaymentWebhook.java index 1b6950d04e..4d21efb2cb 100644 --- a/src/main/java/com/plaid/client/model/CashFlowUpdatesNewLoanPaymentWebhook.java +++ b/src/main/java/com/plaid/client/model/CashFlowUpdatesNewLoanPaymentWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a new loan payment. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights. */ @ApiModel(description = "For each user's Item enabled for Cash Flow Updates, this webhook will fire when an update detects a new loan payment. Upon receiving the webhook, call `/cra/monitoring_insights/get` to retrieve the updated insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashFlowUpdatesNewLoanPaymentWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CashflowAttributesVersion.java b/src/main/java/com/plaid/client/model/CashflowAttributesVersion.java index 9344425092..71112eb336 100644 --- a/src/main/java/com/plaid/client/model/CashflowAttributesVersion.java +++ b/src/main/java/com/plaid/client/model/CashflowAttributesVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CashflowReportAccountInsights.java b/src/main/java/com/plaid/client/model/CashflowReportAccountInsights.java index e32f3915e8..7a1e275b07 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportAccountInsights.java +++ b/src/main/java/com/plaid/client/model/CashflowReportAccountInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Insights on the account level. These are only returned for Credit and Depository type accounts. */ @ApiModel(description = "Insights on the account level. These are only returned for Credit and Depository type accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportAccountInsights { public static final String SERIALIZED_NAME_HISTORICAL_BALANCES = "historical_balances"; @SerializedName(SERIALIZED_NAME_HISTORICAL_BALANCES) diff --git a/src/main/java/com/plaid/client/model/CashflowReportGetRequest.java b/src/main/java/com/plaid/client/model/CashflowReportGetRequest.java index 81dde2aa29..9e48043fab 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportGetRequest.java +++ b/src/main/java/com/plaid/client/model/CashflowReportGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CashflowReportGetRequest defines the request schema for `/cashflow_report/get` */ @ApiModel(description = "CashflowReportGetRequest defines the request schema for `/cashflow_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CashflowReportGetRequestOptions.java b/src/main/java/com/plaid/client/model/CashflowReportGetRequestOptions.java index f53727f584..f3da5563d4 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CashflowReportGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/CashflowReportGetResponse.java b/src/main/java/com/plaid/client/model/CashflowReportGetResponse.java index 6639b43f17..15fac942f3 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportGetResponse.java +++ b/src/main/java/com/plaid/client/model/CashflowReportGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * CashflowReportGetResponse defines the response schema for `/cashflow_report/get` */ @ApiModel(description = "CashflowReportGetResponse defines the response schema for `/cashflow_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) @@ -130,10 +130,10 @@ public CashflowReportGetResponse totalTransactions(Integer totalTransactions) { } /** - * The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter. + * The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched using the `cursor` parameter. * @return totalTransactions **/ - @ApiModelProperty(required = true, value = "The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter.") + @ApiModelProperty(required = true, value = "The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched using the `cursor` parameter.") public Integer getTotalTransactions() { return totalTransactions; diff --git a/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java b/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java index aa7d38b8f3..fed33f4ef1 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java +++ b/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a balance held by an account in the past */ @ApiModel(description = "An object representing a balance held by an account in the past") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportHistoricalBalance { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/CashflowReportInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CashflowReportInsightsGetRequest.java index 1895d6183a..92cae40bbf 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CashflowReportInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CashflowReportInsightsGetRequest defines the request schema for `/cashflow_report/insights/get` */ @ApiModel(description = "CashflowReportInsightsGetRequest defines the request schema for `/cashflow_report/insights/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CashflowReportInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CashflowReportInsightsGetResponse.java index a887f315fd..98b60a61f8 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CashflowReportInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * CashflowReportInsightsGetResponse defines the response schema for `/cashflow_report/insights/get` */ @ApiModel(description = "CashflowReportInsightsGetResponse defines the response schema for `/cashflow_report/insights/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportInsightsGetResponse { public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummary.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummary.java index 2e3cd175c7..c3efbe9ea9 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummary.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ * Monthly summary statistics derived from transaction-level data. */ @ApiModel(description = "Monthly summary statistics derived from transaction-level data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummary { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyEndingBalance.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyEndingBalance.java index 88b4518a0d..27b5c34249 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyEndingBalance.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyEndingBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Calendar-day average of the ending balance. */ @ApiModel(description = "Calendar-day average of the ending balance.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryAverageDailyEndingBalance { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyInflowAmount.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyInflowAmount.java index c695ed39ab..9f3cdbd726 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyInflowAmount.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyInflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The average daily sum of inflow transactions, calculated over the month. Always represented as a positive monetary amount. */ @ApiModel(description = "The average daily sum of inflow transactions, calculated over the month. Always represented as a positive monetary amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryAverageDailyInflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyNetCashflowAmount.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyNetCashflowAmount.java index 5c20690d3d..c30b359645 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyNetCashflowAmount.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyNetCashflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The average daily net cash flow amount, calculated as total daily inflows less total daily outflows. */ @ApiModel(description = "The average daily net cash flow amount, calculated as total daily inflows less total daily outflows.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryAverageDailyNetCashflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyOutflowAmount.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyOutflowAmount.java index 90cff21933..182f7c6e60 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyOutflowAmount.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryAverageDailyOutflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The average daily sum of outflow transactions, calculated over the month. Always represented as a positive monetary amount. */ @ApiModel(description = "The average daily sum of outflow transactions, calculated over the month. Always represented as a positive monetary amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryAverageDailyOutflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryEndingBalance.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryEndingBalance.java index d6bfebe0df..d86b8e4ded 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryEndingBalance.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryEndingBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The ending balance of the month. This will be the same as the starting balance of the next month. This field will not be available for the last monthly summary. */ @ApiModel(description = "The ending balance of the month. This will be the same as the starting balance of the next month. This field will not be available for the last monthly summary.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryEndingBalance { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryStartingBalance.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryStartingBalance.java index 55a9a10c5f..0bf04c8ce9 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryStartingBalance.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryStartingBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The starting balance of the month. This will be the same as the ending balance of the previous month. This field will not be available for the first monthly summary. */ @ApiModel(description = "The starting balance of the month. This will be the same as the ending balance of the previous month. This field will not be available for the first monthly summary.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryStartingBalance { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalLoanPayment.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalLoanPayment.java index 4216037623..9bf9f1da29 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalLoanPayment.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalLoanPayment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The total amount of all loan payment transactions during this month. */ @ApiModel(description = "The total amount of all loan payment transactions during this month.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryTotalLoanPayment { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalPayroll.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalPayroll.java index b41b1441bb..d2db3b46c4 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalPayroll.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalPayroll.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The total amount of all payroll transactions during this month. */ @ApiModel(description = "The total amount of all payroll transactions during this month.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryTotalPayroll { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java index 661ad8e09b..dc616da0cf 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The total amount of all revenue transactions during this month. */ @ApiModel(description = "The total amount of all revenue transactions during this month.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryTotalRevenue { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalVariableExpense.java b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalVariableExpense.java index 8389a6d484..35bbdad04c 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalVariableExpense.java +++ b/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalVariableExpense.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The total amount of all variable expense transactions during this month. */ @ApiModel(description = "The total amount of all variable expense transactions during this month.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportMonthlySummaryTotalVariableExpense { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CashflowReportPaymentMeta.java b/src/main/java/com/plaid/client/model/CashflowReportPaymentMeta.java index 50c94b2c38..82df9d608e 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportPaymentMeta.java +++ b/src/main/java/com/plaid/client/model/CashflowReportPaymentMeta.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`. */ @ApiModel(description = "Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportPaymentMeta { public static final String SERIALIZED_NAME_REFERENCE_NUMBER = "reference_number"; @SerializedName(SERIALIZED_NAME_REFERENCE_NUMBER) diff --git a/src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java b/src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java index 5735086318..2dea1c4f44 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CashflowReportRefreshRequest defines the request schema for `/cashflow_report/refresh` */ @ApiModel(description = "CashflowReportRefreshRequest defines the request schema for `/cashflow_report/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CashflowReportRefreshResponse.java b/src/main/java/com/plaid/client/model/CashflowReportRefreshResponse.java index 2185d69f76..633dfcf9b7 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/CashflowReportRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CashflowReportRefreshResponse defines the response schema for `/cashflow_report/refresh` */ @ApiModel(description = "CashflowReportRefreshResponse defines the response schema for `/cashflow_report/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CashflowReportTransaction.java b/src/main/java/com/plaid/client/model/CashflowReportTransaction.java index 7bb2404bb2..cd668d852c 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportTransaction.java +++ b/src/main/java/com/plaid/client/model/CashflowReportTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ * A representation of a transaction returned from Cashflow Report */ @ApiModel(description = "A representation of a transaction returned from Cashflow Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportTransaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -184,11 +184,11 @@ public CashflowReportTransaction amount(Double amount) { } /** - * The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. + * The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. * @return amount **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") + @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") public Double getAmount() { return amount; @@ -230,11 +230,11 @@ public CashflowReportTransaction unofficialCurrencyCode(String unofficialCurrenc } /** - * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -320,11 +320,11 @@ public CashflowReportTransaction name(String name) { } /** - * The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return name **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(required = true, value = "The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getName() { return name; @@ -502,11 +502,11 @@ public CashflowReportTransaction logoUrl(String logoUrl) { } /** - * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; @@ -731,11 +731,11 @@ public CashflowReportTransaction personalFinanceCategoryIconUrl(String personalF } /** - * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. + * The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; diff --git a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequest.java b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequest.java index 03a91ac7a5..da514f02c9 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CashflowReportTransactionsGetRequest defines the request schema for `/cashflow_report/transactions/get` */ @ApiModel(description = "CashflowReportTransactionsGetRequest defines the request schema for `/cashflow_report/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportTransactionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequestOptions.java b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequestOptions.java index eaf1b399c3..f4780db53f 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportTransactionsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetResponse.java b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetResponse.java index 7814933d52..08779b456e 100644 --- a/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * CashflowReportTransactionsGetResponse defines the response schema for `/cashflow_report/transactions/get` */ @ApiModel(description = "CashflowReportTransactionsGetResponse defines the response schema for `/cashflow_report/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CashflowReportTransactionsGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) @@ -125,10 +125,10 @@ public CashflowReportTransactionsGetResponse totalTransactions(Integer totalTran } /** - * The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter. + * The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched using the `cursor` parameter. * @return totalTransactions **/ - @ApiModelProperty(required = true, value = "The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter.") + @ApiModelProperty(required = true, value = "The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched using the `cursor` parameter.") public Integer getTotalTransactions() { return totalTransactions; diff --git a/src/main/java/com/plaid/client/model/CategoriesGetResponse.java b/src/main/java/com/plaid/client/model/CategoriesGetResponse.java index d70a93d9cb..074a111fa5 100644 --- a/src/main/java/com/plaid/client/model/CategoriesGetResponse.java +++ b/src/main/java/com/plaid/client/model/CategoriesGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CategoriesGetResponse defines the response schema for `/categories/get` */ @ApiModel(description = "CategoriesGetResponse defines the response schema for `/categories/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CategoriesGetResponse { public static final String SERIALIZED_NAME_CATEGORIES = "categories"; @SerializedName(SERIALIZED_NAME_CATEGORIES) diff --git a/src/main/java/com/plaid/client/model/Category.java b/src/main/java/com/plaid/client/model/Category.java index 0618e84f27..7a6157e309 100644 --- a/src/main/java/com/plaid/client/model/Category.java +++ b/src/main/java/com/plaid/client/model/Category.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Information describing a transaction category */ @ApiModel(description = "Information describing a transaction category") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Category { public static final String SERIALIZED_NAME_CATEGORY_ID = "category_id"; @SerializedName(SERIALIZED_NAME_CATEGORY_ID) diff --git a/src/main/java/com/plaid/client/model/CategoryExpenses.java b/src/main/java/com/plaid/client/model/CategoryExpenses.java index 358c99c49e..c48b86b0d9 100644 --- a/src/main/java/com/plaid/client/model/CategoryExpenses.java +++ b/src/main/java/com/plaid/client/model/CategoryExpenses.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Detailed expense information for a specific credit category, including transaction count and total amount spent. */ @ApiModel(description = "Detailed expense information for a specific credit category, including transaction count and total amount spent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CategoryExpenses { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/CategoryInsightDetails.java b/src/main/java/com/plaid/client/model/CategoryInsightDetails.java index 52f0055b01..615e969e48 100644 --- a/src/main/java/com/plaid/client/model/CategoryInsightDetails.java +++ b/src/main/java/com/plaid/client/model/CategoryInsightDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Insights object for categories. */ @ApiModel(description = "Insights object for categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CategoryInsightDetails { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CategoryInsights.java b/src/main/java/com/plaid/client/model/CategoryInsights.java index 15e04da1fd..d872a23908 100644 --- a/src/main/java/com/plaid/client/model/CategoryInsights.java +++ b/src/main/java/com/plaid/client/model/CategoryInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Insights on a user's top personal finance categories. */ @ApiModel(description = "Insights on a user's top personal finance categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CategoryInsights { public static final String SERIALIZED_NAME_PRIMARY_CATEGORY_INSIGHTS = "primary_category_insights"; @SerializedName(SERIALIZED_NAME_PRIMARY_CATEGORY_INSIGHTS) diff --git a/src/main/java/com/plaid/client/model/Cause.java b/src/main/java/com/plaid/client/model/Cause.java index 0abd7331bb..830cd8754f 100644 --- a/src/main/java/com/plaid/client/model/Cause.java +++ b/src/main/java/com/plaid/client/model/Cause.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items. */ @ApiModel(description = "An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Cause { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) @@ -139,11 +139,11 @@ public Cause errorCodeReason(String errorCodeReason) { } /** - * The specific reason for the error code. Currently, reasons are only supported OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection. + * The specific reason for the error code. Currently, reasons are only supported for OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection. * @return errorCodeReason **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The specific reason for the error code. Currently, reasons are only supported OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection.") + @ApiModelProperty(value = "The specific reason for the error code. Currently, reasons are only supported for OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection.") public String getErrorCodeReason() { return errorCodeReason; diff --git a/src/main/java/com/plaid/client/model/CauseAllOf.java b/src/main/java/com/plaid/client/model/CauseAllOf.java index 6bd0af234d..feb0e54810 100644 --- a/src/main/java/com/plaid/client/model/CauseAllOf.java +++ b/src/main/java/com/plaid/client/model/CauseAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * CauseAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CauseAllOf { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CheckReportRepairableItem.java b/src/main/java/com/plaid/client/model/CheckReportRepairableItem.java new file mode 100644 index 0000000000..decafceacd --- /dev/null +++ b/src/main/java/com/plaid/client/model/CheckReportRepairableItem.java @@ -0,0 +1,212 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.PlaidErrorType; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * An error object plus the `item_id` of an Item that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). The `error_code` will be in the `ITEM_LOGIN_REQUIRED` family. + */ +@ApiModel(description = "An error object plus the `item_id` of an Item that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). The `error_code` will be in the `ITEM_LOGIN_REQUIRED` family.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CheckReportRepairableItem { + public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; + @SerializedName(SERIALIZED_NAME_ERROR_TYPE) + private PlaidErrorType errorType; + + public static final String SERIALIZED_NAME_ERROR_CODE = "error_code"; + @SerializedName(SERIALIZED_NAME_ERROR_CODE) + private String errorCode; + + public static final String SERIALIZED_NAME_ERROR_MESSAGE = "error_message"; + @SerializedName(SERIALIZED_NAME_ERROR_MESSAGE) + private String errorMessage; + + public static final String SERIALIZED_NAME_DISPLAY_MESSAGE = "display_message"; + @SerializedName(SERIALIZED_NAME_DISPLAY_MESSAGE) + private String displayMessage; + + public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; + @SerializedName(SERIALIZED_NAME_ITEM_ID) + private String itemId; + + + public CheckReportRepairableItem errorType(PlaidErrorType errorType) { + + this.errorType = errorType; + return this; + } + + /** + * Get errorType + * @return errorType + **/ + @ApiModelProperty(required = true, value = "") + + public PlaidErrorType getErrorType() { + return errorType; + } + + + public void setErrorType(PlaidErrorType errorType) { + this.errorType = errorType; + } + + + public CheckReportRepairableItem errorCode(String errorCode) { + + this.errorCode = errorCode; + return this; + } + + /** + * The particular error code. Safe for programmatic use. + * @return errorCode + **/ + @ApiModelProperty(required = true, value = "The particular error code. Safe for programmatic use.") + + public String getErrorCode() { + return errorCode; + } + + + public void setErrorCode(String errorCode) { + this.errorCode = errorCode; + } + + + public CheckReportRepairableItem errorMessage(String errorMessage) { + + this.errorMessage = errorMessage; + return this; + } + + /** + * A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. + * @return errorMessage + **/ + @ApiModelProperty(required = true, value = "A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.") + + public String getErrorMessage() { + return errorMessage; + } + + + public void setErrorMessage(String errorMessage) { + this.errorMessage = errorMessage; + } + + + public CheckReportRepairableItem displayMessage(String displayMessage) { + + this.displayMessage = displayMessage; + return this; + } + + /** + * A user-friendly representation of the error code. `null` if the error is not related to user action. + * @return displayMessage + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "A user-friendly representation of the error code. `null` if the error is not related to user action.") + + public String getDisplayMessage() { + return displayMessage; + } + + + public void setDisplayMessage(String displayMessage) { + this.displayMessage = displayMessage; + } + + + public CheckReportRepairableItem itemId(String itemId) { + + this.itemId = itemId; + return this; + } + + /** + * The `item_id` of the Item associated with this webhook, warning, or error + * @return itemId + **/ + @ApiModelProperty(required = true, value = "The `item_id` of the Item associated with this webhook, warning, or error") + + public String getItemId() { + return itemId; + } + + + public void setItemId(String itemId) { + this.itemId = itemId; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CheckReportRepairableItem checkReportRepairableItem = (CheckReportRepairableItem) o; + return Objects.equals(this.errorType, checkReportRepairableItem.errorType) && + Objects.equals(this.errorCode, checkReportRepairableItem.errorCode) && + Objects.equals(this.errorMessage, checkReportRepairableItem.errorMessage) && + Objects.equals(this.displayMessage, checkReportRepairableItem.displayMessage) && + Objects.equals(this.itemId, checkReportRepairableItem.itemId); + } + + @Override + public int hashCode() { + return Objects.hash(errorType, errorCode, errorMessage, displayMessage, itemId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CheckReportRepairableItem {\n"); + sb.append(" errorType: ").append(toIndentedString(errorType)).append("\n"); + sb.append(" errorCode: ").append(toIndentedString(errorCode)).append("\n"); + sb.append(" errorMessage: ").append(toIndentedString(errorMessage)).append("\n"); + sb.append(" displayMessage: ").append(toIndentedString(displayMessage)).append("\n"); + sb.append(" itemId: ").append(toIndentedString(itemId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CheckReportWarning.java b/src/main/java/com/plaid/client/model/CheckReportWarning.java index d55818d80f..eb08f4010d 100644 --- a/src/main/java/com/plaid/client/model/CheckReportWarning.java +++ b/src/main/java/com/plaid/client/model/CheckReportWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * It is possible for a Check Report product to be returned with missing information. In such cases, the product will contain warning data in the response, indicating why obtaining the owner information failed. + * It is possible for a Check Report product to be returned with missing information. In such cases, the product will contain warning data in the response, indicating why some of the requested information could not be retrieved. */ -@ApiModel(description = "It is possible for a Check Report product to be returned with missing information. In such cases, the product will contain warning data in the response, indicating why obtaining the owner information failed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "It is possible for a Check Report product to be returned with missing information. In such cases, the product will contain warning data in the response, indicating why some of the requested information could not be retrieved.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CheckReportWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/CheckReportWarningCode.java b/src/main/java/com/plaid/client/model/CheckReportWarningCode.java index c5c2c3d798..44f4eb6f1b 100644 --- a/src/main/java/com/plaid/client/model/CheckReportWarningCode.java +++ b/src/main/java/com/plaid/client/model/CheckReportWarningCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ClientCustomization.java b/src/main/java/com/plaid/client/model/ClientCustomization.java index 076339c095..59b02d6410 100644 --- a/src/main/java/com/plaid/client/model/ClientCustomization.java +++ b/src/main/java/com/plaid/client/model/ClientCustomization.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Custom client fields */ @ApiModel(description = "Custom client fields") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientCustomization { public static final String SERIALIZED_NAME_CUSTOM_ENTITY_ID = "custom_entity_id"; @SerializedName(SERIALIZED_NAME_CUSTOM_ENTITY_ID) diff --git a/src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java b/src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java index e3829fd637..843abaff97 100644 --- a/src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java +++ b/src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A client-provided transaction that Plaid has enhanced. */ @ApiModel(description = "A client-provided transaction that Plaid has enhanced.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientProvidedEnhancedTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/ClientProvidedEnrichedTransaction.java b/src/main/java/com/plaid/client/model/ClientProvidedEnrichedTransaction.java index 2b2e7e04ca..fb87ef4b2d 100644 --- a/src/main/java/com/plaid/client/model/ClientProvidedEnrichedTransaction.java +++ b/src/main/java/com/plaid/client/model/ClientProvidedEnrichedTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A client-provided transaction that Plaid has enriched. */ @ApiModel(description = "A client-provided transaction that Plaid has enriched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientProvidedEnrichedTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java b/src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java index e21e28bf43..df96010590 100644 --- a/src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java +++ b/src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A client-provided transaction for Plaid to enhance. */ @ApiModel(description = "A client-provided transaction for Plaid to enhance.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientProvidedRawTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -98,10 +98,10 @@ public ClientProvidedRawTransaction amount(Double amount) { } /** - * The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important):. Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers) + * The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important). Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers) * @return amount **/ - @ApiModelProperty(required = true, value = "The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important):. Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers)") + @ApiModelProperty(required = true, value = "The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important). Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers)") public Double getAmount() { return amount; diff --git a/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java b/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java index 68ce72eb25..9a10295803 100644 --- a/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java +++ b/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A client-provided transaction for Plaid to enrich. */ @ApiModel(description = "A client-provided transaction for Plaid to enrich.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientProvidedTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/ClientProvidedTransactionLocation.java b/src/main/java/com/plaid/client/model/ClientProvidedTransactionLocation.java index 4c75780245..da24b135e0 100644 --- a/src/main/java/com/plaid/client/model/ClientProvidedTransactionLocation.java +++ b/src/main/java/com/plaid/client/model/ClientProvidedTransactionLocation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A representation of where a transaction took place. Use this field to pass in structured location information you may have about your transactions. Providing location data is optional but can increase result quality. If you have unstructured location information, it may be appended to the `description` field. */ @ApiModel(description = "A representation of where a transaction took place. Use this field to pass in structured location information you may have about your transactions. Providing location data is optional but can increase result quality. If you have unstructured location information, it may be appended to the `description` field.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientProvidedTransactionLocation { public static final String SERIALIZED_NAME_COUNTRY = "country"; @SerializedName(SERIALIZED_NAME_COUNTRY) diff --git a/src/main/java/com/plaid/client/model/ClientUserIdentity.java b/src/main/java/com/plaid/client/model/ClientUserIdentity.java index f1b5391b55..077ffb989e 100644 --- a/src/main/java/com/plaid/client/model/ClientUserIdentity.java +++ b/src/main/java/com/plaid/client/model/ClientUserIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * The identity fields associated with a user. For a user to be eligible for a Plaid Check Consumer Report, all fields are required except `id_number`. Providing a partial SSN is strongly recommended, and improves the accuracy of matching user records during compliance processes such as file disclosure, dispute, or security freeze requests. If creating a report that will be shared with GSEs such as Fannie or Freddie, a full Social Security Number must be provided via the `id_number` field. */ @ApiModel(description = "The identity fields associated with a user. For a user to be eligible for a Plaid Check Consumer Report, all fields are required except `id_number`. Providing a partial SSN is strongly recommended, and improves the accuracy of matching user records during compliance processes such as file disclosure, dispute, or security freeze requests. If creating a report that will be shared with GSEs such as Fannie or Freddie, a full Social Security Number must be provided via the `id_number` field.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientUserIdentity { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/ClientUserIdentityAddress.java b/src/main/java/com/plaid/client/model/ClientUserIdentityAddress.java index 6d603ac334..9844ad1ac0 100644 --- a/src/main/java/com/plaid/client/model/ClientUserIdentityAddress.java +++ b/src/main/java/com/plaid/client/model/ClientUserIdentityAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * User address information. */ @ApiModel(description = "User address information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientUserIdentityAddress { public static final String SERIALIZED_NAME_STREET1 = "street_1"; @SerializedName(SERIALIZED_NAME_STREET1) diff --git a/src/main/java/com/plaid/client/model/ClientUserIdentityEmail.java b/src/main/java/com/plaid/client/model/ClientUserIdentityEmail.java index 08951f2248..b22c97e0a5 100644 --- a/src/main/java/com/plaid/client/model/ClientUserIdentityEmail.java +++ b/src/main/java/com/plaid/client/model/ClientUserIdentityEmail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * User email information. */ @ApiModel(description = "User email information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientUserIdentityEmail { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/ClientUserIdentityName.java b/src/main/java/com/plaid/client/model/ClientUserIdentityName.java index b16fb149af..8aa4c3ad6c 100644 --- a/src/main/java/com/plaid/client/model/ClientUserIdentityName.java +++ b/src/main/java/com/plaid/client/model/ClientUserIdentityName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * User name information. */ @ApiModel(description = "User name information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientUserIdentityName { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/ClientUserIdentityPhoneNumber.java b/src/main/java/com/plaid/client/model/ClientUserIdentityPhoneNumber.java index 92ab818794..022777d304 100644 --- a/src/main/java/com/plaid/client/model/ClientUserIdentityPhoneNumber.java +++ b/src/main/java/com/plaid/client/model/ClientUserIdentityPhoneNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * User phone number information. */ @ApiModel(description = "User phone number information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ClientUserIdentityPhoneNumber { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/ConnectedApplication.java b/src/main/java/com/plaid/client/model/ConnectedApplication.java index 5ff3d7b93e..caff1f76d3 100644 --- a/src/main/java/com/plaid/client/model/ConnectedApplication.java +++ b/src/main/java/com/plaid/client/model/ConnectedApplication.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Describes the connected application for a particular end user. */ @ApiModel(description = "Describes the connected application for a particular end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConnectedApplication { public static final String SERIALIZED_NAME_APPLICATION_ID = "application_id"; @SerializedName(SERIALIZED_NAME_APPLICATION_ID) @@ -208,10 +208,10 @@ public ConnectedApplication createdAt(OffsetDateTime createdAt) { } /** - * The date this application was linked in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format in UTC. + * The date and time this application was linked, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format in UTC (e.g. `\"2020-01-01T00:00:00Z\"`). Note that older, legacy integrations instead receive this value as a date only, in `YYYY-MM-DD` format (e.g. `\"2020-01-01\"`). * @return createdAt **/ - @ApiModelProperty(required = true, value = "The date this application was linked in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format in UTC.") + @ApiModelProperty(example = "2020-01-01T00:00Z", required = true, value = "The date and time this application was linked, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format in UTC (e.g. `\"2020-01-01T00:00:00Z\"`). Note that older, legacy integrations instead receive this value as a date only, in `YYYY-MM-DD` format (e.g. `\"2020-01-01\"`).") public OffsetDateTime getCreatedAt() { return createdAt; diff --git a/src/main/java/com/plaid/client/model/ConsentEvent.java b/src/main/java/com/plaid/client/model/ConsentEvent.java index 49aa1751b1..b525a3ce7b 100644 --- a/src/main/java/com/plaid/client/model/ConsentEvent.java +++ b/src/main/java/com/plaid/client/model/ConsentEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Describes a consent event. */ @ApiModel(description = "Describes a consent event.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsentEvent { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/ConsentEventCode.java b/src/main/java/com/plaid/client/model/ConsentEventCode.java index 26412ef3bc..7152c2c4f9 100644 --- a/src/main/java/com/plaid/client/model/ConsentEventCode.java +++ b/src/main/java/com/plaid/client/model/ConsentEventCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ConsentEventInitiator.java b/src/main/java/com/plaid/client/model/ConsentEventInitiator.java index 30792bee20..186467a694 100644 --- a/src/main/java/com/plaid/client/model/ConsentEventInitiator.java +++ b/src/main/java/com/plaid/client/model/ConsentEventInitiator.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ConsentEventType.java b/src/main/java/com/plaid/client/model/ConsentEventType.java index cb63f989b2..f56ab7a9b7 100644 --- a/src/main/java/com/plaid/client/model/ConsentEventType.java +++ b/src/main/java/com/plaid/client/model/ConsentEventType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ConsentEventsGetRequest.java b/src/main/java/com/plaid/client/model/ConsentEventsGetRequest.java index 430147a7d5..b2f7c65c6d 100644 --- a/src/main/java/com/plaid/client/model/ConsentEventsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ConsentEventsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request to list a historical log of item consent events. */ @ApiModel(description = "Request to list a historical log of item consent events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsentEventsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ConsentEventsGetResponse.java b/src/main/java/com/plaid/client/model/ConsentEventsGetResponse.java index 5095d6f1d8..5f3d1123e1 100644 --- a/src/main/java/com/plaid/client/model/ConsentEventsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ConsentEventsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Describes a historical log of item consent events. */ @ApiModel(description = "Describes a historical log of item consent events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsentEventsGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ConsentedAccount.java b/src/main/java/com/plaid/client/model/ConsentedAccount.java index 326023ac46..f08320921f 100644 --- a/src/main/java/com/plaid/client/model/ConsentedAccount.java +++ b/src/main/java/com/plaid/client/model/ConsentedAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A financial institution account. */ @ApiModel(description = "A financial institution account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsentedAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/ConsumerDispute.java b/src/main/java/com/plaid/client/model/ConsumerDispute.java index 76cb8ff8af..e77557fb38 100644 --- a/src/main/java/com/plaid/client/model/ConsumerDispute.java +++ b/src/main/java/com/plaid/client/model/ConsumerDispute.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The information about a previously submitted valid dispute statement by the consumer */ @ApiModel(description = "The information about a previously submitted valid dispute statement by the consumer") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsumerDispute { public static final String SERIALIZED_NAME_CONSUMER_DISPUTE_ID = "consumer_dispute_id"; @SerializedName(SERIALIZED_NAME_CONSUMER_DISPUTE_ID) diff --git a/src/main/java/com/plaid/client/model/ConsumerDisputeCategory.java b/src/main/java/com/plaid/client/model/ConsumerDisputeCategory.java index 066a8436cc..6d81735d72 100644 --- a/src/main/java/com/plaid/client/model/ConsumerDisputeCategory.java +++ b/src/main/java/com/plaid/client/model/ConsumerDisputeCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ConsumerReportPDFGetRequest.java b/src/main/java/com/plaid/client/model/ConsumerReportPDFGetRequest.java index 4db7fc9b2e..7961838edc 100644 --- a/src/main/java/com/plaid/client/model/ConsumerReportPDFGetRequest.java +++ b/src/main/java/com/plaid/client/model/ConsumerReportPDFGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ConsumerReportPDFGetRequest defines the request schema for `/consumer_report/pdf/get` */ @ApiModel(description = "ConsumerReportPDFGetRequest defines the request schema for `/consumer_report/pdf/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsumerReportPDFGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ConsumerReportPermissiblePurpose.java b/src/main/java/com/plaid/client/model/ConsumerReportPermissiblePurpose.java index e152d2f495..56aa59a9f5 100644 --- a/src/main/java/com/plaid/client/model/ConsumerReportPermissiblePurpose.java +++ b/src/main/java/com/plaid/client/model/ConsumerReportPermissiblePurpose.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ConsumerReportUserIdentity.java b/src/main/java/com/plaid/client/model/ConsumerReportUserIdentity.java index 84fea218ee..145632ea63 100644 --- a/src/main/java/com/plaid/client/model/ConsumerReportUserIdentity.java +++ b/src/main/java/com/plaid/client/model/ConsumerReportUserIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * This field is only used by integrations created before December 10, 2025. All other integrations must use the `identity` object instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). To create a Plaid Check Consumer Report for a user when using a `user_token`, this field must be present. If this field is not provided during user token creation, you can add it to the user later by calling `/user/update`. Once the field has been added to the user, you will be able to call `/link/token/create` with a non-empty `consumer_report_permissible_purpose` (which will automatically create a Plaid Check Consumer Report), or call `/cra/check_report/create` for that user. */ @ApiModel(description = "This field is only used by integrations created before December 10, 2025. All other integrations must use the `identity` object instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). To create a Plaid Check Consumer Report for a user when using a `user_token`, this field must be present. If this field is not provided during user token creation, you can add it to the user later by calling `/user/update`. Once the field has been added to the user, you will be able to call `/link/token/create` with a non-empty `consumer_report_permissible_purpose` (which will automatically create a Plaid Check Consumer Report), or call `/cra/check_report/create` for that user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ConsumerReportUserIdentity { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/src/main/java/com/plaid/client/model/Counterparty.java b/src/main/java/com/plaid/client/model/Counterparty.java index 260575678f..8cdc0f132a 100644 --- a/src/main/java/com/plaid/client/model/Counterparty.java +++ b/src/main/java/com/plaid/client/model/Counterparty.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description. */ @ApiModel(description = "The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Counterparty { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) @@ -162,11 +162,11 @@ public Counterparty logoUrl(String logoUrl) { } /** - * The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with the counterparty, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(required = true, value = "The URL of a logo associated with the counterparty, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; diff --git a/src/main/java/com/plaid/client/model/CounterpartyInsights.java b/src/main/java/com/plaid/client/model/CounterpartyInsights.java index e21729dd22..c194d05b3b 100644 --- a/src/main/java/com/plaid/client/model/CounterpartyInsights.java +++ b/src/main/java/com/plaid/client/model/CounterpartyInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Insights around a user's counterparties */ @ApiModel(description = "Insights around a user's counterparties") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CounterpartyInsights { public static final String SERIALIZED_NAME_FINANCIAL_INSTITUTION_INSIGHTS = "financial_institution_insights"; @SerializedName(SERIALIZED_NAME_FINANCIAL_INSTITUTION_INSIGHTS) diff --git a/src/main/java/com/plaid/client/model/CounterpartyNumbers.java b/src/main/java/com/plaid/client/model/CounterpartyNumbers.java index 896d101041..8b6f683507 100644 --- a/src/main/java/com/plaid/client/model/CounterpartyNumbers.java +++ b/src/main/java/com/plaid/client/model/CounterpartyNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Account numbers associated with the counterparty, when available. This field is currently only filled in for select financial institutions in Europe. */ @ApiModel(description = "Account numbers associated with the counterparty, when available. This field is currently only filled in for select financial institutions in Europe.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CounterpartyNumbers { public static final String SERIALIZED_NAME_BACS = "bacs"; @SerializedName(SERIALIZED_NAME_BACS) diff --git a/src/main/java/com/plaid/client/model/CounterpartyNumbersBACS.java b/src/main/java/com/plaid/client/model/CounterpartyNumbersBACS.java index a65234671d..971daad476 100644 --- a/src/main/java/com/plaid/client/model/CounterpartyNumbersBACS.java +++ b/src/main/java/com/plaid/client/model/CounterpartyNumbersBACS.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for a UK bank account via Bacs. */ @ApiModel(description = "Identifying information for a UK bank account via Bacs.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CounterpartyNumbersBACS { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/CounterpartyNumbersInternational.java b/src/main/java/com/plaid/client/model/CounterpartyNumbersInternational.java index 38f9fb9b1b..60a840bb60 100644 --- a/src/main/java/com/plaid/client/model/CounterpartyNumbersInternational.java +++ b/src/main/java/com/plaid/client/model/CounterpartyNumbersInternational.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Account numbers using the International Bank Account Number and BIC/SWIFT code format. */ @ApiModel(description = "Account numbers using the International Bank Account Number and BIC/SWIFT code format.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CounterpartyNumbersInternational { public static final String SERIALIZED_NAME_IBAN = "iban"; @SerializedName(SERIALIZED_NAME_IBAN) diff --git a/src/main/java/com/plaid/client/model/CounterpartyType.java b/src/main/java/com/plaid/client/model/CounterpartyType.java index 900b3e1489..26a9ae64fa 100644 --- a/src/main/java/com/plaid/client/model/CounterpartyType.java +++ b/src/main/java/com/plaid/client/model/CounterpartyType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CountryCode.java b/src/main/java/com/plaid/client/model/CountryCode.java index f7ff39c34b..f7e6733748 100644 --- a/src/main/java/com/plaid/client/model/CountryCode.java +++ b/src/main/java/com/plaid/client/model/CountryCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraAnnualIncomeValues.java b/src/main/java/com/plaid/client/model/CraAnnualIncomeValues.java index 407f905d1d..928af215c8 100644 --- a/src/main/java/com/plaid/client/model/CraAnnualIncomeValues.java +++ b/src/main/java/com/plaid/client/model/CraAnnualIncomeValues.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Modeled estimate of the annual income. */ @ApiModel(description = "Modeled estimate of the annual income.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraAnnualIncomeValues { public static final String SERIALIZED_NAME_GROSS_INCOME = "gross_income"; @SerializedName(SERIALIZED_NAME_GROSS_INCOME) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeAccount.java b/src/main/java/com/plaid/client/model/CraBankIncomeAccount.java index 2b5ad73e95..12d62bbf82 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeAccount.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * The Item's bank accounts that have the selected data. */ @ApiModel(description = "The Item's bank accounts that have the selected data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeAccountMetadata.java b/src/main/java/com/plaid/client/model/CraBankIncomeAccountMetadata.java index 714c279adc..1f2938dbec 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeAccountMetadata.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeAccountMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing metadata about the extracted account. */ @ApiModel(description = "An object containing metadata about the extracted account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeAccountMetadata { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeBonusType.java b/src/main/java/com/plaid/client/model/CraBankIncomeBonusType.java index 01e9bf874b..d8e161d308 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeBonusType.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeBonusType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeCause.java b/src/main/java/com/plaid/client/model/CraBankIncomeCause.java index d4afbd6b7d..0702be4998 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeCause.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeCause.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items. */ @ApiModel(description = "An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeCause { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeCompleteResult.java b/src/main/java/com/plaid/client/model/CraBankIncomeCompleteResult.java index e0277554fc..9c7735550e 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeCompleteResult.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeCompleteResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeCompleteWebhook.java b/src/main/java/com/plaid/client/model/CraBankIncomeCompleteWebhook.java index af7ff41903..f4470a98e6 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeCompleteWebhook.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeCompleteWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when a bank income report has finished generating or failed to generate, triggered by calling `/credit/bank_income/get`. */ @ApiModel(description = "Fired when a bank income report has finished generating or failed to generate, triggered by calling `/credit/bank_income/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeCompleteWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeEmployer.java b/src/main/java/com/plaid/client/model/CraBankIncomeEmployer.java index 6de32a19e9..d77e0af907 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeEmployer.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The object containing employer data. */ @ApiModel(description = "The object containing employer data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeEmployer { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeErrorWebhook.java b/src/main/java/com/plaid/client/model/CraBankIncomeErrorWebhook.java index dfdad4f5b0..e7d1302e42 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeErrorWebhook.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeErrorWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a bank income report has failed to generate */ @ApiModel(description = "Fired when a bank income report has failed to generate") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeErrorWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeHistoricalSummary.java b/src/main/java/com/plaid/client/model/CraBankIncomeHistoricalSummary.java index 2116ebb9af..3ffe4e5ef1 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeHistoricalSummary.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeHistoricalSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The end user's monthly summary for the income source(s). */ @ApiModel(description = "The end user's monthly summary for the income source(s).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeHistoricalSummary { public static final String SERIALIZED_NAME_TOTAL_AMOUNTS = "total_amounts"; @SerializedName(SERIALIZED_NAME_TOTAL_AMOUNTS) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java b/src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java index 370e0958e6..8ee666725d 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The object containing data about the income provider. */ @ApiModel(description = "The object containing data about the income provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeIncomeProvider { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeItem.java b/src/main/java/com/plaid/client/model/CraBankIncomeItem.java index 75fbe95ead..da6ddb7e3b 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeItem.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The details and metadata for an end user's Item. */ @ApiModel(description = "The details and metadata for an end user's Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeSource.java b/src/main/java/com/plaid/client/model/CraBankIncomeSource.java index 76af7996fb..16feb17941 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeSource.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * Detailed information for the income source. */ @ApiModel(description = "Detailed information for the income source.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeSource { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeStatus.java b/src/main/java/com/plaid/client/model/CraBankIncomeStatus.java index 6ab8954656..03dbedd9c0 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeStatus.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeSummary.java b/src/main/java/com/plaid/client/model/CraBankIncomeSummary.java index 5ccc270d38..ab43339b77 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeSummary.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * This is a V1 (II1) schema. For the V2 (II2) equivalent, use `CraIncomeInsightsUserSummary`. Summary for income across all income sources and items (max history of 730 days). */ @ApiModel(description = "This is a V1 (II1) schema. For the V2 (II2) equivalent, use `CraIncomeInsightsUserSummary`. Summary for income across all income sources and items (max history of 730 days).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeSummary { public static final String SERIALIZED_NAME_TOTAL_AMOUNTS = "total_amounts"; @SerializedName(SERIALIZED_NAME_TOTAL_AMOUNTS) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeTransaction.java b/src/main/java/com/plaid/client/model/CraBankIncomeTransaction.java index b41f2a7c20..73c60e7616 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeTransaction.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The transactions data for the end user's income source(s). */ @ApiModel(description = "The transactions data for the end user's income source(s).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeTransaction { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeWarning.java b/src/main/java/com/plaid/client/model/CraBankIncomeWarning.java index e7d870962b..43197948c1 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeWarning.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The warning associated with the data that was unavailable. */ @ApiModel(description = "The warning associated with the data that was unavailable.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraBankIncomeWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraBankIncomeWarningCode.java b/src/main/java/com/plaid/client/model/CraBankIncomeWarningCode.java index 796ec0f476..40faa36b21 100644 --- a/src/main/java/com/plaid/client/model/CraBankIncomeWarningCode.java +++ b/src/main/java/com/plaid/client/model/CraBankIncomeWarningCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCashflowInsightsReport.java b/src/main/java/com/plaid/client/model/CraCashflowInsightsReport.java index 12717bcd87..38f1c736b4 100644 --- a/src/main/java/com/plaid/client/model/CraCashflowInsightsReport.java +++ b/src/main/java/com/plaid/client/model/CraCashflowInsightsReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Contains data for the CRA Cashflow Insights Report. */ @ApiModel(description = "Contains data for the CRA Cashflow Insights Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCashflowInsightsReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java index 04052dd4f9..c164c3e733 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,6 +20,7 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CraCheckReportPermissiblePurpose; import com.plaid.client.model.CraUserTier; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -28,10 +29,10 @@ import java.util.List; /** - * BaseReportGetRequest defines the request schema for `/cra/check_report/base_report/get` + * CraCheckReportBaseReportGetRequest defines the request schema for `/cra/check_report/base_report/get` */ -@ApiModel(description = "BaseReportGetRequest defines the request schema for `/cra/check_report/base_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "CraCheckReportBaseReportGetRequest defines the request schema for `/cra/check_report/base_report/get`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportBaseReportGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -61,6 +62,14 @@ public class CraCheckReportBaseReportGetRequest { @SerializedName(SERIALIZED_NAME_USER_TIER) private CraUserTier userTier; + public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; + @SerializedName(SERIALIZED_NAME_REPORT_ID) + private String reportId; + + public static final String SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE = "consumer_report_permissible_purpose"; + @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE) + private CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose; + public CraCheckReportBaseReportGetRequest clientId(String clientId) { @@ -231,6 +240,52 @@ public void setUserTier(CraUserTier userTier) { } + public CraCheckReportBaseReportGetRequest reportId(String reportId) { + + this.reportId = reportId; + return this; + } + + /** + * The CRA report token (formatted `cra-report-<env>-<uuid>`) identifying a specific consumer report. When provided alongside `consumer_report_permissible_purpose`, pins retrieval to that report and stamps its permissible purpose. If omitted, the most recently generated report for the user is returned. + * @return reportId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "The CRA report token (formatted `cra-report--`) identifying a specific consumer report. When provided alongside `consumer_report_permissible_purpose`, pins retrieval to that report and stamps its permissible purpose. If omitted, the most recently generated report for the user is returned.") + + public String getReportId() { + return reportId; + } + + + public void setReportId(String reportId) { + this.reportId = reportId; + } + + + public CraCheckReportBaseReportGetRequest consumerReportPermissiblePurpose(CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose) { + + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + return this; + } + + /** + * Get consumerReportPermissiblePurpose + * @return consumerReportPermissiblePurpose + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CraCheckReportPermissiblePurpose getConsumerReportPermissiblePurpose() { + return consumerReportPermissiblePurpose; + } + + + public void setConsumerReportPermissiblePurpose(CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose) { + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -246,12 +301,14 @@ public boolean equals(Object o) { Objects.equals(this.thirdPartyUserToken, craCheckReportBaseReportGetRequest.thirdPartyUserToken) && Objects.equals(this.itemIds, craCheckReportBaseReportGetRequest.itemIds) && Objects.equals(this.userToken, craCheckReportBaseReportGetRequest.userToken) && - Objects.equals(this.userTier, craCheckReportBaseReportGetRequest.userTier); + Objects.equals(this.userTier, craCheckReportBaseReportGetRequest.userTier) && + Objects.equals(this.reportId, craCheckReportBaseReportGetRequest.reportId) && + Objects.equals(this.consumerReportPermissiblePurpose, craCheckReportBaseReportGetRequest.consumerReportPermissiblePurpose); } @Override public int hashCode() { - return Objects.hash(clientId, secret, userId, thirdPartyUserToken, itemIds, userToken, userTier); + return Objects.hash(clientId, secret, userId, thirdPartyUserToken, itemIds, userToken, userTier, reportId, consumerReportPermissiblePurpose); } @Override @@ -265,6 +322,8 @@ public String toString() { sb.append(" itemIds: ").append(toIndentedString(itemIds)).append("\n"); sb.append(" userToken: ").append(toIndentedString(userToken)).append("\n"); sb.append(" userTier: ").append(toIndentedString(userTier)).append("\n"); + sb.append(" reportId: ").append(toIndentedString(reportId)).append("\n"); + sb.append(" consumerReportPermissiblePurpose: ").append(toIndentedString(consumerReportPermissiblePurpose)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java index f857b55768..2ade893668 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportBaseReportGetResponse defines the response schema for `/cra/check_report/base_report/get` */ @ApiModel(description = "CraCheckReportBaseReportGetResponse defines the response schema for `/cra/check_report/base_report/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportBaseReportGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetOptions.java index 3f0504b9c7..0aec743483 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * Defines configuration options to generate Cashflow Insights + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`. */ -@ApiModel(description = "Defines configuration options to generate Cashflow Insights") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCashflowInsightsGetOptions { public static final String SERIALIZED_NAME_ATTRIBUTES_VERSION = "attributes_version"; @SerializedName(SERIALIZED_NAME_ATTRIBUTES_VERSION) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetRequest.java index 3367b03a80..548185558d 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CraCheckReportCashflowInsightsGetRequest defines the request schema for `/cra/check_report/cashflow_insights/get`. */ @ApiModel(description = "CraCheckReportCashflowInsightsGetRequest defines the request schema for `/cra/check_report/cashflow_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCashflowInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetResponse.java index ed8942867c..c7629aad88 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCashflowInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportCashflowInsightsGetResponse defines the response schema for `/cra/check_report/cashflow_insights/get`. */ @ApiModel(description = "CraCheckReportCashflowInsightsGetResponse defines the response schema for `/cra/check_report/cashflow_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCashflowInsightsGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateBaseReportOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateBaseReportOptions.java index 65ed27e906..2175c241cb 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCreateBaseReportOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateBaseReportOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines configuration options to generate a Base Report */ @ApiModel(description = "Defines configuration options to generate a Base Report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCreateBaseReportOptions { public static final String SERIALIZED_NAME_CLIENT_REPORT_ID = "client_report_id"; @SerializedName(SERIALIZED_NAME_CLIENT_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateCashflowInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateCashflowInsightsOptions.java new file mode 100644 index 0000000000..d9a117a284 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateCashflowInsightsOptions.java @@ -0,0 +1,100 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CashflowAttributesVersion; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines configuration options to generate Cashflow Insights + */ +@ApiModel(description = "Defines configuration options to generate Cashflow Insights") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraCheckReportCreateCashflowInsightsOptions { + public static final String SERIALIZED_NAME_ATTRIBUTES_VERSION = "attributes_version"; + @SerializedName(SERIALIZED_NAME_ATTRIBUTES_VERSION) + private CashflowAttributesVersion attributesVersion; + + + public CraCheckReportCreateCashflowInsightsOptions attributesVersion(CashflowAttributesVersion attributesVersion) { + + this.attributesVersion = attributesVersion; + return this; + } + + /** + * Get attributesVersion + * @return attributesVersion + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CashflowAttributesVersion getAttributesVersion() { + return attributesVersion; + } + + + public void setAttributesVersion(CashflowAttributesVersion attributesVersion) { + this.attributesVersion = attributesVersion; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraCheckReportCreateCashflowInsightsOptions craCheckReportCreateCashflowInsightsOptions = (CraCheckReportCreateCashflowInsightsOptions) o; + return Objects.equals(this.attributesVersion, craCheckReportCreateCashflowInsightsOptions.attributesVersion); + } + + @Override + public int hashCode() { + return Objects.hash(attributesVersion); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraCheckReportCreateCashflowInsightsOptions {\n"); + sb.append(" attributesVersion: ").append(toIndentedString(attributesVersion)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java new file mode 100644 index 0000000000..cab9602657 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java @@ -0,0 +1,99 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines configuration options for the Employment Refresh Report. + */ +@ApiModel(description = "Defines configuration options for the Employment Refresh Report.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraCheckReportCreateEmploymentRefreshOptions { + public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; + @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) + private Integer daysRequested; + + + public CraCheckReportCreateEmploymentRefreshOptions daysRequested(Integer daysRequested) { + + this.daysRequested = daysRequested; + return this; + } + + /** + * The number of days of data to request for the report. This field is required if an Employment Refresh Report is requested. Maximum is 731. + * maximum: 731 + * @return daysRequested + **/ + @ApiModelProperty(required = true, value = "The number of days of data to request for the report. This field is required if an Employment Refresh Report is requested. Maximum is 731.") + + public Integer getDaysRequested() { + return daysRequested; + } + + + public void setDaysRequested(Integer daysRequested) { + this.daysRequested = daysRequested; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraCheckReportCreateEmploymentRefreshOptions craCheckReportCreateEmploymentRefreshOptions = (CraCheckReportCreateEmploymentRefreshOptions) o; + return Objects.equals(this.daysRequested, craCheckReportCreateEmploymentRefreshOptions.daysRequested); + } + + @Override + public int hashCode() { + return Objects.hash(daysRequested); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraCheckReportCreateEmploymentRefreshOptions {\n"); + sb.append(" daysRequested: ").append(toIndentedString(daysRequested)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java new file mode 100644 index 0000000000..9ed23722a0 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java @@ -0,0 +1,130 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.IncomeInsightsFilter; +import com.plaid.client.model.IncomeInsightsVersion; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines configuration options to generate Income Insights. + */ +@ApiModel(description = "Defines configuration options to generate Income Insights.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraCheckReportCreateIncomeInsightsOptions { + public static final String SERIALIZED_NAME_INCOME_INSIGHTS_FILTER = "income_insights_filter"; + @SerializedName(SERIALIZED_NAME_INCOME_INSIGHTS_FILTER) + private IncomeInsightsFilter incomeInsightsFilter; + + public static final String SERIALIZED_NAME_INCOME_INSIGHTS_VERSION = "income_insights_version"; + @SerializedName(SERIALIZED_NAME_INCOME_INSIGHTS_VERSION) + private IncomeInsightsVersion incomeInsightsVersion; + + + public CraCheckReportCreateIncomeInsightsOptions incomeInsightsFilter(IncomeInsightsFilter incomeInsightsFilter) { + + this.incomeInsightsFilter = incomeInsightsFilter; + return this; + } + + /** + * Get incomeInsightsFilter + * @return incomeInsightsFilter + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public IncomeInsightsFilter getIncomeInsightsFilter() { + return incomeInsightsFilter; + } + + + public void setIncomeInsightsFilter(IncomeInsightsFilter incomeInsightsFilter) { + this.incomeInsightsFilter = incomeInsightsFilter; + } + + + public CraCheckReportCreateIncomeInsightsOptions incomeInsightsVersion(IncomeInsightsVersion incomeInsightsVersion) { + + this.incomeInsightsVersion = incomeInsightsVersion; + return this; + } + + /** + * Get incomeInsightsVersion + * @return incomeInsightsVersion + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "") + + public IncomeInsightsVersion getIncomeInsightsVersion() { + return incomeInsightsVersion; + } + + + public void setIncomeInsightsVersion(IncomeInsightsVersion incomeInsightsVersion) { + this.incomeInsightsVersion = incomeInsightsVersion; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraCheckReportCreateIncomeInsightsOptions craCheckReportCreateIncomeInsightsOptions = (CraCheckReportCreateIncomeInsightsOptions) o; + return Objects.equals(this.incomeInsightsFilter, craCheckReportCreateIncomeInsightsOptions.incomeInsightsFilter) && + Objects.equals(this.incomeInsightsVersion, craCheckReportCreateIncomeInsightsOptions.incomeInsightsVersion); + } + + @Override + public int hashCode() { + return Objects.hash(incomeInsightsFilter, incomeInsightsVersion); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraCheckReportCreateIncomeInsightsOptions {\n"); + sb.append(" incomeInsightsFilter: ").append(toIndentedString(incomeInsightsFilter)).append("\n"); + sb.append(" incomeInsightsVersion: ").append(toIndentedString(incomeInsightsVersion)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java new file mode 100644 index 0000000000..6ab81fe2bb --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java @@ -0,0 +1,100 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.PlaidLendScoreVersion; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines configuration options to generate the LendScore + */ +@ApiModel(description = "Defines configuration options to generate the LendScore") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraCheckReportCreateLendScoreOptions { + public static final String SERIALIZED_NAME_LEND_SCORE_VERSION = "lend_score_version"; + @SerializedName(SERIALIZED_NAME_LEND_SCORE_VERSION) + private PlaidLendScoreVersion lendScoreVersion; + + + public CraCheckReportCreateLendScoreOptions lendScoreVersion(PlaidLendScoreVersion lendScoreVersion) { + + this.lendScoreVersion = lendScoreVersion; + return this; + } + + /** + * Get lendScoreVersion + * @return lendScoreVersion + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public PlaidLendScoreVersion getLendScoreVersion() { + return lendScoreVersion; + } + + + public void setLendScoreVersion(PlaidLendScoreVersion lendScoreVersion) { + this.lendScoreVersion = lendScoreVersion; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraCheckReportCreateLendScoreOptions craCheckReportCreateLendScoreOptions = (CraCheckReportCreateLendScoreOptions) o; + return Objects.equals(this.lendScoreVersion, craCheckReportCreateLendScoreOptions.lendScoreVersion); + } + + @Override + public int hashCode() { + return Objects.hash(lendScoreVersion); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraCheckReportCreateLendScoreOptions {\n"); + sb.append(" lendScoreVersion: ").append(toIndentedString(lendScoreVersion)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java new file mode 100644 index 0000000000..1eed87afda --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java @@ -0,0 +1,100 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.NetworkInsightsVersion; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines configuration options to generate Network Insights + */ +@ApiModel(description = "Defines configuration options to generate Network Insights") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraCheckReportCreateNetworkInsightsOptions { + public static final String SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION = "network_insights_version"; + @SerializedName(SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION) + private NetworkInsightsVersion networkInsightsVersion; + + + public CraCheckReportCreateNetworkInsightsOptions networkInsightsVersion(NetworkInsightsVersion networkInsightsVersion) { + + this.networkInsightsVersion = networkInsightsVersion; + return this; + } + + /** + * Get networkInsightsVersion + * @return networkInsightsVersion + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public NetworkInsightsVersion getNetworkInsightsVersion() { + return networkInsightsVersion; + } + + + public void setNetworkInsightsVersion(NetworkInsightsVersion networkInsightsVersion) { + this.networkInsightsVersion = networkInsightsVersion; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraCheckReportCreateNetworkInsightsOptions craCheckReportCreateNetworkInsightsOptions = (CraCheckReportCreateNetworkInsightsOptions) o; + return Objects.equals(this.networkInsightsVersion, craCheckReportCreateNetworkInsightsOptions.networkInsightsVersion); + } + + @Override + public int hashCode() { + return Objects.hash(networkInsightsVersion); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraCheckReportCreateNetworkInsightsOptions {\n"); + sb.append(" networkInsightsVersion: ").append(toIndentedString(networkInsightsVersion)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreatePartnerInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreatePartnerInsightsOptions.java index 0d89ac128a..7b77186f4c 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCreatePartnerInsightsOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreatePartnerInsightsOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines configuration to generate Partner Insights. */ @ApiModel(description = "Defines configuration to generate Partner Insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCreatePartnerInsightsOptions { public static final String SERIALIZED_NAME_PRISM_VERSIONS = "prism_versions"; @SerializedName(SERIALIZED_NAME_PRISM_VERSIONS) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateRequest.java index 0b3e7d7b4b..89dd3edc63 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCreateRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,12 +21,12 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ConsumerReportPermissiblePurpose; -import com.plaid.client.model.CraCheckReportCashflowInsightsGetOptions; import com.plaid.client.model.CraCheckReportCreateBaseReportOptions; +import com.plaid.client.model.CraCheckReportCreateCashflowInsightsOptions; +import com.plaid.client.model.CraCheckReportCreateIncomeInsightsOptions; +import com.plaid.client.model.CraCheckReportCreateLendScoreOptions; +import com.plaid.client.model.CraCheckReportCreateNetworkInsightsOptions; import com.plaid.client.model.CraCheckReportCreatePartnerInsightsOptions; -import com.plaid.client.model.CraCheckReportIncomeInsightsGetOptions; -import com.plaid.client.model.CraCheckReportLendScoreGetOptions; -import com.plaid.client.model.CraCheckReportNetworkInsightsGetOptions; import com.plaid.client.model.Products; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -38,7 +38,7 @@ * CraCheckReportCreateRequest defines the request schema for `/cra/check_report/create`. */ @ApiModel(description = "CraCheckReportCreateRequest defines the request schema for `/cra/check_report/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -82,7 +82,7 @@ public class CraCheckReportCreateRequest { public static final String SERIALIZED_NAME_CASHFLOW_INSIGHTS = "cashflow_insights"; @SerializedName(SERIALIZED_NAME_CASHFLOW_INSIGHTS) - private CraCheckReportCashflowInsightsGetOptions cashflowInsights; + private CraCheckReportCreateCashflowInsightsOptions cashflowInsights; public static final String SERIALIZED_NAME_PARTNER_INSIGHTS = "partner_insights"; @SerializedName(SERIALIZED_NAME_PARTNER_INSIGHTS) @@ -90,11 +90,11 @@ public class CraCheckReportCreateRequest { public static final String SERIALIZED_NAME_LEND_SCORE = "lend_score"; @SerializedName(SERIALIZED_NAME_LEND_SCORE) - private CraCheckReportLendScoreGetOptions lendScore; + private CraCheckReportCreateLendScoreOptions lendScore; public static final String SERIALIZED_NAME_NETWORK_INSIGHTS = "network_insights"; @SerializedName(SERIALIZED_NAME_NETWORK_INSIGHTS) - private CraCheckReportNetworkInsightsGetOptions networkInsights; + private CraCheckReportCreateNetworkInsightsOptions networkInsights; public static final String SERIALIZED_NAME_INCLUDE_INVESTMENTS = "include_investments"; @SerializedName(SERIALIZED_NAME_INCLUDE_INVESTMENTS) @@ -102,7 +102,7 @@ public class CraCheckReportCreateRequest { public static final String SERIALIZED_NAME_INCOME_INSIGHTS = "income_insights"; @SerializedName(SERIALIZED_NAME_INCOME_INSIGHTS) - private CraCheckReportIncomeInsightsGetOptions incomeInsights; + private CraCheckReportCreateIncomeInsightsOptions incomeInsights; public static final String SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE = "consumer_report_permissible_purpose"; @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE) @@ -308,11 +308,11 @@ public CraCheckReportCreateRequest addProductsItem(Products productsItem) { } /** - * Specifies a list of products that will be eagerly generated when creating the report (in addition to the Base Report, which is always eagerly generated). These products will be made available before a success webhook is sent. Use this option to minimize response latency for product `/get` endpoints. Note that specifying `cra_partner_insights` in this field will trigger a billable event. Other products are not billed until the respective reports are fetched via product-specific `/get` endpoints. + * Specifies a list of products to generate when creating the report (in addition to the Base Report, which is always generated). These products will be made available before a success webhook is sent. Note that specifying `cra_partner_insights` in this field will trigger a billable event. Other products are not billed until the respective reports are retrieved via their product-specific `/get` endpoints. * @return products **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specifies a list of products that will be eagerly generated when creating the report (in addition to the Base Report, which is always eagerly generated). These products will be made available before a success webhook is sent. Use this option to minimize response latency for product `/get` endpoints. Note that specifying `cra_partner_insights` in this field will trigger a billable event. Other products are not billed until the respective reports are fetched via product-specific `/get` endpoints.") + @ApiModelProperty(value = "Specifies a list of products to generate when creating the report (in addition to the Base Report, which is always generated). These products will be made available before a success webhook is sent. Note that specifying `cra_partner_insights` in this field will trigger a billable event. Other products are not billed until the respective reports are retrieved via their product-specific `/get` endpoints.") public List getProducts() { return products; @@ -347,7 +347,7 @@ public void setBaseReport(CraCheckReportCreateBaseReportOptions baseReport) { } - public CraCheckReportCreateRequest cashflowInsights(CraCheckReportCashflowInsightsGetOptions cashflowInsights) { + public CraCheckReportCreateRequest cashflowInsights(CraCheckReportCreateCashflowInsightsOptions cashflowInsights) { this.cashflowInsights = cashflowInsights; return this; @@ -360,12 +360,12 @@ public CraCheckReportCreateRequest cashflowInsights(CraCheckReportCashflowInsigh @javax.annotation.Nullable @ApiModelProperty(value = "") - public CraCheckReportCashflowInsightsGetOptions getCashflowInsights() { + public CraCheckReportCreateCashflowInsightsOptions getCashflowInsights() { return cashflowInsights; } - public void setCashflowInsights(CraCheckReportCashflowInsightsGetOptions cashflowInsights) { + public void setCashflowInsights(CraCheckReportCreateCashflowInsightsOptions cashflowInsights) { this.cashflowInsights = cashflowInsights; } @@ -393,7 +393,7 @@ public void setPartnerInsights(CraCheckReportCreatePartnerInsightsOptions partne } - public CraCheckReportCreateRequest lendScore(CraCheckReportLendScoreGetOptions lendScore) { + public CraCheckReportCreateRequest lendScore(CraCheckReportCreateLendScoreOptions lendScore) { this.lendScore = lendScore; return this; @@ -406,17 +406,17 @@ public CraCheckReportCreateRequest lendScore(CraCheckReportLendScoreGetOptions l @javax.annotation.Nullable @ApiModelProperty(value = "") - public CraCheckReportLendScoreGetOptions getLendScore() { + public CraCheckReportCreateLendScoreOptions getLendScore() { return lendScore; } - public void setLendScore(CraCheckReportLendScoreGetOptions lendScore) { + public void setLendScore(CraCheckReportCreateLendScoreOptions lendScore) { this.lendScore = lendScore; } - public CraCheckReportCreateRequest networkInsights(CraCheckReportNetworkInsightsGetOptions networkInsights) { + public CraCheckReportCreateRequest networkInsights(CraCheckReportCreateNetworkInsightsOptions networkInsights) { this.networkInsights = networkInsights; return this; @@ -429,12 +429,12 @@ public CraCheckReportCreateRequest networkInsights(CraCheckReportNetworkInsights @javax.annotation.Nullable @ApiModelProperty(value = "") - public CraCheckReportNetworkInsightsGetOptions getNetworkInsights() { + public CraCheckReportCreateNetworkInsightsOptions getNetworkInsights() { return networkInsights; } - public void setNetworkInsights(CraCheckReportNetworkInsightsGetOptions networkInsights) { + public void setNetworkInsights(CraCheckReportCreateNetworkInsightsOptions networkInsights) { this.networkInsights = networkInsights; } @@ -462,7 +462,7 @@ public void setIncludeInvestments(Boolean includeInvestments) { } - public CraCheckReportCreateRequest incomeInsights(CraCheckReportIncomeInsightsGetOptions incomeInsights) { + public CraCheckReportCreateRequest incomeInsights(CraCheckReportCreateIncomeInsightsOptions incomeInsights) { this.incomeInsights = incomeInsights; return this; @@ -475,12 +475,12 @@ public CraCheckReportCreateRequest incomeInsights(CraCheckReportIncomeInsightsGe @javax.annotation.Nullable @ApiModelProperty(value = "") - public CraCheckReportIncomeInsightsGetOptions getIncomeInsights() { + public CraCheckReportCreateIncomeInsightsOptions getIncomeInsights() { return incomeInsights; } - public void setIncomeInsights(CraCheckReportIncomeInsightsGetOptions incomeInsights) { + public void setIncomeInsights(CraCheckReportCreateIncomeInsightsOptions incomeInsights) { this.incomeInsights = incomeInsights; } diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java index 8070d41598..faf4aa8fd8 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraCheckReportCreateResponse defines the response schema for `/cra/check_report/create`. */ @ApiModel(description = "CraCheckReportCreateResponse defines the response schema for `/cra/check_report/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportFailedWebhook.java b/src/main/java/com/plaid/client/model/CraCheckReportFailedWebhook.java index e9756f79ba..83e66e2afd 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportFailedWebhook.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportFailedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,6 +20,9 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CheckReportRepairableItem; +import com.plaid.client.model.PlaidError; +import com.plaid.client.model.Products; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -31,7 +34,7 @@ * Fired when a Check Report has failed to generate. To get more details, call `/user/items/get` and check for non-null `error` objects on the associated Items in the response. These `error` objects will contain more details on why the Item is in an error state and how to resolve it. After resolving the errors, you can try to re-generate the report. */ @ApiModel(description = "Fired when a Check Report has failed to generate. To get more details, call `/user/items/get` and check for non-null `error` objects on the associated Items in the response. These `error` objects will contain more details on why the Item is in an error state and how to resolve it. After resolving the errors, you can try to re-generate the report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportFailedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) @@ -45,6 +48,18 @@ public class CraCheckReportFailedWebhook { @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; + public static final String SERIALIZED_NAME_ERROR = "error"; + @SerializedName(SERIALIZED_NAME_ERROR) + private PlaidError error; + + public static final String SERIALIZED_NAME_REPAIRABLE_ITEMS = "repairable_items"; + @SerializedName(SERIALIZED_NAME_REPAIRABLE_ITEMS) + private List repairableItems = null; + + public static final String SERIALIZED_NAME_FAILED_PRODUCTS = "failed_products"; + @SerializedName(SERIALIZED_NAME_FAILED_PRODUCTS) + private List failedProducts = null; + public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) private List itemIds = null; @@ -120,6 +135,91 @@ public void setUserId(String userId) { } + public CraCheckReportFailedWebhook error(PlaidError error) { + + this.error = error; + return this; + } + + /** + * Details on why the Check Report failed and how to resolve it. + * @return error + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Details on why the Check Report failed and how to resolve it.") + + public PlaidError getError() { + return error; + } + + + public void setError(PlaidError error) { + this.error = error; + } + + + public CraCheckReportFailedWebhook repairableItems(List repairableItems) { + + this.repairableItems = repairableItems; + return this; + } + + public CraCheckReportFailedWebhook addRepairableItemsItem(CheckReportRepairableItem repairableItemsItem) { + if (this.repairableItems == null) { + this.repairableItems = new ArrayList<>(); + } + this.repairableItems.add(repairableItemsItem); + return this; + } + + /** + * A list of Items that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). Empty when no Item is user-repairable. After repairing these Items, call `/cra/check_report/create` to regenerate the report. + * @return repairableItems + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "A list of Items that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). Empty when no Item is user-repairable. After repairing these Items, call `/cra/check_report/create` to regenerate the report.") + + public List getRepairableItems() { + return repairableItems; + } + + + public void setRepairableItems(List repairableItems) { + this.repairableItems = repairableItems; + } + + + public CraCheckReportFailedWebhook failedProducts(List failedProducts) { + + this.failedProducts = failedProducts; + return this; + } + + public CraCheckReportFailedWebhook addFailedProductsItem(Products failedProductsItem) { + if (this.failedProducts == null) { + this.failedProducts = new ArrayList<>(); + } + this.failedProducts.add(failedProductsItem); + return this; + } + + /** + * Specifies a list of products that failed to generate for the report. Populated when generation was attempted and all requested products failed. Additional detail on what caused the failure can be found by calling the product /get endpoint. + * @return failedProducts + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Specifies a list of products that failed to generate for the report. Populated when generation was attempted and all requested products failed. Additional detail on what caused the failure can be found by calling the product /get endpoint.") + + public List getFailedProducts() { + return failedProducts; + } + + + public void setFailedProducts(List failedProducts) { + this.failedProducts = failedProducts; + } + + public CraCheckReportFailedWebhook itemIds(List itemIds) { this.itemIds = itemIds; @@ -185,13 +285,16 @@ public boolean equals(Object o) { return Objects.equals(this.webhookType, craCheckReportFailedWebhook.webhookType) && Objects.equals(this.webhookCode, craCheckReportFailedWebhook.webhookCode) && Objects.equals(this.userId, craCheckReportFailedWebhook.userId) && + Objects.equals(this.error, craCheckReportFailedWebhook.error) && + Objects.equals(this.repairableItems, craCheckReportFailedWebhook.repairableItems) && + Objects.equals(this.failedProducts, craCheckReportFailedWebhook.failedProducts) && Objects.equals(this.itemIds, craCheckReportFailedWebhook.itemIds) && Objects.equals(this.environment, craCheckReportFailedWebhook.environment); } @Override public int hashCode() { - return Objects.hash(webhookType, webhookCode, userId, itemIds, environment); + return Objects.hash(webhookType, webhookCode, userId, error, repairableItems, failedProducts, itemIds, environment); } @Override @@ -201,6 +304,9 @@ public String toString() { sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); + sb.append(" error: ").append(toIndentedString(error)).append("\n"); + sb.append(" repairableItems: ").append(toIndentedString(repairableItems)).append("\n"); + sb.append(" failedProducts: ").append(toIndentedString(failedProducts)).append("\n"); sb.append(" itemIds: ").append(toIndentedString(itemIds)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); diff --git a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetRequest.java index b695100166..c32b8cb832 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraCheckReportFreddieMacGetRequest defines the request schema for `/cra/check_report/freddie_mac/get` */ @ApiModel(description = "CraCheckReportFreddieMacGetRequest defines the request schema for `/cra/check_report/freddie_mac/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportFreddieMacGetRequest { public static final String SERIALIZED_NAME_THIRD_PARTY_USER_TOKEN = "third_party_user_token"; @SerializedName(SERIALIZED_NAME_THIRD_PARTY_USER_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetResponse.java index cf2cf0f2c2..251179f488 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * CraCheckReportFreddieMacGetResponse defines the response schema for `/cra/check_report/freddie_mac/get` */ @ApiModel(description = "CraCheckReportFreddieMacGetResponse defines the response schema for `/cra/check_report/freddie_mac/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportFreddieMacGetResponse { public static final String SERIALIZED_NAME_D_E_A_L = "DEAL"; @SerializedName(SERIALIZED_NAME_D_E_A_L) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacVerificationOfAssetsDeal.java b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacVerificationOfAssetsDeal.java index 9912265f82..0e33b65667 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacVerificationOfAssetsDeal.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacVerificationOfAssetsDeal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing a Base Report with Freddie Mac schema. */ @ApiModel(description = "An object representing a Base Report with Freddie Mac schema.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportFreddieMacVerificationOfAssetsDeal { public static final String SERIALIZED_NAME_L_O_A_N_S = "LOANS"; @SerializedName(SERIALIZED_NAME_L_O_A_N_S) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportGSEOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportGSEOptions.java index 6c8ea14a77..1f8ead9e90 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportGSEOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportGSEOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Specifies options for creating reports that can be shared with GSEs for mortgage verification. */ @ApiModel(description = "Specifies options for creating reports that can be shared with GSEs for mortgage verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportGSEOptions { public static final String SERIALIZED_NAME_REPORT_TYPES = "report_types"; @SerializedName(SERIALIZED_NAME_REPORT_TYPES) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportHomeLendingReportOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportHomeLendingReportOptions.java index d3aa528f39..587d46b198 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportHomeLendingReportOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportHomeLendingReportOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; -import com.plaid.client.model.CraCheckReportVerificationGetEmploymentRefreshOptions; +import com.plaid.client.model.CraCheckReportCreateEmploymentRefreshOptions; import com.plaid.client.model.CraCheckReportVerificationGetReportType; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -32,7 +32,7 @@ * Options for configuring Home Lending Report (Verification Report) generation. */ @ApiModel(description = "Options for configuring Home Lending Report (Verification Report) generation.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportHomeLendingReportOptions { public static final String SERIALIZED_NAME_REPORTS_REQUESTED = "reports_requested"; @SerializedName(SERIALIZED_NAME_REPORTS_REQUESTED) @@ -40,7 +40,7 @@ public class CraCheckReportHomeLendingReportOptions { public static final String SERIALIZED_NAME_EMPLOYMENT_REFRESH_OPTIONS = "employment_refresh_options"; @SerializedName(SERIALIZED_NAME_EMPLOYMENT_REFRESH_OPTIONS) - private CraCheckReportVerificationGetEmploymentRefreshOptions employmentRefreshOptions; + private CraCheckReportCreateEmploymentRefreshOptions employmentRefreshOptions; public CraCheckReportHomeLendingReportOptions reportsRequested(List reportsRequested) { @@ -70,7 +70,7 @@ public void setReportsRequested(List re } - public CraCheckReportHomeLendingReportOptions employmentRefreshOptions(CraCheckReportVerificationGetEmploymentRefreshOptions employmentRefreshOptions) { + public CraCheckReportHomeLendingReportOptions employmentRefreshOptions(CraCheckReportCreateEmploymentRefreshOptions employmentRefreshOptions) { this.employmentRefreshOptions = employmentRefreshOptions; return this; @@ -83,12 +83,12 @@ public CraCheckReportHomeLendingReportOptions employmentRefreshOptions(CraCheckR @javax.annotation.Nullable @ApiModelProperty(value = "") - public CraCheckReportVerificationGetEmploymentRefreshOptions getEmploymentRefreshOptions() { + public CraCheckReportCreateEmploymentRefreshOptions getEmploymentRefreshOptions() { return employmentRefreshOptions; } - public void setEmploymentRefreshOptions(CraCheckReportVerificationGetEmploymentRefreshOptions employmentRefreshOptions) { + public void setEmploymentRefreshOptions(CraCheckReportCreateEmploymentRefreshOptions employmentRefreshOptions) { this.employmentRefreshOptions = employmentRefreshOptions; } diff --git a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java index b02f848d17..87f2c888a6 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * Defines configuration options to generate Income Insights. + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`. */ -@ApiModel(description = "Defines configuration options to generate Income Insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportIncomeInsightsGetOptions { public static final String SERIALIZED_NAME_INCOME_INSIGHTS_FILTER = "income_insights_filter"; @SerializedName(SERIALIZED_NAME_INCOME_INSIGHTS_FILTER) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetRequest.java index 6dbb40cb5c..b8e5c51400 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,6 +21,7 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CraCheckReportIncomeInsightsGetOptions; +import com.plaid.client.model.CraCheckReportPermissiblePurpose; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -29,7 +30,7 @@ * Defines the request schema for `/cra/check_report/income_insights/get`. */ @ApiModel(description = "Defines the request schema for `/cra/check_report/income_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportIncomeInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -55,6 +56,14 @@ public class CraCheckReportIncomeInsightsGetRequest { @SerializedName(SERIALIZED_NAME_OPTIONS) private CraCheckReportIncomeInsightsGetOptions options; + public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; + @SerializedName(SERIALIZED_NAME_REPORT_ID) + private String reportId; + + public static final String SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE = "consumer_report_permissible_purpose"; + @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE) + private CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose; + public CraCheckReportIncomeInsightsGetRequest clientId(String clientId) { @@ -194,6 +203,52 @@ public void setOptions(CraCheckReportIncomeInsightsGetOptions options) { } + public CraCheckReportIncomeInsightsGetRequest reportId(String reportId) { + + this.reportId = reportId; + return this; + } + + /** + * The CRA report token (formatted `cra-report-<env>-<uuid>`) identifying a specific consumer report. When provided alongside `consumer_report_permissible_purpose`, pins retrieval to that report and stamps its permissible purpose. If omitted, the most recently generated report for the user is returned. + * @return reportId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "The CRA report token (formatted `cra-report--`) identifying a specific consumer report. When provided alongside `consumer_report_permissible_purpose`, pins retrieval to that report and stamps its permissible purpose. If omitted, the most recently generated report for the user is returned.") + + public String getReportId() { + return reportId; + } + + + public void setReportId(String reportId) { + this.reportId = reportId; + } + + + public CraCheckReportIncomeInsightsGetRequest consumerReportPermissiblePurpose(CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose) { + + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + return this; + } + + /** + * Get consumerReportPermissiblePurpose + * @return consumerReportPermissiblePurpose + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CraCheckReportPermissiblePurpose getConsumerReportPermissiblePurpose() { + return consumerReportPermissiblePurpose; + } + + + public void setConsumerReportPermissiblePurpose(CraCheckReportPermissiblePurpose consumerReportPermissiblePurpose) { + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -208,12 +263,14 @@ public boolean equals(Object o) { Objects.equals(this.userToken, craCheckReportIncomeInsightsGetRequest.userToken) && Objects.equals(this.thirdPartyUserToken, craCheckReportIncomeInsightsGetRequest.thirdPartyUserToken) && Objects.equals(this.userId, craCheckReportIncomeInsightsGetRequest.userId) && - Objects.equals(this.options, craCheckReportIncomeInsightsGetRequest.options); + Objects.equals(this.options, craCheckReportIncomeInsightsGetRequest.options) && + Objects.equals(this.reportId, craCheckReportIncomeInsightsGetRequest.reportId) && + Objects.equals(this.consumerReportPermissiblePurpose, craCheckReportIncomeInsightsGetRequest.consumerReportPermissiblePurpose); } @Override public int hashCode() { - return Objects.hash(clientId, secret, userToken, thirdPartyUserToken, userId, options); + return Objects.hash(clientId, secret, userToken, thirdPartyUserToken, userId, options, reportId, consumerReportPermissiblePurpose); } @Override @@ -226,6 +283,8 @@ public String toString() { sb.append(" thirdPartyUserToken: ").append(toIndentedString(thirdPartyUserToken)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); sb.append(" options: ").append(toIndentedString(options)).append("\n"); + sb.append(" reportId: ").append(toIndentedString(reportId)).append("\n"); + sb.append(" consumerReportPermissiblePurpose: ").append(toIndentedString(consumerReportPermissiblePurpose)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java index 6360a3b6c8..cfb79733f5 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportIncomeInsightsGetResponse defines the response schema for `/cra/check_report/income_insights/get`. */ @ApiModel(description = "CraCheckReportIncomeInsightsGetResponse defines the response schema for `/cra/check_report/income_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportIncomeInsightsGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetOptions.java index 16c443dc5b..8d4e0111f1 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * Defines configuration options to generate the LendScore + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`. */ -@ApiModel(description = "Defines configuration options to generate the LendScore") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportLendScoreGetOptions { public static final String SERIALIZED_NAME_LEND_SCORE_VERSION = "lend_score_version"; @SerializedName(SERIALIZED_NAME_LEND_SCORE_VERSION) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetRequest.java index cd810ffecd..75703779b4 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CraCheckReportLendScoreGetRequest defines the request schema for `/cra/check_report/lend_score/get`. */ @ApiModel(description = "CraCheckReportLendScoreGetRequest defines the request schema for `/cra/check_report/lend_score/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportLendScoreGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetResponse.java index f66f9097bb..a796577919 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportLendScoreGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportLendScoreGetResponse defines the response schema for `/cra/check_report/lend_score/get`. */ @ApiModel(description = "CraCheckReportLendScoreGetResponse defines the response schema for `/cra/check_report/lend_score/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportLendScoreGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetOptions.java index 3016f8466d..a4e8633a93 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * Defines configuration options to generate Network Insights + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`. */ -@ApiModel(description = "Defines configuration options to generate Network Insights") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `options`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportNetworkInsightsGetOptions { public static final String SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION = "network_insights_version"; @SerializedName(SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetRequest.java index 975b97f994..c65ac6c899 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CraCheckReportNetworkInsightsGetRequest defines the request schema for `/cra/check_report/network_insights/get`. */ @ApiModel(description = "CraCheckReportNetworkInsightsGetRequest defines the request schema for `/cra/check_report/network_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportNetworkInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetResponse.java index e2d25f6a7d..7c9b5fd4d5 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportNetworkInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportNetworkInsightsGetResponse defines the response schema for `/cra/check_report/network_insights/get`. */ @ApiModel(description = "CraCheckReportNetworkInsightsGetResponse defines the response schema for `/cra/check_report/network_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportNetworkInsightsGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPDFGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportPDFGetRequest.java index 8c61499ae8..eb221c69d2 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportPDFGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportPDFGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraCheckReportPDFGetRequest defines the request schema for `/cra/check_report/pdf/get`. */ @ApiModel(description = "CraCheckReportPDFGetRequest defines the request schema for `/cra/check_report/pdf/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportPDFGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetOptions.java index 7a96e75142..141930428c 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Deprecated, specify `partner_insights.prism_versions` instead. */ @ApiModel(description = "Deprecated, specify `partner_insights.prism_versions` instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportPartnerInsightsGetOptions { public static final String SERIALIZED_NAME_PRISM_VERSIONS = "prism_versions"; @SerializedName(SERIALIZED_NAME_PRISM_VERSIONS) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetPartnerInsights.java b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetPartnerInsights.java index 637fc9fabf..3f98b2c1e1 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetPartnerInsights.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetPartnerInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * Defines configuration to generate Partner Insights. + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `partner_insights`. */ -@ApiModel(description = "Defines configuration to generate Partner Insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `partner_insights`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportPartnerInsightsGetPartnerInsights { public static final String SERIALIZED_NAME_PRISM_VERSIONS = "prism_versions"; @SerializedName(SERIALIZED_NAME_PRISM_VERSIONS) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetRequest.java index 9d5be5ae1a..5fc5fc5198 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraCheckReportPartnerInsightsGetRequest defines the request schema for `/cra/check_report/partner_insights/get`. */ @ApiModel(description = "CraCheckReportPartnerInsightsGetRequest defines the request schema for `/cra/check_report/partner_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportPartnerInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetResponse.java index d99af3a487..6bf810f5ac 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportPartnerInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportPartnerInsightsGetResponse defines the response schema for `/cra/check_report/partner_insights/get`. */ @ApiModel(description = "CraCheckReportPartnerInsightsGetResponse defines the response schema for `/cra/check_report/partner_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportPartnerInsightsGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportPermissiblePurpose.java b/src/main/java/com/plaid/client/model/CraCheckReportPermissiblePurpose.java new file mode 100644 index 0000000000..ceb502eca1 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraCheckReportPermissiblePurpose.java @@ -0,0 +1,79 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import io.swagger.annotations.ApiModel; +import com.google.gson.annotations.SerializedName; + +import java.io.IOException; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; + +/** + * The permissible purpose under the FCRA for retrieving this consumer report. Restricted to permissible purposes related to loan servicing only. Required when `report_id` is provided. + */ +@JsonAdapter(CraCheckReportPermissiblePurpose.Adapter.class) +public enum CraCheckReportPermissiblePurpose { + + ACCOUNT_REVIEW_CREDIT("ACCOUNT_REVIEW_CREDIT"), + + WRITTEN_INSTRUCTION_OTHER("WRITTEN_INSTRUCTION_OTHER"), + + // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. + // Try upgrading your client-library version. + ENUM_UNKNOWN("ENUM_UNKNOWN"); + + private String value; + + CraCheckReportPermissiblePurpose(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static CraCheckReportPermissiblePurpose fromValue(String value) { + for (CraCheckReportPermissiblePurpose b : CraCheckReportPermissiblePurpose.values()) { + if (b.value.equals(value)) { + return b; + } + } + + return CraCheckReportPermissiblePurpose.ENUM_UNKNOWN; + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final CraCheckReportPermissiblePurpose enumeration) throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public CraCheckReportPermissiblePurpose read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return CraCheckReportPermissiblePurpose.fromValue(value); + } + } +} + diff --git a/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java b/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java index ac166e1c81..0986b073b0 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Fired when the Check Report is ready to be retrieved. Once this webhook has fired, the report will be available to retrieve for 24 hours. */ @ApiModel(description = "Fired when the Check Report is ready to be retrieved. Once this webhook has fired, the report will be available to retrieve for 24 hours.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportReadyWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetEmploymentRefreshOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetEmploymentRefreshOptions.java index ae8f2d2383..f3a6e14a7f 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetEmploymentRefreshOptions.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetEmploymentRefreshOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Defines configuration options for the Employment Refresh Report. + * Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `employment_refresh_options`. */ -@ApiModel(description = "Defines configuration options for the Employment Refresh Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Deprecated. This field is no longer accepted for new clients (created on or after 2026-07-01). New clients should specify required products when creating the Consumer Report. Existing integrations may continue to pass `employment_refresh_options`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportVerificationGetEmploymentRefreshOptions { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetReportType.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetReportType.java index dad5fe418a..9f0575af93 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetReportType.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetRequest.java index a2bab6bbd7..ad7875e564 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportVerificationGetRequest defines the request schema for `/cra/check_report/verification/get`. */ @ApiModel(description = "CraCheckReportVerificationGetRequest defines the request schema for `/cra/check_report/verification/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportVerificationGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetResponse.java index 498ae95970..bad4295b61 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportVerificationGetResponse defines the response schema for `/cra/check_report/verification/get`. */ @ApiModel(description = "CraCheckReportVerificationGetResponse defines the response schema for `/cra/check_report/verification/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportVerificationGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfGetRequest.java index 16b0c19b83..35c9e367b8 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCheckReportVerificationPdfGetRequest defines the request schema for `/cra/check_report/verification/pdf/get`. */ @ApiModel(description = "CraCheckReportVerificationPdfGetRequest defines the request schema for `/cra/check_report/verification/pdf/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCheckReportVerificationPdfGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -58,6 +58,10 @@ public class CraCheckReportVerificationPdfGetRequest { @SerializedName(SERIALIZED_NAME_REPORTS_REQUESTED) private Set reportsRequested = null; + public static final String SERIALIZED_NAME_HIDE_GSE_DETAILS = "hide_gse_details"; + @SerializedName(SERIALIZED_NAME_HIDE_GSE_DETAILS) + private Boolean hideGseDetails; + public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) private String userToken; @@ -209,6 +213,29 @@ public void setReportsRequested(Set rep } + public CraCheckReportVerificationPdfGetRequest hideGseDetails(Boolean hideGseDetails) { + + this.hideGseDetails = hideGseDetails; + return this; + } + + /** + * If `true`, the GSE identifiers (the Report ID and `gse_reference_id`) are omitted from the returned Home Lending Report PDF. Defaults to `false`. These identifiers are always present in the `/cra/check_report/verification/get` JSON response regardless of this field. + * @return hideGseDetails + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "If `true`, the GSE identifiers (the Report ID and `gse_reference_id`) are omitted from the returned Home Lending Report PDF. Defaults to `false`. These identifiers are always present in the `/cra/check_report/verification/get` JSON response regardless of this field. ") + + public Boolean getHideGseDetails() { + return hideGseDetails; + } + + + public void setHideGseDetails(Boolean hideGseDetails) { + this.hideGseDetails = hideGseDetails; + } + + public CraCheckReportVerificationPdfGetRequest userToken(String userToken) { this.userToken = userToken; @@ -247,12 +274,13 @@ public boolean equals(Object o) { Objects.equals(this.thirdPartyUserToken, craCheckReportVerificationPdfGetRequest.thirdPartyUserToken) && Objects.equals(this.reportRequested, craCheckReportVerificationPdfGetRequest.reportRequested) && Objects.equals(this.reportsRequested, craCheckReportVerificationPdfGetRequest.reportsRequested) && + Objects.equals(this.hideGseDetails, craCheckReportVerificationPdfGetRequest.hideGseDetails) && Objects.equals(this.userToken, craCheckReportVerificationPdfGetRequest.userToken); } @Override public int hashCode() { - return Objects.hash(clientId, secret, userId, thirdPartyUserToken, reportRequested, reportsRequested, userToken); + return Objects.hash(clientId, secret, userId, thirdPartyUserToken, reportRequested, reportsRequested, hideGseDetails, userToken); } @Override @@ -265,6 +293,7 @@ public String toString() { sb.append(" thirdPartyUserToken: ").append(toIndentedString(thirdPartyUserToken)).append("\n"); sb.append(" reportRequested: ").append(toIndentedString(reportRequested)).append("\n"); sb.append(" reportsRequested: ").append(toIndentedString(reportsRequested)).append("\n"); + sb.append(" hideGseDetails: ").append(toIndentedString(hideGseDetails)).append("\n"); sb.append(" userToken: ").append(toIndentedString(userToken)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java index 7bc94ec134..e65176d52c 100644 --- a/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java +++ b/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileInquiryType.java b/src/main/java/com/plaid/client/model/CraCreditProfileInquiryType.java index 9b2b54593a..7ae0adf1d3 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileInquiryType.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileInquiryType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileLendScore.java b/src/main/java/com/plaid/client/model/CraCreditProfileLendScore.java index bd10dbda7c..34ce77e0d7 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileLendScore.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileLendScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An individual LendScore result within a credit profile report. */ @ApiModel(description = "An individual LendScore result within a credit profile report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCreditProfileLendScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReport.java b/src/main/java/com/plaid/client/model/CraCreditProfileReport.java index d6f67acdbc..124c6b2668 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReport.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Contains data for the CRA Credit Profile Report. */ @ApiModel(description = "Contains data for the CRA Credit Profile Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCreditProfileReport { public static final String SERIALIZED_NAME_DATE_RETRIEVED = "date_retrieved"; @SerializedName(SERIALIZED_NAME_DATE_RETRIEVED) diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java index 5928641efb..ea61cc0d1f 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCreditProfileReportGetRequest defines the request schema for `/cra/credit_profile/report/get`. */ @ApiModel(description = "CraCreditProfileReportGetRequest defines the request schema for `/cra/credit_profile/report/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCreditProfileReportGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportGetResponse.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportGetResponse.java index c1639c85b6..0d97fde3cd 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReportGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReportGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * CraCreditProfileReportGetResponse defines the response schema for `/cra/credit_profile/report/get`. */ @ApiModel(description = "CraCreditProfileReportGetResponse defines the response schema for `/cra/credit_profile/report/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCreditProfileReportGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportMetadata.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportMetadata.java index 2fe70758a9..5e8c62c756 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReportMetadata.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReportMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Metadata about the CRA Credit Profile Report. */ @ApiModel(description = "Metadata about the CRA Credit Profile Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCreditProfileReportMetadata { public static final String SERIALIZED_NAME_ITEM_COUNT = "item_count"; @SerializedName(SERIALIZED_NAME_ITEM_COUNT) diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportType.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportType.java index e77cd72f65..588e5bf1b1 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReportType.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportVersion.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportVersion.java index f776209b77..21d88da696 100644 --- a/src/main/java/com/plaid/client/model/CraCreditProfileReportVersion.java +++ b/src/main/java/com/plaid/client/model/CraCreditProfileReportVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraCurrentModeledIncome.java b/src/main/java/com/plaid/client/model/CraCurrentModeledIncome.java index ab0956cb09..0f7e3f56a4 100644 --- a/src/main/java/com/plaid/client/model/CraCurrentModeledIncome.java +++ b/src/main/java/com/plaid/client/model/CraCurrentModeledIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Modeled estimate of current income based on recently observed income transactions. */ @ApiModel(description = "Modeled estimate of current income based on recently observed income transactions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraCurrentModeledIncome { public static final String SERIALIZED_NAME_MONTHLY = "monthly"; @SerializedName(SERIALIZED_NAME_MONTHLY) diff --git a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReport.java b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReport.java index dbf03514dd..235a4a6687 100644 --- a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReport.java +++ b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object representing an Employment Refresh Report. */ @ApiModel(description = "An object representing an Employment Refresh Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraEmploymentRefreshReport { public static final String SERIALIZED_NAME_GENERATED_TIME = "generated_time"; @SerializedName(SERIALIZED_NAME_GENERATED_TIME) diff --git a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportAccount.java b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportAccount.java index 3e4c63052f..d7269e3b6d 100644 --- a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportAccount.java +++ b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Employment Refresh Report information about an account. */ @ApiModel(description = "Employment Refresh Report information about an account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraEmploymentRefreshReportAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportItem.java b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportItem.java index f6ca9a9400..4e13755ea2 100644 --- a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportItem.java +++ b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A representation of an Item within an Employment Refresh Report. */ @ApiModel(description = "A representation of an Item within an Employment Refresh Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraEmploymentRefreshReportItem { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportTransaction.java b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportTransaction.java index 9129eed066..dcac83712b 100644 --- a/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportTransaction.java +++ b/src/main/java/com/plaid/client/model/CraEmploymentRefreshReportTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A transaction on the Employment Refresh Report. Note that this transaction differs from a Base Report transaction in that it will only be deposits, and the amounts will be omitted. */ @ApiModel(description = "A transaction on the Employment Refresh Report. Note that this transaction differs from a Base Report transaction in that it will only be deposits, and the amounts will be omitted.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraEmploymentRefreshReportTransaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraIncomeCategory.java b/src/main/java/com/plaid/client/model/CraIncomeCategory.java index f049ef35d1..cd466f5468 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeCategory.java +++ b/src/main/java/com/plaid/client/model/CraIncomeCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The income category for a given stream. The streams returned in the response will be filtered based on these primary and secondary income categories. See the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv) for a full list of income categories. */ @ApiModel(description = "The income category for a given stream. The streams returned in the response will be filtered based on these primary and secondary income categories. See the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv) for a full list of income categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeCategory { public static final String SERIALIZED_NAME_PRIMARY = "primary"; @SerializedName(SERIALIZED_NAME_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/CraIncomeInsights.java b/src/main/java/com/plaid/client/model/CraIncomeInsights.java index 2cf0819f6b..883220218b 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeInsights.java +++ b/src/main/java/com/plaid/client/model/CraIncomeInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * The Check Income Insights Report for an end user. */ @ApiModel(description = "The Check Income Insights Report for an end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeInsights { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraIncomeInsightsUserSummary.java b/src/main/java/com/plaid/client/model/CraIncomeInsightsUserSummary.java index 909b0b7df2..e999ebee25 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeInsightsUserSummary.java +++ b/src/main/java/com/plaid/client/model/CraIncomeInsightsUserSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Aggregated summary of all income streams for this user. */ @ApiModel(description = "Aggregated summary of all income streams for this user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeInsightsUserSummary { public static final String SERIALIZED_NAME_INCOME_METRICS = "income_metrics"; @SerializedName(SERIALIZED_NAME_INCOME_METRICS) diff --git a/src/main/java/com/plaid/client/model/CraIncomeMetrics.java b/src/main/java/com/plaid/client/model/CraIncomeMetrics.java index a8a228115f..e0e2a38276 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeMetrics.java +++ b/src/main/java/com/plaid/client/model/CraIncomeMetrics.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Modeled income metrics for a given income stream or user summary. */ @ApiModel(description = "Modeled income metrics for a given income stream or user summary.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeMetrics { public static final String SERIALIZED_NAME_CURRENT = "current"; @SerializedName(SERIALIZED_NAME_CURRENT) diff --git a/src/main/java/com/plaid/client/model/CraIncomeNextPayment.java b/src/main/java/com/plaid/client/model/CraIncomeNextPayment.java index 3e28f805b2..e618dd6cae 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeNextPayment.java +++ b/src/main/java/com/plaid/client/model/CraIncomeNextPayment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata of the income stream's next payment. */ @ApiModel(description = "Metadata of the income stream's next payment.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeNextPayment { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/CraIncomeStream.java b/src/main/java/com/plaid/client/model/CraIncomeStream.java index 2f8c607042..d5293222cb 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeStream.java +++ b/src/main/java/com/plaid/client/model/CraIncomeStream.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An income stream detected for the user. */ @ApiModel(description = "An income stream detected for the user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeStream { public static final String SERIALIZED_NAME_INCOME_STREAM_ID = "income_stream_id"; @SerializedName(SERIALIZED_NAME_INCOME_STREAM_ID) diff --git a/src/main/java/com/plaid/client/model/CraIncomeStreamInsights.java b/src/main/java/com/plaid/client/model/CraIncomeStreamInsights.java index d57f40f44f..ae9caa382d 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeStreamInsights.java +++ b/src/main/java/com/plaid/client/model/CraIncomeStreamInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Modeled insights for a given income stream. */ @ApiModel(description = "Modeled insights for a given income stream.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeStreamInsights { public static final String SERIALIZED_NAME_INCOME_CATEGORY = "income_category"; @SerializedName(SERIALIZED_NAME_INCOME_CATEGORY) diff --git a/src/main/java/com/plaid/client/model/CraIncomeTransaction.java b/src/main/java/com/plaid/client/model/CraIncomeTransaction.java index abdab90f3d..5b052efbb1 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeTransaction.java +++ b/src/main/java/com/plaid/client/model/CraIncomeTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The transaction data for an income stream. */ @ApiModel(description = "The transaction data for an income stream.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeTransaction { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/src/main/java/com/plaid/client/model/CraIncomeTransactionOutlier.java b/src/main/java/com/plaid/client/model/CraIncomeTransactionOutlier.java index b2f06537cb..041c731695 100644 --- a/src/main/java/com/plaid/client/model/CraIncomeTransactionOutlier.java +++ b/src/main/java/com/plaid/client/model/CraIncomeTransactionOutlier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata on whether this income transaction is an outlier. */ @ApiModel(description = "Metadata on whether this income transaction is an outlier.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraIncomeTransactionOutlier { public static final String SERIALIZED_NAME_IS_OUTLIER = "is_outlier"; @SerializedName(SERIALIZED_NAME_IS_OUTLIER) diff --git a/src/main/java/com/plaid/client/model/CraLendScoreReport.java b/src/main/java/com/plaid/client/model/CraLendScoreReport.java index 4a5d550d1c..e75e6fbcdc 100644 --- a/src/main/java/com/plaid/client/model/CraLendScoreReport.java +++ b/src/main/java/com/plaid/client/model/CraLendScoreReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains data for the CRA LendScore Report. */ @ApiModel(description = "Contains data for the CRA LendScore Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLendScoreReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoanApplication.java b/src/main/java/com/plaid/client/model/CraLoanApplication.java index a5bf4bb233..fe1286428f 100644 --- a/src/main/java/com/plaid/client/model/CraLoanApplication.java +++ b/src/main/java/com/plaid/client/model/CraLoanApplication.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Contains loan application data. */ @ApiModel(description = "Contains loan application data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanApplication { public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CraLoanApplicationDecision.java b/src/main/java/com/plaid/client/model/CraLoanApplicationDecision.java index 23e1878a36..2d49f9c3ba 100644 --- a/src/main/java/com/plaid/client/model/CraLoanApplicationDecision.java +++ b/src/main/java/com/plaid/client/model/CraLoanApplicationDecision.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraLoanClosedStatus.java b/src/main/java/com/plaid/client/model/CraLoanClosedStatus.java index c68c4fb4b9..eba487cb82 100644 --- a/src/main/java/com/plaid/client/model/CraLoanClosedStatus.java +++ b/src/main/java/com/plaid/client/model/CraLoanClosedStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains the status and date information of the loan when unregistering. */ @ApiModel(description = "Contains the status and date information of the loan when unregistering.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanClosedStatus { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java b/src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java index 117ae81010..76ac3431ae 100644 --- a/src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java +++ b/src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains the status and date information of the loan when registering. */ @ApiModel(description = "Contains the status and date information of the loan when registering.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanOpenedStatus { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java b/src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java index bde54a7fc8..1b7b759613 100644 --- a/src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java +++ b/src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains the payment information for a loan payment period. */ @ApiModel(description = "Contains the payment information for a loan payment period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanPaymentHistory { public static final String SERIALIZED_NAME_PERIOD = "period"; @SerializedName(SERIALIZED_NAME_PERIOD) diff --git a/src/main/java/com/plaid/client/model/CraLoanPaymentSchedule.java b/src/main/java/com/plaid/client/model/CraLoanPaymentSchedule.java index d87df0bc45..de6558cac1 100644 --- a/src/main/java/com/plaid/client/model/CraLoanPaymentSchedule.java +++ b/src/main/java/com/plaid/client/model/CraLoanPaymentSchedule.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraLoanRegister.java b/src/main/java/com/plaid/client/model/CraLoanRegister.java index bca2a23a1e..554ef79891 100644 --- a/src/main/java/com/plaid/client/model/CraLoanRegister.java +++ b/src/main/java/com/plaid/client/model/CraLoanRegister.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Contains loan data to register. */ @ApiModel(description = "Contains loan data to register.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanRegister { public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CraLoanRegisterApplication.java b/src/main/java/com/plaid/client/model/CraLoanRegisterApplication.java index 267ecb2dcc..d369801037 100644 --- a/src/main/java/com/plaid/client/model/CraLoanRegisterApplication.java +++ b/src/main/java/com/plaid/client/model/CraLoanRegisterApplication.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Contains loan application data to register. */ @ApiModel(description = "Contains loan application data to register.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanRegisterApplication { public static final String SERIALIZED_NAME_APPLICATION_ID = "application_id"; @SerializedName(SERIALIZED_NAME_APPLICATION_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoanStatus.java b/src/main/java/com/plaid/client/model/CraLoanStatus.java index febb73276f..78b3bcfb5c 100644 --- a/src/main/java/com/plaid/client/model/CraLoanStatus.java +++ b/src/main/java/com/plaid/client/model/CraLoanStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java b/src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java index 5382c113e6..4d0ee51d38 100644 --- a/src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java +++ b/src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains the status and date of an update to the loan. */ @ApiModel(description = "Contains the status and date of an update to the loan.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanStatusHistoryUpdate { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/CraLoanType.java b/src/main/java/com/plaid/client/model/CraLoanType.java index d2dd7abcfa..cee468fdc7 100644 --- a/src/main/java/com/plaid/client/model/CraLoanType.java +++ b/src/main/java/com/plaid/client/model/CraLoanType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraLoanUnregister.java b/src/main/java/com/plaid/client/model/CraLoanUnregister.java index 9436b58921..bfd97d3e4d 100644 --- a/src/main/java/com/plaid/client/model/CraLoanUnregister.java +++ b/src/main/java/com/plaid/client/model/CraLoanUnregister.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Contains loan data for the loan being unregistered. */ @ApiModel(description = "Contains loan data for the loan being unregistered.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanUnregister { public static final String SERIALIZED_NAME_LOAN_ID = "loan_id"; @SerializedName(SERIALIZED_NAME_LOAN_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoanUnregisterResponse.java b/src/main/java/com/plaid/client/model/CraLoanUnregisterResponse.java index 0612248c62..4cd25dabba 100644 --- a/src/main/java/com/plaid/client/model/CraLoanUnregisterResponse.java +++ b/src/main/java/com/plaid/client/model/CraLoanUnregisterResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraLoanUnregisterResponse defines the response schema for `/cra/loans/unregister`. */ @ApiModel(description = "CraLoanUnregisterResponse defines the response schema for `/cra/loans/unregister`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanUnregisterResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoanUpdate.java b/src/main/java/com/plaid/client/model/CraLoanUpdate.java index 55e32fda7f..6605a86e78 100644 --- a/src/main/java/com/plaid/client/model/CraLoanUpdate.java +++ b/src/main/java/com/plaid/client/model/CraLoanUpdate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Contains loan data to update. */ @ApiModel(description = "Contains loan data to update.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoanUpdate { public static final String SERIALIZED_NAME_LOAN_ID = "loan_id"; @SerializedName(SERIALIZED_NAME_LOAN_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterRequest.java b/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterRequest.java index d296b86167..db1193fbf4 100644 --- a/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterRequest.java +++ b/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraLoansApplicationsRegisterRequest defines the request schema for `/cra/loans/applications/register`. */ @ApiModel(description = "CraLoansApplicationsRegisterRequest defines the request schema for `/cra/loans/applications/register`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansApplicationsRegisterRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterResponse.java b/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterResponse.java index 5a28dcede3..295d81f32d 100644 --- a/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterResponse.java +++ b/src/main/java/com/plaid/client/model/CraLoansApplicationsRegisterResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraLoansApplicationsRegisterResponse defines the response schema for `/cra/loans/applications/register`. */ @ApiModel(description = "CraLoansApplicationsRegisterResponse defines the response schema for `/cra/loans/applications/register`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansApplicationsRegisterResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansRegisterResponse.java b/src/main/java/com/plaid/client/model/CraLoansRegisterResponse.java index ba26c33b0f..f12833e6c5 100644 --- a/src/main/java/com/plaid/client/model/CraLoansRegisterResponse.java +++ b/src/main/java/com/plaid/client/model/CraLoansRegisterResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraLoansRegisterResponse defines the response schema for `/cra/loans/register`. */ @ApiModel(description = "CraLoansRegisterResponse defines the response schema for `/cra/loans/register`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansRegisterResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansUnregisterRequest.java b/src/main/java/com/plaid/client/model/CraLoansUnregisterRequest.java index 90535faadc..d5ae756e89 100644 --- a/src/main/java/com/plaid/client/model/CraLoansUnregisterRequest.java +++ b/src/main/java/com/plaid/client/model/CraLoansUnregisterRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraLoansUnregisterRequest defines the request schema for `/cra/loans/unregister` */ @ApiModel(description = "CraLoansUnregisterRequest defines the request schema for `/cra/loans/unregister`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansUnregisterRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansUpdateRequest.java b/src/main/java/com/plaid/client/model/CraLoansUpdateRequest.java index 5789a6869b..c89e5a9fbc 100644 --- a/src/main/java/com/plaid/client/model/CraLoansUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/CraLoansUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraLoansUpdateRequest defines the request schema for `/cra/loans/update` */ @ApiModel(description = "CraLoansUpdateRequest defines the request schema for `/cra/loans/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraLoansUpdateResponse.java b/src/main/java/com/plaid/client/model/CraLoansUpdateResponse.java index a5a4512a61..8e6a81e4d2 100644 --- a/src/main/java/com/plaid/client/model/CraLoansUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/CraLoansUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraLoansUpdateResponse defines the response schema for `/cra/loans/update`. */ @ApiModel(description = "CraLoansUpdateResponse defines the response schema for `/cra/loans/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraLoansUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetRequest.java index d94cfe72f7..0dccbcc4ed 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CraMonitoringInsightsGetRequest defines the request schema for `/cra/monitoring_insights/get` */ @ApiModel(description = "CraMonitoringInsightsGetRequest defines the request schema for `/cra/monitoring_insights/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetResponse.java index 8706324ad7..5d061de11e 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * CraMonitoringInsightsGetResponse defines the response schema for `cra/monitoring_insights/get` + * CraMonitoringInsightsGetResponse defines the response schema for `/cra/monitoring_insights/get` */ -@ApiModel(description = "CraMonitoringInsightsGetResponse defines the response schema for `cra/monitoring_insights/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "CraMonitoringInsightsGetResponse defines the response schema for `/cra/monitoring_insights/get`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsItem.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsItem.java index 74cae1245a..894a7f9378 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsItem.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object representing a Monitoring Insights Item */ @ApiModel(description = "An object representing a Monitoring Insights Item") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsItem { public static final String SERIALIZED_NAME_DATE_GENERATED = "date_generated"; @SerializedName(SERIALIZED_NAME_DATE_GENERATED) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeRequest.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeRequest.java index 6f0d50c9e9..c2c6e42421 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeRequest.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraMonitoringInsightsSubscribeRequest defines the request schema for `/cra/monitoring_insights/subscribe` */ @ApiModel(description = "CraMonitoringInsightsSubscribeRequest defines the request schema for `/cra/monitoring_insights/subscribe`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsSubscribeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeResponse.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeResponse.java index 05fe3634a7..31ba0379cc 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeResponse.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsSubscribeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * CraMonitoringInsightsSubscribeResponse defines the response schema for `cra/monitoring_insights/subscribe` + * CraMonitoringInsightsSubscribeResponse defines the response schema for `/cra/monitoring_insights/subscribe` */ -@ApiModel(description = "CraMonitoringInsightsSubscribeResponse defines the response schema for `cra/monitoring_insights/subscribe`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "CraMonitoringInsightsSubscribeResponse defines the response schema for `/cra/monitoring_insights/subscribe`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsSubscribeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeRequest.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeRequest.java index 9367a7647b..b8bb248573 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeRequest.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CraMonitoringInsightsUnsubscribeRequest defines the request schema for `/cra/monitoring_insights/unsubscribe` */ @ApiModel(description = "CraMonitoringInsightsUnsubscribeRequest defines the request schema for `/cra/monitoring_insights/unsubscribe`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsUnsubscribeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java b/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java index c22000d629..341b66266a 100644 --- a/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java +++ b/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * CraMonitoringInsightsUnsubscribeResponse defines the response schema for `cra/monitoring_insights/unsubscribe` + * CraMonitoringInsightsUnsubscribeResponse defines the response schema for `/cra/monitoring_insights/unsubscribe` */ -@ApiModel(description = "CraMonitoringInsightsUnsubscribeResponse defines the response schema for `cra/monitoring_insights/unsubscribe`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "CraMonitoringInsightsUnsubscribeResponse defines the response schema for `/cra/monitoring_insights/unsubscribe`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonitoringInsightsUnsubscribeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CraMonthlyIncomeValues.java b/src/main/java/com/plaid/client/model/CraMonthlyIncomeValues.java index ae3093c0ba..26a2067a56 100644 --- a/src/main/java/com/plaid/client/model/CraMonthlyIncomeValues.java +++ b/src/main/java/com/plaid/client/model/CraMonthlyIncomeValues.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Modeled estimate of the monthly income. */ @ApiModel(description = "Modeled estimate of the monthly income.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraMonthlyIncomeValues { public static final String SERIALIZED_NAME_GROSS_INCOME = "gross_income"; @SerializedName(SERIALIZED_NAME_GROSS_INCOME) diff --git a/src/main/java/com/plaid/client/model/CraNetworkInsightsItem.java b/src/main/java/com/plaid/client/model/CraNetworkInsightsItem.java index 613fb1d8a3..ce6eb44ae8 100644 --- a/src/main/java/com/plaid/client/model/CraNetworkInsightsItem.java +++ b/src/main/java/com/plaid/client/model/CraNetworkInsightsItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Contains data about the connected Item. */ @ApiModel(description = "Contains data about the connected Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraNetworkInsightsItem { public static final String SERIALIZED_NAME_INSTITUTION_ID = "institution_id"; @SerializedName(SERIALIZED_NAME_INSTITUTION_ID) diff --git a/src/main/java/com/plaid/client/model/CraNetworkInsightsReport.java b/src/main/java/com/plaid/client/model/CraNetworkInsightsReport.java index 3603e85e3e..830801c7b2 100644 --- a/src/main/java/com/plaid/client/model/CraNetworkInsightsReport.java +++ b/src/main/java/com/plaid/client/model/CraNetworkInsightsReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Contains data for the CRA Network Attributes Report. */ @ApiModel(description = "Contains data for the CRA Network Attributes Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraNetworkInsightsReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraPDFAddOns.java b/src/main/java/com/plaid/client/model/CraPDFAddOns.java index 7164af0f03..ebde0d55c8 100644 --- a/src/main/java/com/plaid/client/model/CraPDFAddOns.java +++ b/src/main/java/com/plaid/client/model/CraPDFAddOns.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsights.java b/src/main/java/com/plaid/client/model/CraPartnerInsights.java index ac7038f38c..00a40c2c7d 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsights.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * The Partner Insights report of the bank data for an end user. */ @ApiModel(description = "The Partner Insights report of the bank data for an end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsights { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScore.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScore.java index f98819c364..29d7e4b2da 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScore.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Details about the base FICO score associated with an UltraFICO® scoring request. */ @ApiModel(description = "Details about the base FICO score associated with an UltraFICO® scoring request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsBaseFicoScore { public static final String SERIALIZED_NAME_BUREAU = "bureau"; @SerializedName(SERIALIZED_NAME_BUREAU) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScoreVersion.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScoreVersion.java index 665ea4cffd..8d1c955b65 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScoreVersion.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsBaseFicoScoreVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsBureau.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsBureau.java index f375470ae8..8121c51587 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsBureau.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsBureau.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsCompleteWebhook.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsCompleteWebhook.java index e57b194399..eda8dc2fea 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsCompleteWebhook.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsCompleteWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a partner insights report has finished generating and results are available */ @ApiModel(description = "Fired when a partner insights report has finished generating and results are available") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsCompleteWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsErrorWebhook.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsErrorWebhook.java index 9c0f012a98..d0d00a636d 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsErrorWebhook.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsErrorWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a partner insights report has failed to generate */ @ApiModel(description = "Fired when a partner insights report has failed to generate") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsErrorWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoInput.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoInput.java index f4a477a567..83322cbd13 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoInput.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoInput.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Configuration for the FICO products used in the Partner Insights product. */ @ApiModel(description = "Configuration for the FICO products used in the Partner Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsFicoInput { public static final String SERIALIZED_NAME_FICO_LENDER_ID = "fico_lender_id"; @SerializedName(SERIALIZED_NAME_FICO_LENDER_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoReportCharacteristics.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoReportCharacteristics.java index cc0f959184..80ab69dfbb 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoReportCharacteristics.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoReportCharacteristics.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Report characteristics returned by FICO describing the banking data used to generate the UltraFICO® score. */ @ApiModel(description = "Report characteristics returned by FICO describing the banking data used to generate the UltraFICO® score.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsFicoReportCharacteristics { public static final String SERIALIZED_NAME_NUM_ACCOUNTS = "num_accounts"; @SerializedName(SERIALIZED_NAME_NUM_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoResults.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoResults.java index 75c739b290..18d5a7796a 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoResults.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsFicoResults.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The calculated UltraFICO® scores returned as part of the Partner Insights report. */ @ApiModel(description = "The calculated UltraFICO® scores returned as part of the Partner Insights report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsFicoResults { public static final String SERIALIZED_NAME_LENDER_APPLICATION_ID = "lender_application_id"; @SerializedName(SERIALIZED_NAME_LENDER_APPLICATION_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsGetRequest.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsGetRequest.java index 01a5d0fe5a..aefc6a895f 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CraPartnerInsightsGetRequest defines the request schema for `/cra/partner_insights/get`. */ @ApiModel(description = "CraPartnerInsightsGetRequest defines the request schema for `/cra/partner_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsGetResponse.java index 9578c4bd0c..167abfd958 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CraPartnerInsightsGetResponse defines the response schema for `/cra/partner_insights/get`. */ @ApiModel(description = "CraPartnerInsightsGetResponse defines the response schema for `/cra/partner_insights/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsGetResponse { public static final String SERIALIZED_NAME_REPORT = "report"; @SerializedName(SERIALIZED_NAME_REPORT) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsItem.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsItem.java index 45d04550fb..d46af99536 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsItem.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The details and metadata for an end user's Item. */ @ApiModel(description = "The details and metadata for an end user's Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsItem { public static final String SERIALIZED_NAME_INSTITUTION_ID = "institution_id"; @SerializedName(SERIALIZED_NAME_INSTITUTION_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccount.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccount.java index 4c6d2b4400..7b2765d803 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccount.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Account data corresponding to the Item from which Partner Insights were generated. */ @ApiModel(description = "Account data corresponding to the Item from which Partner Insights were generated.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsItemAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccountMetadata.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccountMetadata.java index 3cdaea8608..ed09f2b728 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccountMetadata.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsItemAccountMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing metadata about the extracted account. */ @ApiModel(description = "An object containing metadata about the extracted account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsItemAccountMetadata { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsPrism.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsPrism.java index 12d68c5ede..3518df6db0 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsPrism.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsPrism.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The Prism Data insights for the user. */ @ApiModel(description = "The Prism Data insights for the user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsPrism { public static final String SERIALIZED_NAME_INSIGHTS = "insights"; @SerializedName(SERIALIZED_NAME_INSIGHTS) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScore.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScore.java index 8767ae3796..854ba2e6ef 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScore.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The calculated UltraFICO® score. */ @ApiModel(description = "The calculated UltraFICO® score.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsUltraFicoScore { public static final String SERIALIZED_NAME_ULTRAFICO_SCORE_VERSION = "ultrafico_score_version"; @SerializedName(SERIALIZED_NAME_ULTRAFICO_SCORE_VERSION) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreRequest.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreRequest.java index 98ed4b7ab3..c733584f2d 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreRequest.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Configuration required to generate a single UltraFICO® score. */ @ApiModel(description = "Configuration required to generate a single UltraFICO® score.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsUltraFicoScoreRequest { public static final String SERIALIZED_NAME_ULTRAFICO_SCORE_VERSION = "ultrafico_score_version"; @SerializedName(SERIALIZED_NAME_ULTRAFICO_SCORE_VERSION) diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreResult.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreResult.java index 7735bce1ce..91e6a66c29 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreResult.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The result of a single UltraFICO® score generation request. */ @ApiModel(description = "The result of a single UltraFICO® score generation request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPartnerInsightsUltraFicoScoreResult { public static final String SERIALIZED_NAME_REQUEST_CORRELATION_ID = "request_correlation_id"; @SerializedName(SERIALIZED_NAME_REQUEST_CORRELATION_ID) @@ -47,6 +47,10 @@ public class CraPartnerInsightsUltraFicoScoreResult { @SerializedName(SERIALIZED_NAME_ERROR_REASON) private String errorReason; + public static final String SERIALIZED_NAME_EXCLUSION_CODE = "exclusion_code"; + @SerializedName(SERIALIZED_NAME_EXCLUSION_CODE) + private String exclusionCode; + public CraPartnerInsightsUltraFicoScoreResult requestCorrelationId(String requestCorrelationId) { @@ -140,6 +144,29 @@ public void setErrorReason(String errorReason) { } + public CraPartnerInsightsUltraFicoScoreResult exclusionCode(String exclusionCode) { + + this.exclusionCode = exclusionCode; + return this; + } + + /** + * FICO exclusion code indicating why an UltraFICO® score could not be computed due to consumer-data conditions (e.g. insufficient account history). `null` when the exclusion code is not set; \"0\" when a score was produced. + * @return exclusionCode + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "FICO exclusion code indicating why an UltraFICO® score could not be computed due to consumer-data conditions (e.g. insufficient account history). `null` when the exclusion code is not set; \"0\" when a score was produced.") + + public String getExclusionCode() { + return exclusionCode; + } + + + public void setExclusionCode(String exclusionCode) { + this.exclusionCode = exclusionCode; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -152,12 +179,13 @@ public boolean equals(Object o) { return Objects.equals(this.requestCorrelationId, craPartnerInsightsUltraFicoScoreResult.requestCorrelationId) && Objects.equals(this.ficoScoringRequestId, craPartnerInsightsUltraFicoScoreResult.ficoScoringRequestId) && Objects.equals(this.ultraficoScore, craPartnerInsightsUltraFicoScoreResult.ultraficoScore) && - Objects.equals(this.errorReason, craPartnerInsightsUltraFicoScoreResult.errorReason); + Objects.equals(this.errorReason, craPartnerInsightsUltraFicoScoreResult.errorReason) && + Objects.equals(this.exclusionCode, craPartnerInsightsUltraFicoScoreResult.exclusionCode); } @Override public int hashCode() { - return Objects.hash(requestCorrelationId, ficoScoringRequestId, ultraficoScore, errorReason); + return Objects.hash(requestCorrelationId, ficoScoringRequestId, ultraficoScore, errorReason, exclusionCode); } @Override @@ -168,6 +196,7 @@ public String toString() { sb.append(" ficoScoringRequestId: ").append(toIndentedString(ficoScoringRequestId)).append("\n"); sb.append(" ultraficoScore: ").append(toIndentedString(ultraficoScore)).append("\n"); sb.append(" errorReason: ").append(toIndentedString(errorReason)).append("\n"); + sb.append(" exclusionCode: ").append(toIndentedString(exclusionCode)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java index 40db959431..ee7db3258a 100644 --- a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java +++ b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraPredictionInterval.java b/src/main/java/com/plaid/client/model/CraPredictionInterval.java index 68430cb6d9..553db691d6 100644 --- a/src/main/java/com/plaid/client/model/CraPredictionInterval.java +++ b/src/main/java/com/plaid/client/model/CraPredictionInterval.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The object containing prediction interval data. */ @ApiModel(description = "The object containing prediction interval data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraPredictionInterval { public static final String SERIALIZED_NAME_LOWER_BOUND = "lower_bound"; @SerializedName(SERIALIZED_NAME_LOWER_BOUND) diff --git a/src/main/java/com/plaid/client/model/CraProjectedModeledIncome.java b/src/main/java/com/plaid/client/model/CraProjectedModeledIncome.java index fd55604fdf..a0a547b783 100644 --- a/src/main/java/com/plaid/client/model/CraProjectedModeledIncome.java +++ b/src/main/java/com/plaid/client/model/CraProjectedModeledIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Forward-looking modeled estimate of income based on recent income transactions and trends in active streams. */ @ApiModel(description = "Forward-looking modeled estimate of income based on recent income transactions and trends in active streams.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraProjectedModeledIncome { public static final String SERIALIZED_NAME_MONTHLY = "monthly"; @SerializedName(SERIALIZED_NAME_MONTHLY) diff --git a/src/main/java/com/plaid/client/model/CraReportDecisionStage.java b/src/main/java/com/plaid/client/model/CraReportDecisionStage.java new file mode 100644 index 0000000000..ffaa38e672 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportDecisionStage.java @@ -0,0 +1,81 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import io.swagger.annotations.ApiModel; +import com.google.gson.annotations.SerializedName; + +import java.io.IOException; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; + +/** + * The stage in the lending lifecycle for which the report is being retrieved. + */ +@JsonAdapter(CraReportDecisionStage.Adapter.class) +public enum CraReportDecisionStage { + + PREQUALIFICATION("PREQUALIFICATION"), + + DECISIONING("DECISIONING"), + + SERVICING("SERVICING"), + + // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. + // Try upgrading your client-library version. + ENUM_UNKNOWN("ENUM_UNKNOWN"); + + private String value; + + CraReportDecisionStage(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static CraReportDecisionStage fromValue(String value) { + for (CraReportDecisionStage b : CraReportDecisionStage.values()) { + if (b.value.equals(value)) { + return b; + } + } + + return CraReportDecisionStage.ENUM_UNKNOWN; + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final CraReportDecisionStage enumeration) throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public CraReportDecisionStage read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return CraReportDecisionStage.fromValue(value); + } + } +} + diff --git a/src/main/java/com/plaid/client/model/CraReportGetReport.java b/src/main/java/com/plaid/client/model/CraReportGetReport.java new file mode 100644 index 0000000000..b760804e03 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportGetReport.java @@ -0,0 +1,222 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.ConsumerReportPermissiblePurpose; +import com.plaid.client.model.CraReportDecisionStage; +import com.plaid.client.model.CraReportGetResponseProduct; +import com.plaid.client.model.CraReportScope; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.time.OffsetDateTime; +import java.util.ArrayList; +import java.util.List; + +/** + * The CRA report returned by `/cra/report/get`. + */ +@ApiModel(description = "The CRA report returned by `/cra/report/get`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraReportGetReport { + public static final String SERIALIZED_NAME_RETRIEVED_TIME = "retrieved_time"; + @SerializedName(SERIALIZED_NAME_RETRIEVED_TIME) + private OffsetDateTime retrievedTime; + + public static final String SERIALIZED_NAME_SCOPE = "scope"; + @SerializedName(SERIALIZED_NAME_SCOPE) + private CraReportScope scope; + + public static final String SERIALIZED_NAME_DECISION_STAGE = "decision_stage"; + @SerializedName(SERIALIZED_NAME_DECISION_STAGE) + private CraReportDecisionStage decisionStage; + + public static final String SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE = "consumer_report_permissible_purpose"; + @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE) + private ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose; + + public static final String SERIALIZED_NAME_PRODUCTS = "products"; + @SerializedName(SERIALIZED_NAME_PRODUCTS) + private List products = new ArrayList<>(); + + + public CraReportGetReport retrievedTime(OffsetDateTime retrievedTime) { + + this.retrievedTime = retrievedTime; + return this; + } + + /** + * The date and time the report was retrieved. + * @return retrievedTime + **/ + @ApiModelProperty(required = true, value = "The date and time the report was retrieved.") + + public OffsetDateTime getRetrievedTime() { + return retrievedTime; + } + + + public void setRetrievedTime(OffsetDateTime retrievedTime) { + this.retrievedTime = retrievedTime; + } + + + public CraReportGetReport scope(CraReportScope scope) { + + this.scope = scope; + return this; + } + + /** + * Get scope + * @return scope + **/ + @ApiModelProperty(required = true, value = "") + + public CraReportScope getScope() { + return scope; + } + + + public void setScope(CraReportScope scope) { + this.scope = scope; + } + + + public CraReportGetReport decisionStage(CraReportDecisionStage decisionStage) { + + this.decisionStage = decisionStage; + return this; + } + + /** + * Get decisionStage + * @return decisionStage + **/ + @ApiModelProperty(required = true, value = "") + + public CraReportDecisionStage getDecisionStage() { + return decisionStage; + } + + + public void setDecisionStage(CraReportDecisionStage decisionStage) { + this.decisionStage = decisionStage; + } + + + public CraReportGetReport consumerReportPermissiblePurpose(ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose) { + + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + return this; + } + + /** + * Get consumerReportPermissiblePurpose + * @return consumerReportPermissiblePurpose + **/ + @ApiModelProperty(required = true, value = "") + + public ConsumerReportPermissiblePurpose getConsumerReportPermissiblePurpose() { + return consumerReportPermissiblePurpose; + } + + + public void setConsumerReportPermissiblePurpose(ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose) { + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + } + + + public CraReportGetReport products(List products) { + + this.products = products; + return this; + } + + public CraReportGetReport addProductsItem(CraReportGetResponseProduct productsItem) { + this.products.add(productsItem); + return this; + } + + /** + * Per-product report data. Each entry corresponds to one requested product. + * @return products + **/ + @ApiModelProperty(required = true, value = "Per-product report data. Each entry corresponds to one requested product.") + + public List getProducts() { + return products; + } + + + public void setProducts(List products) { + this.products = products; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraReportGetReport craReportGetReport = (CraReportGetReport) o; + return Objects.equals(this.retrievedTime, craReportGetReport.retrievedTime) && + Objects.equals(this.scope, craReportGetReport.scope) && + Objects.equals(this.decisionStage, craReportGetReport.decisionStage) && + Objects.equals(this.consumerReportPermissiblePurpose, craReportGetReport.consumerReportPermissiblePurpose) && + Objects.equals(this.products, craReportGetReport.products); + } + + @Override + public int hashCode() { + return Objects.hash(retrievedTime, scope, decisionStage, consumerReportPermissiblePurpose, products); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraReportGetReport {\n"); + sb.append(" retrievedTime: ").append(toIndentedString(retrievedTime)).append("\n"); + sb.append(" scope: ").append(toIndentedString(scope)).append("\n"); + sb.append(" decisionStage: ").append(toIndentedString(decisionStage)).append("\n"); + sb.append(" consumerReportPermissiblePurpose: ").append(toIndentedString(consumerReportPermissiblePurpose)).append("\n"); + sb.append(" products: ").append(toIndentedString(products)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraReportGetRequest.java b/src/main/java/com/plaid/client/model/CraReportGetRequest.java new file mode 100644 index 0000000000..6d72eb673b --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportGetRequest.java @@ -0,0 +1,280 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.ConsumerReportPermissiblePurpose; +import com.plaid.client.model.CraReportDecisionStage; +import com.plaid.client.model.CraReportGetRequestProduct; +import com.plaid.client.model.CraReportScope; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * CraReportGetRequest defines the request schema for `/cra/report/get`. + */ +@ApiModel(description = "CraReportGetRequest defines the request schema for `/cra/report/get`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraReportGetRequest { + public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; + @SerializedName(SERIALIZED_NAME_CLIENT_ID) + private String clientId; + + public static final String SERIALIZED_NAME_SECRET = "secret"; + @SerializedName(SERIALIZED_NAME_SECRET) + private String secret; + + public static final String SERIALIZED_NAME_USER_ID = "user_id"; + @SerializedName(SERIALIZED_NAME_USER_ID) + private String userId; + + public static final String SERIALIZED_NAME_PRODUCTS = "products"; + @SerializedName(SERIALIZED_NAME_PRODUCTS) + private List products = new ArrayList<>(); + + public static final String SERIALIZED_NAME_SCOPE = "scope"; + @SerializedName(SERIALIZED_NAME_SCOPE) + private CraReportScope scope; + + public static final String SERIALIZED_NAME_DECISION_STAGE = "decision_stage"; + @SerializedName(SERIALIZED_NAME_DECISION_STAGE) + private CraReportDecisionStage decisionStage; + + public static final String SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE = "consumer_report_permissible_purpose"; + @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_PERMISSIBLE_PURPOSE) + private ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose; + + + public CraReportGetRequest clientId(String clientId) { + + this.clientId = clientId; + return this; + } + + /** + * Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. + * @return clientId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") + + public String getClientId() { + return clientId; + } + + + public void setClientId(String clientId) { + this.clientId = clientId; + } + + + public CraReportGetRequest secret(String secret) { + + this.secret = secret; + return this; + } + + /** + * Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. + * @return secret + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") + + public String getSecret() { + return secret; + } + + + public void setSecret(String secret) { + this.secret = secret; + } + + + public CraReportGetRequest userId(String userId) { + + this.userId = userId; + return this; + } + + /** + * A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). + * @return userId + **/ + @ApiModelProperty(required = true, value = "A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).") + + public String getUserId() { + return userId; + } + + + public void setUserId(String userId) { + this.userId = userId; + } + + + public CraReportGetRequest products(List products) { + + this.products = products; + return this; + } + + public CraReportGetRequest addProductsItem(CraReportGetRequestProduct productsItem) { + this.products.add(productsItem); + return this; + } + + /** + * The requested products and their versions, e.g. `[{\"product\":\"cra_qualify\",\"version\":\"V1\"}]`. + * @return products + **/ + @ApiModelProperty(required = true, value = "The requested products and their versions, e.g. `[{\"product\":\"cra_qualify\",\"version\":\"V1\"}]`.") + + public List getProducts() { + return products; + } + + + public void setProducts(List products) { + this.products = products; + } + + + public CraReportGetRequest scope(CraReportScope scope) { + + this.scope = scope; + return this; + } + + /** + * Get scope + * @return scope + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CraReportScope getScope() { + return scope; + } + + + public void setScope(CraReportScope scope) { + this.scope = scope; + } + + + public CraReportGetRequest decisionStage(CraReportDecisionStage decisionStage) { + + this.decisionStage = decisionStage; + return this; + } + + /** + * Get decisionStage + * @return decisionStage + **/ + @ApiModelProperty(required = true, value = "") + + public CraReportDecisionStage getDecisionStage() { + return decisionStage; + } + + + public void setDecisionStage(CraReportDecisionStage decisionStage) { + this.decisionStage = decisionStage; + } + + + public CraReportGetRequest consumerReportPermissiblePurpose(ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose) { + + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + return this; + } + + /** + * Get consumerReportPermissiblePurpose + * @return consumerReportPermissiblePurpose + **/ + @ApiModelProperty(required = true, value = "") + + public ConsumerReportPermissiblePurpose getConsumerReportPermissiblePurpose() { + return consumerReportPermissiblePurpose; + } + + + public void setConsumerReportPermissiblePurpose(ConsumerReportPermissiblePurpose consumerReportPermissiblePurpose) { + this.consumerReportPermissiblePurpose = consumerReportPermissiblePurpose; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraReportGetRequest craReportGetRequest = (CraReportGetRequest) o; + return Objects.equals(this.clientId, craReportGetRequest.clientId) && + Objects.equals(this.secret, craReportGetRequest.secret) && + Objects.equals(this.userId, craReportGetRequest.userId) && + Objects.equals(this.products, craReportGetRequest.products) && + Objects.equals(this.scope, craReportGetRequest.scope) && + Objects.equals(this.decisionStage, craReportGetRequest.decisionStage) && + Objects.equals(this.consumerReportPermissiblePurpose, craReportGetRequest.consumerReportPermissiblePurpose); + } + + @Override + public int hashCode() { + return Objects.hash(clientId, secret, userId, products, scope, decisionStage, consumerReportPermissiblePurpose); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraReportGetRequest {\n"); + sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); + sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); + sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); + sb.append(" products: ").append(toIndentedString(products)).append("\n"); + sb.append(" scope: ").append(toIndentedString(scope)).append("\n"); + sb.append(" decisionStage: ").append(toIndentedString(decisionStage)).append("\n"); + sb.append(" consumerReportPermissiblePurpose: ").append(toIndentedString(consumerReportPermissiblePurpose)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java b/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java new file mode 100644 index 0000000000..7514e14e2b --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java @@ -0,0 +1,127 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.Products; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * CraReportGetRequestProduct specifies a product and version for a `/cra/report/get` call. + */ +@ApiModel(description = "CraReportGetRequestProduct specifies a product and version for a `/cra/report/get` call.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraReportGetRequestProduct { + public static final String SERIALIZED_NAME_PRODUCT = "product"; + @SerializedName(SERIALIZED_NAME_PRODUCT) + private Products product; + + public static final String SERIALIZED_NAME_VERSION = "version"; + @SerializedName(SERIALIZED_NAME_VERSION) + private String version; + + + public CraReportGetRequestProduct product(Products product) { + + this.product = product; + return this; + } + + /** + * Get product + * @return product + **/ + @ApiModelProperty(required = true, value = "") + + public Products getProduct() { + return product; + } + + + public void setProduct(Products product) { + this.product = product; + } + + + public CraReportGetRequestProduct version(String version) { + + this.version = version; + return this; + } + + /** + * The version of the product that was generated. + * @return version + **/ + @ApiModelProperty(required = true, value = "The version of the product that was generated.") + + public String getVersion() { + return version; + } + + + public void setVersion(String version) { + this.version = version; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraReportGetRequestProduct craReportGetRequestProduct = (CraReportGetRequestProduct) o; + return Objects.equals(this.product, craReportGetRequestProduct.product) && + Objects.equals(this.version, craReportGetRequestProduct.version); + } + + @Override + public int hashCode() { + return Objects.hash(product, version); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraReportGetRequestProduct {\n"); + sb.append(" product: ").append(toIndentedString(product)).append("\n"); + sb.append(" version: ").append(toIndentedString(version)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraReportGetResponse.java b/src/main/java/com/plaid/client/model/CraReportGetResponse.java new file mode 100644 index 0000000000..018139144e --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportGetResponse.java @@ -0,0 +1,191 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CheckReportWarning; +import com.plaid.client.model.CraReportGetReport; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * CraReportGetResponse defines the response schema for `/cra/report/get`. + */ +@ApiModel(description = "CraReportGetResponse defines the response schema for `/cra/report/get`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraReportGetResponse { + public static final String SERIALIZED_NAME_REPORT = "report"; + @SerializedName(SERIALIZED_NAME_REPORT) + private CraReportGetReport report; + + public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; + @SerializedName(SERIALIZED_NAME_REQUEST_ID) + private String requestId; + + public static final String SERIALIZED_NAME_USER_ID = "user_id"; + @SerializedName(SERIALIZED_NAME_USER_ID) + private String userId; + + public static final String SERIALIZED_NAME_WARNINGS = "warnings"; + @SerializedName(SERIALIZED_NAME_WARNINGS) + private List warnings = new ArrayList<>(); + + + public CraReportGetResponse report(CraReportGetReport report) { + + this.report = report; + return this; + } + + /** + * Get report + * @return report + **/ + @ApiModelProperty(required = true, value = "") + + public CraReportGetReport getReport() { + return report; + } + + + public void setReport(CraReportGetReport report) { + this.report = report; + } + + + public CraReportGetResponse requestId(String requestId) { + + this.requestId = requestId; + return this; + } + + /** + * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. + * @return requestId + **/ + @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") + + public String getRequestId() { + return requestId; + } + + + public void setRequestId(String requestId) { + this.requestId = requestId; + } + + + public CraReportGetResponse userId(String userId) { + + this.userId = userId; + return this; + } + + /** + * A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). + * @return userId + **/ + @ApiModelProperty(required = true, value = "A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).") + + public String getUserId() { + return userId; + } + + + public void setUserId(String userId) { + this.userId = userId; + } + + + public CraReportGetResponse warnings(List warnings) { + + this.warnings = warnings; + return this; + } + + public CraReportGetResponse addWarningsItem(CheckReportWarning warningsItem) { + this.warnings.add(warningsItem); + return this; + } + + /** + * User or report-level errors that affected the overall report but do not map to a specific product failure. + * @return warnings + **/ + @ApiModelProperty(required = true, value = "User or report-level errors that affected the overall report but do not map to a specific product failure.") + + public List getWarnings() { + return warnings; + } + + + public void setWarnings(List warnings) { + this.warnings = warnings; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraReportGetResponse craReportGetResponse = (CraReportGetResponse) o; + return Objects.equals(this.report, craReportGetResponse.report) && + Objects.equals(this.requestId, craReportGetResponse.requestId) && + Objects.equals(this.userId, craReportGetResponse.userId) && + Objects.equals(this.warnings, craReportGetResponse.warnings); + } + + @Override + public int hashCode() { + return Objects.hash(report, requestId, userId, warnings); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraReportGetResponse {\n"); + sb.append(" report: ").append(toIndentedString(report)).append("\n"); + sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); + sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); + sb.append(" warnings: ").append(toIndentedString(warnings)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java b/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java new file mode 100644 index 0000000000..a515eeb92b --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java @@ -0,0 +1,221 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.PlaidError; +import com.plaid.client.model.Products; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * Per-product report data. `attributes` is an opaque map of key-value pairs; for a full list of attributes per product and version, see the data dictionary. + */ +@ApiModel(description = "Per-product report data. `attributes` is an opaque map of key-value pairs; for a full list of attributes per product and version, see the data dictionary.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CraReportGetResponseProduct { + public static final String SERIALIZED_NAME_PRODUCT = "product"; + @SerializedName(SERIALIZED_NAME_PRODUCT) + private Products product; + + public static final String SERIALIZED_NAME_VERSION = "version"; + @SerializedName(SERIALIZED_NAME_VERSION) + private String version; + + public static final String SERIALIZED_NAME_METADATA = "metadata"; + @SerializedName(SERIALIZED_NAME_METADATA) + private Object metadata; + + public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes"; + @SerializedName(SERIALIZED_NAME_ATTRIBUTES) + private Object attributes; + + public static final String SERIALIZED_NAME_ERRORS = "errors"; + @SerializedName(SERIALIZED_NAME_ERRORS) + private List errors = new ArrayList<>(); + + + public CraReportGetResponseProduct product(Products product) { + + this.product = product; + return this; + } + + /** + * Get product + * @return product + **/ + @ApiModelProperty(required = true, value = "") + + public Products getProduct() { + return product; + } + + + public void setProduct(Products product) { + this.product = product; + } + + + public CraReportGetResponseProduct version(String version) { + + this.version = version; + return this; + } + + /** + * The version of the product that was generated. + * @return version + **/ + @ApiModelProperty(required = true, value = "The version of the product that was generated.") + + public String getVersion() { + return version; + } + + + public void setVersion(String version) { + this.version = version; + } + + + public CraReportGetResponseProduct metadata(Object metadata) { + + this.metadata = metadata; + return this; + } + + /** + * A map of product report metadata, where the key is a string and the value varies by product. For a full list of metadata fields per product, see the data dictionary. May be `null` if metadata was not available. + * @return metadata + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "A map of product report metadata, where the key is a string and the value varies by product. For a full list of metadata fields per product, see the data dictionary. May be `null` if metadata was not available.") + + public Object getMetadata() { + return metadata; + } + + + public void setMetadata(Object metadata) { + this.metadata = metadata; + } + + + public CraReportGetResponseProduct attributes(Object attributes) { + + this.attributes = attributes; + return this; + } + + /** + * A map of product attributes, where the key is a string and the value is a float, int, or boolean. The specific list of attributes depends on the product and version. For a full list, see the data dictionary. May be `null` if attributes were not available. + * @return attributes + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "A map of product attributes, where the key is a string and the value is a float, int, or boolean. The specific list of attributes depends on the product and version. For a full list, see the data dictionary. May be `null` if attributes were not available.") + + public Object getAttributes() { + return attributes; + } + + + public void setAttributes(Object attributes) { + this.attributes = attributes; + } + + + public CraReportGetResponseProduct errors(List errors) { + + this.errors = errors; + return this; + } + + public CraReportGetResponseProduct addErrorsItem(PlaidError errorsItem) { + this.errors.add(errorsItem); + return this; + } + + /** + * Product-level errors. Non-empty when this product failed to generate; empty on success. + * @return errors + **/ + @ApiModelProperty(required = true, value = "Product-level errors. Non-empty when this product failed to generate; empty on success.") + + public List getErrors() { + return errors; + } + + + public void setErrors(List errors) { + this.errors = errors; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CraReportGetResponseProduct craReportGetResponseProduct = (CraReportGetResponseProduct) o; + return Objects.equals(this.product, craReportGetResponseProduct.product) && + Objects.equals(this.version, craReportGetResponseProduct.version) && + Objects.equals(this.metadata, craReportGetResponseProduct.metadata) && + Objects.equals(this.attributes, craReportGetResponseProduct.attributes) && + Objects.equals(this.errors, craReportGetResponseProduct.errors); + } + + @Override + public int hashCode() { + return Objects.hash(product, version, metadata, attributes, errors); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CraReportGetResponseProduct {\n"); + sb.append(" product: ").append(toIndentedString(product)).append("\n"); + sb.append(" version: ").append(toIndentedString(version)).append("\n"); + sb.append(" metadata: ").append(toIndentedString(metadata)).append("\n"); + sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); + sb.append(" errors: ").append(toIndentedString(errors)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CraReportScope.java b/src/main/java/com/plaid/client/model/CraReportScope.java new file mode 100644 index 0000000000..a01a5ffd12 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CraReportScope.java @@ -0,0 +1,79 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import io.swagger.annotations.ApiModel; +import com.google.gson.annotations.SerializedName; + +import java.io.IOException; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; + +/** + * Determines whose items are used. `PLAID_NETWORK` (default) uses the Plaid Network view of the user's profile. `CLIENT_USER` uses only the items linked by this client. + */ +@JsonAdapter(CraReportScope.Adapter.class) +public enum CraReportScope { + + PLAID_NETWORK("PLAID_NETWORK"), + + CLIENT_USER("CLIENT_USER"), + + // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. + // Try upgrading your client-library version. + ENUM_UNKNOWN("ENUM_UNKNOWN"); + + private String value; + + CraReportScope(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static CraReportScope fromValue(String value) { + for (CraReportScope b : CraReportScope.values()) { + if (b.value.equals(value)) { + return b; + } + } + + return CraReportScope.ENUM_UNKNOWN; + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final CraReportScope enumeration) throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public CraReportScope read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return CraReportScope.fromValue(value); + } + } +} + diff --git a/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java b/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java index cd95e2fa9c..67ed9d311f 100644 --- a/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java +++ b/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when a Check Report upgrade attempt has failed */ @ApiModel(description = "Fired when a Check Report upgrade attempt has failed") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraUpgradeFailedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraUserCheckReportFailedWebhook.java b/src/main/java/com/plaid/client/model/CraUserCheckReportFailedWebhook.java index 85179b0a6d..78bd899ddc 100644 --- a/src/main/java/com/plaid/client/model/CraUserCheckReportFailedWebhook.java +++ b/src/main/java/com/plaid/client/model/CraUserCheckReportFailedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,6 +20,9 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CheckReportRepairableItem; +import com.plaid.client.model.PlaidError; +import com.plaid.client.model.Products; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -31,7 +34,7 @@ * Fired when a Check Report has failed to generate. To get more details, call `/user/items/get` and check for non-null `error` objects on the associated Items in the response. These `error` objects will contain more details on why the Item is in an error state and how to resolve it. After resolving the errors, you can try to re-generate the report. */ @ApiModel(description = "Fired when a Check Report has failed to generate. To get more details, call `/user/items/get` and check for non-null `error` objects on the associated Items in the response. These `error` objects will contain more details on why the Item is in an error state and how to resolve it. After resolving the errors, you can try to re-generate the report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraUserCheckReportFailedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) @@ -45,6 +48,18 @@ public class CraUserCheckReportFailedWebhook { @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; + public static final String SERIALIZED_NAME_ERROR = "error"; + @SerializedName(SERIALIZED_NAME_ERROR) + private PlaidError error; + + public static final String SERIALIZED_NAME_REPAIRABLE_ITEMS = "repairable_items"; + @SerializedName(SERIALIZED_NAME_REPAIRABLE_ITEMS) + private List repairableItems = null; + + public static final String SERIALIZED_NAME_FAILED_PRODUCTS = "failed_products"; + @SerializedName(SERIALIZED_NAME_FAILED_PRODUCTS) + private List failedProducts = null; + public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) private List itemIds = null; @@ -120,6 +135,91 @@ public void setUserId(String userId) { } + public CraUserCheckReportFailedWebhook error(PlaidError error) { + + this.error = error; + return this; + } + + /** + * Details on why the Check Report failed and how to resolve it. + * @return error + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Details on why the Check Report failed and how to resolve it.") + + public PlaidError getError() { + return error; + } + + + public void setError(PlaidError error) { + this.error = error; + } + + + public CraUserCheckReportFailedWebhook repairableItems(List repairableItems) { + + this.repairableItems = repairableItems; + return this; + } + + public CraUserCheckReportFailedWebhook addRepairableItemsItem(CheckReportRepairableItem repairableItemsItem) { + if (this.repairableItems == null) { + this.repairableItems = new ArrayList<>(); + } + this.repairableItems.add(repairableItemsItem); + return this; + } + + /** + * A list of Items that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). Empty when no Item is user-repairable. After repairing these Items, call `/cra/check_report/create` to regenerate the report. + * @return repairableItems + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "A list of Items that the end user can repair via Link [update mode](https://plaid.com/docs/link/update-mode). Empty when no Item is user-repairable. After repairing these Items, call `/cra/check_report/create` to regenerate the report.") + + public List getRepairableItems() { + return repairableItems; + } + + + public void setRepairableItems(List repairableItems) { + this.repairableItems = repairableItems; + } + + + public CraUserCheckReportFailedWebhook failedProducts(List failedProducts) { + + this.failedProducts = failedProducts; + return this; + } + + public CraUserCheckReportFailedWebhook addFailedProductsItem(Products failedProductsItem) { + if (this.failedProducts == null) { + this.failedProducts = new ArrayList<>(); + } + this.failedProducts.add(failedProductsItem); + return this; + } + + /** + * Specifies a list of products that failed to generate for the report. Populated when generation was attempted and all requested products failed. Additional detail on what caused the failure can be found by calling the product /get endpoint. + * @return failedProducts + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Specifies a list of products that failed to generate for the report. Populated when generation was attempted and all requested products failed. Additional detail on what caused the failure can be found by calling the product /get endpoint.") + + public List getFailedProducts() { + return failedProducts; + } + + + public void setFailedProducts(List failedProducts) { + this.failedProducts = failedProducts; + } + + public CraUserCheckReportFailedWebhook itemIds(List itemIds) { this.itemIds = itemIds; @@ -185,13 +285,16 @@ public boolean equals(Object o) { return Objects.equals(this.webhookType, craUserCheckReportFailedWebhook.webhookType) && Objects.equals(this.webhookCode, craUserCheckReportFailedWebhook.webhookCode) && Objects.equals(this.userId, craUserCheckReportFailedWebhook.userId) && + Objects.equals(this.error, craUserCheckReportFailedWebhook.error) && + Objects.equals(this.repairableItems, craUserCheckReportFailedWebhook.repairableItems) && + Objects.equals(this.failedProducts, craUserCheckReportFailedWebhook.failedProducts) && Objects.equals(this.itemIds, craUserCheckReportFailedWebhook.itemIds) && Objects.equals(this.environment, craUserCheckReportFailedWebhook.environment); } @Override public int hashCode() { - return Objects.hash(webhookType, webhookCode, userId, itemIds, environment); + return Objects.hash(webhookType, webhookCode, userId, error, repairableItems, failedProducts, itemIds, environment); } @Override @@ -201,6 +304,9 @@ public String toString() { sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); + sb.append(" error: ").append(toIndentedString(error)).append("\n"); + sb.append(" repairableItems: ").append(toIndentedString(repairableItems)).append("\n"); + sb.append(" failedProducts: ").append(toIndentedString(failedProducts)).append("\n"); sb.append(" itemIds: ").append(toIndentedString(itemIds)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); diff --git a/src/main/java/com/plaid/client/model/CraUserCheckReportReadyWebhook.java b/src/main/java/com/plaid/client/model/CraUserCheckReportReadyWebhook.java index 07591dd713..7ca1a1409a 100644 --- a/src/main/java/com/plaid/client/model/CraUserCheckReportReadyWebhook.java +++ b/src/main/java/com/plaid/client/model/CraUserCheckReportReadyWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Fired when the Check Report is ready to be retrieved. Once this webhook has fired, the report will be available to retrieve for 24 hours. */ @ApiModel(description = "Fired when the Check Report is ready to be retrieved. Once this webhook has fired, the report will be available to retrieve for 24 hours.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraUserCheckReportReadyWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/CraUserTier.java b/src/main/java/com/plaid/client/model/CraUserTier.java index f62f59f8b6..051e833059 100644 --- a/src/main/java/com/plaid/client/model/CraUserTier.java +++ b/src/main/java/com/plaid/client/model/CraUserTier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeAccount.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeAccount.java index 7070b1f3d4..428ffb30d4 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeAccount.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Account information within the Home Lending Income Report. */ @ApiModel(description = "Account information within the Home Lending Income Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeCategory.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeCategory.java index f1b80d7ce4..6d21fe6cf0 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeCategory.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The income category for a given stream. The streams returned in the response will be filtered based on these primary and secondary income categories. See the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv) for a full list of income categories. */ @ApiModel(description = "The income category for a given stream. The streams returned in the response will be filtered based on these primary and secondary income categories. See the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv) for a full list of income categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeCategory { public static final String SERIALIZED_NAME_PRIMARY = "primary"; @SerializedName(SERIALIZED_NAME_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeItem.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeItem.java index a19b9bb498..55db46bcbd 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeItem.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details and metadata for an end user's Item within the Home Lending Income Report. */ @ApiModel(description = "The details and metadata for an end user's Item within the Home Lending Income Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeMetrics.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeMetrics.java index a0fa210d92..ea02d0d8ae 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeMetrics.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeMetrics.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Modeled income metrics for a given income stream or user summary. */ @ApiModel(description = "Modeled income metrics for a given income stream or user summary.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeMetrics { public static final String SERIALIZED_NAME_CURRENT = "current"; @SerializedName(SERIALIZED_NAME_CURRENT) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeNextPayment.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeNextPayment.java index cf465647a5..41458b2a68 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeNextPayment.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeNextPayment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata of the income stream's next payment. */ @ApiModel(description = "Metadata of the income stream's next payment.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeNextPayment { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomePayFrequency.java b/src/main/java/com/plaid/client/model/CraVerificationIncomePayFrequency.java index b20d2fa725..a44afeaabf 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomePayFrequency.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomePayFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeProvider.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeProvider.java index 37cd80582e..058fbf4687 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeProvider.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeProvider.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The object containing data about the income provider. */ @ApiModel(description = "The object containing data about the income provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeProvider { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeReport.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeReport.java index 3a5c9dce6d..5ab0c2b8f9 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeReport.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object representing an Income Report within the Home Lending Report. */ @ApiModel(description = "An object representing an Income Report within the Home Lending Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeReport { public static final String SERIALIZED_NAME_GENERATED_TIME = "generated_time"; @SerializedName(SERIALIZED_NAME_GENERATED_TIME) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeStatus.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeStatus.java index 9de5711303..1a66856062 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeStatus.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeStream.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeStream.java index 7c68205a3a..9cf0ca93d2 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeStream.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeStream.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An income stream detected for the user. */ @ApiModel(description = "An income stream detected for the user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeStream { public static final String SERIALIZED_NAME_INCOME_STREAM_ID = "income_stream_id"; @SerializedName(SERIALIZED_NAME_INCOME_STREAM_ID) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeStreamInsights.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeStreamInsights.java index 4c68cff7ab..fa8ccef5cc 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeStreamInsights.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeStreamInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Modeled insights for a given income stream. */ @ApiModel(description = "Modeled insights for a given income stream.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeStreamInsights { public static final String SERIALIZED_NAME_INCOME_CATEGORY = "income_category"; @SerializedName(SERIALIZED_NAME_INCOME_CATEGORY) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeTransaction.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeTransaction.java index 50b3419302..df3609b8aa 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeTransaction.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The transaction data for an income stream. */ @ApiModel(description = "The transaction data for an income stream.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeTransaction { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeTransactionOutlier.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeTransactionOutlier.java index 2e6e7d7c03..6ece8634d5 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeTransactionOutlier.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeTransactionOutlier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Metadata on whether this income transaction is an outlier. */ @ApiModel(description = "Metadata on whether this income transaction is an outlier.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeTransactionOutlier { public static final String SERIALIZED_NAME_IS_OUTLIER = "is_outlier"; @SerializedName(SERIALIZED_NAME_IS_OUTLIER) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeUserSummary.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeUserSummary.java index 08db390c7e..d853d33e06 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeUserSummary.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeUserSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Aggregated summary of all income streams for this user. */ @ApiModel(description = "Aggregated summary of all income streams for this user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeUserSummary { public static final String SERIALIZED_NAME_INCOME_METRICS = "income_metrics"; @SerializedName(SERIALIZED_NAME_INCOME_METRICS) diff --git a/src/main/java/com/plaid/client/model/CraVerificationIncomeValues.java b/src/main/java/com/plaid/client/model/CraVerificationIncomeValues.java index 685d974fc2..55ac492b37 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationIncomeValues.java +++ b/src/main/java/com/plaid/client/model/CraVerificationIncomeValues.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Modeled income values for a given time period. */ @ApiModel(description = "Modeled income values for a given time period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationIncomeValues { public static final String SERIALIZED_NAME_GROSS_INCOME = "gross_income"; @SerializedName(SERIALIZED_NAME_GROSS_INCOME) diff --git a/src/main/java/com/plaid/client/model/CraVerificationModeledIncome.java b/src/main/java/com/plaid/client/model/CraVerificationModeledIncome.java index 58cbe926c8..766871b802 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationModeledIncome.java +++ b/src/main/java/com/plaid/client/model/CraVerificationModeledIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Modeled estimate of current income based on recently observed income transactions. */ @ApiModel(description = "Modeled estimate of current income based on recently observed income transactions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationModeledIncome { public static final String SERIALIZED_NAME_MONTHLY = "monthly"; @SerializedName(SERIALIZED_NAME_MONTHLY) diff --git a/src/main/java/com/plaid/client/model/CraVerificationReport.java b/src/main/java/com/plaid/client/model/CraVerificationReport.java index 13eb7e57ff..3e4a0a1524 100644 --- a/src/main/java/com/plaid/client/model/CraVerificationReport.java +++ b/src/main/java/com/plaid/client/model/CraVerificationReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Contains data for the CRA Home Lending Report. */ @ApiModel(description = "Contains data for the CRA Home Lending Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVerificationReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CraVoaReport.java b/src/main/java/com/plaid/client/model/CraVoaReport.java index 1cb8ef15a7..e186ae6a65 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReport.java +++ b/src/main/java/com/plaid/client/model/CraVoaReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object representing a VOA report. */ @ApiModel(description = "An object representing a VOA report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReport { public static final String SERIALIZED_NAME_GENERATED_TIME = "generated_time"; @SerializedName(SERIALIZED_NAME_GENERATED_TIME) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportAccount.java b/src/main/java/com/plaid/client/model/CraVoaReportAccount.java index 3311eb2f0d..b6f3151a83 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportAccount.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * VOA Report information about an account. */ @ApiModel(description = "VOA Report information about an account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportAccountBalances.java b/src/main/java/com/plaid/client/model/CraVoaReportAccountBalances.java index ad1566c35c..17d5a814e0 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportAccountBalances.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportAccountBalances.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * VOA Report information about an account's balances. */ @ApiModel(description = "VOA Report information about an account's balances.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportAccountBalances { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportAccountHistoricalBalance.java b/src/main/java/com/plaid/client/model/CraVoaReportAccountHistoricalBalance.java index ccb08c301f..7cd04b5478 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportAccountHistoricalBalance.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportAccountHistoricalBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a balance held by an account in the past. */ @ApiModel(description = "An object representing a balance held by an account in the past.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportAccountHistoricalBalance { public static final String SERIALIZED_NAME_CURRENT = "current"; @SerializedName(SERIALIZED_NAME_CURRENT) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportAttributes.java b/src/main/java/com/plaid/client/model/CraVoaReportAttributes.java index 0084b308f0..43dc6577cc 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportAttributes.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Attributes for the VOA report. */ @ApiModel(description = "Attributes for the VOA report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportAttributes { public static final String SERIALIZED_NAME_TOTAL_INFLOW_AMOUNT = "total_inflow_amount"; @SerializedName(SERIALIZED_NAME_TOTAL_INFLOW_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportItem.java b/src/main/java/com/plaid/client/model/CraVoaReportItem.java index 5c98bf4466..2b32a7f8fc 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportItem.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A representation of an Item within a VOA report. */ @ApiModel(description = "A representation of an Item within a VOA report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportItem { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/CraVoaReportTransactionsInsights.java b/src/main/java/com/plaid/client/model/CraVoaReportTransactionsInsights.java index 3633cfa52d..3788a1cd4f 100644 --- a/src/main/java/com/plaid/client/model/CraVoaReportTransactionsInsights.java +++ b/src/main/java/com/plaid/client/model/CraVoaReportTransactionsInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Transaction data associated with the account. */ @ApiModel(description = "Transaction data associated with the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CraVoaReportTransactionsInsights { public static final String SERIALIZED_NAME_ALL_TRANSACTIONS = "all_transactions"; @SerializedName(SERIALIZED_NAME_ALL_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/Credit1099.java b/src/main/java/com/plaid/client/model/Credit1099.java index a01bad8ee6..0f62b3153d 100644 --- a/src/main/java/com/plaid/client/model/Credit1099.java +++ b/src/main/java/com/plaid/client/model/Credit1099.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object representing an end user's 1099 tax form */ @ApiModel(description = "An object representing an end user's 1099 tax form") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Credit1099 { public static final String SERIALIZED_NAME_DOCUMENT_ID = "document_id"; @SerializedName(SERIALIZED_NAME_DOCUMENT_ID) diff --git a/src/main/java/com/plaid/client/model/Credit1099Filer.java b/src/main/java/com/plaid/client/model/Credit1099Filer.java index 7a2cb60992..622af679fb 100644 --- a/src/main/java/com/plaid/client/model/Credit1099Filer.java +++ b/src/main/java/com/plaid/client/model/Credit1099Filer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a filer used by 1099-K tax documents. */ @ApiModel(description = "An object representing a filer used by 1099-K tax documents.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Credit1099Filer { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/Credit1099Payer.java b/src/main/java/com/plaid/client/model/Credit1099Payer.java index d1d52aa143..97c2c2887d 100644 --- a/src/main/java/com/plaid/client/model/Credit1099Payer.java +++ b/src/main/java/com/plaid/client/model/Credit1099Payer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a payer used by 1099-MISC tax documents. */ @ApiModel(description = "An object representing a payer used by 1099-MISC tax documents.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Credit1099Payer { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/Credit1099Recipient.java b/src/main/java/com/plaid/client/model/Credit1099Recipient.java index 9d2696d5a9..cacb78287f 100644 --- a/src/main/java/com/plaid/client/model/Credit1099Recipient.java +++ b/src/main/java/com/plaid/client/model/Credit1099Recipient.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a recipient used in both 1099-K and 1099-MISC tax documents. */ @ApiModel(description = "An object representing a recipient used in both 1099-K and 1099-MISC tax documents.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Credit1099Recipient { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/CreditACHClass.java b/src/main/java/com/plaid/client/model/CreditACHClass.java index 1b47fce40b..55b4e3524f 100644 --- a/src/main/java/com/plaid/client/model/CreditACHClass.java +++ b/src/main/java/com/plaid/client/model/CreditACHClass.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditAccountSubtype.java b/src/main/java/com/plaid/client/model/CreditAccountSubtype.java index 3607443089..dc2e0d0582 100644 --- a/src/main/java/com/plaid/client/model/CreditAccountSubtype.java +++ b/src/main/java/com/plaid/client/model/CreditAccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditAmountWithCurrency.java b/src/main/java/com/plaid/client/model/CreditAmountWithCurrency.java index 5574c0023b..9ab5a811b1 100644 --- a/src/main/java/com/plaid/client/model/CreditAmountWithCurrency.java +++ b/src/main/java/com/plaid/client/model/CreditAmountWithCurrency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * This contains an amount, denominated in the currency specified by either `iso_currency_code` or `unofficial_currency_code` */ @ApiModel(description = "This contains an amount, denominated in the currency specified by either `iso_currency_code` or `unofficial_currency_code`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAmountWithCurrency { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateRequest.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateRequest.java index f62ff8bc8b..2c4843d084 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * CreditAuditCopyTokenCreateRequest defines the request schema for `/credit/audit_copy_token/create` */ @ApiModel(description = "CreditAuditCopyTokenCreateRequest defines the request schema for `/credit/audit_copy_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateResponse.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateResponse.java index 42ae239907..09c4defa06 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditAuditCopyTokenCreateResponse defines the response schema for `/credit/audit_copy_token/create` */ @ApiModel(description = "CreditAuditCopyTokenCreateResponse defines the response schema for `/credit/audit_copy_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenCreateResponse { public static final String SERIALIZED_NAME_AUDIT_COPY_TOKEN = "audit_copy_token"; @SerializedName(SERIALIZED_NAME_AUDIT_COPY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveRequest.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveRequest.java index 6678bc342a..1a1a3d494b 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditAuditCopyTokenRemoveRequest defines the request schema for `/credit/audit_copy_token/remove` */ @ApiModel(description = "CreditAuditCopyTokenRemoveRequest defines the request schema for `/credit/audit_copy_token/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveResponse.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveResponse.java index e4cc6efafa..0506cf10ef 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditAuditCopyTokenRemoveResponse defines the response schema for `/credit/audit_copy_token/remove` */ @ApiModel(description = "CreditAuditCopyTokenRemoveResponse defines the response schema for `/credit/audit_copy_token/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenRemoveResponse { public static final String SERIALIZED_NAME_REMOVED = "removed"; @SerializedName(SERIALIZED_NAME_REMOVED) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateRequest.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateRequest.java index 06b7d961e4..104e8d40c4 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * CreditAuditCopyTokenUpdateRequest defines the request schema for `/credit/audit_copy_token/update` */ @ApiModel(description = "CreditAuditCopyTokenUpdateRequest defines the request schema for `/credit/audit_copy_token/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateResponse.java b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateResponse.java index fdc4984003..fe2f85c7c7 100644 --- a/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/CreditAuditCopyTokenUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/credit/audit_copy_token/update` */ @ApiModel(description = "Defines the response schema for `/credit/audit_copy_token/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditAuditCopyTokenUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmployer.java b/src/main/java/com/plaid/client/model/CreditBankEmployer.java index 8ee4f7653b..e9770d9073 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmployer.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object containing employer data. */ @ApiModel(description = "Object containing employer data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmployer { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmployment.java b/src/main/java/com/plaid/client/model/CreditBankEmployment.java index f5fd5a8568..6e25c4c0c1 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmployment.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmployment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Detailed information for the bank employment. */ @ApiModel(description = "Detailed information for the bank employment.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmployment { public static final String SERIALIZED_NAME_BANK_EMPLOYMENT_ID = "bank_employment_id"; @SerializedName(SERIALIZED_NAME_BANK_EMPLOYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentGetRequest.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentGetRequest.java index 50eb5b4d4f..b35ec2af3f 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditBankEmploymentGetRequest defines the request schema for `/beta/credit/v1/bank_employment/get`. */ @ApiModel(description = "CreditBankEmploymentGetRequest defines the request schema for `/beta/credit/v1/bank_employment/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmploymentGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentGetResponse.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentGetResponse.java index e0adfd96ff..a39f73aa18 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditBankEmploymentGetResponse defines the response schema for `/beta/credit/v1/bank_employment/get`. */ @ApiModel(description = "CreditBankEmploymentGetResponse defines the response schema for `/beta/credit/v1/bank_employment/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmploymentGetResponse { public static final String SERIALIZED_NAME_BANK_EMPLOYMENT_REPORTS = "bank_employment_reports"; @SerializedName(SERIALIZED_NAME_BANK_EMPLOYMENT_REPORTS) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentItem.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentItem.java index ecd2f817e3..0337f04dee 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentItem.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The details and metadata for an end user's Item. */ @ApiModel(description = "The details and metadata for an end user's Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmploymentItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentReport.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentReport.java index 51d73ea3a3..99d1d7e35c 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentReport.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The report of the Bank Employment data for an end user. */ @ApiModel(description = "The report of the Bank Employment data for an end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmploymentReport { public static final String SERIALIZED_NAME_BANK_EMPLOYMENT_REPORT_ID = "bank_employment_report_id"; @SerializedName(SERIALIZED_NAME_BANK_EMPLOYMENT_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentWarning.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentWarning.java index 1cc0b0fd33..eba46a6700 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentWarning.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The warning associated with the data that was unavailable for the Bank Employment Report. */ @ApiModel(description = "The warning associated with the data that was unavailable for the Bank Employment Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankEmploymentWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/CreditBankEmploymentWarningType.java b/src/main/java/com/plaid/client/model/CreditBankEmploymentWarningType.java index c61f2ee474..f214773253 100644 --- a/src/main/java/com/plaid/client/model/CreditBankEmploymentWarningType.java +++ b/src/main/java/com/plaid/client/model/CreditBankEmploymentWarningType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncome.java b/src/main/java/com/plaid/client/model/CreditBankIncome.java index f9e54452c5..5bf44c8186 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncome.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * The report of the Bank Income data for an end user. */ @ApiModel(description = "The report of the Bank Income data for an end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncome { public static final String SERIALIZED_NAME_BANK_INCOME_ID = "bank_income_id"; @SerializedName(SERIALIZED_NAME_BANK_INCOME_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeAccount.java b/src/main/java/com/plaid/client/model/CreditBankIncomeAccount.java index bf780c78f4..00d948f87d 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeAccount.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The Item's bank accounts that have the selected data. */ @ApiModel(description = "The Item's bank accounts that have the selected data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeAccountType.java b/src/main/java/com/plaid/client/model/CreditBankIncomeAccountType.java index f8c6372ec0..e1a25ce8ec 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeAccountType.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeAccountType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeCategory.java b/src/main/java/com/plaid/client/model/CreditBankIncomeCategory.java index 293131ea47..49231ebc5c 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeCategory.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeCause.java b/src/main/java/com/plaid/client/model/CreditBankIncomeCause.java index 8a0b94ae3c..cbd071d1fb 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeCause.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeCause.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items. */ @ApiModel(description = "An error object and associated `item_id` used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeCause { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeErrorType.java b/src/main/java/com/plaid/client/model/CreditBankIncomeErrorType.java index 052d90703b..224520992e 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeErrorType.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeErrorType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequest.java b/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequest.java index 7ad11607c8..7e2b72832a 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditBankIncomeGetRequest defines the request schema for `/credit/bank_income/get`. */ @ApiModel(description = "CreditBankIncomeGetRequest defines the request schema for `/credit/bank_income/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequestOptions.java b/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequestOptions.java index 01dfedfb56..49088601d4 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object for `/credit/bank_income/get` request options. */ @ApiModel(description = "An optional object for `/credit/bank_income/get` request options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeGetRequestOptions { public static final String SERIALIZED_NAME_COUNT = "count"; @SerializedName(SERIALIZED_NAME_COUNT) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeGetResponse.java b/src/main/java/com/plaid/client/model/CreditBankIncomeGetResponse.java index 9cb141a3d3..a776316bb4 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditBankIncomeGetResponse defines the response schema for `/credit/bank_income/get` */ @ApiModel(description = "CreditBankIncomeGetResponse defines the response schema for `/credit/bank_income/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeGetResponse { public static final String SERIALIZED_NAME_BANK_INCOME = "bank_income"; @SerializedName(SERIALIZED_NAME_BANK_INCOME) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeHistoricalSummary.java b/src/main/java/com/plaid/client/model/CreditBankIncomeHistoricalSummary.java index 634ece4d7d..370ab510e2 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeHistoricalSummary.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeHistoricalSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * The end user's monthly summary for the income source(s). */ @ApiModel(description = "The end user's monthly summary for the income source(s).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeHistoricalSummary { public static final String SERIALIZED_NAME_TOTAL_AMOUNT = "total_amount"; @SerializedName(SERIALIZED_NAME_TOTAL_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeItem.java b/src/main/java/com/plaid/client/model/CreditBankIncomeItem.java index a059726b54..b08303ed4a 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeItem.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The details and metadata for an end user's Item. */ @ApiModel(description = "The details and metadata for an end user's Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeItem { public static final String SERIALIZED_NAME_BANK_INCOME_ACCOUNTS = "bank_income_accounts"; @SerializedName(SERIALIZED_NAME_BANK_INCOME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomePDFGetRequest.java b/src/main/java/com/plaid/client/model/CreditBankIncomePDFGetRequest.java index 39df55d956..218128f22a 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomePDFGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomePDFGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditBankIncomePDFGetRequest defines the request schema for `/credit/bank_income/pdf/get` */ @ApiModel(description = "CreditBankIncomePDFGetRequest defines the request schema for `/credit/bank_income/pdf/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomePDFGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomePayFrequency.java b/src/main/java/com/plaid/client/model/CreditBankIncomePayFrequency.java index 8c8ff195a0..0a3769735f 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomePayFrequency.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomePayFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java index 49120cdac7..514461b161 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditBankIncomeRefreshRequest defines the request schema for `/credit/bank_income/refresh`. */ @ApiModel(description = "CreditBankIncomeRefreshRequest defines the request schema for `/credit/bank_income/refresh`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequestOptions.java b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequestOptions.java index 48f09f7017..b0a6cdd94e 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object for `/credit/bank_income/refresh` request options. */ @ApiModel(description = "An optional object for `/credit/bank_income/refresh` request options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeRefreshRequestOptions { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshResponse.java b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshResponse.java index 424866bd24..9eedc2ef7f 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditBankIncomeRefreshResponse defines the response schema for `/credit/bank_income/refresh`. */ @ApiModel(description = "CreditBankIncomeRefreshResponse defines the response schema for `/credit/bank_income/refresh`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeSource.java b/src/main/java/com/plaid/client/model/CreditBankIncomeSource.java index 8b0a2aa1ea..d5753135cb 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeSource.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Detailed information for the income source. */ @ApiModel(description = "Detailed information for the income source.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeSource { public static final String SERIALIZED_NAME_INCOME_SOURCE_ID = "income_source_id"; @SerializedName(SERIALIZED_NAME_INCOME_SOURCE_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeSummary.java b/src/main/java/com/plaid/client/model/CreditBankIncomeSummary.java index 28d94598e9..27efbe5afb 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeSummary.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Summary for bank income across all income sources and items (max history of 730 days). */ @ApiModel(description = "Summary for bank income across all income sources and items (max history of 730 days).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeSummary { public static final String SERIALIZED_NAME_TOTAL_AMOUNT = "total_amount"; @SerializedName(SERIALIZED_NAME_TOTAL_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeTransaction.java b/src/main/java/com/plaid/client/model/CreditBankIncomeTransaction.java index 89dc9abc64..f72bd6238c 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeTransaction.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The transactions data for the end user's income source(s). */ @ApiModel(description = "The transactions data for the end user's income source(s).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeTransaction { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) @@ -76,11 +76,11 @@ public CreditBankIncomeTransaction amount(Double amount) { } /** - * The settled value of the transaction, denominated in the transactions's currency as stated in `iso_currency_code` or `unofficial_currency_code`. Positive values when money moves out of the account; negative values when money moves in. For example, credit card purchases are positive; credit card payment, direct deposits, and refunds are negative. + * The settled value of the transaction, denominated in the transaction's currency as stated in `iso_currency_code` or `unofficial_currency_code`. Positive values when money moves out of the account; negative values when money moves in. For example, credit card purchases are positive; credit card payment, direct deposits, and refunds are negative. * @return amount **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The settled value of the transaction, denominated in the transactions's currency as stated in `iso_currency_code` or `unofficial_currency_code`. Positive values when money moves out of the account; negative values when money moves in. For example, credit card purchases are positive; credit card payment, direct deposits, and refunds are negative.") + @ApiModelProperty(value = "The settled value of the transaction, denominated in the transaction's currency as stated in `iso_currency_code` or `unofficial_currency_code`. Positive values when money moves out of the account; negative values when money moves in. For example, credit card purchases are positive; credit card payment, direct deposits, and refunds are negative.") public Double getAmount() { return amount; diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java index b3d32c974a..3d77438475 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The warning associated with the data that was unavailable for the Bank Income Report. */ @ApiModel(description = "The warning associated with the data that was unavailable for the Bank Income Report.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWarningCode.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWarningCode.java index 108d979e3a..353c025606 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeWarningCode.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeWarningCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java index d8b0e9de74..a85fb13f9b 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateRequest.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateRequest.java index f48bbf9322..d381f7d680 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditBankIncomeWebhookUpdateRequest defines the request schema for `/credit/bank_income/webhook/update`. */ @ApiModel(description = "CreditBankIncomeWebhookUpdateRequest defines the request schema for `/credit/bank_income/webhook/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeWebhookUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateResponse.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateResponse.java index 944955cd10..8ac599be5f 100644 --- a/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/CreditBankIncomeWebhookUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditBankIncomeWebhookUpdateResponse defines the response schema for `/credit/bank_income/webhook/update`. */ @ApiModel(description = "CreditBankIncomeWebhookUpdateResponse defines the response schema for `/credit/bank_income/webhook/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankIncomeWebhookUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwner.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwner.java index 8dbe8c891a..9d43608764 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwner.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwner.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing data about the owner of the bank account for the uploaded bank statement. */ @ApiModel(description = "An object containing data about the owner of the bank account for the uploaded bank statement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadAccountOwner { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwnerAddress.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwnerAddress.java index ed973aa8bd..65094f9b14 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwnerAddress.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadAccountOwnerAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Address on the uploaded bank statement */ @ApiModel(description = "Address on the uploaded bank statement") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadAccountOwnerAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccount.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccount.java index 9b34c5a22d..6a58e656ac 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccount.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object containing data about a user's bank account related to an uploaded bank statement. */ @ApiModel(description = "An object containing data about a user's bank account related to an uploaded bank statement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadBankAccount { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccountPeriod.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccountPeriod.java index b4c3532944..b9460c21e1 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccountPeriod.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadBankAccountPeriod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object containing data on the overall period of the statement. */ @ApiModel(description = "An object containing data on the overall period of the statement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadBankAccountPeriod { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadItem.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadItem.java index b789c6a715..4ee5ac766e 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadItem.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object containing information about the bank statement upload Item. */ @ApiModel(description = "An object containing information about the bank statement upload Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadObject.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadObject.java index 5802faf895..f19e60212e 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadObject.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadObject.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object containing data that has been parsed from a user-uploaded bank statement. */ @ApiModel(description = "An object containing data that has been parsed from a user-uploaded bank statement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadObject { public static final String SERIALIZED_NAME_TRANSACTIONS = "transactions"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java b/src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java index cbfd51f2b3..b0903a636d 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object containing data about a transaction appearing on a user-uploaded bank statement. */ @ApiModel(description = "An object containing data about a transaction appearing on a user-uploaded bank statement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementUploadTransaction { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequest.java b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequest.java index 2dc1184520..5f1c5e6a1d 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditBankStatementsUploadsGetRequest defines the request schema for `/credit/bank_statements/uploads/get` */ @ApiModel(description = "CreditBankStatementsUploadsGetRequest defines the request schema for `/credit/bank_statements/uploads/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementsUploadsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java index 74af19c148..7b7161eae5 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object for `/credit/bank_statements/uploads/get` request options. */ @ApiModel(description = "An optional object for `/credit/bank_statements/uploads/get` request options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementsUploadsGetRequestOptions { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) @@ -52,11 +52,11 @@ public CreditBankStatementsUploadsGetRequestOptions addItemIdsItem(String itemId } /** - * An array of `item_id`s whose bank statements information is returned. Each `item_id` should uniquely identify a bank statements uploaded item. If this field is not provided, all `item_id`s associated with the `user_token` will returned in the response. + * An array of `item_id`s whose bank statements information is returned. Each `item_id` should uniquely identify a bank statements uploaded item. If this field is not provided, all `item_id`s associated with the `user_token` will be returned in the response. * @return itemIds **/ @javax.annotation.Nullable - @ApiModelProperty(value = "An array of `item_id`s whose bank statements information is returned. Each `item_id` should uniquely identify a bank statements uploaded item. If this field is not provided, all `item_id`s associated with the `user_token` will returned in the response.") + @ApiModelProperty(value = "An array of `item_id`s whose bank statements information is returned. Each `item_id` should uniquely identify a bank statements uploaded item. If this field is not provided, all `item_id`s associated with the `user_token` will be returned in the response.") public List getItemIds() { return itemIds; diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetResponse.java b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetResponse.java index 880428bf14..7a0d943987 100644 --- a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditBankStatementsUploadsGetResponse defines the response schema for `/credit/bank_statements/uploads/get` */ @ApiModel(description = "CreditBankStatementsUploadsGetResponse defines the response schema for `/credit/bank_statements/uploads/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditBankStatementsUploadsGetResponse { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/plaid/client/model/CreditCardLiability.java b/src/main/java/com/plaid/client/model/CreditCardLiability.java index e4fba28a90..654c60904d 100644 --- a/src/main/java/com/plaid/client/model/CreditCardLiability.java +++ b/src/main/java/com/plaid/client/model/CreditCardLiability.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing a credit card account. */ @ApiModel(description = "An object representing a credit card account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditCardLiability { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditCategory.java b/src/main/java/com/plaid/client/model/CreditCategory.java index 383d79fd1a..5dbc5fdb7e 100644 --- a/src/main/java/com/plaid/client/model/CreditCategory.java +++ b/src/main/java/com/plaid/client/model/CreditCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information describing the intent of the transaction. Most relevant for credit use cases, but not limited to such use cases. See the [`taxonomy csv file`](https://plaid.com/documents/credit-category-taxonomy.csv) for a full list of credit categories. */ @ApiModel(description = "Information describing the intent of the transaction. Most relevant for credit use cases, but not limited to such use cases. See the [`taxonomy csv file`](https://plaid.com/documents/credit-category-taxonomy.csv) for a full list of credit categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditCategory { public static final String SERIALIZED_NAME_PRIMARY = "primary"; @SerializedName(SERIALIZED_NAME_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/CreditDocumentMetadata.java b/src/main/java/com/plaid/client/model/CreditDocumentMetadata.java index e5220909fc..6ae56797f4 100644 --- a/src/main/java/com/plaid/client/model/CreditDocumentMetadata.java +++ b/src/main/java/com/plaid/client/model/CreditDocumentMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object representing metadata pertaining to the document. */ @ApiModel(description = "Object representing metadata pertaining to the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditDocumentMetadata { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) @@ -84,11 +84,11 @@ public CreditDocumentMetadata documentType(String documentType) { } /** - * The type of document. `PAYSTUB`: A paystub. `BANK_STATEMENT`: A bank statement. `US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `NONE`: Used to indicate that there is no underlying document for the data. `UNKNOWN`: Document type could not be determined. + * The type of document. `PAYSTUB`: A paystub. `BANK_STATEMENT`: A bank statement. `US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `US_TAX_1099_MISC`: A 1099-MISC tax form reporting miscellaneous income. `US_TAX_1099_K`: A 1099-K tax form reporting payment card and third-party network transactions. `US_STUDENT_I20`: A Certificate of Eligibility for Nonimmigrant Student Status (Form I-20) issued by a US school. `US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `NONE`: Used to indicate that there is no underlying document for the data. `UNKNOWN`: Document type could not be determined. * @return documentType **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The type of document. `PAYSTUB`: A paystub. `BANK_STATEMENT`: A bank statement. `US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `NONE`: Used to indicate that there is no underlying document for the data. `UNKNOWN`: Document type could not be determined.") + @ApiModelProperty(required = true, value = "The type of document. `PAYSTUB`: A paystub. `BANK_STATEMENT`: A bank statement. `US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `US_TAX_1099_MISC`: A 1099-MISC tax form reporting miscellaneous income. `US_TAX_1099_K`: A 1099-K tax form reporting payment card and third-party network transactions. `US_STUDENT_I20`: A Certificate of Eligibility for Nonimmigrant Student Status (Form I-20) issued by a US school. `US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `NONE`: Used to indicate that there is no underlying document for the data. `UNKNOWN`: Document type could not be determined.") public String getDocumentType() { return documentType; @@ -107,11 +107,11 @@ public CreditDocumentMetadata downloadUrl(String downloadUrl) { } /** - * Signed URL to retrieve the document(s). The payload will be a .zip file containing the document(s). For Payroll Income, the file type of the documents will always be PDF, and the documents may not be available, in which case the field will be `null`. If you would like Plaid to generate a PDF if the original is not available, contact your account manager. [Example generated pay stub](https://plaid.com/documents/plaid-generated-mock-paystub.pdf). For Document Income, this field will not be `null`, and the file type of the underlying document(s) will be the original file type uploaded by the user. For more details on available file types, see the [Document Income](https://plaid.com/docs/income/payroll-income) documentation. This download URL can only be used once and expires after two minutes. To generate a new download URL, call `/credit/payroll_income/get` again. + * Signed URL to retrieve the document(s). The payload will be a .zip file containing the document(s). For Payroll Income, the file type of the documents will always be PDF, and the documents may not be available, in which case the field will be `null`. If you would like Plaid to generate a PDF if the original is not available, contact your account manager. [Example generated pay stub](https://plaid.com/documents/plaid-generated-mock-paystub.pdf). For Document Income, this field will not be `null`, and the file type of the underlying document(s) will be the original file type uploaded by the user. For more details on available file types, see the [Document Income](https://plaid.com/docs/income/document-income) documentation. This download URL can only be used once and expires after two minutes. To generate a new download URL, call `/credit/payroll_income/get` again. * @return downloadUrl **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "Signed URL to retrieve the document(s). The payload will be a .zip file containing the document(s). For Payroll Income, the file type of the documents will always be PDF, and the documents may not be available, in which case the field will be `null`. If you would like Plaid to generate a PDF if the original is not available, contact your account manager. [Example generated pay stub](https://plaid.com/documents/plaid-generated-mock-paystub.pdf). For Document Income, this field will not be `null`, and the file type of the underlying document(s) will be the original file type uploaded by the user. For more details on available file types, see the [Document Income](https://plaid.com/docs/income/payroll-income) documentation. This download URL can only be used once and expires after two minutes. To generate a new download URL, call `/credit/payroll_income/get` again.") + @ApiModelProperty(required = true, value = "Signed URL to retrieve the document(s). The payload will be a .zip file containing the document(s). For Payroll Income, the file type of the documents will always be PDF, and the documents may not be available, in which case the field will be `null`. If you would like Plaid to generate a PDF if the original is not available, contact your account manager. [Example generated pay stub](https://plaid.com/documents/plaid-generated-mock-paystub.pdf). For Document Income, this field will not be `null`, and the file type of the underlying document(s) will be the original file type uploaded by the user. For more details on available file types, see the [Document Income](https://plaid.com/docs/income/document-income) documentation. This download URL can only be used once and expires after two minutes. To generate a new download URL, call `/credit/payroll_income/get` again.") public String getDownloadUrl() { return downloadUrl; diff --git a/src/main/java/com/plaid/client/model/CreditEmployerVerification.java b/src/main/java/com/plaid/client/model/CreditEmployerVerification.java index 31a62ee46b..f61850c8b8 100644 --- a/src/main/java/com/plaid/client/model/CreditEmployerVerification.java +++ b/src/main/java/com/plaid/client/model/CreditEmployerVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object containing employer data. */ @ApiModel(description = "An object containing employer data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditEmployerVerification { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/CreditEmploymentGetRequest.java b/src/main/java/com/plaid/client/model/CreditEmploymentGetRequest.java index 7f09fd1ed2..f82b2d8bfe 100644 --- a/src/main/java/com/plaid/client/model/CreditEmploymentGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditEmploymentGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditEmploymentGetRequest defines the request schema for `/credit/employment/get`. */ @ApiModel(description = "CreditEmploymentGetRequest defines the request schema for `/credit/employment/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditEmploymentGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditEmploymentGetResponse.java b/src/main/java/com/plaid/client/model/CreditEmploymentGetResponse.java index bc108cb6cd..ef2dd3f3ca 100644 --- a/src/main/java/com/plaid/client/model/CreditEmploymentGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditEmploymentGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditEmploymentGetResponse defines the response schema for `/credit/employment/get`. */ @ApiModel(description = "CreditEmploymentGetResponse defines the response schema for `/credit/employment/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditEmploymentGetResponse { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/plaid/client/model/CreditEmploymentItem.java b/src/main/java/com/plaid/client/model/CreditEmploymentItem.java index 2e668d001a..cdd6aa036f 100644 --- a/src/main/java/com/plaid/client/model/CreditEmploymentItem.java +++ b/src/main/java/com/plaid/client/model/CreditEmploymentItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The object containing employment items. */ @ApiModel(description = "The object containing employment items.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditEmploymentItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/CreditEmploymentVerification.java b/src/main/java/com/plaid/client/model/CreditEmploymentVerification.java index b94c2a512f..0ff67439c5 100644 --- a/src/main/java/com/plaid/client/model/CreditEmploymentVerification.java +++ b/src/main/java/com/plaid/client/model/CreditEmploymentVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The object containing proof of employment data for an individual. */ @ApiModel(description = "The object containing proof of employment data for an individual.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditEmploymentVerification { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditFilter.java b/src/main/java/com/plaid/client/model/CreditFilter.java index 3008bb0c44..61f9342e69 100644 --- a/src/main/java/com/plaid/client/model/CreditFilter.java +++ b/src/main/java/com/plaid/client/model/CreditFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `credit`-type accounts */ @ApiModel(description = "A filter to apply to `credit`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacAsset.java b/src/main/java/com/plaid/client/model/CreditFreddieMacAsset.java index c063a9cdae..3a3776719a 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacAsset.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacAsset.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacAsset { public static final String SERIALIZED_NAME_A_S_S_E_T_D_E_T_A_I_L = "ASSET_DETAIL"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransaction.java b/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransaction.java index 2b5534cbeb..66eb478e51 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransaction.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing... */ @ApiModel(description = "An object representing...") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacAssetTransaction { public static final String SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N_D_E_T_A_I_L = "ASSET_TRANSACTION_DETAIL"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransactions.java b/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransactions.java index 4dc691bd84..315412bc86 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransactions.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacAssetTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacAssetTransactions { public static final String SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N = "ASSET_TRANSACTION"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_T_R_A_N_S_A_C_T_I_O_N) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacAssets.java b/src/main/java/com/plaid/client/model/CreditFreddieMacAssets.java index d5db2521d7..758cca45e6 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacAssets.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacAssets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacAssets { public static final String SERIALIZED_NAME_A_S_S_E_T = "ASSET"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacIndividualName.java b/src/main/java/com/plaid/client/model/CreditFreddieMacIndividualName.java index b568a1b528..09f5fb6576 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacIndividualName.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacIndividualName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacIndividualName { public static final String SERIALIZED_NAME_FIRST_NAME = "FirstName"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacLoan.java b/src/main/java/com/plaid/client/model/CreditFreddieMacLoan.java index 3a9f808107..b4828c58d2 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacLoan.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacLoan.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information specific to a mortgage loan agreement between one or more borrowers and a mortgage lender. */ @ApiModel(description = "Information specific to a mortgage loan agreement between one or more borrowers and a mortgage lender.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacLoan { public static final String SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R_S = "LOAN_IDENTIFIERS"; @SerializedName(SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R_S) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacLoanIdentifiers.java b/src/main/java/com/plaid/client/model/CreditFreddieMacLoanIdentifiers.java index f742fa8393..8eae2c5289 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacLoanIdentifiers.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacLoanIdentifiers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Collection of current and previous identifiers for this loan. */ @ApiModel(description = "Collection of current and previous identifiers for this loan.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacLoanIdentifiers { public static final String SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R = "LOAN_IDENTIFIER"; @SerializedName(SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacLoans.java b/src/main/java/com/plaid/client/model/CreditFreddieMacLoans.java index b26abe4f78..c262d4b8a6 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacLoans.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacLoans.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of loans that are part of a single deal. */ @ApiModel(description = "A collection of loans that are part of a single deal.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacLoans { public static final String SERIALIZED_NAME_L_O_A_N = "LOAN"; @SerializedName(SERIALIZED_NAME_L_O_A_N) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacParties.java b/src/main/java/com/plaid/client/model/CreditFreddieMacParties.java index 16ffab8865..f93319a0b4 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacParties.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacParties.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A collection of objects that define specific parties to a deal. This includes the direct participating parties, such as borrower and seller and the indirect parties such as the credit report provider. */ @ApiModel(description = "A collection of objects that define specific parties to a deal. This includes the direct participating parties, such as borrower and seller and the indirect parties such as the credit report provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacParties { public static final String SERIALIZED_NAME_P_A_R_T_Y = "PARTY"; @SerializedName(SERIALIZED_NAME_P_A_R_T_Y) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacParty.java b/src/main/java/com/plaid/client/model/CreditFreddieMacParty.java index 4bbd108f2a..9760bd2620 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacParty.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacParty.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.io.IOException; /** - * A collection of information about a single party to a transaction. Included direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider. + * A collection of information about a single party to a transaction. Includes direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider. */ -@ApiModel(description = "A collection of information about a single party to a transaction. Included direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "A collection of information about a single party to a transaction. Includes direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacParty { public static final String SERIALIZED_NAME_I_N_D_I_V_I_D_U_A_L = "INDIVIDUAL"; @SerializedName(SERIALIZED_NAME_I_N_D_I_V_I_D_U_A_L) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java b/src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java index c5b98eb68a..5a4cfde999 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacPartyIndividual { public static final String SERIALIZED_NAME_N_A_M_E = "NAME"; @SerializedName(SERIALIZED_NAME_N_A_M_E) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacReportingInformation.java b/src/main/java/com/plaid/client/model/CreditFreddieMacReportingInformation.java index b17c5f32ee..99dd1bfb6e 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacReportingInformation.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacReportingInformation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about a report identifier and a report name. */ @ApiModel(description = "Information about a report identifier and a report name.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacReportingInformation { public static final String SERIALIZED_NAME_REPORT_DATE_TIME = "ReportDateTime"; @SerializedName(SERIALIZED_NAME_REPORT_DATE_TIME) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetRequest.java b/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetRequest.java index ad7430aa10..35672bf48c 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditFreddieMacReportsGetRequest defines the request schema for `/credit/freddie_mac/reports/get` */ @ApiModel(description = "CreditFreddieMacReportsGetRequest defines the request schema for `/credit/freddie_mac/reports/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacReportsGetRequest { public static final String SERIALIZED_NAME_AUDIT_COPY_TOKEN = "audit_copy_token"; @SerializedName(SERIALIZED_NAME_AUDIT_COPY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetResponse.java b/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetResponse.java index 5c5554c4c4..3cbb50cceb 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacReportsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * CreditFreddieMacReportsGetResponse defines the response schema for `/credit/freddie_mac/reports/get` */ @ApiModel(description = "CreditFreddieMacReportsGetResponse defines the response schema for `/credit/freddie_mac/reports/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacReportsGetResponse { public static final String SERIALIZED_NAME_D_E_A_L = "DEAL"; @SerializedName(SERIALIZED_NAME_D_E_A_L) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacService.java b/src/main/java/com/plaid/client/model/CreditFreddieMacService.java index d388fc1ba7..0c501b76d3 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacService.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacService.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A collection of details related to a fulfillment service or product in terms of request, process and result. */ @ApiModel(description = "A collection of details related to a fulfillment service or product in terms of request, process and result.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacService { public static final String SERIALIZED_NAME_V_E_R_I_F_I_C_A_T_I_O_N_O_F_A_S_S_E_T = "VERIFICATION_OF_ASSET"; @SerializedName(SERIALIZED_NAME_V_E_R_I_F_I_C_A_T_I_O_N_O_F_A_S_S_E_T) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacServices.java b/src/main/java/com/plaid/client/model/CreditFreddieMacServices.java index af8bcdf6da..5d59e860d8 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacServices.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacServices.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of objects that describe requests and responses for services. */ @ApiModel(description = "A collection of objects that describe requests and responses for services.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacServices { public static final String SERIALIZED_NAME_S_E_R_V_I_C_E = "SERVICE"; @SerializedName(SERIALIZED_NAME_S_E_R_V_I_C_E) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAsset.java b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAsset.java index 626455db64..a246a9719c 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAsset.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAsset.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacVerificationOfAsset { public static final String SERIALIZED_NAME_R_E_P_O_R_T_I_N_G_I_N_F_O_R_M_A_T_I_O_N = "REPORTING_INFORMATION"; @SerializedName(SERIALIZED_NAME_R_E_P_O_R_T_I_N_G_I_N_F_O_R_M_A_T_I_O_N) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetResponse.java b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetResponse.java index 3fca36bbbc..161575e775 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacVerificationOfAssetResponse { public static final String SERIALIZED_NAME_A_S_S_E_T_S = "ASSETS"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_S) diff --git a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetsDeal.java b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetsDeal.java index 2bece84ffe..61b55cc297 100644 --- a/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetsDeal.java +++ b/src/main/java/com/plaid/client/model/CreditFreddieMacVerificationOfAssetsDeal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing an Asset Report with Freddie Mac schema. */ @ApiModel(description = "An object representing an Asset Report with Freddie Mac schema.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditFreddieMacVerificationOfAssetsDeal { public static final String SERIALIZED_NAME_L_O_A_N_S = "LOANS"; @SerializedName(SERIALIZED_NAME_L_O_A_N_S) diff --git a/src/main/java/com/plaid/client/model/CreditI20.java b/src/main/java/com/plaid/client/model/CreditI20.java new file mode 100644 index 0000000000..258ccaa3d1 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CreditI20.java @@ -0,0 +1,420 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.CreditDocumentMetadata; +import com.plaid.client.model.CreditI20Student; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * An object representing an end user's Form I-20 US immigration student document. + */ +@ApiModel(description = "An object representing an end user's Form I-20 US immigration student document.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CreditI20 { + public static final String SERIALIZED_NAME_DOCUMENT_ID = "document_id"; + @SerializedName(SERIALIZED_NAME_DOCUMENT_ID) + private String documentId; + + public static final String SERIALIZED_NAME_DOCUMENT_METADATA = "document_metadata"; + @SerializedName(SERIALIZED_NAME_DOCUMENT_METADATA) + private CreditDocumentMetadata documentMetadata; + + public static final String SERIALIZED_NAME_STUDENT = "student"; + @SerializedName(SERIALIZED_NAME_STUDENT) + private CreditI20Student student; + + public static final String SERIALIZED_NAME_PERSONAL_FUNDS = "personal_funds"; + @SerializedName(SERIALIZED_NAME_PERSONAL_FUNDS) + private Double personalFunds; + + public static final String SERIALIZED_NAME_ON_CAMPUS_EMPLOYMENT = "on_campus_employment"; + @SerializedName(SERIALIZED_NAME_ON_CAMPUS_EMPLOYMENT) + private Double onCampusEmployment; + + public static final String SERIALIZED_NAME_FUNDS_FROM_THIS_SCHOOL = "funds_from_this_school"; + @SerializedName(SERIALIZED_NAME_FUNDS_FROM_THIS_SCHOOL) + private Double fundsFromThisSchool; + + public static final String SERIALIZED_NAME_STUDENTS_FUNDING_TOTAL = "students_funding_total"; + @SerializedName(SERIALIZED_NAME_STUDENTS_FUNDING_TOTAL) + private Double studentsFundingTotal; + + public static final String SERIALIZED_NAME_FUNDS_FROM_ANOTHER_SOURCE = "funds_from_another_source"; + @SerializedName(SERIALIZED_NAME_FUNDS_FROM_ANOTHER_SOURCE) + private Double fundsFromAnotherSource; + + public static final String SERIALIZED_NAME_ESTIMATED_AVERAGE_COSTS_TOTAL = "estimated_average_costs_total"; + @SerializedName(SERIALIZED_NAME_ESTIMATED_AVERAGE_COSTS_TOTAL) + private Double estimatedAverageCostsTotal; + + public static final String SERIALIZED_NAME_ESTIMATED_AVERAGE_LIVING_EXPENSES = "estimated_average_living_expenses"; + @SerializedName(SERIALIZED_NAME_ESTIMATED_AVERAGE_LIVING_EXPENSES) + private Double estimatedAverageLivingExpenses; + + public static final String SERIALIZED_NAME_STUDENTS_FUNDING_PERIOD_MONTHS = "students_funding_period_months"; + @SerializedName(SERIALIZED_NAME_STUDENTS_FUNDING_PERIOD_MONTHS) + private Long studentsFundingPeriodMonths; + + public static final String SERIALIZED_NAME_ESTIMATED_AVERAGE_COSTS_PERIOD_MONTHS = "estimated_average_costs_period_months"; + @SerializedName(SERIALIZED_NAME_ESTIMATED_AVERAGE_COSTS_PERIOD_MONTHS) + private Long estimatedAverageCostsPeriodMonths; + + + public CreditI20 documentId(String documentId) { + + this.documentId = documentId; + return this; + } + + /** + * An identifier of the document referenced by the document metadata. + * @return documentId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "An identifier of the document referenced by the document metadata.") + + public String getDocumentId() { + return documentId; + } + + + public void setDocumentId(String documentId) { + this.documentId = documentId; + } + + + public CreditI20 documentMetadata(CreditDocumentMetadata documentMetadata) { + + this.documentMetadata = documentMetadata; + return this; + } + + /** + * Get documentMetadata + * @return documentMetadata + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CreditDocumentMetadata getDocumentMetadata() { + return documentMetadata; + } + + + public void setDocumentMetadata(CreditDocumentMetadata documentMetadata) { + this.documentMetadata = documentMetadata; + } + + + public CreditI20 student(CreditI20Student student) { + + this.student = student; + return this; + } + + /** + * Get student + * @return student + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "") + + public CreditI20Student getStudent() { + return student; + } + + + public void setStudent(CreditI20Student student) { + this.student = student; + } + + + public CreditI20 personalFunds(Double personalFunds) { + + this.personalFunds = personalFunds; + return this; + } + + /** + * Amount of the student's personal funds. + * @return personalFunds + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Amount of the student's personal funds.") + + public Double getPersonalFunds() { + return personalFunds; + } + + + public void setPersonalFunds(Double personalFunds) { + this.personalFunds = personalFunds; + } + + + public CreditI20 onCampusEmployment(Double onCampusEmployment) { + + this.onCampusEmployment = onCampusEmployment; + return this; + } + + /** + * Amount of funds from on-campus employment. + * @return onCampusEmployment + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Amount of funds from on-campus employment.") + + public Double getOnCampusEmployment() { + return onCampusEmployment; + } + + + public void setOnCampusEmployment(Double onCampusEmployment) { + this.onCampusEmployment = onCampusEmployment; + } + + + public CreditI20 fundsFromThisSchool(Double fundsFromThisSchool) { + + this.fundsFromThisSchool = fundsFromThisSchool; + return this; + } + + /** + * Amount of funds provided by the issuing school. + * @return fundsFromThisSchool + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Amount of funds provided by the issuing school.") + + public Double getFundsFromThisSchool() { + return fundsFromThisSchool; + } + + + public void setFundsFromThisSchool(Double fundsFromThisSchool) { + this.fundsFromThisSchool = fundsFromThisSchool; + } + + + public CreditI20 studentsFundingTotal(Double studentsFundingTotal) { + + this.studentsFundingTotal = studentsFundingTotal; + return this; + } + + /** + * Total amount of funds available to the student. + * @return studentsFundingTotal + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Total amount of funds available to the student.") + + public Double getStudentsFundingTotal() { + return studentsFundingTotal; + } + + + public void setStudentsFundingTotal(Double studentsFundingTotal) { + this.studentsFundingTotal = studentsFundingTotal; + } + + + public CreditI20 fundsFromAnotherSource(Double fundsFromAnotherSource) { + + this.fundsFromAnotherSource = fundsFromAnotherSource; + return this; + } + + /** + * Amount of funds from another source. + * @return fundsFromAnotherSource + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Amount of funds from another source.") + + public Double getFundsFromAnotherSource() { + return fundsFromAnotherSource; + } + + + public void setFundsFromAnotherSource(Double fundsFromAnotherSource) { + this.fundsFromAnotherSource = fundsFromAnotherSource; + } + + + public CreditI20 estimatedAverageCostsTotal(Double estimatedAverageCostsTotal) { + + this.estimatedAverageCostsTotal = estimatedAverageCostsTotal; + return this; + } + + /** + * Estimated total average costs for the program period. + * @return estimatedAverageCostsTotal + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Estimated total average costs for the program period.") + + public Double getEstimatedAverageCostsTotal() { + return estimatedAverageCostsTotal; + } + + + public void setEstimatedAverageCostsTotal(Double estimatedAverageCostsTotal) { + this.estimatedAverageCostsTotal = estimatedAverageCostsTotal; + } + + + public CreditI20 estimatedAverageLivingExpenses(Double estimatedAverageLivingExpenses) { + + this.estimatedAverageLivingExpenses = estimatedAverageLivingExpenses; + return this; + } + + /** + * Estimated average living expenses. + * @return estimatedAverageLivingExpenses + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Estimated average living expenses.") + + public Double getEstimatedAverageLivingExpenses() { + return estimatedAverageLivingExpenses; + } + + + public void setEstimatedAverageLivingExpenses(Double estimatedAverageLivingExpenses) { + this.estimatedAverageLivingExpenses = estimatedAverageLivingExpenses; + } + + + public CreditI20 studentsFundingPeriodMonths(Long studentsFundingPeriodMonths) { + + this.studentsFundingPeriodMonths = studentsFundingPeriodMonths; + return this; + } + + /** + * Number of months the student's funding covers. + * @return studentsFundingPeriodMonths + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Number of months the student's funding covers.") + + public Long getStudentsFundingPeriodMonths() { + return studentsFundingPeriodMonths; + } + + + public void setStudentsFundingPeriodMonths(Long studentsFundingPeriodMonths) { + this.studentsFundingPeriodMonths = studentsFundingPeriodMonths; + } + + + public CreditI20 estimatedAverageCostsPeriodMonths(Long estimatedAverageCostsPeriodMonths) { + + this.estimatedAverageCostsPeriodMonths = estimatedAverageCostsPeriodMonths; + return this; + } + + /** + * Number of months the estimated average costs cover. + * @return estimatedAverageCostsPeriodMonths + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Number of months the estimated average costs cover.") + + public Long getEstimatedAverageCostsPeriodMonths() { + return estimatedAverageCostsPeriodMonths; + } + + + public void setEstimatedAverageCostsPeriodMonths(Long estimatedAverageCostsPeriodMonths) { + this.estimatedAverageCostsPeriodMonths = estimatedAverageCostsPeriodMonths; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreditI20 creditI20 = (CreditI20) o; + return Objects.equals(this.documentId, creditI20.documentId) && + Objects.equals(this.documentMetadata, creditI20.documentMetadata) && + Objects.equals(this.student, creditI20.student) && + Objects.equals(this.personalFunds, creditI20.personalFunds) && + Objects.equals(this.onCampusEmployment, creditI20.onCampusEmployment) && + Objects.equals(this.fundsFromThisSchool, creditI20.fundsFromThisSchool) && + Objects.equals(this.studentsFundingTotal, creditI20.studentsFundingTotal) && + Objects.equals(this.fundsFromAnotherSource, creditI20.fundsFromAnotherSource) && + Objects.equals(this.estimatedAverageCostsTotal, creditI20.estimatedAverageCostsTotal) && + Objects.equals(this.estimatedAverageLivingExpenses, creditI20.estimatedAverageLivingExpenses) && + Objects.equals(this.studentsFundingPeriodMonths, creditI20.studentsFundingPeriodMonths) && + Objects.equals(this.estimatedAverageCostsPeriodMonths, creditI20.estimatedAverageCostsPeriodMonths); + } + + @Override + public int hashCode() { + return Objects.hash(documentId, documentMetadata, student, personalFunds, onCampusEmployment, fundsFromThisSchool, studentsFundingTotal, fundsFromAnotherSource, estimatedAverageCostsTotal, estimatedAverageLivingExpenses, studentsFundingPeriodMonths, estimatedAverageCostsPeriodMonths); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreditI20 {\n"); + sb.append(" documentId: ").append(toIndentedString(documentId)).append("\n"); + sb.append(" documentMetadata: ").append(toIndentedString(documentMetadata)).append("\n"); + sb.append(" student: ").append(toIndentedString(student)).append("\n"); + sb.append(" personalFunds: ").append(toIndentedString(personalFunds)).append("\n"); + sb.append(" onCampusEmployment: ").append(toIndentedString(onCampusEmployment)).append("\n"); + sb.append(" fundsFromThisSchool: ").append(toIndentedString(fundsFromThisSchool)).append("\n"); + sb.append(" studentsFundingTotal: ").append(toIndentedString(studentsFundingTotal)).append("\n"); + sb.append(" fundsFromAnotherSource: ").append(toIndentedString(fundsFromAnotherSource)).append("\n"); + sb.append(" estimatedAverageCostsTotal: ").append(toIndentedString(estimatedAverageCostsTotal)).append("\n"); + sb.append(" estimatedAverageLivingExpenses: ").append(toIndentedString(estimatedAverageLivingExpenses)).append("\n"); + sb.append(" studentsFundingPeriodMonths: ").append(toIndentedString(studentsFundingPeriodMonths)).append("\n"); + sb.append(" estimatedAverageCostsPeriodMonths: ").append(toIndentedString(estimatedAverageCostsPeriodMonths)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CreditI20Student.java b/src/main/java/com/plaid/client/model/CreditI20Student.java new file mode 100644 index 0000000000..12eff48e51 --- /dev/null +++ b/src/main/java/com/plaid/client/model/CreditI20Student.java @@ -0,0 +1,274 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.time.LocalDate; + +/** + * An object representing the student named on a Form I-20. + */ +@ApiModel(description = "An object representing the student named on a Form I-20.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class CreditI20Student { + public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; + @SerializedName(SERIALIZED_NAME_GIVEN_NAME) + private String givenName; + + public static final String SERIALIZED_NAME_SURNAME_PRIMARY_NAME = "surname_primary_name"; + @SerializedName(SERIALIZED_NAME_SURNAME_PRIMARY_NAME) + private String surnamePrimaryName; + + public static final String SERIALIZED_NAME_PASSPORT_NAME = "passport_name"; + @SerializedName(SERIALIZED_NAME_PASSPORT_NAME) + private String passportName; + + public static final String SERIALIZED_NAME_PREFERRED_NAME = "preferred_name"; + @SerializedName(SERIALIZED_NAME_PREFERRED_NAME) + private String preferredName; + + public static final String SERIALIZED_NAME_SCHOOL_NAME = "school_name"; + @SerializedName(SERIALIZED_NAME_SCHOOL_NAME) + private String schoolName; + + public static final String SERIALIZED_NAME_PROGRAM_START_DATE = "program_start_date"; + @SerializedName(SERIALIZED_NAME_PROGRAM_START_DATE) + private LocalDate programStartDate; + + public static final String SERIALIZED_NAME_PROGRAM_END_DATE = "program_end_date"; + @SerializedName(SERIALIZED_NAME_PROGRAM_END_DATE) + private LocalDate programEndDate; + + + public CreditI20Student givenName(String givenName) { + + this.givenName = givenName; + return this; + } + + /** + * Given name of the student. + * @return givenName + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Given name of the student.") + + public String getGivenName() { + return givenName; + } + + + public void setGivenName(String givenName) { + this.givenName = givenName; + } + + + public CreditI20Student surnamePrimaryName(String surnamePrimaryName) { + + this.surnamePrimaryName = surnamePrimaryName; + return this; + } + + /** + * Surname or primary name of the student. + * @return surnamePrimaryName + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Surname or primary name of the student.") + + public String getSurnamePrimaryName() { + return surnamePrimaryName; + } + + + public void setSurnamePrimaryName(String surnamePrimaryName) { + this.surnamePrimaryName = surnamePrimaryName; + } + + + public CreditI20Student passportName(String passportName) { + + this.passportName = passportName; + return this; + } + + /** + * Name of the student as it appears on their passport. + * @return passportName + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Name of the student as it appears on their passport.") + + public String getPassportName() { + return passportName; + } + + + public void setPassportName(String passportName) { + this.passportName = passportName; + } + + + public CreditI20Student preferredName(String preferredName) { + + this.preferredName = preferredName; + return this; + } + + /** + * Preferred name of the student. + * @return preferredName + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Preferred name of the student.") + + public String getPreferredName() { + return preferredName; + } + + + public void setPreferredName(String preferredName) { + this.preferredName = preferredName; + } + + + public CreditI20Student schoolName(String schoolName) { + + this.schoolName = schoolName; + return this; + } + + /** + * Name of the school issuing the Form I-20. + * @return schoolName + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Name of the school issuing the Form I-20.") + + public String getSchoolName() { + return schoolName; + } + + + public void setSchoolName(String schoolName) { + this.schoolName = schoolName; + } + + + public CreditI20Student programStartDate(LocalDate programStartDate) { + + this.programStartDate = programStartDate; + return this; + } + + /** + * Start date of the program in ISO 8601 format (YYYY-MM-DD). + * @return programStartDate + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Start date of the program in ISO 8601 format (YYYY-MM-DD).") + + public LocalDate getProgramStartDate() { + return programStartDate; + } + + + public void setProgramStartDate(LocalDate programStartDate) { + this.programStartDate = programStartDate; + } + + + public CreditI20Student programEndDate(LocalDate programEndDate) { + + this.programEndDate = programEndDate; + return this; + } + + /** + * End date of the program in ISO 8601 format (YYYY-MM-DD). + * @return programEndDate + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "End date of the program in ISO 8601 format (YYYY-MM-DD).") + + public LocalDate getProgramEndDate() { + return programEndDate; + } + + + public void setProgramEndDate(LocalDate programEndDate) { + this.programEndDate = programEndDate; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + CreditI20Student creditI20Student = (CreditI20Student) o; + return Objects.equals(this.givenName, creditI20Student.givenName) && + Objects.equals(this.surnamePrimaryName, creditI20Student.surnamePrimaryName) && + Objects.equals(this.passportName, creditI20Student.passportName) && + Objects.equals(this.preferredName, creditI20Student.preferredName) && + Objects.equals(this.schoolName, creditI20Student.schoolName) && + Objects.equals(this.programStartDate, creditI20Student.programStartDate) && + Objects.equals(this.programEndDate, creditI20Student.programEndDate); + } + + @Override + public int hashCode() { + return Objects.hash(givenName, surnamePrimaryName, passportName, preferredName, schoolName, programStartDate, programEndDate); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class CreditI20Student {\n"); + sb.append(" givenName: ").append(toIndentedString(givenName)).append("\n"); + sb.append(" surnamePrimaryName: ").append(toIndentedString(surnamePrimaryName)).append("\n"); + sb.append(" passportName: ").append(toIndentedString(passportName)).append("\n"); + sb.append(" preferredName: ").append(toIndentedString(preferredName)).append("\n"); + sb.append(" schoolName: ").append(toIndentedString(schoolName)).append("\n"); + sb.append(" programStartDate: ").append(toIndentedString(programStartDate)).append("\n"); + sb.append(" programEndDate: ").append(toIndentedString(programEndDate)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/CreditPayStub.java b/src/main/java/com/plaid/client/model/CreditPayStub.java index d62b9bac09..384e314a01 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStub.java +++ b/src/main/java/com/plaid/client/model/CreditPayStub.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * An object representing an end user's pay stub. */ @ApiModel(description = "An object representing an end user's pay stub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStub { public static final String SERIALIZED_NAME_DEDUCTIONS = "deductions"; @SerializedName(SERIALIZED_NAME_DEDUCTIONS) diff --git a/src/main/java/com/plaid/client/model/CreditPayStubAddress.java b/src/main/java/com/plaid/client/model/CreditPayStubAddress.java index 0c1cc6696e..f4067abf42 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubAddress.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Address on the pay stub. */ @ApiModel(description = "Address on the pay stub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/CreditPayStubDeductions.java b/src/main/java/com/plaid/client/model/CreditPayStubDeductions.java index b7a3d38041..9fd6799f79 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubDeductions.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubDeductions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object with the deduction information found on a pay stub. */ @ApiModel(description = "An object with the deduction information found on a pay stub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubDeductions { public static final String SERIALIZED_NAME_BREAKDOWN = "breakdown"; @SerializedName(SERIALIZED_NAME_BREAKDOWN) diff --git a/src/main/java/com/plaid/client/model/CreditPayStubEarnings.java b/src/main/java/com/plaid/client/model/CreditPayStubEarnings.java index ecda955aa8..17c00cf6e6 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubEarnings.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubEarnings.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing both a breakdown of earnings on a pay stub and the total earnings. */ @ApiModel(description = "An object representing both a breakdown of earnings on a pay stub and the total earnings.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubEarnings { public static final String SERIALIZED_NAME_BREAKDOWN = "breakdown"; @SerializedName(SERIALIZED_NAME_BREAKDOWN) diff --git a/src/main/java/com/plaid/client/model/CreditPayStubEmployee.java b/src/main/java/com/plaid/client/model/CreditPayStubEmployee.java index cd4ebc1833..4029bfcd4e 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubEmployee.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubEmployee.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Data about the employee. */ @ApiModel(description = "Data about the employee.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubEmployee { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) @@ -101,11 +101,11 @@ public CreditPayStubEmployee maritalStatus(String maritalStatus) { } /** - * Marital status of the employee - either `SINGLE` or `MARRIED` or `NOT LISTED`. + * Marital status of the employee - one of `SINGLE`, `MARRIED`, or `NOT LISTED`. * @return maritalStatus **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "Marital status of the employee - either `SINGLE` or `MARRIED` or `NOT LISTED`.") + @ApiModelProperty(required = true, value = "Marital status of the employee - one of `SINGLE`, `MARRIED`, or `NOT LISTED`.") public String getMaritalStatus() { return maritalStatus; diff --git a/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java b/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java index 88d1b6ff06..ebe2802836 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the employer on the pay stub. */ @ApiModel(description = "Information about the employer on the pay stub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubEmployer { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/CreditPayStubNetPay.java b/src/main/java/com/plaid/client/model/CreditPayStubNetPay.java index 26beeded6b..94ed775f38 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubNetPay.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubNetPay.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing information about the net pay amount on the pay stub. */ @ApiModel(description = "An object representing information about the net pay amount on the pay stub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayStubNetPay { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -127,11 +127,11 @@ public CreditPayStubNetPay unofficialCurrencyCode(String unofficialCurrencyCode) } /** - * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/CreditPayStubPayBasisType.java b/src/main/java/com/plaid/client/model/CreditPayStubPayBasisType.java index 72ea2d55bb..9c0f53f2d6 100644 --- a/src/main/java/com/plaid/client/model/CreditPayStubPayBasisType.java +++ b/src/main/java/com/plaid/client/model/CreditPayStubPayBasisType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequest.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequest.java index 22cde2bf0f..18c957dff8 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditPayrollIncomeGetRequest defines the request schema for `/credit/payroll_income/get`. */ @ApiModel(description = "CreditPayrollIncomeGetRequest defines the request schema for `/credit/payroll_income/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequestOptions.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequestOptions.java index 15c5302eb1..5da08ccafa 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object for `/credit/payroll_income/get` request options. */ @ApiModel(description = "An optional object for `/credit/payroll_income/get` request options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeGetRequestOptions { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) @@ -52,11 +52,11 @@ public CreditPayrollIncomeGetRequestOptions addItemIdsItem(String itemIdsItem) { } /** - * An array of `item_id`s whose payroll information is returned. Each `item_id` should uniquely identify a payroll income item. If this field is not provided, all `item_id`s associated with the `user_token` will returned in the response. + * An array of `item_id`s whose payroll information is returned. Each `item_id` should uniquely identify a payroll income item. If this field is not provided, all `item_id`s associated with the `user_token` will be returned in the response. * @return itemIds **/ @javax.annotation.Nullable - @ApiModelProperty(value = "An array of `item_id`s whose payroll information is returned. Each `item_id` should uniquely identify a payroll income item. If this field is not provided, all `item_id`s associated with the `user_token` will returned in the response.") + @ApiModelProperty(value = "An array of `item_id`s whose payroll information is returned. Each `item_id` should uniquely identify a payroll income item. If this field is not provided, all `item_id`s associated with the `user_token` will be returned in the response.") public List getItemIds() { return itemIds; diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetResponse.java index 8b93ce9644..c239295695 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Defines the response body for `/credit/payroll_income/get`. */ @ApiModel(description = "Defines the response body for `/credit/payroll_income/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeGetResponse { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateRequest.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateRequest.java index b0c6299ec8..61c5acc5cb 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditPayrollIncomeParsingConfigUpdateRequest defines the request schema for `/credit/payroll_income/parsing_config/update`. */ @ApiModel(description = "CreditPayrollIncomeParsingConfigUpdateRequest defines the request schema for `/credit/payroll_income/parsing_config/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeParsingConfigUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateResponse.java index 7701d7a750..ac9941b2c5 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeParsingConfigUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditPayrollIncomeParsingConfigUpdateResponse defines the response schema for `/credit/payroll_income/parsing_config/update`. */ @ApiModel(description = "CreditPayrollIncomeParsingConfigUpdateResponse defines the response schema for `/credit/payroll_income/parsing_config/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeParsingConfigUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckRequest.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckRequest.java index 34a0570077..74887b55f1 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckRequest.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Defines the request schema for `/credit/payroll_income/precheck`. */ @ApiModel(description = "Defines the request schema for `/credit/payroll_income/precheck`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomePrecheckRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckResponse.java index 4a962ec8a1..bae5357399 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckResponse.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomePrecheckResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/credit/payroll_income/precheck`. */ @ApiModel(description = "Defines the response schema for `/credit/payroll_income/precheck`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomePrecheckResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequest.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequest.java index 4e766438e5..d830454433 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditPayrollIncomeRefreshRequest defines the request schema for `/credit/payroll_income/refresh` */ @ApiModel(description = "CreditPayrollIncomeRefreshRequest defines the request schema for `/credit/payroll_income/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequestOptions.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequestOptions.java index 5a7ea7bed0..9b7225380b 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequestOptions.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object for `/credit/payroll_income/refresh` request options. */ @ApiModel(description = "An optional object for `/credit/payroll_income/refresh` request options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeRefreshRequestOptions { public static final String SERIALIZED_NAME_ITEM_IDS = "item_ids"; @SerializedName(SERIALIZED_NAME_ITEM_IDS) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshResponse.java index d204fcd2ef..2907ae77ac 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditPayrollIncomeRefreshResponse defines the response schema for `/credit/payroll_income/refresh` */ @ApiModel(description = "CreditPayrollIncomeRefreshResponse defines the response schema for `/credit/payroll_income/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetRequest.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetRequest.java index a589969802..7cc9a19fa3 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditPayrollIncomeRiskSignalsGetRequest defines the request schema for `/credit/payroll_income/risk_signals/get` */ @ApiModel(description = "CreditPayrollIncomeRiskSignalsGetRequest defines the request schema for `/credit/payroll_income/risk_signals/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeRiskSignalsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetResponse.java index 5b469629ac..2d031efe19 100644 --- a/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditPayrollIncomeRiskSignalsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,10 +29,10 @@ import java.util.List; /** - * CreditPayrollIncomeRiskSignalsGetRequest defines the response schema for `/credit/payroll_income/risk_signals/get` + * CreditPayrollIncomeRiskSignalsGetResponse defines the response schema for `/credit/payroll_income/risk_signals/get` */ -@ApiModel(description = "CreditPayrollIncomeRiskSignalsGetRequest defines the response schema for `/credit/payroll_income/risk_signals/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "CreditPayrollIncomeRiskSignalsGetResponse defines the response schema for `/credit/payroll_income/risk_signals/get`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPayrollIncomeRiskSignalsGetResponse { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/plaid/client/model/CreditPlatformIds.java b/src/main/java/com/plaid/client/model/CreditPlatformIds.java index db666a6587..40879173e8 100644 --- a/src/main/java/com/plaid/client/model/CreditPlatformIds.java +++ b/src/main/java/com/plaid/client/model/CreditPlatformIds.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The object containing a set of ids related to an employee. */ @ApiModel(description = "The object containing a set of ids related to an employee.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditPlatformIds { public static final String SERIALIZED_NAME_EMPLOYEE_ID = "employee_id"; @SerializedName(SERIALIZED_NAME_EMPLOYEE_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayCreateRequest.java b/src/main/java/com/plaid/client/model/CreditRelayCreateRequest.java index 249612ddac..d89e1a1af4 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayCreateRequest.java +++ b/src/main/java/com/plaid/client/model/CreditRelayCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * CreditRelayCreateRequest defines the request schema for `/credit/relay/create` */ @ApiModel(description = "CreditRelayCreateRequest defines the request schema for `/credit/relay/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayCreateResponse.java b/src/main/java/com/plaid/client/model/CreditRelayCreateResponse.java index b95b01d8f8..e4dce9d4c5 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayCreateResponse.java +++ b/src/main/java/com/plaid/client/model/CreditRelayCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditRelayCreateResponse defines the response schema for `/credit/relay/create` */ @ApiModel(description = "CreditRelayCreateResponse defines the response schema for `/credit/relay/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayCreateResponse { public static final String SERIALIZED_NAME_RELAY_TOKEN = "relay_token"; @SerializedName(SERIALIZED_NAME_RELAY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CreditRelayGetRequest.java b/src/main/java/com/plaid/client/model/CreditRelayGetRequest.java index d613b90840..896bade2e8 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditRelayGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditRelayGetRequest defines the request schema for `/credit/relay/get` */ @ApiModel(description = "CreditRelayGetRequest defines the request schema for `/credit/relay/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayPDFGetRequest.java b/src/main/java/com/plaid/client/model/CreditRelayPDFGetRequest.java index 9028803d2f..65f5c8de30 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayPDFGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditRelayPDFGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditRelayPDFGetRequest defines the request schema for `/credit/relay/pdf/get` */ @ApiModel(description = "CreditRelayPDFGetRequest defines the request schema for `/credit/relay/pdf/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayPDFGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayRefreshRequest.java b/src/main/java/com/plaid/client/model/CreditRelayRefreshRequest.java index 8d0547296e..eb20fb079d 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/CreditRelayRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * CreditRelayRefreshRequest defines the request schema for `/credit/relay/refresh` */ @ApiModel(description = "CreditRelayRefreshRequest defines the request schema for `/credit/relay/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayRefreshResponse.java b/src/main/java/com/plaid/client/model/CreditRelayRefreshResponse.java index c0e4d21690..de3201d1cf 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/CreditRelayRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditRelayRefreshResponse defines the response schema for `/credit/relay/refresh` */ @ApiModel(description = "CreditRelayRefreshResponse defines the response schema for `/credit/relay/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayRefreshResponse { public static final String SERIALIZED_NAME_RELAY_TOKEN = "relay_token"; @SerializedName(SERIALIZED_NAME_RELAY_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CreditRelayRemoveRequest.java b/src/main/java/com/plaid/client/model/CreditRelayRemoveRequest.java index b40ee0053a..52c320ec8a 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/CreditRelayRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditRelayRemoveRequest defines the request schema for `/credit/relay/remove` */ @ApiModel(description = "CreditRelayRemoveRequest defines the request schema for `/credit/relay/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditRelayRemoveResponse.java b/src/main/java/com/plaid/client/model/CreditRelayRemoveResponse.java index 3d7f4ad23f..d10f2add8b 100644 --- a/src/main/java/com/plaid/client/model/CreditRelayRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/CreditRelayRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditRelayRemoveResponse defines the response schema for `/credit/relay/remove` */ @ApiModel(description = "CreditRelayRemoveResponse defines the response schema for `/credit/relay/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditRelayRemoveResponse { public static final String SERIALIZED_NAME_REMOVED = "removed"; @SerializedName(SERIALIZED_NAME_REMOVED) diff --git a/src/main/java/com/plaid/client/model/CreditSession.java b/src/main/java/com/plaid/client/model/CreditSession.java index 4c9e564999..bc4c454faa 100644 --- a/src/main/java/com/plaid/client/model/CreditSession.java +++ b/src/main/java/com/plaid/client/model/CreditSession.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Metadata and results for a Link session */ @ApiModel(description = "Metadata and results for a Link session") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSession { public static final String SERIALIZED_NAME_LINK_SESSION_ID = "link_session_id"; @SerializedName(SERIALIZED_NAME_LINK_SESSION_ID) diff --git a/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentResult.java b/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentResult.java index 4b3545eb85..86c0c165c6 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentResult.java +++ b/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The details of a bank employment verification in Link. */ @ApiModel(description = "The details of a bank employment verification in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionBankEmploymentResult { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentStatus.java b/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentStatus.java index 93a7b34ac6..fd6ef3c490 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentStatus.java +++ b/src/main/java/com/plaid/client/model/CreditSessionBankEmploymentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditSessionBankIncomeResult.java b/src/main/java/com/plaid/client/model/CreditSessionBankIncomeResult.java index f6e3f86abf..1beeda690b 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionBankIncomeResult.java +++ b/src/main/java/com/plaid/client/model/CreditSessionBankIncomeResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The details of a bank income verification in Link */ @ApiModel(description = "The details of a bank income verification in Link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionBankIncomeResult { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/CreditSessionBankIncomeStatus.java b/src/main/java/com/plaid/client/model/CreditSessionBankIncomeStatus.java index c55881b127..261c380548 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionBankIncomeStatus.java +++ b/src/main/java/com/plaid/client/model/CreditSessionBankIncomeStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/CreditSessionDocumentIncomeResult.java b/src/main/java/com/plaid/client/model/CreditSessionDocumentIncomeResult.java index 2d905e6cac..d37f25337e 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionDocumentIncomeResult.java +++ b/src/main/java/com/plaid/client/model/CreditSessionDocumentIncomeResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The details of a document income verification in Link */ @ApiModel(description = "The details of a document income verification in Link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionDocumentIncomeResult { public static final String SERIALIZED_NAME_NUM_PAYSTUBS_UPLOADED = "num_paystubs_uploaded"; @SerializedName(SERIALIZED_NAME_NUM_PAYSTUBS_UPLOADED) @@ -46,6 +46,10 @@ public class CreditSessionDocumentIncomeResult { @SerializedName(SERIALIZED_NAME_NUM1099S_UPLOADED) private Integer num1099sUploaded; + public static final String SERIALIZED_NAME_NUM_I20S_UPLOADED = "num_i20s_uploaded"; + @SerializedName(SERIALIZED_NAME_NUM_I20S_UPLOADED) + private Integer numI20sUploaded; + public CreditSessionDocumentIncomeResult numPaystubsUploaded(Integer numPaystubsUploaded) { @@ -135,6 +139,28 @@ public void setNum1099sUploaded(Integer num1099sUploaded) { } + public CreditSessionDocumentIncomeResult numI20sUploaded(Integer numI20sUploaded) { + + this.numI20sUploaded = numI20sUploaded; + return this; + } + + /** + * The number of I-20s uploaded by the user + * @return numI20sUploaded + **/ + @ApiModelProperty(required = true, value = "The number of I-20s uploaded by the user") + + public Integer getNumI20sUploaded() { + return numI20sUploaded; + } + + + public void setNumI20sUploaded(Integer numI20sUploaded) { + this.numI20sUploaded = numI20sUploaded; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -147,12 +173,13 @@ public boolean equals(Object o) { return Objects.equals(this.numPaystubsUploaded, creditSessionDocumentIncomeResult.numPaystubsUploaded) && Objects.equals(this.numW2sUploaded, creditSessionDocumentIncomeResult.numW2sUploaded) && Objects.equals(this.numBankStatementsUploaded, creditSessionDocumentIncomeResult.numBankStatementsUploaded) && - Objects.equals(this.num1099sUploaded, creditSessionDocumentIncomeResult.num1099sUploaded); + Objects.equals(this.num1099sUploaded, creditSessionDocumentIncomeResult.num1099sUploaded) && + Objects.equals(this.numI20sUploaded, creditSessionDocumentIncomeResult.numI20sUploaded); } @Override public int hashCode() { - return Objects.hash(numPaystubsUploaded, numW2sUploaded, numBankStatementsUploaded, num1099sUploaded); + return Objects.hash(numPaystubsUploaded, numW2sUploaded, numBankStatementsUploaded, num1099sUploaded, numI20sUploaded); } @Override @@ -163,6 +190,7 @@ public String toString() { sb.append(" numW2sUploaded: ").append(toIndentedString(numW2sUploaded)).append("\n"); sb.append(" numBankStatementsUploaded: ").append(toIndentedString(numBankStatementsUploaded)).append("\n"); sb.append(" num1099sUploaded: ").append(toIndentedString(num1099sUploaded)).append("\n"); + sb.append(" numI20sUploaded: ").append(toIndentedString(numI20sUploaded)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/CreditSessionError.java b/src/main/java/com/plaid/client/model/CreditSessionError.java index 44cdc70592..e8e19b1059 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionError.java +++ b/src/main/java/com/plaid/client/model/CreditSessionError.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The details of a Link error. */ @ApiModel(description = "The details of a Link error.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionError { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) diff --git a/src/main/java/com/plaid/client/model/CreditSessionItemAddResult.java b/src/main/java/com/plaid/client/model/CreditSessionItemAddResult.java index 869e8bc7ff..a4ebd30586 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionItemAddResult.java +++ b/src/main/java/com/plaid/client/model/CreditSessionItemAddResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The details of an Item add in Link. */ @ApiModel(description = "The details of an Item add in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionItemAddResult { public static final String SERIALIZED_NAME_PUBLIC_TOKEN = "public_token"; @SerializedName(SERIALIZED_NAME_PUBLIC_TOKEN) diff --git a/src/main/java/com/plaid/client/model/CreditSessionPayrollIncomeResult.java b/src/main/java/com/plaid/client/model/CreditSessionPayrollIncomeResult.java index 536958ce8d..9e91b7495b 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionPayrollIncomeResult.java +++ b/src/main/java/com/plaid/client/model/CreditSessionPayrollIncomeResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The details of a digital payroll income verification in Link */ @ApiModel(description = "The details of a digital payroll income verification in Link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionPayrollIncomeResult { public static final String SERIALIZED_NAME_NUM_PAYSTUBS_RETRIEVED = "num_paystubs_retrieved"; @SerializedName(SERIALIZED_NAME_NUM_PAYSTUBS_RETRIEVED) diff --git a/src/main/java/com/plaid/client/model/CreditSessionResults.java b/src/main/java/com/plaid/client/model/CreditSessionResults.java index b13a254d0a..9b32c84b70 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionResults.java +++ b/src/main/java/com/plaid/client/model/CreditSessionResults.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * The set of results for a Link session. */ @ApiModel(description = "The set of results for a Link session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionResults { public static final String SERIALIZED_NAME_ITEM_ADD_RESULTS = "item_add_results"; @SerializedName(SERIALIZED_NAME_ITEM_ADD_RESULTS) diff --git a/src/main/java/com/plaid/client/model/CreditSessionsGetRequest.java b/src/main/java/com/plaid/client/model/CreditSessionsGetRequest.java index 5038c99477..352a1c7436 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/CreditSessionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * CreditSessionsGetRequest defines the request schema for `/credit/sessions/get` */ @ApiModel(description = "CreditSessionsGetRequest defines the request schema for `/credit/sessions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java b/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java index b4f6f69805..f3a474a9ab 100644 --- a/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * CreditSessionsGetResponse defines the response schema for `/credit/sessions/get` */ @ApiModel(description = "CreditSessionsGetResponse defines the response schema for `/credit/sessions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditSessionsGetResponse { public static final String SERIALIZED_NAME_SESSIONS = "sessions"; @SerializedName(SERIALIZED_NAME_SESSIONS) diff --git a/src/main/java/com/plaid/client/model/CreditW2.java b/src/main/java/com/plaid/client/model/CreditW2.java index ae13e8809e..9a6c45a4e8 100644 --- a/src/main/java/com/plaid/client/model/CreditW2.java +++ b/src/main/java/com/plaid/client/model/CreditW2.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * W2 is an object that represents income data taken from a W2 tax document. */ @ApiModel(description = "W2 is an object that represents income data taken from a W2 tax document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CreditW2 { public static final String SERIALIZED_NAME_DOCUMENT_METADATA = "document_metadata"; @SerializedName(SERIALIZED_NAME_DOCUMENT_METADATA) @@ -248,11 +248,11 @@ public CreditW2 employerIdNumber(String employerIdNumber) { } /** - * An employee identification number or EIN. + * An employer identification number or EIN. * @return employerIdNumber **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "An employee identification number or EIN.") + @ApiModelProperty(required = true, value = "An employer identification number or EIN.") public String getEmployerIdNumber() { return employerIdNumber; diff --git a/src/main/java/com/plaid/client/model/CustomSandboxTransaction.java b/src/main/java/com/plaid/client/model/CustomSandboxTransaction.java index 516ab18d3e..53ace5d128 100644 --- a/src/main/java/com/plaid/client/model/CustomSandboxTransaction.java +++ b/src/main/java/com/plaid/client/model/CustomSandboxTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data to populate as test transaction data. */ @ApiModel(description = "Data to populate as test transaction data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CustomSandboxTransaction { public static final String SERIALIZED_NAME_DATE_TRANSACTED = "date_transacted"; @SerializedName(SERIALIZED_NAME_DATE_TRANSACTED) diff --git a/src/main/java/com/plaid/client/model/CustomerInitiatedReturnRisk.java b/src/main/java/com/plaid/client/model/CustomerInitiatedReturnRisk.java index 4d24830785..47ead32b53 100644 --- a/src/main/java/com/plaid/client/model/CustomerInitiatedReturnRisk.java +++ b/src/main/java/com/plaid/client/model/CustomerInitiatedReturnRisk.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * The object contains a risk score and a risk tier that evaluate the transaction return risk of an unauthorized debit. Common return codes in this category include: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized. + * The object contains a risk score and a risk tier that evaluate the transaction return risk of an unauthorized debit. Common return codes in this category include: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, customers of financial institutions can dispute a transaction as unauthorized. */ -@ApiModel(description = "The object contains a risk score and a risk tier that evaluate the transaction return risk of an unauthorized debit. Common return codes in this category include: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The object contains a risk score and a risk tier that evaluate the transaction return risk of an unauthorized debit. Common return codes in this category include: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, customers of financial institutions can dispute a transaction as unauthorized.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class CustomerInitiatedReturnRisk { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/DashboardUser.java b/src/main/java/com/plaid/client/model/DashboardUser.java index 87f8755502..fe48b47010 100644 --- a/src/main/java/com/plaid/client/model/DashboardUser.java +++ b/src/main/java/com/plaid/client/model/DashboardUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Account information associated with a team member with access to the Plaid dashboard. */ @ApiModel(description = "Account information associated with a team member with access to the Plaid dashboard.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DashboardUser { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/DashboardUserGetRequest.java b/src/main/java/com/plaid/client/model/DashboardUserGetRequest.java index 79d2d208aa..b1168c8b9c 100644 --- a/src/main/java/com/plaid/client/model/DashboardUserGetRequest.java +++ b/src/main/java/com/plaid/client/model/DashboardUserGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching a dashboard user */ @ApiModel(description = "Request input for fetching a dashboard user") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DashboardUserGetRequest { public static final String SERIALIZED_NAME_DASHBOARD_USER_ID = "dashboard_user_id"; @SerializedName(SERIALIZED_NAME_DASHBOARD_USER_ID) diff --git a/src/main/java/com/plaid/client/model/DashboardUserGetResponse.java b/src/main/java/com/plaid/client/model/DashboardUserGetResponse.java index d0b49407cb..8d0b6bebee 100644 --- a/src/main/java/com/plaid/client/model/DashboardUserGetResponse.java +++ b/src/main/java/com/plaid/client/model/DashboardUserGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Account information associated with a team member with access to the Plaid dashboard. */ @ApiModel(description = "Account information associated with a team member with access to the Plaid dashboard.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DashboardUserGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/DashboardUserListRequest.java b/src/main/java/com/plaid/client/model/DashboardUserListRequest.java index c441c253fc..3323ca5ca0 100644 --- a/src/main/java/com/plaid/client/model/DashboardUserListRequest.java +++ b/src/main/java/com/plaid/client/model/DashboardUserListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing dashboard users */ @ApiModel(description = "Request input for listing dashboard users") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DashboardUserListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/DashboardUserListResponse.java b/src/main/java/com/plaid/client/model/DashboardUserListResponse.java index 82ce07034c..f7760f728f 100644 --- a/src/main/java/com/plaid/client/model/DashboardUserListResponse.java +++ b/src/main/java/com/plaid/client/model/DashboardUserListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of dashboard users */ @ApiModel(description = "Paginated list of dashboard users") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DashboardUserListResponse { public static final String SERIALIZED_NAME_DASHBOARD_USERS = "dashboard_users"; @SerializedName(SERIALIZED_NAME_DASHBOARD_USERS) diff --git a/src/main/java/com/plaid/client/model/DashboardUserStatus.java b/src/main/java/com/plaid/client/model/DashboardUserStatus.java index a77c579f08..82e1293f3f 100644 --- a/src/main/java/com/plaid/client/model/DashboardUserStatus.java +++ b/src/main/java/com/plaid/client/model/DashboardUserStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DataSources.java b/src/main/java/com/plaid/client/model/DataSources.java index 371a3ac88c..6b5c18d113 100644 --- a/src/main/java/com/plaid/client/model/DataSources.java +++ b/src/main/java/com/plaid/client/model/DataSources.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DateRange.java b/src/main/java/com/plaid/client/model/DateRange.java index b77ff5df51..3291383357 100644 --- a/src/main/java/com/plaid/client/model/DateRange.java +++ b/src/main/java/com/plaid/client/model/DateRange.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A date range with a start and end date */ @ApiModel(description = "A date range with a start and end date") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DateRange { public static final String SERIALIZED_NAME_BEGINNING = "beginning"; @SerializedName(SERIALIZED_NAME_BEGINNING) diff --git a/src/main/java/com/plaid/client/model/Deductions.java b/src/main/java/com/plaid/client/model/Deductions.java index 73560c98a9..48d41afe21 100644 --- a/src/main/java/com/plaid/client/model/Deductions.java +++ b/src/main/java/com/plaid/client/model/Deductions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object with the deduction information found on a paystub. */ @ApiModel(description = "An object with the deduction information found on a paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Deductions { public static final String SERIALIZED_NAME_SUBTOTALS = "subtotals"; @SerializedName(SERIALIZED_NAME_SUBTOTALS) diff --git a/src/main/java/com/plaid/client/model/DeductionsBreakdown.java b/src/main/java/com/plaid/client/model/DeductionsBreakdown.java index 4cfa627fe9..9b1f9a3154 100644 --- a/src/main/java/com/plaid/client/model/DeductionsBreakdown.java +++ b/src/main/java/com/plaid/client/model/DeductionsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the deduction line items for the pay period */ @ApiModel(description = "An object representing the deduction line items for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DeductionsBreakdown { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -127,11 +127,11 @@ public DeductionsBreakdown unofficialCurrencyCode(String unofficialCurrencyCode) } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/DeductionsTotal.java b/src/main/java/com/plaid/client/model/DeductionsTotal.java index 2cbae321d3..9910967b9f 100644 --- a/src/main/java/com/plaid/client/model/DeductionsTotal.java +++ b/src/main/java/com/plaid/client/model/DeductionsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the total deductions for the pay period */ @ApiModel(description = "An object representing the total deductions for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DeductionsTotal { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -100,11 +100,11 @@ public DeductionsTotal unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/DefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/DefaultUpdateWebhook.java index 8c7e61c031..483a680945 100644 --- a/src/main/java/com/plaid/client/model/DefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/DefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when new transaction data is available for an Item. Plaid will typically check for new transaction data several times a day. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "Fired when new transaction data is available for an Item. Plaid will typically check for new transaction data several times a day. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/DepositoryAccountSubtype.java b/src/main/java/com/plaid/client/model/DepositoryAccountSubtype.java index 9630c24045..b1f4730bf0 100644 --- a/src/main/java/com/plaid/client/model/DepositoryAccountSubtype.java +++ b/src/main/java/com/plaid/client/model/DepositoryAccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DepositoryFilter.java b/src/main/java/com/plaid/client/model/DepositoryFilter.java index 93445986d1..b9387a6bd2 100644 --- a/src/main/java/com/plaid/client/model/DepositoryFilter.java +++ b/src/main/java/com/plaid/client/model/DepositoryFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A filter to apply to `depository`-type accounts */ @ApiModel(description = "A filter to apply to `depository`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DepositoryFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/DetailedOriginator.java b/src/main/java/com/plaid/client/model/DetailedOriginator.java index f6832cfb2e..b10f830541 100644 --- a/src/main/java/com/plaid/client/model/DetailedOriginator.java +++ b/src/main/java/com/plaid/client/model/DetailedOriginator.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Originator and their status. */ @ApiModel(description = "Originator and their status.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DetailedOriginator { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/DetectedAccount.java b/src/main/java/com/plaid/client/model/DetectedAccount.java index e82ff9ae45..cd3ff91762 100644 --- a/src/main/java/com/plaid/client/model/DetectedAccount.java +++ b/src/main/java/com/plaid/client/model/DetectedAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A possible account detected to be associated with a transaction user. */ @ApiModel(description = "A possible account detected to be associated with a transaction user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DetectedAccount { public static final String SERIALIZED_NAME_ACCOUNT_TYPE = "account_type"; @SerializedName(SERIALIZED_NAME_ACCOUNT_TYPE) diff --git a/src/main/java/com/plaid/client/model/DeviceId.java b/src/main/java/com/plaid/client/model/DeviceId.java index e160e42139..9ad30de122 100644 --- a/src/main/java/com/plaid/client/model/DeviceId.java +++ b/src/main/java/com/plaid/client/model/DeviceId.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Device Id associated with the device used during the previous link session + * Device ID associated with the device used during the previous Link session */ -@ApiModel(description = "Device Id associated with the device used during the previous link session") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Device ID associated with the device used during the previous Link session") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DeviceId { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/DistributionBreakdown.java b/src/main/java/com/plaid/client/model/DistributionBreakdown.java index 60da9605a5..46a81f4e32 100644 --- a/src/main/java/com/plaid/client/model/DistributionBreakdown.java +++ b/src/main/java/com/plaid/client/model/DistributionBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the accounts that the payment was distributed to. */ @ApiModel(description = "Information about the accounts that the payment was distributed to.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DistributionBreakdown { public static final String SERIALIZED_NAME_ACCOUNT_NAME = "account_name"; @SerializedName(SERIALIZED_NAME_ACCOUNT_NAME) @@ -209,11 +209,11 @@ public DistributionBreakdown unofficialCurrencyCode(String unofficialCurrencyCod } /** - * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/DocType.java b/src/main/java/com/plaid/client/model/DocType.java index 4f03ca1cea..f22fb02a4a 100644 --- a/src/main/java/com/plaid/client/model/DocType.java +++ b/src/main/java/com/plaid/client/model/DocType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The type of document. `DOCUMENT_TYPE_PAYSTUB`: A paystub. `DOCUMENT_TYPE_BANK_STATEMENT`: A bank statement. `DOCUMENT_TYPE_US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `DOCUMENT_TYPE_US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `DOCUMENT_TYPE_US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `DOCUMENT_TYPE_US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `DOCUMENT_TYPE_GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `DOCUMENT_TYPE_NONE`: Used to indicate that there is no underlying document for the data. `DOCUMENT_TYPE_PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `UNKNOWN`: Document type could not be determined. + * The type of document. `DOCUMENT_TYPE_PAYSTUB`: A paystub. `DOCUMENT_TYPE_BANK_STATEMENT`: A bank statement. `DOCUMENT_TYPE_US_TAX_W2`: A W-2 wage and tax statement provided by a US employer reflecting wages earned by the employee. `DOCUMENT_TYPE_US_MILITARY_ERAS`: An electronic Retirement Account Statement (eRAS) issued by the US military. `DOCUMENT_TYPE_US_MILITARY_LES`: A Leave and Earnings Statement (LES) issued by the US military. `DOCUMENT_TYPE_US_MILITARY_CLES`: A Civilian Leave and Earnings Statement (CLES) issued by the US military. `DOCUMENT_TYPE_GIG`: Used to indicate that the income is related to gig work. Does not necessarily correspond to a specific document type. `DOCUMENT_TYPE_NONE`: Used to indicate that there is no underlying document for the data. `DOCUMENT_TYPE_US_TAX_1099_MISC`: A Form 1099-MISC information return reporting miscellaneous income. `DOCUMENT_TYPE_US_TAX_1099_K`: A Form 1099-K information return reporting payment card and third-party network transactions. `DOCUMENT_TYPE_PLAID_GENERATED_PAYSTUB_PDF`: Used to indicate that the PDF for the paystub was generated by Plaid. `DOCUMENT_TYPE_US_STUDENT_I20`: A Form I-20 Certificate of Eligibility for Nonimmigrant Student Status. `UNKNOWN`: Document type could not be determined. */ @JsonAdapter(DocType.Adapter.class) public enum DocType { @@ -53,6 +53,8 @@ public enum DocType { DOCUMENT_TYPE_US_TAX_1099_K("DOCUMENT_TYPE_US_TAX_1099_K"), DOCUMENT_TYPE_PLAID_GENERATED_PAYSTUB_PDF("DOCUMENT_TYPE_PLAID_GENERATED_PAYSTUB_PDF"), + + DOCUMENT_TYPE_US_STUDENT_I20("DOCUMENT_TYPE_US_STUDENT_I20"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. diff --git a/src/main/java/com/plaid/client/model/DocumentAnalysis.java b/src/main/java/com/plaid/client/model/DocumentAnalysis.java index 168d8bb909..4ea259a4ca 100644 --- a/src/main/java/com/plaid/client/model/DocumentAnalysis.java +++ b/src/main/java/com/plaid/client/model/DocumentAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * High level descriptions of how the associated document was processed. If a document fails verification, the details in the `analysis` object should help clarify why the document was rejected. */ @ApiModel(description = "High level descriptions of how the associated document was processed. If a document fails verification, the details in the `analysis` object should help clarify why the document was rejected.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentAnalysis { public static final String SERIALIZED_NAME_AUTHENTICITY = "authenticity"; @SerializedName(SERIALIZED_NAME_AUTHENTICITY) diff --git a/src/main/java/com/plaid/client/model/DocumentAuthenticityMatchCode.java b/src/main/java/com/plaid/client/model/DocumentAuthenticityMatchCode.java index 4097c9ef0e..694c4f83d4 100644 --- a/src/main/java/com/plaid/client/model/DocumentAuthenticityMatchCode.java +++ b/src/main/java/com/plaid/client/model/DocumentAuthenticityMatchCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DocumentDateOfBirthMatchCode.java b/src/main/java/com/plaid/client/model/DocumentDateOfBirthMatchCode.java index 450499f4ec..8dfd7278be 100644 --- a/src/main/java/com/plaid/client/model/DocumentDateOfBirthMatchCode.java +++ b/src/main/java/com/plaid/client/model/DocumentDateOfBirthMatchCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DocumentMetadata.java b/src/main/java/com/plaid/client/model/DocumentMetadata.java index 5ced8d9690..63bef9c637 100644 --- a/src/main/java/com/plaid/client/model/DocumentMetadata.java +++ b/src/main/java/com/plaid/client/model/DocumentMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing metadata from the end user's uploaded document. */ @ApiModel(description = "An object representing metadata from the end user's uploaded document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentMetadata { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/DocumentNameMatchCode.java b/src/main/java/com/plaid/client/model/DocumentNameMatchCode.java index 5647a41869..70a48a559e 100644 --- a/src/main/java/com/plaid/client/model/DocumentNameMatchCode.java +++ b/src/main/java/com/plaid/client/model/DocumentNameMatchCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DocumentRiskSignal.java b/src/main/java/com/plaid/client/model/DocumentRiskSignal.java index 0cf845c18e..c1338d98f3 100644 --- a/src/main/java/com/plaid/client/model/DocumentRiskSignal.java +++ b/src/main/java/com/plaid/client/model/DocumentRiskSignal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about a certain reason as to why a document could potentially be fraudulent. */ @ApiModel(description = "Details about a certain reason as to why a document could potentially be fraudulent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentRiskSignal { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/DocumentRiskSignalInstitutionMetadata.java b/src/main/java/com/plaid/client/model/DocumentRiskSignalInstitutionMetadata.java index 5613b8b96b..39418a09dd 100644 --- a/src/main/java/com/plaid/client/model/DocumentRiskSignalInstitutionMetadata.java +++ b/src/main/java/com/plaid/client/model/DocumentRiskSignalInstitutionMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object which contains additional metadata about the institution used to compute the verification attribute */ @ApiModel(description = "An object which contains additional metadata about the institution used to compute the verification attribute") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentRiskSignalInstitutionMetadata { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/DocumentRiskSignalsObject.java b/src/main/java/com/plaid/client/model/DocumentRiskSignalsObject.java index c4a670c07a..003c84c7ce 100644 --- a/src/main/java/com/plaid/client/model/DocumentRiskSignalsObject.java +++ b/src/main/java/com/plaid/client/model/DocumentRiskSignalsObject.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Object containing fraud risk data for a set of income documents. */ @ApiModel(description = "Object containing fraud risk data for a set of income documents.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentRiskSignalsObject { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/DocumentRiskSummary.java b/src/main/java/com/plaid/client/model/DocumentRiskSummary.java index 4dde55f7c0..cc80e4f3ea 100644 --- a/src/main/java/com/plaid/client/model/DocumentRiskSummary.java +++ b/src/main/java/com/plaid/client/model/DocumentRiskSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A summary across all risk signals associated with a document */ @ApiModel(description = "A summary across all risk signals associated with a document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentRiskSummary { public static final String SERIALIZED_NAME_RISK_SCORE = "risk_score"; @SerializedName(SERIALIZED_NAME_RISK_SCORE) diff --git a/src/main/java/com/plaid/client/model/DocumentStatus.java b/src/main/java/com/plaid/client/model/DocumentStatus.java index 20c89323fe..05d7f6b897 100644 --- a/src/main/java/com/plaid/client/model/DocumentStatus.java +++ b/src/main/java/com/plaid/client/model/DocumentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/DocumentaryVerification.java b/src/main/java/com/plaid/client/model/DocumentaryVerification.java index a1970e75d0..1357c482f8 100644 --- a/src/main/java/com/plaid/client/model/DocumentaryVerification.java +++ b/src/main/java/com/plaid/client/model/DocumentaryVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Data, images, analysis, and results from the `documentary_verification` step. This field will be `null` unless `steps.documentary_verification` has reached a terminal state of either `success` or `failed`. */ @ApiModel(description = "Data, images, analysis, and results from the `documentary_verification` step. This field will be `null` unless `steps.documentary_verification` has reached a terminal state of either `success` or `failed`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentaryVerification { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/DocumentaryVerificationDocument.java b/src/main/java/com/plaid/client/model/DocumentaryVerificationDocument.java index 398991a1ef..bfe17f5292 100644 --- a/src/main/java/com/plaid/client/model/DocumentaryVerificationDocument.java +++ b/src/main/java/com/plaid/client/model/DocumentaryVerificationDocument.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Images, extracted data, and analysis from a user's identity document */ @ApiModel(description = "Images, extracted data, and analysis from a user's identity document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class DocumentaryVerificationDocument { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/Earnings.java b/src/main/java/com/plaid/client/model/Earnings.java index be3048051c..d15107b62f 100644 --- a/src/main/java/com/plaid/client/model/Earnings.java +++ b/src/main/java/com/plaid/client/model/Earnings.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing both a breakdown of earnings on a paystub and the total earnings. */ @ApiModel(description = "An object representing both a breakdown of earnings on a paystub and the total earnings.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Earnings { public static final String SERIALIZED_NAME_SUBTOTALS = "subtotals"; @SerializedName(SERIALIZED_NAME_SUBTOTALS) diff --git a/src/main/java/com/plaid/client/model/EarningsBreakdown.java b/src/main/java/com/plaid/client/model/EarningsBreakdown.java index e0f39c435f..81644c0903 100644 --- a/src/main/java/com/plaid/client/model/EarningsBreakdown.java +++ b/src/main/java/com/plaid/client/model/EarningsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing the earnings line items for the pay period. */ @ApiModel(description = "An object representing the earnings line items for the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EarningsBreakdown { public static final String SERIALIZED_NAME_CANONICAL_DESCRIPTION = "canonical_description"; @SerializedName(SERIALIZED_NAME_CANONICAL_DESCRIPTION) @@ -210,11 +210,11 @@ public EarningsBreakdown unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -233,11 +233,11 @@ public EarningsBreakdown ytdAmount(Double ytdAmount) { } /** - * The year-to-date amount of the deduction. + * The year-to-date amount of the line item. * @return ytdAmount **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The year-to-date amount of the deduction.") + @ApiModelProperty(value = "The year-to-date amount of the line item.") public Double getYtdAmount() { return ytdAmount; diff --git a/src/main/java/com/plaid/client/model/EarningsBreakdownCanonicalDescription.java b/src/main/java/com/plaid/client/model/EarningsBreakdownCanonicalDescription.java index 7ba593aec9..a3be5c0615 100644 --- a/src/main/java/com/plaid/client/model/EarningsBreakdownCanonicalDescription.java +++ b/src/main/java/com/plaid/client/model/EarningsBreakdownCanonicalDescription.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/EarningsTotal.java b/src/main/java/com/plaid/client/model/EarningsTotal.java index 94fe0e208f..974ecbdf75 100644 --- a/src/main/java/com/plaid/client/model/EarningsTotal.java +++ b/src/main/java/com/plaid/client/model/EarningsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing both the current pay period and year to date amount for an earning category. */ @ApiModel(description = "An object representing both the current pay period and year to date amount for an earning category.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EarningsTotal { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -183,11 +183,11 @@ public EarningsTotal unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/Email.java b/src/main/java/com/plaid/client/model/Email.java index 998f5393b9..5e17d02f49 100644 --- a/src/main/java/com/plaid/client/model/Email.java +++ b/src/main/java/com/plaid/client/model/Email.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing an email address */ @ApiModel(description = "An object representing an email address") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Email { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/EmailAddressMatchScore.java b/src/main/java/com/plaid/client/model/EmailAddressMatchScore.java index 47d791ad05..b857059855 100644 --- a/src/main/java/com/plaid/client/model/EmailAddressMatchScore.java +++ b/src/main/java/com/plaid/client/model/EmailAddressMatchScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Score found by matching email provided by the API with the email on the account at the financial institution. 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled. */ @ApiModel(description = "Score found by matching email provided by the API with the email on the account at the financial institution. 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmailAddressMatchScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/Employee.java b/src/main/java/com/plaid/client/model/Employee.java index c7ddbd4f0d..c13b3505a3 100644 --- a/src/main/java/com/plaid/client/model/Employee.java +++ b/src/main/java/com/plaid/client/model/Employee.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Data about the employee. */ @ApiModel(description = "Data about the employee.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Employee { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/EmployeeIncomeSummaryFieldString.java b/src/main/java/com/plaid/client/model/EmployeeIncomeSummaryFieldString.java index 791f46fb36..b0c58285cc 100644 --- a/src/main/java/com/plaid/client/model/EmployeeIncomeSummaryFieldString.java +++ b/src/main/java/com/plaid/client/model/EmployeeIncomeSummaryFieldString.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The name of the employee, as reported on the paystub. */ @ApiModel(description = "The name of the employee, as reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmployeeIncomeSummaryFieldString { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/Employer.java b/src/main/java/com/plaid/client/model/Employer.java index f08c56a6a8..f33e5beb44 100644 --- a/src/main/java/com/plaid/client/model/Employer.java +++ b/src/main/java/com/plaid/client/model/Employer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data about the employer. */ @ApiModel(description = "Data about the employer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Employer { public static final String SERIALIZED_NAME_EMPLOYER_ID = "employer_id"; @SerializedName(SERIALIZED_NAME_EMPLOYER_ID) diff --git a/src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java b/src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java index 26c92b6453..2a53c64dba 100644 --- a/src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java +++ b/src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The name of the employer, as reported on the paystub. */ @ApiModel(description = "The name of the employer, as reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmployerIncomeSummaryFieldString { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/EmployerVerification.java b/src/main/java/com/plaid/client/model/EmployerVerification.java index 5523f174a9..663ecc88df 100644 --- a/src/main/java/com/plaid/client/model/EmployerVerification.java +++ b/src/main/java/com/plaid/client/model/EmployerVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object containing employer data. */ @ApiModel(description = "An object containing employer data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmployerVerification { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/EmployersSearchRequest.java b/src/main/java/com/plaid/client/model/EmployersSearchRequest.java index a236c7c314..4f2866c32c 100644 --- a/src/main/java/com/plaid/client/model/EmployersSearchRequest.java +++ b/src/main/java/com/plaid/client/model/EmployersSearchRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * EmployersSearchRequest defines the request schema for `/employers/search`. */ @ApiModel(description = "EmployersSearchRequest defines the request schema for `/employers/search`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmployersSearchRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/EmployersSearchResponse.java b/src/main/java/com/plaid/client/model/EmployersSearchResponse.java index 3e913643af..4aa9eca93f 100644 --- a/src/main/java/com/plaid/client/model/EmployersSearchResponse.java +++ b/src/main/java/com/plaid/client/model/EmployersSearchResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * EmployersSearchResponse defines the response schema for `/employers/search`. */ @ApiModel(description = "EmployersSearchResponse defines the response schema for `/employers/search`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmployersSearchResponse { public static final String SERIALIZED_NAME_EMPLOYERS = "employers"; @SerializedName(SERIALIZED_NAME_EMPLOYERS) diff --git a/src/main/java/com/plaid/client/model/EmploymentDetails.java b/src/main/java/com/plaid/client/model/EmploymentDetails.java index 62d05a3849..a1eed03983 100644 --- a/src/main/java/com/plaid/client/model/EmploymentDetails.java +++ b/src/main/java/com/plaid/client/model/EmploymentDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing employment details found on a paystub. */ @ApiModel(description = "An object representing employment details found on a paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmploymentDetails { public static final String SERIALIZED_NAME_ANNUAL_SALARY = "annual_salary"; @SerializedName(SERIALIZED_NAME_ANNUAL_SALARY) diff --git a/src/main/java/com/plaid/client/model/EmploymentSourceType.java b/src/main/java/com/plaid/client/model/EmploymentSourceType.java index dcc3e4d086..58f622c50e 100644 --- a/src/main/java/com/plaid/client/model/EmploymentSourceType.java +++ b/src/main/java/com/plaid/client/model/EmploymentSourceType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/EmploymentVerification.java b/src/main/java/com/plaid/client/model/EmploymentVerification.java index 19722aa5d4..e18000f5f5 100644 --- a/src/main/java/com/plaid/client/model/EmploymentVerification.java +++ b/src/main/java/com/plaid/client/model/EmploymentVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object containing proof of employment data for an individual */ @ApiModel(description = "An object containing proof of employment data for an individual") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmploymentVerification { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/EmploymentVerificationGetRequest.java b/src/main/java/com/plaid/client/model/EmploymentVerificationGetRequest.java index e59598ef22..ef93dcbfca 100644 --- a/src/main/java/com/plaid/client/model/EmploymentVerificationGetRequest.java +++ b/src/main/java/com/plaid/client/model/EmploymentVerificationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * EmploymentVerificationGetRequest defines the request schema for `/employment/verification/get`. */ @ApiModel(description = "EmploymentVerificationGetRequest defines the request schema for `/employment/verification/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmploymentVerificationGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/EmploymentVerificationGetResponse.java b/src/main/java/com/plaid/client/model/EmploymentVerificationGetResponse.java index 5eccaf5479..196eb6088c 100644 --- a/src/main/java/com/plaid/client/model/EmploymentVerificationGetResponse.java +++ b/src/main/java/com/plaid/client/model/EmploymentVerificationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * EmploymentVerificationGetResponse defines the response schema for `/employment/verification/get`. */ @ApiModel(description = "EmploymentVerificationGetResponse defines the response schema for `/employment/verification/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EmploymentVerificationGetResponse { public static final String SERIALIZED_NAME_EMPLOYMENTS = "employments"; @SerializedName(SERIALIZED_NAME_EMPLOYMENTS) diff --git a/src/main/java/com/plaid/client/model/EmploymentVerificationStatus.java b/src/main/java/com/plaid/client/model/EmploymentVerificationStatus.java index c1bf437649..f06f7bf695 100644 --- a/src/main/java/com/plaid/client/model/EmploymentVerificationStatus.java +++ b/src/main/java/com/plaid/client/model/EmploymentVerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Enhancements.java b/src/main/java/com/plaid/client/model/Enhancements.java index 377b994502..33b4ff3881 100644 --- a/src/main/java/com/plaid/client/model/Enhancements.java +++ b/src/main/java/com/plaid/client/model/Enhancements.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A grouping of the Plaid produced transaction enhancement fields. */ @ApiModel(description = "A grouping of the Plaid produced transaction enhancement fields.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Enhancements { public static final String SERIALIZED_NAME_MERCHANT_NAME = "merchant_name"; @SerializedName(SERIALIZED_NAME_MERCHANT_NAME) @@ -134,11 +134,11 @@ public Enhancements logoUrl(String logoUrl) { } /** - * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; @@ -297,11 +297,11 @@ public Enhancements personalFinanceCategoryIconUrl(String personalFinanceCategor } /** - * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. + * The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; diff --git a/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java b/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java index 290255fb82..0a9ca6cc1c 100644 --- a/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java +++ b/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Enrichments.java b/src/main/java/com/plaid/client/model/Enrichments.java index f86497128c..124a0660f4 100644 --- a/src/main/java/com/plaid/client/model/Enrichments.java +++ b/src/main/java/com/plaid/client/model/Enrichments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A grouping of the Plaid produced transaction enrichment fields. */ @ApiModel(description = "A grouping of the Plaid produced transaction enrichment fields.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Enrichments { public static final String SERIALIZED_NAME_CHECK_NUMBER = "check_number"; @SerializedName(SERIALIZED_NAME_CHECK_NUMBER) @@ -245,11 +245,11 @@ public Enrichments logoUrl(String logoUrl) { } /** - * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(required = true, value = "The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; @@ -359,10 +359,10 @@ public Enrichments personalFinanceCategoryIconUrl(String personalFinanceCategory } /** - * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. + * The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ - @ApiModelProperty(required = true, value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") + @ApiModelProperty(required = true, value = "The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; diff --git a/src/main/java/com/plaid/client/model/EntityDocument.java b/src/main/java/com/plaid/client/model/EntityDocument.java index bdcc5a8f16..fe60a19f8b 100644 --- a/src/main/java/com/plaid/client/model/EntityDocument.java +++ b/src/main/java/com/plaid/client/model/EntityDocument.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An official document, usually issued by a governing body or institution, with an associated identifier. */ @ApiModel(description = "An official document, usually issued by a governing body or institution, with an associated identifier.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityDocument { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/EntityDocumentType.java b/src/main/java/com/plaid/client/model/EntityDocumentType.java index ab06682d0b..984ca56eac 100644 --- a/src/main/java/com/plaid/client/model/EntityDocumentType.java +++ b/src/main/java/com/plaid/client/model/EntityDocumentType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitAnalysis.java b/src/main/java/com/plaid/client/model/EntityScreeningHitAnalysis.java index 84b6f79b2d..4a3cad6fb7 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitAnalysis.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Analysis information describing why a screening hit matched the provided entity information */ @ApiModel(description = "Analysis information describing why a screening hit matched the provided entity information") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitAnalysis { public static final String SERIALIZED_NAME_DOCUMENTS = "documents"; @SerializedName(SERIALIZED_NAME_DOCUMENTS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitData.java b/src/main/java/com/plaid/client/model/EntityScreeningHitData.java index 59e12d27be..c8d0c4faef 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitData.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * Information associated with the entity watchlist hit */ @ApiModel(description = "Information associated with the entity watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitData { public static final String SERIALIZED_NAME_DOCUMENTS = "documents"; @SerializedName(SERIALIZED_NAME_DOCUMENTS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitDocumentsItems.java b/src/main/java/com/plaid/client/model/EntityScreeningHitDocumentsItems.java index 1d43e364c6..1487fc0adc 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitDocumentsItems.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitDocumentsItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed documents for the associated hit */ @ApiModel(description = "Analyzed documents for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitDocumentsItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitEmails.java b/src/main/java/com/plaid/client/model/EntityScreeningHitEmails.java index 8f5cda8eec..31e65600f3 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitEmails.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitEmails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Email address information for the associated entity watchlist hit */ @ApiModel(description = "Email address information for the associated entity watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitEmails { public static final String SERIALIZED_NAME_EMAIL_ADDRESS = "email_address"; @SerializedName(SERIALIZED_NAME_EMAIL_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitEmailsItems.java b/src/main/java/com/plaid/client/model/EntityScreeningHitEmailsItems.java index 112f778713..d34857631f 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitEmailsItems.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitEmailsItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed emails for the associated hit */ @ApiModel(description = "Analyzed emails for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitEmailsItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitNames.java b/src/main/java/com/plaid/client/model/EntityScreeningHitNames.java index 6a4f0ee8c6..b5cf9e1d01 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitNames.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitNames.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Name information for the associated entity watchlist hit */ @ApiModel(description = "Name information for the associated entity watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitNames { public static final String SERIALIZED_NAME_FULL = "full"; @SerializedName(SERIALIZED_NAME_FULL) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitNamesItems.java b/src/main/java/com/plaid/client/model/EntityScreeningHitNamesItems.java index aeff79613b..3dfdb2da78 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitNamesItems.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitNamesItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed names for the associated hit */ @ApiModel(description = "Analyzed names for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitNamesItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitPhoneNumbers.java b/src/main/java/com/plaid/client/model/EntityScreeningHitPhoneNumbers.java index f85d1b01f9..97cb62996f 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitPhoneNumbers.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitPhoneNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Phone number information associated with the entity screening hit */ @ApiModel(description = "Phone number information associated with the entity screening hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitPhoneNumbers { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitUrls.java b/src/main/java/com/plaid/client/model/EntityScreeningHitUrls.java index 549d9743a2..35f74906b1 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitUrls.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitUrls.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * URLs associated with the entity screening hit */ @ApiModel(description = "URLs associated with the entity screening hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitUrls { public static final String SERIALIZED_NAME_URL = "url"; @SerializedName(SERIALIZED_NAME_URL) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitUrlsItems.java b/src/main/java/com/plaid/client/model/EntityScreeningHitUrlsItems.java index 1bfbc3d2cd..e1b36ab1ee 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitUrlsItems.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitUrlsItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed URLs for the associated hit */ @ApiModel(description = "Analyzed URLs for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitUrlsItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningHitsPhoneNumberItems.java b/src/main/java/com/plaid/client/model/EntityScreeningHitsPhoneNumberItems.java index 148a741a55..ffb807543b 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningHitsPhoneNumberItems.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningHitsPhoneNumberItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed phone numbers for the associated hit */ @ApiModel(description = "Analyzed phone numbers for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningHitsPhoneNumberItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/EntityScreeningStatusUpdatedWebhook.java b/src/main/java/com/plaid/client/model/EntityScreeningStatusUpdatedWebhook.java index 69bf076a06..ea8f68fede 100644 --- a/src/main/java/com/plaid/client/model/EntityScreeningStatusUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/EntityScreeningStatusUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an entity screening status has changed, which can occur manually via the dashboard or during ongoing monitoring. */ @ApiModel(description = "Fired when an entity screening status has changed, which can occur manually via the dashboard or during ongoing monitoring.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityScreeningStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistCode.java b/src/main/java/com/plaid/client/model/EntityWatchlistCode.java index c532b70ff8..eee018ec1e 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistCode.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * Shorthand identifier for a specific screening list for entities. `AU_CON`: Australia Department of Foreign Affairs and Trade Consolidated List `CA_CON`: Government of Canada Consolidated List of Sanctions `EU_CON`: European External Action Service Consolidated List `IZ_SOE`: State Owned Enterprise List `IZ_UNC`: United Nations Consolidated Sanctions `IZ_WBK`: World Bank Listing of Ineligible Firms and Individuals `US_CAP`: US OFAC Correspondent Account or Payable-Through Account Sanctions `US_FSE`: US OFAC Foreign Sanctions Evaders `US_MBS`: US Non-SDN Menu-Based Sanctions `US_SDN`: US Specially Designated Nationals List `US_SSI`: US OFAC Sectoral Sanctions Identifications `US_CMC`: US OFAC Non-SDN Chinese Military-Industrial Complex List `US_UVL`: Bureau of Industry and Security Unverified List `US_SAM`: US System for Award Management Exclusion List `US_TEL`: US Terrorist Exclusion List `UK_HMC`: Foreign, Commonwealth & Development Office UK Sanctions List + * Shorthand identifier for a specific screening list for entities. `AU_CON`: Australia Department of Foreign Affairs and Trade Consolidated List `CA_CON`: Government of Canada Consolidated List of Sanctions `EU_CON`: European External Action Service Consolidated List `IZ_SOE`: State Owned Enterprise List `IZ_UNC`: United Nations Consolidated Sanctions `IZ_WBK`: World Bank Listing of Ineligible Firms and Individuals `US_CAP`: US OFAC Correspondent Account or Payable-Through Account Sanctions `US_FSE`: US OFAC Foreign Sanctions Evaders `US_MBS`: US Non-SDN Menu-Based Sanctions `US_SDN`: US OFAC Specially Designated Nationals List `US_SSI`: US OFAC Sectoral Sanctions Identifications `US_CMC`: US OFAC Non-SDN Chinese Military-Industrial Complex List `US_UVL`: Bureau of Industry and Security Unverified List `US_SAM`: US System for Award Management Exclusion List `US_TEL`: US Terrorist Exclusion List `UK_HMC`: Foreign, Commonwealth & Development Office UK Sanctions List */ @JsonAdapter(EntityWatchlistCode.Adapter.class) public enum EntityWatchlistCode { diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java b/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java index 1b064c6ad2..f815729c3f 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of entities. */ @ApiModel(description = "A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of entities.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistProgram { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistScreening.java b/src/main/java/com/plaid/client/model/EntityWatchlistScreening.java index d2acb25ea1..62a25b0d1a 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistScreening.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistScreening.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration. */ @ApiModel(description = "The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistScreening { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningHit.java b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningHit.java index 3aaac6b6e1..1aac5f8df9 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningHit.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningHit.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Data from a government watchlist that has been attached to the screening. */ @ApiModel(description = "Data from a government watchlist that has been attached to the screening.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistScreeningHit { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningReview.java b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningReview.java index 6974a2aa6a..727c1b69c8 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningReview.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningReview.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A review submitted by a team member for an entity watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both. */ @ApiModel(description = "A review submitted by a team member for an entity watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistScreeningReview { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningSearchTerms.java b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningSearchTerms.java index 2b552db3c0..09d63ee5a8 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistScreeningSearchTerms.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistScreeningSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search terms associated with an entity used for searching against watchlists */ @ApiModel(description = "Search terms associated with an entity used for searching against watchlists") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistScreeningSearchTerms { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID = "entity_watchlist_program_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistSearchTerms.java b/src/main/java/com/plaid/client/model/EntityWatchlistSearchTerms.java index 45647dec75..e395c04720 100644 --- a/src/main/java/com/plaid/client/model/EntityWatchlistSearchTerms.java +++ b/src/main/java/com/plaid/client/model/EntityWatchlistSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search inputs for creating an entity watchlist screening */ @ApiModel(description = "Search inputs for creating an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EntityWatchlistSearchTerms { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID = "entity_watchlist_program_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/EwaScore.java b/src/main/java/com/plaid/client/model/EwaScore.java index ea8440dad3..9963e1fe26 100644 --- a/src/main/java/com/plaid/client/model/EwaScore.java +++ b/src/main/java/com/plaid/client/model/EwaScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * EwaScore represents an earned wage access score for a specific advance amount range. */ @ApiModel(description = "EwaScore represents an earned wage access score for a specific advance amount range.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class EwaScore { public static final String SERIALIZED_NAME_LOWEST_AMOUNT = "lowest_amount"; @SerializedName(SERIALIZED_NAME_LOWEST_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/ExpenditureInsights.java b/src/main/java/com/plaid/client/model/ExpenditureInsights.java index 0a44f915b7..b1163020d4 100644 --- a/src/main/java/com/plaid/client/model/ExpenditureInsights.java +++ b/src/main/java/com/plaid/client/model/ExpenditureInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Comprehensive analysis of spending patterns, categorizing expenses into essential, non-essential, and other categories. */ @ApiModel(description = "Comprehensive analysis of spending patterns, categorizing expenses into essential, non-essential, and other categories.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExpenditureInsights { public static final String SERIALIZED_NAME_CASH_FLOW = "cash_flow"; @SerializedName(SERIALIZED_NAME_CASH_FLOW) diff --git a/src/main/java/com/plaid/client/model/ExpenditureSummary.java b/src/main/java/com/plaid/client/model/ExpenditureSummary.java index ba9bb17f5e..76925b3f22 100644 --- a/src/main/java/com/plaid/client/model/ExpenditureSummary.java +++ b/src/main/java/com/plaid/client/model/ExpenditureSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Summary statistics for a specific expenditure category, including total amount, monthly average, and percentage of income. */ @ApiModel(description = "Summary statistics for a specific expenditure category, including total amount, monthly average, and percentage of income.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExpenditureSummary { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/ExpirationDate.java b/src/main/java/com/plaid/client/model/ExpirationDate.java index 173ec57258..2f21945c8a 100644 --- a/src/main/java/com/plaid/client/model/ExpirationDate.java +++ b/src/main/java/com/plaid/client/model/ExpirationDate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ExtendedRecipientMetadata.java b/src/main/java/com/plaid/client/model/ExtendedRecipientMetadata.java index 85a0c82367..40b6006bfd 100644 --- a/src/main/java/com/plaid/client/model/ExtendedRecipientMetadata.java +++ b/src/main/java/com/plaid/client/model/ExtendedRecipientMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Plaid and FDX-defined recipient metadata fields */ @ApiModel(description = "Plaid and FDX-defined recipient metadata fields") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExtendedRecipientMetadata { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) @@ -202,10 +202,10 @@ public ExtendedRecipientMetadata connectionCount(Integer connectionCount) { } /** - * The number of Data Partner consumers that are connected to the recipient for the specific Data Partner + * The number of consumers connected to the recipient through this Data Partner * @return connectionCount **/ - @ApiModelProperty(required = true, value = "The number of Data Partner consumers that are connected to the recipient for the specific Data Partner") + @ApiModelProperty(required = true, value = "The number of consumers connected to the recipient through this Data Partner") public Integer getConnectionCount() { return connectionCount; diff --git a/src/main/java/com/plaid/client/model/ExtendedRecipientMetadataAllOf.java b/src/main/java/com/plaid/client/model/ExtendedRecipientMetadataAllOf.java index 102527de99..deaf3f088f 100644 --- a/src/main/java/com/plaid/client/model/ExtendedRecipientMetadataAllOf.java +++ b/src/main/java/com/plaid/client/model/ExtendedRecipientMetadataAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * ExtendedRecipientMetadataAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExtendedRecipientMetadataAllOf { public static final String SERIALIZED_NAME_CATEGORY = "category"; @SerializedName(SERIALIZED_NAME_CATEGORY) @@ -94,10 +94,10 @@ public ExtendedRecipientMetadataAllOf connectionCount(Integer connectionCount) { } /** - * The number of Data Partner consumers that are connected to the recipient for the specific Data Partner + * The number of consumers connected to the recipient through this Data Partner * @return connectionCount **/ - @ApiModelProperty(required = true, value = "The number of Data Partner consumers that are connected to the recipient for the specific Data Partner") + @ApiModelProperty(required = true, value = "The number of consumers connected to the recipient through this Data Partner") public Integer getConnectionCount() { return connectionCount; diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java b/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java index e3aa383406..faca6ebce2 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * (Deprecated) Additional payment consent options. Please use `payer_details` to specify the account. */ @ApiModel(description = "(Deprecated) Additional payment consent options. Please use `payer_details` to specify the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentInitiationConsentOptions { public static final String SERIALIZED_NAME_REQUEST_REFUND_DETAILS = "request_refund_details"; @SerializedName(SERIALIZED_NAME_REQUEST_REFUND_DETAILS) diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentOptions.java b/src/main/java/com/plaid/client/model/ExternalPaymentOptions.java index 937e41013c..e0476ae04c 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentOptions.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Additional payment options */ @ApiModel(description = "Additional payment options") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentOptions { public static final String SERIALIZED_NAME_REQUEST_REFUND_DETAILS = "request_refund_details"; @SerializedName(SERIALIZED_NAME_REQUEST_REFUND_DETAILS) diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentRefundDetails.java b/src/main/java/com/plaid/client/model/ExternalPaymentRefundDetails.java index 9ccb4cea2b..e288db8fbd 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentRefundDetails.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentRefundDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about external payment refund */ @ApiModel(description = "Details about external payment refund") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentRefundDetails { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleBase.java b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleBase.java index a1e4d1cbf2..2e881f879a 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleBase.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleBase.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once. */ @ApiModel(description = "The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentScheduleBase { public static final String SERIALIZED_NAME_INTERVAL = "interval"; @SerializedName(SERIALIZED_NAME_INTERVAL) diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleGet.java b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleGet.java index cecd30cee6..2b60f39215 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleGet.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleGet.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once. */ @ApiModel(description = "The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentScheduleGet { public static final String SERIALIZED_NAME_INTERVAL = "interval"; @SerializedName(SERIALIZED_NAME_INTERVAL) diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java index ab62be57c4..ed00806869 100644 --- a/src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java +++ b/src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once. */ @ApiModel(description = "The schedule that the payment will be executed on. If a schedule is provided, the payment is automatically set up as a standing order. If no schedule is specified, the payment will be executed only once.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ExternalPaymentScheduleRequest { public static final String SERIALIZED_NAME_INTERVAL = "interval"; @SerializedName(SERIALIZED_NAME_INTERVAL) diff --git a/src/main/java/com/plaid/client/model/FDXConsentGrant.java b/src/main/java/com/plaid/client/model/FDXConsentGrant.java index f04b2e061a..70846af7ed 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentGrant.java +++ b/src/main/java/com/plaid/client/model/FDXConsentGrant.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An FDX consent grant. */ @ApiModel(description = "An FDX consent grant.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXConsentGrant { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/FDXConsentGrantResource.java b/src/main/java/com/plaid/client/model/FDXConsentGrantResource.java index 8ec693f62f..1fb3435109 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentGrantResource.java +++ b/src/main/java/com/plaid/client/model/FDXConsentGrantResource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * One permissioned resource on a consent grant. */ @ApiModel(description = "One permissioned resource on a consent grant.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXConsentGrantResource { public static final String SERIALIZED_NAME_RESOURCE_TYPE = "resourceType"; @SerializedName(SERIALIZED_NAME_RESOURCE_TYPE) diff --git a/src/main/java/com/plaid/client/model/FDXConsentGrantStatus.java b/src/main/java/com/plaid/client/model/FDXConsentGrantStatus.java index 82464d443a..51061e22fc 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentGrantStatus.java +++ b/src/main/java/com/plaid/client/model/FDXConsentGrantStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXConsentResourceType.java b/src/main/java/com/plaid/client/model/FDXConsentResourceType.java index 42c6a46f16..06c7b439a8 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentResourceType.java +++ b/src/main/java/com/plaid/client/model/FDXConsentResourceType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXConsentRevocation.java b/src/main/java/com/plaid/client/model/FDXConsentRevocation.java index 84d9cdfa22..715c57a5c5 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentRevocation.java +++ b/src/main/java/com/plaid/client/model/FDXConsentRevocation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request body for PUT /fdx/consents/{consentId}/revocation. */ @ApiModel(description = "Request body for PUT /fdx/consents/{consentId}/revocation.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXConsentRevocation { public static final String SERIALIZED_NAME_INITIATOR = "initiator"; @SerializedName(SERIALIZED_NAME_INITIATOR) diff --git a/src/main/java/com/plaid/client/model/FDXConsentRevocationRecord.java b/src/main/java/com/plaid/client/model/FDXConsentRevocationRecord.java index f467a6366d..74b88b4eb4 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentRevocationRecord.java +++ b/src/main/java/com/plaid/client/model/FDXConsentRevocationRecord.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * One revocation record on a consent grant, mirroring the FDX ConsentRevocation entity. */ @ApiModel(description = "One revocation record on a consent grant, mirroring the FDX ConsentRevocation entity.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXConsentRevocationRecord { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/FDXConsentRevocations.java b/src/main/java/com/plaid/client/model/FDXConsentRevocations.java index 34024c65f5..409e2ee662 100644 --- a/src/main/java/com/plaid/client/model/FDXConsentRevocations.java +++ b/src/main/java/com/plaid/client/model/FDXConsentRevocations.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The revocation history of a consent grant. Response body for GET /fdx/consents/{consentId}/revocation. */ @ApiModel(description = "The revocation history of a consent grant. Response body for GET /fdx/consents/{consentId}/revocation.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXConsentRevocations { public static final String SERIALIZED_NAME_REVOCATIONS = "revocations"; @SerializedName(SERIALIZED_NAME_REVOCATIONS) diff --git a/src/main/java/com/plaid/client/model/FDXContentTypes.java b/src/main/java/com/plaid/client/model/FDXContentTypes.java index e3879378b1..d2a758530e 100644 --- a/src/main/java/com/plaid/client/model/FDXContentTypes.java +++ b/src/main/java/com/plaid/client/model/FDXContentTypes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXDataCluster.java b/src/main/java/com/plaid/client/model/FDXDataCluster.java index 5626e002e7..0f4c643a8f 100644 --- a/src/main/java/com/plaid/client/model/FDXDataCluster.java +++ b/src/main/java/com/plaid/client/model/FDXDataCluster.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXEventStatus.java b/src/main/java/com/plaid/client/model/FDXEventStatus.java index 1bbd09652e..1a0751f5fe 100644 --- a/src/main/java/com/plaid/client/model/FDXEventStatus.java +++ b/src/main/java/com/plaid/client/model/FDXEventStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXFiAttribute.java b/src/main/java/com/plaid/client/model/FDXFiAttribute.java index f2735611b4..6fcd768843 100644 --- a/src/main/java/com/plaid/client/model/FDXFiAttribute.java +++ b/src/main/java/com/plaid/client/model/FDXFiAttribute.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Financial Institution provider-specific attribute */ @ApiModel(description = "Financial Institution provider-specific attribute") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXFiAttribute { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/FDXHateoasLink.java b/src/main/java/com/plaid/client/model/FDXHateoasLink.java index a94c75e929..f17518518b 100644 --- a/src/main/java/com/plaid/client/model/FDXHateoasLink.java +++ b/src/main/java/com/plaid/client/model/FDXHateoasLink.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * REST application constraint (Hypermedia As The Engine Of Application State) */ @ApiModel(description = "REST application constraint (Hypermedia As The Engine Of Application State)") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXHateoasLink { public static final String SERIALIZED_NAME_HREF = "href"; @SerializedName(SERIALIZED_NAME_HREF) diff --git a/src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java b/src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java index 671a6d5de2..70ef865c1e 100644 --- a/src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java +++ b/src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXInitiatorFiAttribute.java b/src/main/java/com/plaid/client/model/FDXInitiatorFiAttribute.java index 8a88b1826e..a57f869bd6 100644 --- a/src/main/java/com/plaid/client/model/FDXInitiatorFiAttribute.java +++ b/src/main/java/com/plaid/client/model/FDXInitiatorFiAttribute.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,6 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; -import com.plaid.client.model.FDXPartyType; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -29,7 +28,7 @@ * Initiator Fi Attribute */ @ApiModel(description = "Initiator Fi Attribute") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXInitiatorFiAttribute { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) @@ -37,7 +36,7 @@ public class FDXInitiatorFiAttribute { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) - private FDXPartyType value; + private String value; public FDXInitiatorFiAttribute name(String name) { @@ -63,7 +62,7 @@ public void setName(String name) { } - public FDXInitiatorFiAttribute value(FDXPartyType value) { + public FDXInitiatorFiAttribute value(String value) { this.value = value; return this; @@ -76,12 +75,12 @@ public FDXInitiatorFiAttribute value(FDXPartyType value) { @javax.annotation.Nullable @ApiModelProperty(value = "") - public FDXPartyType getValue() { + public String getValue() { return value; } - public void setValue(FDXPartyType value) { + public void setValue(String value) { this.value = value; } diff --git a/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java b/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java index 8cf3816ff9..6b39c5db92 100644 --- a/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java +++ b/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Details of consent or payment network identifier or other entity's revocation request or other lifecycle status change event */ @ApiModel(description = "Details of consent or payment network identifier or other entity's revocation request or other lifecycle status change event") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXLifecycleEvent { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) @@ -154,11 +154,11 @@ public FDXLifecycleEvent updatedTime(OffsetDateTime updatedTime) { } /** - * ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) + * ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) * @return updatedTime **/ @javax.annotation.Nullable - @ApiModelProperty(example = "2021-07-15T14:46:41.375Z", value = "ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)") + @ApiModelProperty(example = "2021-07-15T14:46:41.375Z", value = "ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)") public OffsetDateTime getUpdatedTime() { return updatedTime; diff --git a/src/main/java/com/plaid/client/model/FDXNotification.java b/src/main/java/com/plaid/client/model/FDXNotification.java index 3fe9a2dda9..a3d61096de 100644 --- a/src/main/java/com/plaid/client/model/FDXNotification.java +++ b/src/main/java/com/plaid/client/model/FDXNotification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * Provides the base fields of a notification. Clients will read the `type` property to determine the expected notification payload. */ @ApiModel(description = "Provides the base fields of a notification. Clients will read the `type` property to determine the expected notification payload.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXNotification { public static final String SERIALIZED_NAME_NOTIFICATION_ID = "notificationId"; @SerializedName(SERIALIZED_NAME_NOTIFICATION_ID) @@ -157,10 +157,10 @@ public FDXNotification sentOn(OffsetDateTime sentOn) { } /** - * ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) + * ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://datatracker.ietf.org/doc/html/rfc3339) * @return sentOn **/ - @ApiModelProperty(example = "2021-07-15T14:46:41.375Z", required = true, value = "ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)") + @ApiModelProperty(example = "2021-07-15T14:46:41.375Z", required = true, value = "ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://datatracker.ietf.org/doc/html/rfc3339)") public OffsetDateTime getSentOn() { return sentOn; diff --git a/src/main/java/com/plaid/client/model/FDXNotificationCategory.java b/src/main/java/com/plaid/client/model/FDXNotificationCategory.java index 66dd58f3af..f92084bdcd 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationCategory.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXNotificationPayload.java b/src/main/java/com/plaid/client/model/FDXNotificationPayload.java index 89a2eeec16..a9165ec016 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationPayload.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationPayload.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Custom key-value pairs payload for a notification */ @ApiModel(description = "Custom key-value pairs payload for a notification") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXNotificationPayload { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/FDXNotificationPayloadIdType.java b/src/main/java/com/plaid/client/model/FDXNotificationPayloadIdType.java index 0d2c2a7adf..157eabee4b 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationPayloadIdType.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationPayloadIdType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXNotificationPriority.java b/src/main/java/com/plaid/client/model/FDXNotificationPriority.java index 19d3e9dc58..b9974d219c 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationPriority.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationPriority.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXNotificationSeverity.java b/src/main/java/com/plaid/client/model/FDXNotificationSeverity.java index 98a8d6f336..efc87a70f4 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationSeverity.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationSeverity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXNotificationType.java b/src/main/java/com/plaid/client/model/FDXNotificationType.java index ffe3fc87b1..5f4a0694df 100644 --- a/src/main/java/com/plaid/client/model/FDXNotificationType.java +++ b/src/main/java/com/plaid/client/model/FDXNotificationType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXParty.java b/src/main/java/com/plaid/client/model/FDXParty.java index 87cc638dda..dc1c46af61 100644 --- a/src/main/java/com/plaid/client/model/FDXParty.java +++ b/src/main/java/com/plaid/client/model/FDXParty.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * FDX Participant - an entity or person that is a part of a FDX API transaction */ @ApiModel(description = "FDX Participant - an entity or person that is a part of a FDX API transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXParty { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/FDXPartyRegistry.java b/src/main/java/com/plaid/client/model/FDXPartyRegistry.java index 4c574c5dff..3687d5ef5e 100644 --- a/src/main/java/com/plaid/client/model/FDXPartyRegistry.java +++ b/src/main/java/com/plaid/client/model/FDXPartyRegistry.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXPartyType.java b/src/main/java/com/plaid/client/model/FDXPartyType.java index 548c58aa83..6c582e4e5d 100644 --- a/src/main/java/com/plaid/client/model/FDXPartyType.java +++ b/src/main/java/com/plaid/client/model/FDXPartyType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FDXRecipientMetadata.java b/src/main/java/com/plaid/client/model/FDXRecipientMetadata.java index 2db380837c..c6c2b183cb 100644 --- a/src/main/java/com/plaid/client/model/FDXRecipientMetadata.java +++ b/src/main/java/com/plaid/client/model/FDXRecipientMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Recipient metadata fields that are defined by FDX. */ @ApiModel(description = "Recipient metadata fields that are defined by FDX.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FDXRecipientMetadata { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) diff --git a/src/main/java/com/plaid/client/model/FDXUpdateReason.java b/src/main/java/com/plaid/client/model/FDXUpdateReason.java index 215d814011..cd511ff9cc 100644 --- a/src/main/java/com/plaid/client/model/FDXUpdateReason.java +++ b/src/main/java/com/plaid/client/model/FDXUpdateReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java b/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java index e56d7b9c8f..a4484ee1ac 100644 --- a/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java +++ b/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fires when an account is automatically verified using micro-deposits */ @ApiModel(description = "Fires when an account is automatically verified using micro-deposits") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FallbackAuthMicrodepositAutoVerifiedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositVerificationExpiredWebhook.java b/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositVerificationExpiredWebhook.java index c440b36b2d..a0dd10098e 100644 --- a/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositVerificationExpiredWebhook.java +++ b/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositVerificationExpiredWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fires when an account has an expired verification when using micro-deposits */ @ApiModel(description = "Fires when an account has an expired verification when using micro-deposits") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FallbackAuthMicrodepositVerificationExpiredWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/FinancialInstitutionInsights.java b/src/main/java/com/plaid/client/model/FinancialInstitutionInsights.java index 6a09220f51..c271da0b8a 100644 --- a/src/main/java/com/plaid/client/model/FinancialInstitutionInsights.java +++ b/src/main/java/com/plaid/client/model/FinancialInstitutionInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Insights surrounding external financial institution counterparties associated with a user. */ @ApiModel(description = "Insights surrounding external financial institution counterparties associated with a user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FinancialInstitutionInsights { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/FixedIncome.java b/src/main/java/com/plaid/client/model/FixedIncome.java index a332b5d6d7..6c5f13b4e7 100644 --- a/src/main/java/com/plaid/client/model/FixedIncome.java +++ b/src/main/java/com/plaid/client/model/FixedIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the fixed income security. */ @ApiModel(description = "Details about the fixed income security.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FixedIncome { public static final String SERIALIZED_NAME_YIELD_RATE = "yield_rate"; @SerializedName(SERIALIZED_NAME_YIELD_RATE) diff --git a/src/main/java/com/plaid/client/model/ForecastedMonthlyIncome.java b/src/main/java/com/plaid/client/model/ForecastedMonthlyIncome.java index 297677cc87..13ab97aec3 100644 --- a/src/main/java/com/plaid/client/model/ForecastedMonthlyIncome.java +++ b/src/main/java/com/plaid/client/model/ForecastedMonthlyIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing the predicted average monthly net income amount. This amount reflects the funds deposited into the account and may not include any withheld income such as taxes or other payroll deductions */ @ApiModel(description = "An object representing the predicted average monthly net income amount. This amount reflects the funds deposited into the account and may not include any withheld income such as taxes or other payroll deductions") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ForecastedMonthlyIncome { public static final String SERIALIZED_NAME_BASELINE_AMOUNT = "baseline_amount"; @SerializedName(SERIALIZED_NAME_BASELINE_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/Form1099Type.java b/src/main/java/com/plaid/client/model/Form1099Type.java index 380fd5fca3..8e6d496a0e 100644 --- a/src/main/java/com/plaid/client/model/Form1099Type.java +++ b/src/main/java/com/plaid/client/model/Form1099Type.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ForwardedJSONResponse.java b/src/main/java/com/plaid/client/model/ForwardedJSONResponse.java index 630303b0c1..4439ce5b09 100644 --- a/src/main/java/com/plaid/client/model/ForwardedJSONResponse.java +++ b/src/main/java/com/plaid/client/model/ForwardedJSONResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An arbitrary JSON payload sent to or received from the Plaid server. Internal use only. */ @ApiModel(description = "An arbitrary JSON payload sent to or received from the Plaid server. Internal use only.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ForwardedJSONResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/FraudAmount.java b/src/main/java/com/plaid/client/model/FraudAmount.java index be461d0a64..3361608b13 100644 --- a/src/main/java/com/plaid/client/model/FraudAmount.java +++ b/src/main/java/com/plaid/client/model/FraudAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The amount and currency of the fraud or attempted fraud. `fraud_amount` should be omitted to indicate an unknown fraud amount. */ @ApiModel(description = "The amount and currency of the fraud or attempted fraud. `fraud_amount` should be omitted to indicate an unknown fraud amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FraudAmount { public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) diff --git a/src/main/java/com/plaid/client/model/FraudAnalysisDetails.java b/src/main/java/com/plaid/client/model/FraudAnalysisDetails.java index a1d4025ebf..28e139d893 100644 --- a/src/main/java/com/plaid/client/model/FraudAnalysisDetails.java +++ b/src/main/java/com/plaid/client/model/FraudAnalysisDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the fraud analysis performed on the document. */ @ApiModel(description = "Details about the fraud analysis performed on the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class FraudAnalysisDetails { public static final String SERIALIZED_NAME_TYPE_SUPPORTED = "type_supported"; @SerializedName(SERIALIZED_NAME_TYPE_SUPPORTED) diff --git a/src/main/java/com/plaid/client/model/FraudCheckOutcome.java b/src/main/java/com/plaid/client/model/FraudCheckOutcome.java index d39f4f93c4..c488902944 100644 --- a/src/main/java/com/plaid/client/model/FraudCheckOutcome.java +++ b/src/main/java/com/plaid/client/model/FraudCheckOutcome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/FraudCheckOutcomeWithNoData.java b/src/main/java/com/plaid/client/model/FraudCheckOutcomeWithNoData.java index 0479fa305a..70c5a1a57c 100644 --- a/src/main/java/com/plaid/client/model/FraudCheckOutcomeWithNoData.java +++ b/src/main/java/com/plaid/client/model/FraudCheckOutcomeWithNoData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/GSEReportType.java b/src/main/java/com/plaid/client/model/GSEReportType.java index 51fb775aa1..303ff3e970 100644 --- a/src/main/java/com/plaid/client/model/GSEReportType.java +++ b/src/main/java/com/plaid/client/model/GSEReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/GamblingIndicators.java b/src/main/java/com/plaid/client/model/GamblingIndicators.java index ebf8860348..ffa937e38f 100644 --- a/src/main/java/com/plaid/client/model/GamblingIndicators.java +++ b/src/main/java/com/plaid/client/model/GamblingIndicators.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Insights into gambling-related transactions, including frequency, amounts, and top merchants. */ @ApiModel(description = "Insights into gambling-related transactions, including frequency, amounts, and top merchants.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class GamblingIndicators { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/GenericScreeningHitLocationItems.java b/src/main/java/com/plaid/client/model/GenericScreeningHitLocationItems.java index 5659805ac4..5a4c85e36f 100644 --- a/src/main/java/com/plaid/client/model/GenericScreeningHitLocationItems.java +++ b/src/main/java/com/plaid/client/model/GenericScreeningHitLocationItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed location information for the associated hit */ @ApiModel(description = "Analyzed location information for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class GenericScreeningHitLocationItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/GetConsentsResponse.java b/src/main/java/com/plaid/client/model/GetConsentsResponse.java new file mode 100644 index 0000000000..94d367b125 --- /dev/null +++ b/src/main/java/com/plaid/client/model/GetConsentsResponse.java @@ -0,0 +1,106 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import com.plaid.client.model.FDXConsentGrant; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * GetConsentsResponse defines the response schema for `/fdx/consents` + */ +@ApiModel(description = "GetConsentsResponse defines the response schema for `/fdx/consents`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class GetConsentsResponse { + public static final String SERIALIZED_NAME_CONSENT_GRANTS = "consent_grants"; + @SerializedName(SERIALIZED_NAME_CONSENT_GRANTS) + private List consentGrants = new ArrayList<>(); + + + public GetConsentsResponse consentGrants(List consentGrants) { + + this.consentGrants = consentGrants; + return this; + } + + public GetConsentsResponse addConsentGrantsItem(FDXConsentGrant consentGrantsItem) { + this.consentGrants.add(consentGrantsItem); + return this; + } + + /** + * Consent grants matching the customerId (and optional status) filter. + * @return consentGrants + **/ + @ApiModelProperty(required = true, value = "Consent grants matching the customerId (and optional status) filter.") + + public List getConsentGrants() { + return consentGrants; + } + + + public void setConsentGrants(List consentGrants) { + this.consentGrants = consentGrants; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GetConsentsResponse getConsentsResponse = (GetConsentsResponse) o; + return Objects.equals(this.consentGrants, getConsentsResponse.consentGrants); + } + + @Override + public int hashCode() { + return Objects.hash(consentGrants); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GetConsentsResponse {\n"); + sb.append(" consentGrants: ").append(toIndentedString(consentGrants)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/GetRecipientResponse.java b/src/main/java/com/plaid/client/model/GetRecipientResponse.java index 9e9e7c18ff..ebc8135403 100644 --- a/src/main/java/com/plaid/client/model/GetRecipientResponse.java +++ b/src/main/java/com/plaid/client/model/GetRecipientResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * GetRecipientResponse defines the response schema for `/fdx/recipient/{recipientId}` */ @ApiModel(description = "GetRecipientResponse defines the response schema for `/fdx/recipient/{recipientId}`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class GetRecipientResponse { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) diff --git a/src/main/java/com/plaid/client/model/GetRecipientsResponse.java b/src/main/java/com/plaid/client/model/GetRecipientsResponse.java index 30fa005f77..6ce9b6f4b5 100644 --- a/src/main/java/com/plaid/client/model/GetRecipientsResponse.java +++ b/src/main/java/com/plaid/client/model/GetRecipientsResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * GetRecipientsResponse defines the response schema for `/fdx/recipients` */ @ApiModel(description = "GetRecipientsResponse defines the response schema for `/fdx/recipients`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class GetRecipientsResponse { public static final String SERIALIZED_NAME_RECIPIENTS = "recipients"; @SerializedName(SERIALIZED_NAME_RECIPIENTS) diff --git a/src/main/java/com/plaid/client/model/HealthIncident.java b/src/main/java/com/plaid/client/model/HealthIncident.java index 60502d7e1c..4fa4822b32 100644 --- a/src/main/java/com/plaid/client/model/HealthIncident.java +++ b/src/main/java/com/plaid/client/model/HealthIncident.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A status health incident */ @ApiModel(description = "A status health incident") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HealthIncident { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/HiddenMatchSummaryCode.java b/src/main/java/com/plaid/client/model/HiddenMatchSummaryCode.java index 5ee6e6d08f..d926741d77 100644 --- a/src/main/java/com/plaid/client/model/HiddenMatchSummaryCode.java +++ b/src/main/java/com/plaid/client/model/HiddenMatchSummaryCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/HistoricalAnnualIncome.java b/src/main/java/com/plaid/client/model/HistoricalAnnualIncome.java index 2217cbf72d..6149ab5cad 100644 --- a/src/main/java/com/plaid/client/model/HistoricalAnnualIncome.java +++ b/src/main/java/com/plaid/client/model/HistoricalAnnualIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing the historical annual income amount. */ @ApiModel(description = "An object representing the historical annual income amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HistoricalAnnualIncome { public static final String SERIALIZED_NAME_BASELINE_AMOUNT = "baseline_amount"; @SerializedName(SERIALIZED_NAME_BASELINE_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/HistoricalBalance.java b/src/main/java/com/plaid/client/model/HistoricalBalance.java index 70a17166bb..9b793cc839 100644 --- a/src/main/java/com/plaid/client/model/HistoricalBalance.java +++ b/src/main/java/com/plaid/client/model/HistoricalBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing a balance held by an account in the past */ @ApiModel(description = "An object representing a balance held by an account in the past") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HistoricalBalance { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/HistoricalUpdateWebhook.java b/src/main/java/com/plaid/client/model/HistoricalUpdateWebhook.java index 98bfa35d2e..205ba7acb0 100644 --- a/src/main/java/com/plaid/client/model/HistoricalUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/HistoricalUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when an Item's historical transaction pull is completed and Plaid has prepared as much historical transaction data as possible for the Item. Once this webhook has been fired, transaction data beyond the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "Fired when an Item's historical transaction pull is completed and Plaid has prepared as much historical transaction data as possible for the Item. Once this webhook has been fired, transaction data beyond the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HistoricalUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/Holding.java b/src/main/java/com/plaid/client/model/Holding.java index 332287f024..fa0e6da81e 100644 --- a/src/main/java/com/plaid/client/model/Holding.java +++ b/src/main/java/com/plaid/client/model/Holding.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * A securities holding at an institution. */ @ApiModel(description = "A securities holding at an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Holding { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -297,11 +297,11 @@ public Holding unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. ") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. ") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/HoldingTaxLot.java b/src/main/java/com/plaid/client/model/HoldingTaxLot.java index 586daa4b35..5b28e7afbd 100644 --- a/src/main/java/com/plaid/client/model/HoldingTaxLot.java +++ b/src/main/java/com/plaid/client/model/HoldingTaxLot.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A single acquisition lot within a holding. */ @ApiModel(description = "A single acquisition lot within a holding.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HoldingTaxLot { public static final String SERIALIZED_NAME_INSTITUTION_LOT_ID = "institution_lot_id"; @SerializedName(SERIALIZED_NAME_INSTITUTION_LOT_ID) diff --git a/src/main/java/com/plaid/client/model/HoldingTaxLotPositionType.java b/src/main/java/com/plaid/client/model/HoldingTaxLotPositionType.java index d53f46a9c5..fd01e309ae 100644 --- a/src/main/java/com/plaid/client/model/HoldingTaxLotPositionType.java +++ b/src/main/java/com/plaid/client/model/HoldingTaxLotPositionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/HoldingsDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/HoldingsDefaultUpdateWebhook.java index ad317e35af..fb3aa3c5a6 100644 --- a/src/main/java/com/plaid/client/model/HoldingsDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/HoldingsDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when new or updated holdings have been detected on an investment account. The webhook typically fires in response to any newly added holdings or price changes to existing holdings, most commonly after market close. */ @ApiModel(description = "Fired when new or updated holdings have been detected on an investment account. The webhook typically fires in response to any newly added holdings or price changes to existing holdings, most commonly after market close.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HoldingsDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/HoldingsOverride.java b/src/main/java/com/plaid/client/model/HoldingsOverride.java index 8c17b261e9..2ca91e1a4f 100644 --- a/src/main/java/com/plaid/client/model/HoldingsOverride.java +++ b/src/main/java/com/plaid/client/model/HoldingsOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specify the holdings on the account. */ @ApiModel(description = "Specify the holdings on the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HoldingsOverride { public static final String SERIALIZED_NAME_INSTITUTION_PRICE = "institution_price"; @SerializedName(SERIALIZED_NAME_INSTITUTION_PRICE) diff --git a/src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java b/src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java index 2031133b1b..33a5e6992a 100644 --- a/src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java +++ b/src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/HostedMMDVerificationWebhook.java b/src/main/java/com/plaid/client/model/HostedMMDVerificationWebhook.java index 56e69378bf..35f286d75b 100644 --- a/src/main/java/com/plaid/client/model/HostedMMDVerificationWebhook.java +++ b/src/main/java/com/plaid/client/model/HostedMMDVerificationWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Contains the state of an SMS Same-Day Micro-deposits verification session. */ @ApiModel(description = "Contains the state of an SMS Same-Day Micro-deposits verification session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HostedMMDVerificationWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/HumanReview.java b/src/main/java/com/plaid/client/model/HumanReview.java index 8a2c67b31a..2722fcc1cd 100644 --- a/src/main/java/com/plaid/client/model/HumanReview.java +++ b/src/main/java/com/plaid/client/model/HumanReview.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about the human review check, which refers to a check that is performed by a document specialist. */ @ApiModel(description = "Details about the human review check, which refers to a check that is performed by a document specialist.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class HumanReview { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/HumanReviewStatus.java b/src/main/java/com/plaid/client/model/HumanReviewStatus.java index 5a61e8873a..a4d866de96 100644 --- a/src/main/java/com/plaid/client/model/HumanReviewStatus.java +++ b/src/main/java/com/plaid/client/model/HumanReviewStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IDNumberType.java b/src/main/java/com/plaid/client/model/IDNumberType.java index 94a6c4b1d7..6d3af15e94 100644 --- a/src/main/java/com/plaid/client/model/IDNumberType.java +++ b/src/main/java/com/plaid/client/model/IDNumberType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IDVProtectEvent.java b/src/main/java/com/plaid/client/model/IDVProtectEvent.java index 8dc13c1c13..01da569418 100644 --- a/src/main/java/com/plaid/client/model/IDVProtectEvent.java +++ b/src/main/java/com/plaid/client/model/IDVProtectEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Information about a Protect event including Trust Index score and fraud attributes. */ @ApiModel(description = "Information about a Protect event including Trust Index score and fraud attributes.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IDVProtectEvent { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/ISOCurrencyCode.java b/src/main/java/com/plaid/client/model/ISOCurrencyCode.java index f81d4fbe5b..25cdbfb3e1 100644 --- a/src/main/java/com/plaid/client/model/ISOCurrencyCode.java +++ b/src/main/java/com/plaid/client/model/ISOCurrencyCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IdentityDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/IdentityDefaultUpdateWebhook.java index 4e61bdc003..49d0de9374 100644 --- a/src/main/java/com/plaid/client/model/IdentityDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/IdentityDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Fired when a change to identity data has been detected on an Item. Items are checked for identity updates every 30-90 days. We recommend that upon receiving this webhook you make another call to `/identity/get` to fetch the user's latest identity data. */ @ApiModel(description = "Fired when a change to identity data has been detected on an Item. Items are checked for identity updates every 30-90 days. We recommend that upon receiving this webhook you make another call to `/identity/get` to fetch the user's latest identity data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentMetadata.java b/src/main/java/com/plaid/client/model/IdentityDocumentMetadata.java index 34dfcb77d4..7165d7e6f9 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentMetadata.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * In closed beta. Object representing metadata pertaining to the document. */ @ApiModel(description = "In closed beta. Object representing metadata pertaining to the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentMetadata { public static final String SERIALIZED_NAME_IS_ACCOUNT_NUMBER_MATCH = "is_account_number_match"; @SerializedName(SERIALIZED_NAME_IS_ACCOUNT_NUMBER_MATCH) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUpload.java b/src/main/java/com/plaid/client/model/IdentityDocumentUpload.java index a5c9207846..43077fee5c 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentUpload.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentUpload.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Document object with metadata of the uploaded document */ @ApiModel(description = "Document object with metadata of the uploaded document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentUpload { public static final String SERIALIZED_NAME_DOCUMENT_ID = "document_id"; @SerializedName(SERIALIZED_NAME_DOCUMENT_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUploadMetadata.java b/src/main/java/com/plaid/client/model/IdentityDocumentUploadMetadata.java index 5a160f7451..9141ac36be 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentUploadMetadata.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentUploadMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata pertaining to the document. */ @ApiModel(description = "Metadata pertaining to the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentUploadMetadata { public static final String SERIALIZED_NAME_DOCUMENT_TYPE = "document_type"; @SerializedName(SERIALIZED_NAME_DOCUMENT_TYPE) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskInsights.java b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskInsights.java index dd7aa25db2..9f9810c258 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskInsights.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Object representing fraud risk data of the uploaded document. Only provided when using Identity Document Upload with Fraud Risk enabled. */ @ApiModel(description = "Object representing fraud risk data of the uploaded document. Only provided when using Identity Document Upload with Fraud Risk enabled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentUploadRiskInsights { public static final String SERIALIZED_NAME_RISK_SUMMARY = "risk_summary"; @SerializedName(SERIALIZED_NAME_RISK_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSignal.java b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSignal.java index dbf76e0150..54369788ae 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSignal.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSignal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Risk signals tied to the document */ @ApiModel(description = "Risk signals tied to the document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentUploadRiskSignal { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) @@ -77,11 +77,11 @@ public IdentityDocumentUploadRiskSignal hasFraudRisk(Boolean hasFraudRisk) { } /** - * Indicates whether fraud risk was detected on the field. + * Indicates whether fraud risk was detected for this risk signal. * @return hasFraudRisk **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Indicates whether fraud risk was detected on the field.") + @ApiModelProperty(value = "Indicates whether fraud risk was detected for this risk signal.") public Boolean getHasFraudRisk() { return hasFraudRisk; diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java index c9064d892f..f2437f8655 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Risk summary of an uploaded document. */ @ApiModel(description = "Risk summary of an uploaded document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentUploadRiskSummary { public static final String SERIALIZED_NAME_RISK_SCORE = "risk_score"; @SerializedName(SERIALIZED_NAME_RISK_SCORE) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequest.java b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequest.java index 34d77fbf12..4b60a69fee 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * IdentityDocumentsUploadsGetRequest defines the request schema for `/identity/documents/uploads/get` */ @ApiModel(description = "IdentityDocumentsUploadsGetRequest defines the request schema for `/identity/documents/uploads/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentsUploadsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequestOptions.java b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequestOptions.java index 519c7b05fb..acb4108681 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/identity/documents/uploads/get` results. */ @ApiModel(description = "An optional object to filter `/identity/documents/uploads/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentsUploadsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetResponse.java b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetResponse.java index 4a496847b4..525467a432 100644 --- a/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityDocumentsUploadsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * IdentityDocumentsUploadsGetResponse defines the response schema for `/identity/documents/uploads/get` */ @ApiModel(description = "IdentityDocumentsUploadsGetResponse defines the response schema for `/identity/documents/uploads/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityDocumentsUploadsGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/IdentityGetRequest.java b/src/main/java/com/plaid/client/model/IdentityGetRequest.java index 9d0b56b381..08e7f81769 100644 --- a/src/main/java/com/plaid/client/model/IdentityGetRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * IdentityGetRequest defines the request schema for `/identity/get` */ @ApiModel(description = "IdentityGetRequest defines the request schema for `/identity/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityGetRequestOptions.java b/src/main/java/com/plaid/client/model/IdentityGetRequestOptions.java index 99459a594b..28988636ea 100644 --- a/src/main/java/com/plaid/client/model/IdentityGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/IdentityGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/identity/get` results. */ @ApiModel(description = "An optional object to filter `/identity/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/IdentityGetResponse.java b/src/main/java/com/plaid/client/model/IdentityGetResponse.java index 0e67ab7705..c5dfdf43ae 100644 --- a/src/main/java/com/plaid/client/model/IdentityGetResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * IdentityGetResponse defines the response schema for `/identity/get` */ @ApiModel(description = "IdentityGetResponse defines the response schema for `/identity/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/IdentityMatchRequest.java b/src/main/java/com/plaid/client/model/IdentityMatchRequest.java index 52e99babd3..a6b83f5eee 100644 --- a/src/main/java/com/plaid/client/model/IdentityMatchRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityMatchRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * IdentityMatchRequest defines the request schema for `/identity/match` */ @ApiModel(description = "IdentityMatchRequest defines the request schema for `/identity/match`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityMatchRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityMatchRequestOptions.java b/src/main/java/com/plaid/client/model/IdentityMatchRequestOptions.java index cc349ccf8c..aac7790dde 100644 --- a/src/main/java/com/plaid/client/model/IdentityMatchRequestOptions.java +++ b/src/main/java/com/plaid/client/model/IdentityMatchRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/identity/match` results */ @ApiModel(description = "An optional object to filter `/identity/match` results") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityMatchRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/IdentityMatchResponse.java b/src/main/java/com/plaid/client/model/IdentityMatchResponse.java index a719b96289..439ae9a756 100644 --- a/src/main/java/com/plaid/client/model/IdentityMatchResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityMatchResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * IdentityMatchResponse defines the response schema for `/identity/match` */ @ApiModel(description = "IdentityMatchResponse defines the response schema for `/identity/match`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityMatchResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/IdentityMatchUser.java b/src/main/java/com/plaid/client/model/IdentityMatchUser.java index 31dea52292..29bcab4c00 100644 --- a/src/main/java/com/plaid/client/model/IdentityMatchUser.java +++ b/src/main/java/com/plaid/client/model/IdentityMatchUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The user's legal name, phone number, email address and address used to perform fuzzy match. If Financial Account Matching is enabled in the Identity Verification product, leave this field empty to automatically match against PII collected from the Identity Verification checks. */ @ApiModel(description = "The user's legal name, phone number, email address and address used to perform fuzzy match. If Financial Account Matching is enabled in the Identity Verification product, leave this field empty to automatically match against PII collected from the Identity Verification checks.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityMatchUser { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/IdentityRefreshRequest.java b/src/main/java/com/plaid/client/model/IdentityRefreshRequest.java index 2d6855d3e5..978c4e7ff3 100644 --- a/src/main/java/com/plaid/client/model/IdentityRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IdentityRefreshRequest defines the request schema for `/identity/refresh` */ @ApiModel(description = "IdentityRefreshRequest defines the request schema for `/identity/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityRefreshResponse.java b/src/main/java/com/plaid/client/model/IdentityRefreshResponse.java index 97e44726a8..e5217f23a7 100644 --- a/src/main/java/com/plaid/client/model/IdentityRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IdentityRefreshResponse defines the response schema for `/identity/refresh` */ @ApiModel(description = "IdentityRefreshResponse defines the response schema for `/identity/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityUpdateTypes.java b/src/main/java/com/plaid/client/model/IdentityUpdateTypes.java index 447ffd4917..b36d9e3c95 100644 --- a/src/main/java/com/plaid/client/model/IdentityUpdateTypes.java +++ b/src/main/java/com/plaid/client/model/IdentityUpdateTypes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IdentityVerification.java b/src/main/java/com/plaid/client/model/IdentityVerification.java index d342a72cbf..606a77f0ac 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerification.java +++ b/src/main/java/com/plaid/client/model/IdentityVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process. */ @ApiModel(description = "An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerification { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -490,11 +490,11 @@ public IdentityVerification beaconUserId(String beaconUserId) { } /** - * ID of the associated Beacon User. + * Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product. * @return beaconUserId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "becusr_42cF1MNo42r9Xj", required = true, value = "ID of the associated Beacon User.") + @ApiModelProperty(required = true, value = "Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product.") public String getBeaconUserId() { return beaconUserId; @@ -513,11 +513,11 @@ public IdentityVerification userId(String userId) { } /** - * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. + * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java index 93c152fb90..9ffec0ec1a 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Even if an address has been autofilled, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code */ @ApiModel(description = "Even if an address has been autofilled, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationAutofillAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateRequest.java index 64b6194689..ae2c10a8e6 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input to autofill an Identity Verification */ @ApiModel(description = "Request input to autofill an Identity Verification") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationAutofillCreateRequest { public static final String SERIALIZED_NAME_IDENTITY_VERIFICATION_ID = "identity_verification_id"; @SerializedName(SERIALIZED_NAME_IDENTITY_VERIFICATION_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateResponse.java index 1217197dc9..1ded89aaee 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Autofill represents unverified customer information. This needs to be confirmed by the customer before using. */ @ApiModel(description = "Autofill represents unverified customer information. This needs to be confirmed by the customer before using.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationAutofillCreateResponse { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillStatus.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillStatus.java index 1257e8842d..44b5d78ff9 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillStatus.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillUserData.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillUserData.java index a3d5e9ee94..49c672a745 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillUserData.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillUserData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * User information that was autofilled. All this information should be confirmed by the user before using. */ @ApiModel(description = "User information that was autofilled. All this information should be confirmed by the user before using.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationAutofillUserData { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequest.java index 34d57c8fc0..a0b90707e6 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request schema for `/identity_verification/create` */ @ApiModel(description = "Request schema for `/identity_verification/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationCreateRequest { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) @@ -98,11 +98,11 @@ public IdentityVerificationCreateRequest userId(String userId) { } /** - * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. + * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; @@ -256,11 +256,11 @@ public IdentityVerificationCreateRequest isIdempotent(Boolean isIdempotent) { } /** - * An optional flag specifying how you would like Plaid to handle attempts to create an Identity Verification when an Identity Verification already exists for the provided `client_user_id` and `template_id`. If idempotency is enabled, Plaid will return the existing Identity Verification. If idempotency is disabled, Plaid will reject the request with a `400 Bad Request` status code if an Identity Verification already exists for the supplied `client_user_id` and `template_id`. + * An optional flag specifying how you would like Plaid to handle attempts to create an Identity Verification when an Identity Verification already exists for the provided `client_user_id` and/or `user_id`, and `template_id`. If idempotency is enabled, Plaid will return the existing Identity Verification. If idempotency is disabled, Plaid will reject the request with a `400 Bad Request` status code if an Identity Verification already exists for the supplied `client_user_id` and/or `user_id`, and `template_id`. * @return isIdempotent **/ @javax.annotation.Nullable - @ApiModelProperty(example = "true", value = "An optional flag specifying how you would like Plaid to handle attempts to create an Identity Verification when an Identity Verification already exists for the provided `client_user_id` and `template_id`. If idempotency is enabled, Plaid will return the existing Identity Verification. If idempotency is disabled, Plaid will reject the request with a `400 Bad Request` status code if an Identity Verification already exists for the supplied `client_user_id` and `template_id`.") + @ApiModelProperty(example = "true", value = "An optional flag specifying how you would like Plaid to handle attempts to create an Identity Verification when an Identity Verification already exists for the provided `client_user_id` and/or `user_id`, and `template_id`. If idempotency is enabled, Plaid will return the existing Identity Verification. If idempotency is disabled, Plaid will reject the request with a `400 Bad Request` status code if an Identity Verification already exists for the supplied `client_user_id` and/or `user_id`, and `template_id`.") public Boolean getIsIdempotent() { return isIdempotent; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequestUser.java b/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequestUser.java index 1d09c6e7f3..e4e5680f6d 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequestUser.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequestUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,10 +29,10 @@ import java.time.LocalDate; /** - * User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field. If you are not using the shareable URL feature, you can optionally provide these fields via `/link/token/create` instead; both `/identity_verification/create` and `/link/token/create` are valid ways to provide this information. Note that if you provide a non-`null` user data object via `/identity_verification/create`, any user data fields entered via `/link/token/create` for the same `client_user_id` will be ignored when prefilling Link. + * User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field. If you are not using the shareable URL feature, you can optionally provide these fields via `/link/token/create` instead; both `/identity_verification/create` and `/link/token/create` are valid ways to provide this information. Note that if you provide a non-`null` user data object via `/identity_verification/create`, any user data fields entered via `/link/token/create` for the same `client_user_id` will be ignored when prefilling Link. The `ip_address` field is optional. Provide the end user's IP address to enable IP-based risk checks for backend-only integrations that do not use the Link SDK; when the Link SDK is used, the IP address is collected automatically. Unlike the identity fields above, `ip_address` cannot be provided via `/link/token/create`. */ -@ApiModel(description = "User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field. If you are not using the shareable URL feature, you can optionally provide these fields via `/link/token/create` instead; both `/identity_verification/create` and `/link/token/create` are valid ways to provide this information. Note that if you provide a non-`null` user data object via `/identity_verification/create`, any user data fields entered via `/link/token/create` for the same `client_user_id` will be ignored when prefilling Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field. If you are not using the shareable URL feature, you can optionally provide these fields via `/link/token/create` instead; both `/identity_verification/create` and `/link/token/create` are valid ways to provide this information. Note that if you provide a non-`null` user data object via `/identity_verification/create`, any user data fields entered via `/link/token/create` for the same `client_user_id` will be ignored when prefilling Link. The `ip_address` field is optional. Provide the end user's IP address to enable IP-based risk checks for backend-only integrations that do not use the Link SDK; when the Link SDK is used, the IP address is collected automatically. Unlike the identity fields above, `ip_address` cannot be provided via `/link/token/create`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationCreateRequestUser { public static final String SERIALIZED_NAME_EMAIL_ADDRESS = "email_address"; @SerializedName(SERIALIZED_NAME_EMAIL_ADDRESS) @@ -62,6 +62,10 @@ public class IdentityVerificationCreateRequestUser { @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) private String clientUserId; + public static final String SERIALIZED_NAME_IP_ADDRESS = "ip_address"; + @SerializedName(SERIALIZED_NAME_IP_ADDRESS) + private String ipAddress; + public IdentityVerificationCreateRequestUser emailAddress(String emailAddress) { @@ -224,6 +228,29 @@ public void setClientUserId(String clientUserId) { } + public IdentityVerificationCreateRequestUser ipAddress(String ipAddress) { + + this.ipAddress = ipAddress; + return this; + } + + /** + * An IPv4 or IPv6 address. + * @return ipAddress + **/ + @javax.annotation.Nullable + @ApiModelProperty(example = "192.0.2.42", value = "An IPv4 or IPv6 address.") + + public String getIpAddress() { + return ipAddress; + } + + + public void setIpAddress(String ipAddress) { + this.ipAddress = ipAddress; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -239,12 +266,13 @@ public boolean equals(Object o) { Objects.equals(this.name, identityVerificationCreateRequestUser.name) && Objects.equals(this.address, identityVerificationCreateRequestUser.address) && Objects.equals(this.idNumber, identityVerificationCreateRequestUser.idNumber) && - Objects.equals(this.clientUserId, identityVerificationCreateRequestUser.clientUserId); + Objects.equals(this.clientUserId, identityVerificationCreateRequestUser.clientUserId) && + Objects.equals(this.ipAddress, identityVerificationCreateRequestUser.ipAddress); } @Override public int hashCode() { - return Objects.hash(emailAddress, phoneNumber, dateOfBirth, name, address, idNumber, clientUserId); + return Objects.hash(emailAddress, phoneNumber, dateOfBirth, name, address, idNumber, clientUserId, ipAddress); } @Override @@ -258,6 +286,7 @@ public String toString() { sb.append(" address: ").append(toIndentedString(address)).append("\n"); sb.append(" idNumber: ").append(toIndentedString(idNumber)).append("\n"); sb.append(" clientUserId: ").append(toIndentedString(clientUserId)).append("\n"); + sb.append(" ipAddress: ").append(toIndentedString(ipAddress)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationCreateResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationCreateResponse.java index e23ba44a02..0d40673b6d 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationCreateResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process. */ @ApiModel(description = "An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -494,11 +494,11 @@ public IdentityVerificationCreateResponse beaconUserId(String beaconUserId) { } /** - * ID of the associated Beacon User. + * Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product. * @return beaconUserId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "becusr_42cF1MNo42r9Xj", required = true, value = "ID of the associated Beacon User.") + @ApiModelProperty(required = true, value = "Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product.") public String getBeaconUserId() { return beaconUserId; @@ -517,11 +517,11 @@ public IdentityVerificationCreateResponse userId(String userId) { } /** - * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. + * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java index 38a5fa5b7e..7c231d6ab0 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address extracted from the document. The address must at least contain the following fields to be a valid address: `street`, `city`, `country`. If any are missing or unable to be extracted, the address will be null. `region`, and `postal_code` may be null based on the addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code Note: Optical Character Recognition (OCR) technology may sometimes extract incorrect data from a document. */ @ApiModel(description = "The address extracted from the document. The address must at least contain the following fields to be a valid address: `street`, `city`, `country`. If any are missing or unable to be extracted, the address will be null. `region`, and `postal_code` may be null based on the addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code Note: Optical Character Recognition (OCR) technology may sometimes extract incorrect data from a document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationDocumentAddressResponse { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationDocumentNameResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationDocumentNameResponse.java index 3b70cf95ab..995218516c 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationDocumentNameResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationDocumentNameResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The individual's name extracted from the document. */ @ApiModel(description = "The individual's name extracted from the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationDocumentNameResponse { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationGetRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationGetRequest.java index f31c856b6c..6b0bc015dd 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationGetRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching an Identity Verification */ @ApiModel(description = "Request input for fetching an Identity Verification") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationGetRequest { public static final String SERIALIZED_NAME_IDENTITY_VERIFICATION_ID = "identity_verification_id"; @SerializedName(SERIALIZED_NAME_IDENTITY_VERIFICATION_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationGetResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationGetResponse.java index 536b3dc365..cb386cca76 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationGetResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process. */ @ApiModel(description = "An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -494,11 +494,11 @@ public IdentityVerificationGetResponse beaconUserId(String beaconUserId) { } /** - * ID of the associated Beacon User. + * Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product. * @return beaconUserId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "becusr_42cF1MNo42r9Xj", required = true, value = "ID of the associated Beacon User.") + @ApiModelProperty(required = true, value = "Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product.") public String getBeaconUserId() { return beaconUserId; @@ -517,11 +517,11 @@ public IdentityVerificationGetResponse userId(String userId) { } /** - * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. + * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java index 89d64a89f2..a7553f596b 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing Identity Verifications */ @ApiModel(description = "Request input for listing Identity Verifications") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) @@ -153,11 +153,11 @@ public IdentityVerificationListRequest userId(String userId) { } /** - * A unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and the `client_user_id` are present in the request, the `user_id` must have been created from the provided `client_user_id`. + * A unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and the `client_user_id` are present in the request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "A unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and the `client_user_id` are present in the request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(value = "A unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and the `client_user_id` are present in the request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java index 963756aafc..496358fc4d 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of Plaid sessions. */ @ApiModel(description = "Paginated list of Plaid sessions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationListResponse { public static final String SERIALIZED_NAME_IDENTITY_VERIFICATIONS = "identity_verifications"; @SerializedName(SERIALIZED_NAME_IDENTITY_VERIFICATIONS) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRequestUser.java b/src/main/java/com/plaid/client/model/IdentityVerificationRequestUser.java index 3cf372e42b..893b97bb05 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRequestUser.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRequestUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field. */ @ApiModel(description = "User information collected outside of Link, most likely via your own onboarding process. Each of the following identity fields are optional: `email_address` `phone_number` `date_of_birth` `name` `address` `id_number` Specifically, these fields are optional in that they can either be fully provided (satisfying every required field in their subschema) or omitted from the request entirely by not providing the key or value. Providing these fields via the API will result in Link skipping the data collection process for the associated user. All verification steps enabled in the associated Identity Verification Template will still be run. Verification steps will either be run immediately, or once the user completes the `accept_tos` step, depending on the value provided to the `gave_consent` field.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRequestUser { public static final String SERIALIZED_NAME_EMAIL_ADDRESS = "email_address"; @SerializedName(SERIALIZED_NAME_EMAIL_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRequestUserName.java b/src/main/java/com/plaid/client/model/IdentityVerificationRequestUserName.java index 1d3e639b72..d7f58011cc 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRequestUserName.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRequestUserName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * You can use this field to pre-populate the user's legal name; if it is provided here, they will not be prompted to enter their name in the identity verification attempt. */ @ApiModel(description = "You can use this field to pre-populate the user's legal name; if it is provided here, they will not be prompted to enter their name in the identity verification attempt.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRequestUserName { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationResponseUserName.java b/src/main/java/com/plaid/client/model/IdentityVerificationResponseUserName.java index 70612c741f..e91383eb42 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationResponseUserName.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationResponseUserName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The full name provided by the user. If the user has not submitted their name, this field will be null. Otherwise, both fields are guaranteed to be filled. */ @ApiModel(description = "The full name provided by the user. If the user has not submitted their name, this field will be null. Otherwise, both fields are guaranteed to be filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationResponseUserName { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRetriedWebhook.java b/src/main/java/com/plaid/client/model/IdentityVerificationRetriedWebhook.java index 26cbd2b427..0c550fca0b 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRetriedWebhook.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRetriedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an identity verification has been retried, which can be triggered via the dashboard or the API. */ @ApiModel(description = "Fired when an identity verification has been retried, which can be triggered via the dashboard or the API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRetriedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequest.java index 59082be2aa..b2634889aa 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequest.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Request input for retrying an identity verification attempt */ @ApiModel(description = "Request input for retrying an identity verification attempt") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRetryRequest { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequestStepsObject.java b/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequestStepsObject.java index d3b873fb81..e938d4afb6 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequestStepsObject.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRetryRequestStepsObject.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Instructions for the `custom` retry strategy specifying which steps should be required or skipped. Note: This field must be provided when the retry strategy is `custom` and must be omitted otherwise. Custom retries override settings in your Plaid Template. For example, if your Plaid Template has `verify_sms` disabled, a custom retry with `verify_sms` enabled will still require the step. The `selfie_check` step is currently not supported on the sandbox server. Sandbox requests will silently disable the `selfie_check` step when provided. */ @ApiModel(description = "Instructions for the `custom` retry strategy specifying which steps should be required or skipped. Note: This field must be provided when the retry strategy is `custom` and must be omitted otherwise. Custom retries override settings in your Plaid Template. For example, if your Plaid Template has `verify_sms` disabled, a custom retry with `verify_sms` enabled will still require the step. The `selfie_check` step is currently not supported on the sandbox server. Sandbox requests will silently disable the `selfie_check` step when provided.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRetryRequestStepsObject { public static final String SERIALIZED_NAME_VERIFY_SMS = "verify_sms"; @SerializedName(SERIALIZED_NAME_VERIFY_SMS) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationRetryResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationRetryResponse.java index 70a43ad850..fc4d6e8df2 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationRetryResponse.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationRetryResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process. */ @ApiModel(description = "An identity verification attempt represents a customer's attempt to verify their identity, reflecting the required steps for completing the session, the results for each step, and information collected in the process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationRetryResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -494,11 +494,11 @@ public IdentityVerificationRetryResponse beaconUserId(String beaconUserId) { } /** - * ID of the associated Beacon User. + * Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product. * @return beaconUserId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "becusr_42cF1MNo42r9Xj", required = true, value = "ID of the associated Beacon User.") + @ApiModelProperty(required = true, value = "Beacon is deprecated in favor of Plaid Protect. This field is only populated for users of the deprecated Beacon product.") public String getBeaconUserId() { return beaconUserId; @@ -517,11 +517,11 @@ public IdentityVerificationRetryResponse userId(String userId) { } /** - * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. + * Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`. * @return userId **/ @javax.annotation.Nullable - @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025; for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") + @ApiModelProperty(example = "usr_dddAs9ewdcDQQQ", required = true, value = "Unique user identifier, created by calling `/user/create`. Either a `user_id` or the `client_user_id` must be provided. The `user_id` may only be used instead of the `client_user_id` if you were not a pre-existing user of `/user/create` as of December 10, 2025, or if you have since [migrated to the new User APIs](https://plaid.com/docs/api/users/migrate-to-new-user-apis); for more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). If both this field and a `client_user_id` are present in a request, the `user_id` must have been created from the provided `client_user_id`.") public String getUserId() { return userId; diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java b/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java index 82bb80b301..1e282adb8e 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStatusUpdatedWebhook.java b/src/main/java/com/plaid/client/model/IdentityVerificationStatusUpdatedWebhook.java index e78fecfd6d..cdbbd80a4c 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationStatusUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationStatusUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when the status of an identity verification has been updated, which can be triggered via the dashboard or the API. */ @ApiModel(description = "Fired when the status of an identity verification has been updated, which can be triggered via the dashboard or the API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStepStatus.java b/src/main/java/com/plaid/client/model/IdentityVerificationStepStatus.java index 18b4324e81..9df81e57cf 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationStepStatus.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationStepStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStepSummary.java b/src/main/java/com/plaid/client/model/IdentityVerificationStepSummary.java index 6f8bbe5d80..8b423b496a 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationStepSummary.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationStepSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Each step will be one of the following values: `active` - This step is the user's current step. They are either in the process of completing this step, or they recently closed their Identity Verification attempt while in the middle of this step. Only one step will be marked as `active` at any given point. `success` - The Identity Verification attempt has completed this step. `failed` - The user failed this step. This can either cause the user to fail the session as a whole, or cause them to fall back to another step depending on how the Identity Verification template is configured. A failed step does not imply a failed session. `waiting_for_prerequisite` - The user needs to complete another step first, before they progress to this step. This step may never run, depending on if the user fails an earlier step or if the step is only run as a fallback. `not_applicable` - This step will not be run for this session. `skipped` - The retry instructions that created this Identity Verification attempt specified that this step should be skipped. `expired` - This step had not yet been completed when the Identity Verification attempt as a whole expired. `canceled` - The Identity Verification attempt was canceled before the user completed this step. `pending_review` - The Identity Verification attempt template was configured to perform a screening that had one or more hits needing review. `manually_approved` - The step was manually overridden to pass by a team member in the dashboard. `manually_rejected` - The step was manually overridden to fail by a team member in the dashboard. */ @ApiModel(description = "Each step will be one of the following values: `active` - This step is the user's current step. They are either in the process of completing this step, or they recently closed their Identity Verification attempt while in the middle of this step. Only one step will be marked as `active` at any given point. `success` - The Identity Verification attempt has completed this step. `failed` - The user failed this step. This can either cause the user to fail the session as a whole, or cause them to fall back to another step depending on how the Identity Verification template is configured. A failed step does not imply a failed session. `waiting_for_prerequisite` - The user needs to complete another step first, before they progress to this step. This step may never run, depending on if the user fails an earlier step or if the step is only run as a fallback. `not_applicable` - This step will not be run for this session. `skipped` - The retry instructions that created this Identity Verification attempt specified that this step should be skipped. `expired` - This step had not yet been completed when the Identity Verification attempt as a whole expired. `canceled` - The Identity Verification attempt was canceled before the user completed this step. `pending_review` - The Identity Verification attempt template was configured to perform a screening that had one or more hits needing review. `manually_approved` - The step was manually overridden to pass by a team member in the dashboard. `manually_rejected` - The step was manually overridden to fail by a team member in the dashboard.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationStepSummary { public static final String SERIALIZED_NAME_ACCEPT_TOS = "accept_tos"; @SerializedName(SERIALIZED_NAME_ACCEPT_TOS) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStepUpdatedWebhook.java b/src/main/java/com/plaid/client/model/IdentityVerificationStepUpdatedWebhook.java index 28209ae67b..9463c5107d 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationStepUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationStepUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an end user has completed a step of the Identity Verification process. */ @ApiModel(description = "Fired when an end user has completed a step of the Identity Verification process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationStepUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationTemplateReference.java b/src/main/java/com/plaid/client/model/IdentityVerificationTemplateReference.java index 0a39c94fe8..b55967708f 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationTemplateReference.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationTemplateReference.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The resource ID and version number of the template configuring the behavior of a given Identity Verification. */ @ApiModel(description = "The resource ID and version number of the template configuring the behavior of a given Identity Verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationTemplateReference { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationUserAddress.java b/src/main/java/com/plaid/client/model/IdentityVerificationUserAddress.java index 78afa20812..32de6d9d29 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationUserAddress.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationUserAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Even if an address has been collected, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code */ @ApiModel(description = "Even if an address has been collected, some fields may be null depending on the region's addressing system. For example: Addresses from the United Kingdom will not include a region Addresses from Hong Kong will not include postal code") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationUserAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationUserData.java b/src/main/java/com/plaid/client/model/IdentityVerificationUserData.java index 76df79f832..3bf836b611 100644 --- a/src/main/java/com/plaid/client/model/IdentityVerificationUserData.java +++ b/src/main/java/com/plaid/client/model/IdentityVerificationUserData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The identity data that was either collected from the user or provided via API in order to perform an Identity Verification. */ @ApiModel(description = "The identity data that was either collected from the user or provided via API in order to perform an Identity Verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IdentityVerificationUserData { public static final String SERIALIZED_NAME_PHONE_NUMBER = "phone_number"; @SerializedName(SERIALIZED_NAME_PHONE_NUMBER) diff --git a/src/main/java/com/plaid/client/model/ImageQuality.java b/src/main/java/com/plaid/client/model/ImageQuality.java index 943bc7d80c..be4a425342 100644 --- a/src/main/java/com/plaid/client/model/ImageQuality.java +++ b/src/main/java/com/plaid/client/model/ImageQuality.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ImageQualityDetails.java b/src/main/java/com/plaid/client/model/ImageQualityDetails.java index dd4e403f82..44641bfeff 100644 --- a/src/main/java/com/plaid/client/model/ImageQualityDetails.java +++ b/src/main/java/com/plaid/client/model/ImageQualityDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about the image quality of the document. */ @ApiModel(description = "Details about the image quality of the document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ImageQualityDetails { public static final String SERIALIZED_NAME_GLARE_CHECK = "glare_check"; @SerializedName(SERIALIZED_NAME_GLARE_CHECK) diff --git a/src/main/java/com/plaid/client/model/ImageQualityOutcome.java b/src/main/java/com/plaid/client/model/ImageQualityOutcome.java index a6a4c5cbc1..68b1c410ee 100644 --- a/src/main/java/com/plaid/client/model/ImageQualityOutcome.java +++ b/src/main/java/com/plaid/client/model/ImageQualityOutcome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncidentUpdate.java b/src/main/java/com/plaid/client/model/IncidentUpdate.java index f9eaae5834..24dde8eed4 100644 --- a/src/main/java/com/plaid/client/model/IncidentUpdate.java +++ b/src/main/java/com/plaid/client/model/IncidentUpdate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An update on the health incident */ @ApiModel(description = "An update on the health incident") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncidentUpdate { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/IncomeBreakdown.java b/src/main/java/com/plaid/client/model/IncomeBreakdown.java index daa63587bd..c3d0e602a7 100644 --- a/src/main/java/com/plaid/client/model/IncomeBreakdown.java +++ b/src/main/java/com/plaid/client/model/IncomeBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing a breakdown of the different income types on the paystub. */ @ApiModel(description = "An object representing a breakdown of the different income types on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeBreakdown { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/IncomeBreakdownType.java b/src/main/java/com/plaid/client/model/IncomeBreakdownType.java index 7dde1bd182..337ea85d01 100644 --- a/src/main/java/com/plaid/client/model/IncomeBreakdownType.java +++ b/src/main/java/com/plaid/client/model/IncomeBreakdownType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncomeInsights.java b/src/main/java/com/plaid/client/model/IncomeInsights.java index 0bb0aab380..879c715577 100644 --- a/src/main/java/com/plaid/client/model/IncomeInsights.java +++ b/src/main/java/com/plaid/client/model/IncomeInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Comprehensive income analysis including total income, income excluding transfers, and inbound transfer amounts. */ @ApiModel(description = "Comprehensive income analysis including total income, income excluding transfers, and inbound transfer amounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeInsights { public static final String SERIALIZED_NAME_TOTAL_INCOME = "total_income"; @SerializedName(SERIALIZED_NAME_TOTAL_INCOME) diff --git a/src/main/java/com/plaid/client/model/IncomeInsightsFilter.java b/src/main/java/com/plaid/client/model/IncomeInsightsFilter.java index da321ed890..5a3c548899 100644 --- a/src/main/java/com/plaid/client/model/IncomeInsightsFilter.java +++ b/src/main/java/com/plaid/client/model/IncomeInsightsFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Filters the returned income streams based on the specified income categories. If no filters are requested, streams from the following default set of categories are returned: - `EARNED_INCOME.*` (`EARNED_INCOME.SALARY`, `EARNED_INCOME.GIG_ECONOMY`, `EARNED_INCOME.SELF_EMPLOYED`) - `BENEFITS.DISABILITY` - `RETIREMENT.*` (`RETIREMENT.GOVERNMENT_DERIVED`, `RETIREMENT.PRIVATE_RETIREMENT`, `RETIREMENT.PLAN_DISTRIBUTION`) The final list of income categories is generated by adding the `included_categories`, then removing the `excluded_categories`. Priority is given to `excluded_categories` in the case of collisions. Filter patterns supported: - `*`: All categories - `PRIMARY.*`: All categories within the specified primary category - `PRIMARY.SECONDARY`: A specific income category For a list of income categories, see the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv). */ @ApiModel(description = "Filters the returned income streams based on the specified income categories. If no filters are requested, streams from the following default set of categories are returned: - `EARNED_INCOME.*` (`EARNED_INCOME.SALARY`, `EARNED_INCOME.GIG_ECONOMY`, `EARNED_INCOME.SELF_EMPLOYED`) - `BENEFITS.DISABILITY` - `RETIREMENT.*` (`RETIREMENT.GOVERNMENT_DERIVED`, `RETIREMENT.PRIVATE_RETIREMENT`, `RETIREMENT.PLAN_DISTRIBUTION`) The final list of income categories is generated by adding the `included_categories`, then removing the `excluded_categories`. Priority is given to `excluded_categories` in the case of collisions. Filter patterns supported: - `*`: All categories - `PRIMARY.*`: All categories within the specified primary category - `PRIMARY.SECONDARY`: A specific income category For a list of income categories, see the [Income V2 Category Taxonomy](https://plaid.com/documents/income-v2-category-taxonomy.csv).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeInsightsFilter { public static final String SERIALIZED_NAME_INCLUDED_CATEGORIES = "included_categories"; @SerializedName(SERIALIZED_NAME_INCLUDED_CATEGORIES) diff --git a/src/main/java/com/plaid/client/model/IncomeInsightsVersion.java b/src/main/java/com/plaid/client/model/IncomeInsightsVersion.java index cbd12dbd3e..435068e7d0 100644 --- a/src/main/java/com/plaid/client/model/IncomeInsightsVersion.java +++ b/src/main/java/com/plaid/client/model/IncomeInsightsVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The version of Income Insights to use. + * The version of Income Insights to use. This value is not shared across API calls for the same resource. If it is omitted from a request, the default version is used, even if a version was set in an earlier call such as `/link/token/create` or `/cra/check_report/create`. */ @JsonAdapter(IncomeInsightsVersion.Adapter.class) public enum IncomeInsightsVersion { diff --git a/src/main/java/com/plaid/client/model/IncomeOverride.java b/src/main/java/com/plaid/client/model/IncomeOverride.java index 92b91bcf1e..0feb01bb55 100644 --- a/src/main/java/com/plaid/client/model/IncomeOverride.java +++ b/src/main/java/com/plaid/client/model/IncomeOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Specify payroll data on the account. */ @ApiModel(description = "Specify payroll data on the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeOverride { public static final String SERIALIZED_NAME_PAYSTUBS = "paystubs"; @SerializedName(SERIALIZED_NAME_PAYSTUBS) diff --git a/src/main/java/com/plaid/client/model/IncomeSourcesCounts.java b/src/main/java/com/plaid/client/model/IncomeSourcesCounts.java index 8be3eef6c1..6dcccb56af 100644 --- a/src/main/java/com/plaid/client/model/IncomeSourcesCounts.java +++ b/src/main/java/com/plaid/client/model/IncomeSourcesCounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about the number of income sources */ @ApiModel(description = "Details about the number of income sources") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeSourcesCounts { public static final String SERIALIZED_NAME_BASELINE_COUNT = "baseline_count"; @SerializedName(SERIALIZED_NAME_BASELINE_COUNT) diff --git a/src/main/java/com/plaid/client/model/IncomeSummary.java b/src/main/java/com/plaid/client/model/IncomeSummary.java index b8aa3d6ced..570fcdd5b8 100644 --- a/src/main/java/com/plaid/client/model/IncomeSummary.java +++ b/src/main/java/com/plaid/client/model/IncomeSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * The verified fields from a paystub verification. All fields are provided as reported on the paystub. */ @ApiModel(description = "The verified fields from a paystub verification. All fields are provided as reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeSummary { public static final String SERIALIZED_NAME_EMPLOYER_NAME = "employer_name"; @SerializedName(SERIALIZED_NAME_EMPLOYER_NAME) diff --git a/src/main/java/com/plaid/client/model/IncomeSummaryFieldNumber.java b/src/main/java/com/plaid/client/model/IncomeSummaryFieldNumber.java index 43cb71de9a..a79e56c0b1 100644 --- a/src/main/java/com/plaid/client/model/IncomeSummaryFieldNumber.java +++ b/src/main/java/com/plaid/client/model/IncomeSummaryFieldNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Field number for income summary */ @ApiModel(description = "Field number for income summary") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeSummaryFieldNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/IncomeSummaryFieldString.java b/src/main/java/com/plaid/client/model/IncomeSummaryFieldString.java index d9dbcedaf0..47aad8f87a 100644 --- a/src/main/java/com/plaid/client/model/IncomeSummaryFieldString.java +++ b/src/main/java/com/plaid/client/model/IncomeSummaryFieldString.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data about the income summary */ @ApiModel(description = "Data about the income summary") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeSummaryFieldString { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequest.java b/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequest.java index 3e52d6b8fe..b45a327764 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequest.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * IncomeVerificationCreateRequest defines the request schema for `/income/verification/create` */ @ApiModel(description = "IncomeVerificationCreateRequest defines the request schema for `/income/verification/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequestOptions.java b/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequestOptions.java index 9974ae9287..73478c57df 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequestOptions.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationCreateRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Optional arguments for `/income/verification/create` */ @ApiModel(description = "Optional arguments for `/income/verification/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationCreateRequestOptions { public static final String SERIALIZED_NAME_ACCESS_TOKENS = "access_tokens"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKENS) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationCreateResponse.java b/src/main/java/com/plaid/client/model/IncomeVerificationCreateResponse.java index 84cbcf8d8c..7218e45154 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationCreateResponse.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IncomeVerificationCreateResponse defines the response schema for `/income/verification/create`. */ @ApiModel(description = "IncomeVerificationCreateResponse defines the response schema for `/income/verification/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationCreateResponse { public static final String SERIALIZED_NAME_INCOME_VERIFICATION_ID = "income_verification_id"; @SerializedName(SERIALIZED_NAME_INCOME_VERIFICATION_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java b/src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java index e687b94c87..11eab3f7ae 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationDocumentsDownloadRequest.java b/src/main/java/com/plaid/client/model/IncomeVerificationDocumentsDownloadRequest.java index 32c4fece00..1b74a7e475 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationDocumentsDownloadRequest.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationDocumentsDownloadRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IncomeVerificationDocumentsDownloadRequest defines the request schema for `/income/verification/documents/download`. */ @ApiModel(description = "IncomeVerificationDocumentsDownloadRequest defines the request schema for `/income/verification/documents/download`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationDocumentsDownloadRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPayrollFlowType.java b/src/main/java/com/plaid/client/model/IncomeVerificationPayrollFlowType.java index c821782f1d..30be0c69f3 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPayrollFlowType.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPayrollFlowType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetRequest.java b/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetRequest.java index e0711a7708..27f0dade33 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetRequest.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IncomeVerificationPaystubsGetRequest defines the request schema for `/income/verification/paystubs/get`. */ @ApiModel(description = "IncomeVerificationPaystubsGetRequest defines the request schema for `/income/verification/paystubs/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPaystubsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java b/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java index b61b1907b8..8e2c660ba1 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * IncomeVerificationPaystubsGetResponse defines the response schema for `/income/verification/paystubs/get`. */ @ApiModel(description = "IncomeVerificationPaystubsGetResponse defines the response schema for `/income/verification/paystubs/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPaystubsGetResponse { public static final String SERIALIZED_NAME_DOCUMENT_METADATA = "document_metadata"; @SerializedName(SERIALIZED_NAME_DOCUMENT_METADATA) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckConfidence.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckConfidence.java index b4cc32adbb..f42a4f60b2 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckConfidence.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckConfidence.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployer.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployer.java index 0a34201c22..4385d0edd8 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployer.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the end user's employer */ @ApiModel(description = "Information about the end user's employer") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckEmployer { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddress.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddress.java index 270cef4d87..62e7bf1cf9 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddress.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The address of the employer */ @ApiModel(description = "The address of the employer") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckEmployerAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddressData.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddressData.java index 21f1a9ef9e..2b8da61fe7 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddressData.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckEmployerAddressData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckEmployerAddressData { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckMilitaryInfo.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckMilitaryInfo.java index 566b0781f5..ada8bddd4e 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckMilitaryInfo.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckMilitaryInfo.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data about military info in the income verification precheck. */ @ApiModel(description = "Data about military info in the income verification precheck.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckMilitaryInfo { public static final String SERIALIZED_NAME_IS_ACTIVE_DUTY = "is_active_duty"; @SerializedName(SERIALIZED_NAME_IS_ACTIVE_DUTY) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckPayrollInstitution.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckPayrollInstitution.java index 873886556b..46c720469e 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckPayrollInstitution.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckPayrollInstitution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the end user's payroll institution */ @ApiModel(description = "Information about the end user's payroll institution") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckPayrollInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckRequest.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckRequest.java index b93397cb23..c5164164fa 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckRequest.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * IncomeVerificationPrecheckRequest defines the request schema for `/income/verification/precheck` */ @ApiModel(description = "IncomeVerificationPrecheckRequest defines the request schema for `/income/verification/precheck`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckResponse.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckResponse.java index 801fc4a293..5f6dc3da13 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckResponse.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * IncomeVerificationPrecheckResponse defines the response schema for `/income/verification/precheck`. */ @ApiModel(description = "IncomeVerificationPrecheckResponse defines the response schema for `/income/verification/precheck`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckResponse { public static final String SERIALIZED_NAME_PRECHECK_ID = "precheck_id"; @SerializedName(SERIALIZED_NAME_PRECHECK_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckUser.java b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckUser.java index f49be8fcca..39af99e4d0 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckUser.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationPrecheckUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the user whose eligibility is being evaluated. */ @ApiModel(description = "Information about the user whose eligibility is being evaluated.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationPrecheckUser { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java b/src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java index 0af22bfc60..5fd59529dd 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when the attempt to refresh Payroll Income data for a user via `/credit/payroll_income/refresh` failed because the user must re-connect their payroll account. */ @ApiModel(description = "Fired when the attempt to refresh Payroll Income data for a user via `/credit/payroll_income/refresh` failed because the user must re-connect their payroll account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationRefreshReconnectNeededWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationRiskSignalsStatusWebhook.java b/src/main/java/com/plaid/client/model/IncomeVerificationRiskSignalsStatusWebhook.java index 84bd86dc3a..25755e9932 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationRiskSignalsStatusWebhook.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationRiskSignalsStatusWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when risk signals have been processed for documents uploaded via Document Income. It will typically take a minute or two for this webhook to fire after the end user has uploaded their documents in the Document Income flow. Once this webhook has fired, `/credit/payroll_income/risk_signals/get` may then be called to determine whether the documents were successfully processed and to retrieve risk data. */ @ApiModel(description = "Fired when risk signals have been processed for documents uploaded via Document Income. It will typically take a minute or two for this webhook to fire after the end user has uploaded their documents in the Document Income flow. Once this webhook has fired, `/credit/payroll_income/risk_signals/get` may then be called to determine whether the documents were successfully processed and to retrieve risk data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationRiskSignalsStatusWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationSourceType.java b/src/main/java/com/plaid/client/model/IncomeVerificationSourceType.java index f11ff3e3d8..fa51fd91b5 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationSourceType.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationSourceType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationStatusWebhook.java b/src/main/java/com/plaid/client/model/IncomeVerificationStatusWebhook.java index 308d46fa8d..19bfe5d9da 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationStatusWebhook.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationStatusWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when the status of an income verification instance has changed. This webhook is fired for both the Document and Payroll Income flows, but not the Bank Income flow. It will typically take several minutes for this webhook to fire after the end user has uploaded their documents in the Document Income flow. */ @ApiModel(description = "Fired when the status of an income verification instance has changed. This webhook is fired for both the Document and Payroll Income flows, but not the Bank Income flow. It will typically take several minutes for this webhook to fire after the end user has uploaded their documents in the Document Income flow.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationStatusWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetRequest.java b/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetRequest.java index b6e50fb01b..b9152e578c 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetRequest.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IncomeVerificationTaxformsGetRequest defines the request schema for `/income/verification/taxforms/get` */ @ApiModel(description = "IncomeVerificationTaxformsGetRequest defines the request schema for `/income/verification/taxforms/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationTaxformsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetResponse.java b/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetResponse.java index c72d0534b9..93070fcedd 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetResponse.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationTaxformsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * IncomeVerificationTaxformsGetResponse defines the response schema for `/income/verification/taxforms/get` */ @ApiModel(description = "IncomeVerificationTaxformsGetResponse defines the response schema for `/income/verification/taxforms/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationTaxformsGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/IncomeVerificationWebhookStatus.java b/src/main/java/com/plaid/client/model/IncomeVerificationWebhookStatus.java index 3988456554..ef4bafac99 100644 --- a/src/main/java/com/plaid/client/model/IncomeVerificationWebhookStatus.java +++ b/src/main/java/com/plaid/client/model/IncomeVerificationWebhookStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Status of the income verification webhook */ @ApiModel(description = "Status of the income verification webhook") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IncomeVerificationWebhookStatus { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/IndividualName.java b/src/main/java/com/plaid/client/model/IndividualName.java index 34f1949738..7072892cd1 100644 --- a/src/main/java/com/plaid/client/model/IndividualName.java +++ b/src/main/java/com/plaid/client/model/IndividualName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Parent container for name that allows for choice group between parsed and unparsed containers. */ @ApiModel(description = "Parent container for name that allows for choice group between parsed and unparsed containers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IndividualName { public static final String SERIALIZED_NAME_FIRST_NAME = "FirstName"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/src/main/java/com/plaid/client/model/IndividualScreeningHitNames.java b/src/main/java/com/plaid/client/model/IndividualScreeningHitNames.java index 0fde3e3985..6ae1fbac35 100644 --- a/src/main/java/com/plaid/client/model/IndividualScreeningHitNames.java +++ b/src/main/java/com/plaid/client/model/IndividualScreeningHitNames.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Name information for the associated individual watchlist hit */ @ApiModel(description = "Name information for the associated individual watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IndividualScreeningHitNames { public static final String SERIALIZED_NAME_FULL = "full"; @SerializedName(SERIALIZED_NAME_FULL) diff --git a/src/main/java/com/plaid/client/model/IndividualWatchlistCode.java b/src/main/java/com/plaid/client/model/IndividualWatchlistCode.java index 5b9b1ccdbc..a0510bd8ec 100644 --- a/src/main/java/com/plaid/client/model/IndividualWatchlistCode.java +++ b/src/main/java/com/plaid/client/model/IndividualWatchlistCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * Shorthand identifier for a specific screening list for individuals. `AU_CON`: Australia Department of Foreign Affairs and Trade Consolidated List `CA_CON`: Government of Canada Consolidated List of Sanctions `EU_CON`: European External Action Service Consolidated List `IZ_CIA`: CIA List of Chiefs of State and Cabinet Members `IZ_IPL`: Interpol Red Notices for Wanted Persons List `IZ_PEP`: Politically Exposed Persons List `IZ_UNC`: United Nations Consolidated Sanctions `IZ_WBK`: World Bank Listing of Ineligible Firms and Individuals `UK_HMC`: Foreign, Commonwealth & Development Office UK Sanctions List `US_DPL`: Bureau of Industry and Security Denied Persons List `US_DTC`: US Department of State AECA Debarred `US_FBI`: US Department of Justice FBI Wanted List `US_FSE`: US OFAC Foreign Sanctions Evaders `US_ISN`: US Department of State Nonproliferation Sanctions `US_PLC`: US OFAC Palestinian Legislative Council `US_SAM`: US System for Award Management Exclusion List `US_SDN`: US OFAC Specially Designated Nationals List `US_SSI`: US OFAC Sectoral Sanctions Identifications `SG_SOF`: Government of Singapore Terrorists and Terrorist Entities `TR_TWL`: Government of Turkey Terrorist Wanted List `TR_DFD`: Government of Turkey Domestic Freezing Decisions `TR_FOR`: Government of Turkey Foreign Freezing Requests `TR_WMD`: Government of Turkey Weapons of Mass Destruction `TR_CMB`: Government of Turkey Capital Markets Board + * Shorthand identifier for a specific screening list for individuals. `AU_CON`: Australia Department of Foreign Affairs and Trade Consolidated List `CA_CON`: Government of Canada Consolidated List of Sanctions `EU_CON`: European External Action Service Consolidated List `IZ_CIA`: CIA List of Chiefs of State and Cabinet Members `IZ_IPL`: Interpol Red Notices for Wanted Persons List `IZ_PEP`: Politically Exposed Persons List `IZ_UNC`: United Nations Consolidated Sanctions `IZ_WBK`: World Bank Listing of Ineligible Firms and Individuals `UK_HMC`: Foreign, Commonwealth & Development Office UK Sanctions List `US_DPL`: Bureau of Industry and Security Denied Persons List `US_DTC`: US Department of State AECA Debarred `US_FBI`: US Department of Justice FBI Wanted List `US_FSE`: US OFAC Foreign Sanctions Evaders `US_ISN`: US Department of State Nonproliferation Sanctions `US_MBS`: US Non-SDN Menu-Based Sanctions `US_PLC`: US OFAC Palestinian Legislative Council `US_SAM`: US System for Award Management Exclusion List `US_SDN`: US OFAC Specially Designated Nationals List `US_SSI`: US OFAC Sectoral Sanctions Identifications `SG_SOF`: Government of Singapore Terrorists and Terrorist Entities `TR_TWL`: Government of Turkey Terrorist Wanted List `TR_DFD`: Government of Turkey Domestic Freezing Decisions `TR_FOR`: Government of Turkey Foreign Freezing Requests `TR_WMD`: Government of Turkey Weapons of Mass Destruction `TR_CMB`: Government of Turkey Capital Markets Board */ @JsonAdapter(IndividualWatchlistCode.Adapter.class) public enum IndividualWatchlistCode { diff --git a/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java b/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java index 0fca4899d0..e616196b66 100644 --- a/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java +++ b/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of individuals. */ @ApiModel(description = "A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of individuals.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IndividualWatchlistProgram { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/InflowModel.java b/src/main/java/com/plaid/client/model/InflowModel.java index 3cf7c14cf0..83d5408262 100644 --- a/src/main/java/com/plaid/client/model/InflowModel.java +++ b/src/main/java/com/plaid/client/model/InflowModel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * The `inflow_model` allows you to model a test account that receives regular income or make regular payments on a loan. Any transactions generated by the `inflow_model` will appear in addition to randomly generated test data or transactions specified by `override_accounts`. + * The `inflow_model` allows you to model a test account that receives regular income or makes regular payments on a loan. Any transactions generated by the `inflow_model` will appear in addition to randomly generated test data or transactions specified by `override_accounts`. */ -@ApiModel(description = "The `inflow_model` allows you to model a test account that receives regular income or make regular payments on a loan. Any transactions generated by the `inflow_model` will appear in addition to randomly generated test data or transactions specified by `override_accounts`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The `inflow_model` allows you to model a test account that receives regular income or makes regular payments on a loan. Any transactions generated by the `inflow_model` will appear in addition to randomly generated test data or transactions specified by `override_accounts`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InflowModel { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) @@ -103,10 +103,10 @@ public InflowModel paymentDayOfMonth(Double paymentDayOfMonth) { } /** - * Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the income transaction will appear. The name of the income transaction. This field is required if `type` is `monthly-income`, `monthly-balance-payment` or `monthly-interest-only-payment`. + * Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the income transaction will appear. This field is required if `type` is `monthly-income`, `monthly-balance-payment` or `monthly-interest-only-payment`. * @return paymentDayOfMonth **/ - @ApiModelProperty(required = true, value = "Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the income transaction will appear. The name of the income transaction. This field is required if `type` is `monthly-income`, `monthly-balance-payment` or `monthly-interest-only-payment`.") + @ApiModelProperty(required = true, value = "Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the income transaction will appear. This field is required if `type` is `monthly-income`, `monthly-balance-payment` or `monthly-interest-only-payment`.") public Double getPaymentDayOfMonth() { return paymentDayOfMonth; @@ -147,10 +147,10 @@ public InflowModel statementDayOfMonth(String statementDayOfMonth) { } /** - * Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the balance is calculated for the next payment. The name of the income transaction. This field is required if `type` is `monthly-balance-payment` or `monthly-interest-only-payment`. + * Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the balance is calculated for the next payment. This field is required if `type` is `monthly-balance-payment` or `monthly-interest-only-payment`. * @return statementDayOfMonth **/ - @ApiModelProperty(required = true, value = "Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the balance is calculated for the next payment. The name of the income transaction. This field is required if `type` is `monthly-balance-payment` or `monthly-interest-only-payment`.") + @ApiModelProperty(required = true, value = "Number between 1 and 28, or `last` meaning the last day of the month. The day of the month on which the balance is calculated for the next payment. This field is required if `type` is `monthly-balance-payment` or `monthly-interest-only-payment`.") public String getStatementDayOfMonth() { return statementDayOfMonth; diff --git a/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java b/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java index 0b7201da01..aa0d43ba57 100644 --- a/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an Item's initial transaction pull is completed. Once this webhook has been fired, transaction data for the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "Fired when an Item's initial transaction pull is completed. Once this webhook has been fired, transaction data for the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InitialUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/Institution.java b/src/main/java/com/plaid/client/model/Institution.java index 7e81686ea6..955d08f4c7 100644 --- a/src/main/java/com/plaid/client/model/Institution.java +++ b/src/main/java/com/plaid/client/model/Institution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Details relating to a specific financial institution */ @ApiModel(description = "Details relating to a specific financial institution") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Institution { public static final String SERIALIZED_NAME_INSTITUTION_ID = "institution_id"; @SerializedName(SERIALIZED_NAME_INSTITUTION_ID) diff --git a/src/main/java/com/plaid/client/model/InstitutionStatus.java b/src/main/java/com/plaid/client/model/InstitutionStatus.java index 1e495b9527..352cdf3cea 100644 --- a/src/main/java/com/plaid/client/model/InstitutionStatus.java +++ b/src/main/java/com/plaid/client/model/InstitutionStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The status of an institution is determined by the health of its Item logins, Transactions updates, Investments updates, Liabilities updates, Auth requests, Balance requests, Identity requests, Investments requests, and Liabilities requests. A login attempt is conducted during the initial Item add in Link. If there is not enough traffic to accurately calculate an institution's status, Plaid will return null rather than potentially inaccurate data. Institution status is accessible in the Dashboard and via the API using the `/institutions/get_by_id` endpoint with the `options.include_status` option set to true. Note that institution status is not available in the Sandbox environment. */ @ApiModel(description = "The status of an institution is determined by the health of its Item logins, Transactions updates, Investments updates, Liabilities updates, Auth requests, Balance requests, Identity requests, Investments requests, and Liabilities requests. A login attempt is conducted during the initial Item add in Link. If there is not enough traffic to accurately calculate an institution's status, Plaid will return null rather than potentially inaccurate data. Institution status is accessible in the Dashboard and via the API using the `/institutions/get_by_id` endpoint with the `options.include_status` option set to true. Note that institution status is not available in the Sandbox environment. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionStatus { public static final String SERIALIZED_NAME_ITEM_LOGINS = "item_logins"; @SerializedName(SERIALIZED_NAME_ITEM_LOGINS) diff --git a/src/main/java/com/plaid/client/model/InstitutionStatusAlertWebhook.java b/src/main/java/com/plaid/client/model/InstitutionStatusAlertWebhook.java index ec0f3e9f32..29b4185e31 100644 --- a/src/main/java/com/plaid/client/model/InstitutionStatusAlertWebhook.java +++ b/src/main/java/com/plaid/client/model/InstitutionStatusAlertWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when institution status meets the conditions configured in the developer dashboard. */ @ApiModel(description = "Fired when institution status meets the conditions configured in the developer dashboard.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionStatusAlertWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/InstitutionSupportedNetworks.java b/src/main/java/com/plaid/client/model/InstitutionSupportedNetworks.java index 19f1c0b7b7..d872a9b59e 100644 --- a/src/main/java/com/plaid/client/model/InstitutionSupportedNetworks.java +++ b/src/main/java/com/plaid/client/model/InstitutionSupportedNetworks.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Contains the RTP and RfP network and types supported by the linked Item's institution. */ @ApiModel(description = "Contains the RTP and RfP network and types supported by the linked Item's institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionSupportedNetworks { public static final String SERIALIZED_NAME_RTP = "rtp"; @SerializedName(SERIALIZED_NAME_RTP) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequest.java b/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequest.java index b3cbd65723..075ace1cd6 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequest.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * InstitutionsGetByIdRequest defines the request schema for `/institutions/get_by_id` */ @ApiModel(description = "InstitutionsGetByIdRequest defines the request schema for `/institutions/get_by_id`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetByIdRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequestOptions.java b/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequestOptions.java index 667b41ecdd..0f9c784048 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetByIdRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies optional parameters for `/institutions/get_by_id`. If provided, must not be `null`. */ @ApiModel(description = "Specifies optional parameters for `/institutions/get_by_id`. If provided, must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetByIdRequestOptions { public static final String SERIALIZED_NAME_INCLUDE_OPTIONAL_METADATA = "include_optional_metadata"; @SerializedName(SERIALIZED_NAME_INCLUDE_OPTIONAL_METADATA) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetByIdResponse.java b/src/main/java/com/plaid/client/model/InstitutionsGetByIdResponse.java index 4accda848c..1136d870c6 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetByIdResponse.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetByIdResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * InstitutionsGetByIdResponse defines the response schema for `/institutions/get_by_id` */ @ApiModel(description = "InstitutionsGetByIdResponse defines the response schema for `/institutions/get_by_id`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetByIdResponse { public static final String SERIALIZED_NAME_INSTITUTION = "institution"; @SerializedName(SERIALIZED_NAME_INSTITUTION) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetRequest.java b/src/main/java/com/plaid/client/model/InstitutionsGetRequest.java index 7998a02cb4..6214b372c9 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * InstitutionsGetRequest defines the request schema for `/institutions/get` */ @ApiModel(description = "InstitutionsGetRequest defines the request schema for `/institutions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetRequestOptions.java b/src/main/java/com/plaid/client/model/InstitutionsGetRequestOptions.java index 29f94cf6ca..3348531359 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An optional object to filter `/institutions/get` results. */ @ApiModel(description = "An optional object to filter `/institutions/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetRequestOptions { public static final String SERIALIZED_NAME_PRODUCTS = "products"; @SerializedName(SERIALIZED_NAME_PRODUCTS) diff --git a/src/main/java/com/plaid/client/model/InstitutionsGetResponse.java b/src/main/java/com/plaid/client/model/InstitutionsGetResponse.java index 872de2ffdb..3643dfe2d8 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/InstitutionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * InstitutionsGetResponse defines the response schema for `/institutions/get` */ @ApiModel(description = "InstitutionsGetResponse defines the response schema for `/institutions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsGetResponse { public static final String SERIALIZED_NAME_INSTITUTIONS = "institutions"; @SerializedName(SERIALIZED_NAME_INSTITUTIONS) diff --git a/src/main/java/com/plaid/client/model/InstitutionsSearchAccountFilter.java b/src/main/java/com/plaid/client/model/InstitutionsSearchAccountFilter.java index 904c191a0a..7381e5c000 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsSearchAccountFilter.java +++ b/src/main/java/com/plaid/client/model/InstitutionsSearchAccountFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An account filter to apply to institutions search requests */ @ApiModel(description = "An account filter to apply to institutions search requests") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsSearchAccountFilter { public static final String SERIALIZED_NAME_LOAN = "loan"; @SerializedName(SERIALIZED_NAME_LOAN) diff --git a/src/main/java/com/plaid/client/model/InstitutionsSearchPaymentInitiationOptions.java b/src/main/java/com/plaid/client/model/InstitutionsSearchPaymentInitiationOptions.java index 4a5967c0f6..5be7eb0975 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsSearchPaymentInitiationOptions.java +++ b/src/main/java/com/plaid/client/model/InstitutionsSearchPaymentInitiationOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Additional options that will be used to filter institutions by various Payment Initiation configurations. */ @ApiModel(description = "Additional options that will be used to filter institutions by various Payment Initiation configurations.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsSearchPaymentInitiationOptions { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/InstitutionsSearchRequest.java b/src/main/java/com/plaid/client/model/InstitutionsSearchRequest.java index 23c6dda929..7dd0623e97 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsSearchRequest.java +++ b/src/main/java/com/plaid/client/model/InstitutionsSearchRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * InstitutionsSearchRequest defines the request schema for `/institutions/search` */ @ApiModel(description = "InstitutionsSearchRequest defines the request schema for `/institutions/search`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsSearchRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InstitutionsSearchRequestOptions.java b/src/main/java/com/plaid/client/model/InstitutionsSearchRequestOptions.java index dc6dead2be..b2498fb96d 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsSearchRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InstitutionsSearchRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object to filter `/institutions/search` results. */ @ApiModel(description = "An optional object to filter `/institutions/search` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsSearchRequestOptions { public static final String SERIALIZED_NAME_OAUTH = "oauth"; @SerializedName(SERIALIZED_NAME_OAUTH) diff --git a/src/main/java/com/plaid/client/model/InstitutionsSearchResponse.java b/src/main/java/com/plaid/client/model/InstitutionsSearchResponse.java index 5c2f5bc0e3..8a5991cdc5 100644 --- a/src/main/java/com/plaid/client/model/InstitutionsSearchResponse.java +++ b/src/main/java/com/plaid/client/model/InstitutionsSearchResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * InstitutionsSearchResponse defines the response schema for `/institutions/search` */ @ApiModel(description = "InstitutionsSearchResponse defines the response schema for `/institutions/search`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InstitutionsSearchResponse { public static final String SERIALIZED_NAME_INSTITUTIONS = "institutions"; @SerializedName(SERIALIZED_NAME_INSTITUTIONS) diff --git a/src/main/java/com/plaid/client/model/InvestmentAccount.java b/src/main/java/com/plaid/client/model/InvestmentAccount.java index 0e2228cf01..04af3164d8 100644 --- a/src/main/java/com/plaid/client/model/InvestmentAccount.java +++ b/src/main/java/com/plaid/client/model/InvestmentAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * A single account at a financial institution, with additional investment-specific balance information. */ @ApiModel(description = "A single account at a financial institution, with additional investment-specific balance information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentAccountAllOf.java b/src/main/java/com/plaid/client/model/InvestmentAccountAllOf.java index 364f12ef2a..1f13227d47 100644 --- a/src/main/java/com/plaid/client/model/InvestmentAccountAllOf.java +++ b/src/main/java/com/plaid/client/model/InvestmentAccountAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * InvestmentAccountAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentAccountAllOf { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/InvestmentAccountBalance.java b/src/main/java/com/plaid/client/model/InvestmentAccountBalance.java index 6eea4e4402..e429b711d7 100644 --- a/src/main/java/com/plaid/client/model/InvestmentAccountBalance.java +++ b/src/main/java/com/plaid/client/model/InvestmentAccountBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A set of fields describing the balance for an account, including margin loan information for investment accounts. */ @ApiModel(description = "A set of fields describing the balance for an account, including margin loan information for investment accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentAccountBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/InvestmentAccountBalanceAllOf.java b/src/main/java/com/plaid/client/model/InvestmentAccountBalanceAllOf.java index 1f42768d7e..cacf406fcb 100644 --- a/src/main/java/com/plaid/client/model/InvestmentAccountBalanceAllOf.java +++ b/src/main/java/com/plaid/client/model/InvestmentAccountBalanceAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * InvestmentAccountBalanceAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentAccountBalanceAllOf { public static final String SERIALIZED_NAME_MARGIN_LOAN_AMOUNT = "margin_loan_amount"; @SerializedName(SERIALIZED_NAME_MARGIN_LOAN_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/InvestmentAccountSubtype.java b/src/main/java/com/plaid/client/model/InvestmentAccountSubtype.java index 36c25e2fa9..6b4f63d8d3 100644 --- a/src/main/java/com/plaid/client/model/InvestmentAccountSubtype.java +++ b/src/main/java/com/plaid/client/model/InvestmentAccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/InvestmentFilter.java b/src/main/java/com/plaid/client/model/InvestmentFilter.java index dcc333167e..43a8759f80 100644 --- a/src/main/java/com/plaid/client/model/InvestmentFilter.java +++ b/src/main/java/com/plaid/client/model/InvestmentFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `investment`-type accounts (or `brokerage`-type accounts for API versions 2018-05-22 and earlier). */ @ApiModel(description = "A filter to apply to `investment`-type accounts (or `brokerage`-type accounts for API versions 2018-05-22 and earlier).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/InvestmentHoldingsGetRequestOptions.java b/src/main/java/com/plaid/client/model/InvestmentHoldingsGetRequestOptions.java index f5b851aaac..0b2e89b63c 100644 --- a/src/main/java/com/plaid/client/model/InvestmentHoldingsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InvestmentHoldingsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/investments/holdings/get` results. If provided, must not be `null`. */ @ApiModel(description = "An optional object to filter `/investments/holdings/get` results. If provided, must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentHoldingsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/InvestmentTransaction.java b/src/main/java/com/plaid/client/model/InvestmentTransaction.java index c33c2b0385..ce91f55b23 100644 --- a/src/main/java/com/plaid/client/model/InvestmentTransaction.java +++ b/src/main/java/com/plaid/client/model/InvestmentTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A transaction within an investment account. */ @ApiModel(description = "A transaction within an investment account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentTransaction { public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id"; @SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID) @@ -415,11 +415,11 @@ public InvestmentTransaction unofficialCurrencyCode(String unofficialCurrencyCod } /** - * The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the holding. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java b/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java index 1ccb5b6947..a4a15912b2 100644 --- a/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java +++ b/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/InvestmentTransactionType.java b/src/main/java/com/plaid/client/model/InvestmentTransactionType.java index 82820cc19c..04b43fcdba 100644 --- a/src/main/java/com/plaid/client/model/InvestmentTransactionType.java +++ b/src/main/java/com/plaid/client/model/InvestmentTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuth401kContributionDetails.java b/src/main/java/com/plaid/client/model/InvestmentsAuth401kContributionDetails.java index 5277092bec..d3d93f129d 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuth401kContributionDetails.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuth401kContributionDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Object containing information on contribution transactions for the 401k account. Note that the sum fields in this object represent the total of absolute contribution values. */ @ApiModel(description = "Object containing information on contribution transactions for the 401k account. Note that the sum fields in this object represent the total of absolute contribution values.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuth401kContributionDetails { public static final String SERIALIZED_NAME_LAST_CONTRIBUTION_TRANSACTIONS = "last_contribution_transactions"; @SerializedName(SERIALIZED_NAME_LAST_CONTRIBUTION_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuth401kFeeDetails.java b/src/main/java/com/plaid/client/model/InvestmentsAuth401kFeeDetails.java index b3c1c08e91..2228af5f13 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuth401kFeeDetails.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuth401kFeeDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object containing information on account fee transactions for the 401k account. */ @ApiModel(description = "Object containing information on account fee transactions for the 401k account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuth401kFeeDetails { public static final String SERIALIZED_NAME_ACCOUNT_FEE_COUNT12M = "account_fee_count_12m"; @SerializedName(SERIALIZED_NAME_ACCOUNT_FEE_COUNT12M) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthAccountDetails401k.java b/src/main/java/com/plaid/client/model/InvestmentsAuthAccountDetails401k.java index a9e639daa2..5ec846ef06 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthAccountDetails401k.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthAccountDetails401k.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Additional account fee and contribution information for 401k type accounts. */ @ApiModel(description = "Additional account fee and contribution information for 401k type accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthAccountDetails401k { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthDataSources.java b/src/main/java/com/plaid/client/model/InvestmentsAuthDataSources.java index 6948aa8f3f..5a5851a2a3 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthDataSources.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthDataSources.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Object with metadata pertaining to the source of data for the account numbers, owners, and holdings that are returned. */ @ApiModel(description = "Object with metadata pertaining to the source of data for the account numbers, owners, and holdings that are returned.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthDataSources { public static final String SERIALIZED_NAME_NUMBERS = "numbers"; @SerializedName(SERIALIZED_NAME_NUMBERS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthGetNumbers.java b/src/main/java/com/plaid/client/model/InvestmentsAuthGetNumbers.java index c24a397170..e38f001d7b 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthGetNumbers.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthGetNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,10 +30,10 @@ import java.util.List; /** - * Identifying information for transferring holdings to an investments account. + * Identifying information for transferring holdings to an investment account. */ -@ApiModel(description = "Identifying information for transferring holdings to an investments account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Identifying information for transferring holdings to an investment account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthGetNumbers { public static final String SERIALIZED_NAME_ACATS = "acats"; @SerializedName(SERIALIZED_NAME_ACATS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequest.java b/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequest.java index 5e97c57b99..f7b585bd3d 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequest.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * InvestmentsAuthGetRequest defines the request schema for `/investments/auth/get` */ @ApiModel(description = "InvestmentsAuthGetRequest defines the request schema for `/investments/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequestOptions.java b/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequestOptions.java index a0effa3b5b..1b1451d293 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/investments/auth/get` results. */ @ApiModel(description = "An optional object to filter `/investments/auth/get` results.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthGetResponse.java b/src/main/java/com/plaid/client/model/InvestmentsAuthGetResponse.java index 5548a6272b..599c123e5e 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthGetResponse.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * InvestmentsAuthGetResponse defines the response schema for `/investments/auth/get` */ @ApiModel(description = "InvestmentsAuthGetResponse defines the response schema for `/investments/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsAuthOwner.java b/src/main/java/com/plaid/client/model/InvestmentsAuthOwner.java index 2ae378d34c..78cd331339 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsAuthOwner.java +++ b/src/main/java/com/plaid/client/model/InvestmentsAuthOwner.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.util.List; /** - * Information on the ownership of an investments account + * Information on the ownership of an investment account */ -@ApiModel(description = "Information on the ownership of an investments account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Information on the ownership of an investment account") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsAuthOwner { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/InvestmentsDefaultUpdateWebhook.java index 04e347569a..d5f85648a9 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/InvestmentsDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when new transactions have been detected on an investment account. */ @ApiModel(description = "Fired when new transactions have been detected on an investment account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/InvestmentsHistoricalUpdateWebhook.java b/src/main/java/com/plaid/client/model/InvestmentsHistoricalUpdateWebhook.java index 91bad1e00c..0e390ff1e5 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsHistoricalUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/InvestmentsHistoricalUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.math.BigDecimal; /** - * Fired after an asynchronous extraction on an investments account. + * Fired after an asynchronous extraction on an investment account. */ -@ApiModel(description = "Fired after an asynchronous extraction on an investments account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Fired after an asynchronous extraction on an investment account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsHistoricalUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetRequest.java b/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetRequest.java index 337a1b17e3..c4c1e01e34 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetRequest.java +++ b/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * InvestmentsHoldingsGetRequest defines the request schema for `/investments/holdings/get` */ @ApiModel(description = "InvestmentsHoldingsGetRequest defines the request schema for `/investments/holdings/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsHoldingsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetResponse.java b/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetResponse.java index bd1300eb39..63e41cfd67 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetResponse.java +++ b/src/main/java/com/plaid/client/model/InvestmentsHoldingsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * InvestmentsHoldingsGetResponse defines the response schema for `/investments/holdings/get` */ @ApiModel(description = "InvestmentsHoldingsGetResponse defines the response schema for `/investments/holdings/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsHoldingsGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsRefreshRequest.java b/src/main/java/com/plaid/client/model/InvestmentsRefreshRequest.java index 350217dc04..d3cbfed8bb 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/InvestmentsRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * InvestmentsRefreshRequest defines the request schema for `/investments/refresh` */ @ApiModel(description = "InvestmentsRefreshRequest defines the request schema for `/investments/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsRefreshResponse.java b/src/main/java/com/plaid/client/model/InvestmentsRefreshResponse.java index 1009d8a8c6..36d5f58e30 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/InvestmentsRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * InvestmentsRefreshResponse defines the response schema for `/investments/refresh` */ @ApiModel(description = "InvestmentsRefreshResponse defines the response schema for `/investments/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequest.java b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequest.java index 12572fffae..fc90551393 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * InvestmentsTransactionsGetRequest defines the request schema for `/investments/transactions/get` */ @ApiModel(description = "InvestmentsTransactionsGetRequest defines the request schema for `/investments/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsTransactionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequestOptions.java b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequestOptions.java index 9c80e4dbcf..b5d46b1c26 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/investments/transactions/get` results. If provided, must be non-`null`. */ @ApiModel(description = "An optional object to filter `/investments/transactions/get` results. If provided, must be non-`null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsTransactionsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetResponse.java b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetResponse.java index c7642cc421..3bc7418765 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/InvestmentsTransactionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * InvestmentsTransactionsGetResponse defines the response schema for `/investments/transactions/get` */ @ApiModel(description = "InvestmentsTransactionsGetResponse defines the response schema for `/investments/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsTransactionsGetResponse { public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) diff --git a/src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java b/src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java index c89017f77d..5396459e1b 100644 --- a/src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java +++ b/src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specify the list of investments transactions on the account. */ @ApiModel(description = "Specify the list of investments transactions on the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class InvestmentsTransactionsOverride { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/Issue.java b/src/main/java/com/plaid/client/model/Issue.java index 5afa46a244..a1e437cfff 100644 --- a/src/main/java/com/plaid/client/model/Issue.java +++ b/src/main/java/com/plaid/client/model/Issue.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,10 +29,10 @@ import java.util.List; /** - * Information on an issue encountered with financial institutions interactions with financial institutions during Linking. + * Information on an issue encountered with financial institution interactions during Linking. */ -@ApiModel(description = "Information on an issue encountered with financial institutions interactions with financial institutions during Linking.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Information on an issue encountered with financial institution interactions during Linking.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Issue { public static final String SERIALIZED_NAME_ISSUE_ID = "issue_id"; @SerializedName(SERIALIZED_NAME_ISSUE_ID) diff --git a/src/main/java/com/plaid/client/model/IssueResolvedWebhook.java b/src/main/java/com/plaid/client/model/IssueResolvedWebhook.java index 002efce6af..c29641d8ac 100644 --- a/src/main/java/com/plaid/client/model/IssueResolvedWebhook.java +++ b/src/main/java/com/plaid/client/model/IssueResolvedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Webhook notifications are sent only when a subscribed issue is marked as resolved. The payload contains details about the issue at the time of its resolution, focusing on the most essential information. */ @ApiModel(description = "Webhook notifications are sent only when a subscribed issue is marked as resolved. The payload contains details about the issue at the time of its resolution, focusing on the most essential information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssueResolvedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/IssuesGetRequest.java b/src/main/java/com/plaid/client/model/IssuesGetRequest.java index 987e6f9409..5581f1b7b3 100644 --- a/src/main/java/com/plaid/client/model/IssuesGetRequest.java +++ b/src/main/java/com/plaid/client/model/IssuesGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IssuesGetRequest defines the request schema for `/issues/get`. */ @ApiModel(description = "IssuesGetRequest defines the request schema for `/issues/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IssuesGetResponse.java b/src/main/java/com/plaid/client/model/IssuesGetResponse.java index 842fa2db1b..0876afb10a 100644 --- a/src/main/java/com/plaid/client/model/IssuesGetResponse.java +++ b/src/main/java/com/plaid/client/model/IssuesGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * IssuesGetResponse defines the response schema for `/issues/get`. */ @ApiModel(description = "IssuesGetResponse defines the response schema for `/issues/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesGetResponse { public static final String SERIALIZED_NAME_ISSUE = "issue"; @SerializedName(SERIALIZED_NAME_ISSUE) diff --git a/src/main/java/com/plaid/client/model/IssuesSearchRequest.java b/src/main/java/com/plaid/client/model/IssuesSearchRequest.java index fc59900574..772673bf8a 100644 --- a/src/main/java/com/plaid/client/model/IssuesSearchRequest.java +++ b/src/main/java/com/plaid/client/model/IssuesSearchRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IssuesSearchRequest defines the request schema for `/issues/search`. */ @ApiModel(description = "IssuesSearchRequest defines the request schema for `/issues/search`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesSearchRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IssuesSearchResponse.java b/src/main/java/com/plaid/client/model/IssuesSearchResponse.java index 68dc4d120d..1d853772fb 100644 --- a/src/main/java/com/plaid/client/model/IssuesSearchResponse.java +++ b/src/main/java/com/plaid/client/model/IssuesSearchResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * IssuesSearchResponse defines the response schema for `/issues/search`. */ @ApiModel(description = "IssuesSearchResponse defines the response schema for `/issues/search`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesSearchResponse { public static final String SERIALIZED_NAME_ISSUES = "issues"; @SerializedName(SERIALIZED_NAME_ISSUES) diff --git a/src/main/java/com/plaid/client/model/IssuesStatus.java b/src/main/java/com/plaid/client/model/IssuesStatus.java index a2a3c21e18..1774769134 100644 --- a/src/main/java/com/plaid/client/model/IssuesStatus.java +++ b/src/main/java/com/plaid/client/model/IssuesStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/IssuesSubscribeRequest.java b/src/main/java/com/plaid/client/model/IssuesSubscribeRequest.java index 9385050ccf..473333c6e8 100644 --- a/src/main/java/com/plaid/client/model/IssuesSubscribeRequest.java +++ b/src/main/java/com/plaid/client/model/IssuesSubscribeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IssuesSubscribeRequest defines the request schema for `/issues/subscribe`. */ @ApiModel(description = "IssuesSubscribeRequest defines the request schema for `/issues/subscribe`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesSubscribeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/IssuesSubscribeResponse.java b/src/main/java/com/plaid/client/model/IssuesSubscribeResponse.java index c9e427a47a..8f975005bd 100644 --- a/src/main/java/com/plaid/client/model/IssuesSubscribeResponse.java +++ b/src/main/java/com/plaid/client/model/IssuesSubscribeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * IssuesSubscribeResponse defines the response schema for `/issues/subscribe`. */ @ApiModel(description = "IssuesSubscribeResponse defines the response schema for `/issues/subscribe`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class IssuesSubscribeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/IssuingCountry.java b/src/main/java/com/plaid/client/model/IssuingCountry.java index dc47ebe720..504b9cd064 100644 --- a/src/main/java/com/plaid/client/model/IssuingCountry.java +++ b/src/main/java/com/plaid/client/model/IssuingCountry.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Item.java b/src/main/java/com/plaid/client/model/Item.java index 1d6fd5a7b7..c5e14798d6 100644 --- a/src/main/java/com/plaid/client/model/Item.java +++ b/src/main/java/com/plaid/client/model/Item.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Metadata about the Item. */ @ApiModel(description = "Metadata about the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Item { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateRequest.java b/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateRequest.java index 5a3ef6dfdc..821f4892fb 100644 --- a/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateRequest.java +++ b/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemAccessTokenInvalidateRequest defines the request schema for `/item/access_token/invalidate` */ @ApiModel(description = "ItemAccessTokenInvalidateRequest defines the request schema for `/item/access_token/invalidate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemAccessTokenInvalidateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateResponse.java b/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateResponse.java index d8991d6195..6edd65925e 100644 --- a/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateResponse.java +++ b/src/main/java/com/plaid/client/model/ItemAccessTokenInvalidateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemAccessTokenInvalidateResponse defines the response schema for `/item/access_token/invalidate` */ @ApiModel(description = "ItemAccessTokenInvalidateResponse defines the response schema for `/item/access_token/invalidate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemAccessTokenInvalidateResponse { public static final String SERIALIZED_NAME_NEW_ACCESS_TOKEN = "new_access_token"; @SerializedName(SERIALIZED_NAME_NEW_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ItemActivityListRequest.java b/src/main/java/com/plaid/client/model/ItemActivityListRequest.java index ce56519511..b63bbf21fc 100644 --- a/src/main/java/com/plaid/client/model/ItemActivityListRequest.java +++ b/src/main/java/com/plaid/client/model/ItemActivityListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request to list a historical log of user consent events. */ @ApiModel(description = "Request to list a historical log of user consent events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemActivityListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemActivityListResponse.java b/src/main/java/com/plaid/client/model/ItemActivityListResponse.java index bb966d2e52..c6ff076d39 100644 --- a/src/main/java/com/plaid/client/model/ItemActivityListResponse.java +++ b/src/main/java/com/plaid/client/model/ItemActivityListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Describes a historical log of user consent events. */ @ApiModel(description = "Describes a historical log of user consent events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemActivityListResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemAddResultWebhook.java b/src/main/java/com/plaid/client/model/ItemAddResultWebhook.java index 576868daeb..0aab39e09a 100644 --- a/src/main/java/com/plaid/client/model/ItemAddResultWebhook.java +++ b/src/main/java/com/plaid/client/model/ItemAddResultWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a user successfully adds a Plaid Item during a Link session when using Hosted Link or Multi-Item Link sessions. Contains the public token for the Item. */ @ApiModel(description = "Fired when a user successfully adds a Plaid Item during a Link session when using Hosted Link or Multi-Item Link sessions. Contains the public token for the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemAddResultWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationListRequest.java b/src/main/java/com/plaid/client/model/ItemApplicationListRequest.java index b50fb018b5..ce3b9dd270 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationListRequest.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request to list connected applications for a user. */ @ApiModel(description = "Request to list connected applications for a user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationListResponse.java b/src/main/java/com/plaid/client/model/ItemApplicationListResponse.java index abfa1fc3bc..1d9ba8916e 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationListResponse.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Describes the connected application for a particular end user. */ @ApiModel(description = "Describes the connected application for a particular end user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationListResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationListUserAuth.java b/src/main/java/com/plaid/client/model/ItemApplicationListUserAuth.java index 93a0653c09..422a4dd741 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationListUserAuth.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationListUserAuth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * User authentication parameters, for clients making a request without an `access_token`. This is only allowed for select clients and will not be supported in the future. Most clients should call `/item/import` to obtain an access token before making a request. */ @ApiModel(description = "User authentication parameters, for clients making a request without an `access_token`. This is only allowed for select clients and will not be supported in the future. Most clients should call `/item/import` to obtain an access token before making a request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationListUserAuth { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateRequest.java b/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateRequest.java index 19c646ffcc..1c6997e3d2 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ItemApplicationScopesUpdateRequest defines the request schema for `/item/application/scopes/update` */ @ApiModel(description = "ItemApplicationScopesUpdateRequest defines the request schema for `/item/application/scopes/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationScopesUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateResponse.java b/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateResponse.java index 1e4077d586..9dc69f7a74 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationScopesUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemApplicationScopesUpdateResponse defines the response schema for `/item/application/scopes/update` */ @ApiModel(description = "ItemApplicationScopesUpdateResponse defines the response schema for `/item/application/scopes/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationScopesUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationUnlinkRequest.java b/src/main/java/com/plaid/client/model/ItemApplicationUnlinkRequest.java index 5baeeef218..4d4ff151ca 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationUnlinkRequest.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationUnlinkRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * ItemApplicationUnlinkRequest defines the request schema for `/item/application/unlink/` + * ItemApplicationUnlinkRequest defines the request schema for `/item/application/unlink` */ -@ApiModel(description = "ItemApplicationUnlinkRequest defines the request schema for `/item/application/unlink/`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "ItemApplicationUnlinkRequest defines the request schema for `/item/application/unlink`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationUnlinkRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemApplicationUnlinkResponse.java b/src/main/java/com/plaid/client/model/ItemApplicationUnlinkResponse.java index 719347b32e..bcfc602646 100644 --- a/src/main/java/com/plaid/client/model/ItemApplicationUnlinkResponse.java +++ b/src/main/java/com/plaid/client/model/ItemApplicationUnlinkResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemApplicationUnlinkResponse defines the response schema for `/item/application/unlink` */ @ApiModel(description = "ItemApplicationUnlinkResponse defines the response schema for `/item/application/unlink`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemApplicationUnlinkResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemAuthMethod.java b/src/main/java/com/plaid/client/model/ItemAuthMethod.java index ee7fa0ffec..1976ff75df 100644 --- a/src/main/java/com/plaid/client/model/ItemAuthMethod.java +++ b/src/main/java/com/plaid/client/model/ItemAuthMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The method used to populate Auth data for the Item. This field is only populated for Items that have had Auth numbers data set on at least one of its accounts, and will be `null` otherwise. For info about the various flows, see our [Auth coverage documentation](https://plaid.com/docs/auth/coverage/). `INSTANT_AUTH`: The Item's Auth data was provided directly by the user's institution connection. `INSTANT_MATCH`: The Item's Auth data was provided via the Instant Match fallback flow. `AUTOMATED_MICRODEPOSITS`: The Item's Auth data was provided via the Automated Micro-deposits flow. `SAME_DAY_MICRODEPOSITS`: The Item's Auth data was provided via the Same-Day Micro-deposits flow. `INSTANT_MICRODEPOSITS`: The Item's Auth data was provided via the Instant Micro-deposits flow. `DATABASE_MATCH`: The Item's Auth data was provided via the Database Match flow. `DATABASE_INSIGHTS`: The Item's Auth data was provided via the Database Insights flow. `TRANSFER_MIGRATED`: The Item's Auth data was provided via [`/transfer/migrate_account`](https://plaid.com/docs/api/products/transfer/account-linking/#migrate-account-into-transfers). `INVESTMENTS_FALLBACK`: The Item's Auth data for Investments Move was provided via a [fallback flow](https://plaid.com/docs/investments-move/#fallback-flows). + * The method used to populate Auth data for the Item. This field is only populated for Items that have had Auth numbers data set on at least one of their accounts, and will be `null` otherwise. For info about the various flows, see our [Auth coverage documentation](https://plaid.com/docs/auth/coverage/). `INSTANT_AUTH`: The Item's Auth data was provided directly by the user's institution connection. `INSTANT_MATCH`: The Item's Auth data was provided via the Instant Match fallback flow. `AUTOMATED_MICRODEPOSITS`: The Item's Auth data was provided via the Automated Micro-deposits flow. `SAME_DAY_MICRODEPOSITS`: The Item's Auth data was provided via the Same-Day Micro-deposits flow. `INSTANT_MICRODEPOSITS`: The Item's Auth data was provided via the Instant Micro-deposits flow. `DATABASE_MATCH`: The Item's Auth data was provided via the Database Match flow. `DATABASE_INSIGHTS`: The Item's Auth data was provided via the Database Insights flow. `TRANSFER_MIGRATED`: The Item's Auth data was provided via [`/transfer/migrate_account`](https://plaid.com/docs/api/products/transfer/account-linking/#migrate-account-into-transfers). `INVESTMENTS_FALLBACK`: The Item's Auth data for Investments Move was provided via a [fallback flow](https://plaid.com/docs/investments-move/#fallback-flows). */ @JsonAdapter(ItemAuthMethod.Adapter.class) public enum ItemAuthMethod { diff --git a/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java b/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java index 4ce505f4bd..7114340620 100644 --- a/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java +++ b/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ItemCreateAuthentication.java b/src/main/java/com/plaid/client/model/ItemCreateAuthentication.java index 41d317e063..d5cfa903df 100644 --- a/src/main/java/com/plaid/client/model/ItemCreateAuthentication.java +++ b/src/main/java/com/plaid/client/model/ItemCreateAuthentication.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ItemErrorWebhook.java b/src/main/java/com/plaid/client/model/ItemErrorWebhook.java index 3d41b5247c..0c32a07092 100644 --- a/src/main/java/com/plaid/client/model/ItemErrorWebhook.java +++ b/src/main/java/com/plaid/client/model/ItemErrorWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an error is encountered with an Item. The error can be resolved by having the user go through Link's update mode. */ @ApiModel(description = "Fired when an error is encountered with an Item. The error can be resolved by having the user go through Link's update mode.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemErrorWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ItemGetRequest.java b/src/main/java/com/plaid/client/model/ItemGetRequest.java index 3c6203ef79..b8967d6e6c 100644 --- a/src/main/java/com/plaid/client/model/ItemGetRequest.java +++ b/src/main/java/com/plaid/client/model/ItemGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemGetRequest defines the request schema for `/item/get` */ @ApiModel(description = "ItemGetRequest defines the request schema for `/item/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemGetResponse.java b/src/main/java/com/plaid/client/model/ItemGetResponse.java index b29b414fca..ed1035e5ca 100644 --- a/src/main/java/com/plaid/client/model/ItemGetResponse.java +++ b/src/main/java/com/plaid/client/model/ItemGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ItemGetResponse defines the response schema for `/item/get` and `/item/webhook/update` */ @ApiModel(description = "ItemGetResponse defines the response schema for `/item/get` and `/item/webhook/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemGetResponse { public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) diff --git a/src/main/java/com/plaid/client/model/ItemImportRequest.java b/src/main/java/com/plaid/client/model/ItemImportRequest.java index 27be922264..21d2af6f90 100644 --- a/src/main/java/com/plaid/client/model/ItemImportRequest.java +++ b/src/main/java/com/plaid/client/model/ItemImportRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * ItemImportRequest defines the request schema for `/item/import` */ @ApiModel(description = "ItemImportRequest defines the request schema for `/item/import`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemImportRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemImportRequestOptions.java b/src/main/java/com/plaid/client/model/ItemImportRequestOptions.java index 3f902a0870..68dfebcea9 100644 --- a/src/main/java/com/plaid/client/model/ItemImportRequestOptions.java +++ b/src/main/java/com/plaid/client/model/ItemImportRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object to configure `/item/import` request. */ @ApiModel(description = "An optional object to configure `/item/import` request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemImportRequestOptions { public static final String SERIALIZED_NAME_WEBHOOK = "webhook"; @SerializedName(SERIALIZED_NAME_WEBHOOK) diff --git a/src/main/java/com/plaid/client/model/ItemImportRequestUserAuth.java b/src/main/java/com/plaid/client/model/ItemImportRequestUserAuth.java index 13370d4e7a..ab8f3bfa6c 100644 --- a/src/main/java/com/plaid/client/model/ItemImportRequestUserAuth.java +++ b/src/main/java/com/plaid/client/model/ItemImportRequestUserAuth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object of user ID and auth token pair, permitting Plaid to aggregate a user's accounts */ @ApiModel(description = "Object of user ID and auth token pair, permitting Plaid to aggregate a user's accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemImportRequestUserAuth { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/ItemImportResponse.java b/src/main/java/com/plaid/client/model/ItemImportResponse.java index 57a9048e4b..cb294d8b12 100644 --- a/src/main/java/com/plaid/client/model/ItemImportResponse.java +++ b/src/main/java/com/plaid/client/model/ItemImportResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemImportResponse defines the response schema for `/item/import` */ @ApiModel(description = "ItemImportResponse defines the response schema for `/item/import`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemImportResponse { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ItemLoginRepairedWebhook.java b/src/main/java/com/plaid/client/model/ItemLoginRepairedWebhook.java index 33b17c2bfe..f26458d541 100644 --- a/src/main/java/com/plaid/client/model/ItemLoginRepairedWebhook.java +++ b/src/main/java/com/plaid/client/model/ItemLoginRepairedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an Item has exited the `ITEM_LOGIN_REQUIRED` state without the user having gone through the update mode flow in your app (this can happen if the user completed the update mode in a different app). If you have messaging that tells the user to complete the update mode flow, you should silence this messaging upon receiving the `LOGIN_REPAIRED` webhook. */ @ApiModel(description = "Fired when an Item has exited the `ITEM_LOGIN_REQUIRED` state without the user having gone through the update mode flow in your app (this can happen if the user completed the update mode in a different app). If you have messaging that tells the user to complete the update mode flow, you should silence this messaging upon receiving the `LOGIN_REPAIRED` webhook.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemLoginRepairedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ItemProductReadyWebhook.java b/src/main/java/com/plaid/client/model/ItemProductReadyWebhook.java index 242be53d10..ec99714913 100644 --- a/src/main/java/com/plaid/client/model/ItemProductReadyWebhook.java +++ b/src/main/java/com/plaid/client/model/ItemProductReadyWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired once Plaid calculates income from an Item. */ @ApiModel(description = "Fired once Plaid calculates income from an Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemProductReadyWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ItemProductsTerminateReasonCode.java b/src/main/java/com/plaid/client/model/ItemProductsTerminateReasonCode.java deleted file mode 100644 index f8db669561..0000000000 --- a/src/main/java/com/plaid/client/model/ItemProductsTerminateReasonCode.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * The Plaid API - * The Plaid REST API. Please see https://plaid.com/docs/api for more details. - * - * The version of the OpenAPI document: 2020-09-14_1.698.7 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package com.plaid.client.model; - -import java.util.Objects; -import java.util.Arrays; -import com.plaid.client.model.ProductsTerminateReasonCode; -import io.swagger.annotations.ApiModel; - -/** - * The reason for terminating products on the Item. - */ -@ApiModel(description = "The reason for terminating products on the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") -public class ItemProductsTerminateReasonCode { - - @Override - public boolean equals(Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - return true; - } - - @Override - public int hashCode() { - return Objects.hash(); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class ItemProductsTerminateReasonCode {\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } - -} - diff --git a/src/main/java/com/plaid/client/model/ItemProductsTerminateRequest.java b/src/main/java/com/plaid/client/model/ItemProductsTerminateRequest.java index a4717133a9..1a14618bfa 100644 --- a/src/main/java/com/plaid/client/model/ItemProductsTerminateRequest.java +++ b/src/main/java/com/plaid/client/model/ItemProductsTerminateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; -import com.plaid.client.model.ItemProductsTerminateReasonCode; +import com.plaid.client.model.ProductsTerminateReasonCode; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -29,7 +29,7 @@ * ItemProductsTerminateRequest defines the request schema for `/item/products/terminate` */ @ApiModel(description = "ItemProductsTerminateRequest defines the request schema for `/item/products/terminate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemProductsTerminateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -45,7 +45,7 @@ public class ItemProductsTerminateRequest { public static final String SERIALIZED_NAME_REASON_CODE = "reason_code"; @SerializedName(SERIALIZED_NAME_REASON_CODE) - private ItemProductsTerminateReasonCode reasonCode; + private ProductsTerminateReasonCode reasonCode; public static final String SERIALIZED_NAME_REASON_NOTE = "reason_note"; @SerializedName(SERIALIZED_NAME_REASON_NOTE) @@ -120,7 +120,7 @@ public void setAccessToken(String accessToken) { } - public ItemProductsTerminateRequest reasonCode(ItemProductsTerminateReasonCode reasonCode) { + public ItemProductsTerminateRequest reasonCode(ProductsTerminateReasonCode reasonCode) { this.reasonCode = reasonCode; return this; @@ -132,12 +132,12 @@ public ItemProductsTerminateRequest reasonCode(ItemProductsTerminateReasonCode r **/ @ApiModelProperty(required = true, value = "") - public ItemProductsTerminateReasonCode getReasonCode() { + public ProductsTerminateReasonCode getReasonCode() { return reasonCode; } - public void setReasonCode(ItemProductsTerminateReasonCode reasonCode) { + public void setReasonCode(ProductsTerminateReasonCode reasonCode) { this.reasonCode = reasonCode; } diff --git a/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java b/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java index 9b02645e92..2abfe5142e 100644 --- a/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java +++ b/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemProductsTerminateResponse defines the response schema for `/item/products/terminate` */ @ApiModel(description = "ItemProductsTerminateResponse defines the response schema for `/item/products/terminate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemProductsTerminateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemPublicTokenCreateRequest.java b/src/main/java/com/plaid/client/model/ItemPublicTokenCreateRequest.java index 98c988193f..96dc14f2a7 100644 --- a/src/main/java/com/plaid/client/model/ItemPublicTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ItemPublicTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemPublicTokenCreateRequest defines the request schema for `/item/public_token/create` */ @ApiModel(description = "ItemPublicTokenCreateRequest defines the request schema for `/item/public_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemPublicTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemPublicTokenCreateResponse.java b/src/main/java/com/plaid/client/model/ItemPublicTokenCreateResponse.java index 84c5151e12..680e3ae495 100644 --- a/src/main/java/com/plaid/client/model/ItemPublicTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/ItemPublicTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ItemPublicTokenCreateResponse defines the response schema for `/item/public_token/create` */ @ApiModel(description = "ItemPublicTokenCreateResponse defines the response schema for `/item/public_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemPublicTokenCreateResponse { public static final String SERIALIZED_NAME_PUBLIC_TOKEN = "public_token"; @SerializedName(SERIALIZED_NAME_PUBLIC_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeRequest.java b/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeRequest.java index 1ce1f99484..63ca300d84 100644 --- a/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeRequest.java +++ b/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemPublicTokenExchangeRequest defines the request schema for `/item/public_token/exchange` */ @ApiModel(description = "ItemPublicTokenExchangeRequest defines the request schema for `/item/public_token/exchange`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemPublicTokenExchangeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeResponse.java b/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeResponse.java index 34e9f8ad4b..79ddbb6d0e 100644 --- a/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeResponse.java +++ b/src/main/java/com/plaid/client/model/ItemPublicTokenExchangeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemPublicTokenExchangeResponse defines the response schema for `/item/public_token/exchange` */ @ApiModel(description = "ItemPublicTokenExchangeResponse defines the response schema for `/item/public_token/exchange`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemPublicTokenExchangeResponse { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ItemRemoveReasonCode.java b/src/main/java/com/plaid/client/model/ItemRemoveReasonCode.java index eaa7217818..bb71d5620d 100644 --- a/src/main/java/com/plaid/client/model/ItemRemoveReasonCode.java +++ b/src/main/java/com/plaid/client/model/ItemRemoveReasonCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ItemRemoveRequest.java b/src/main/java/com/plaid/client/model/ItemRemoveRequest.java index b20b8fb96d..c0fc16d8d4 100644 --- a/src/main/java/com/plaid/client/model/ItemRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/ItemRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ItemRemoveRequest defines the request schema for `/item/remove` */ @ApiModel(description = "ItemRemoveRequest defines the request schema for `/item/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemRemoveResponse.java b/src/main/java/com/plaid/client/model/ItemRemoveResponse.java index 40d62f96e3..be091276ad 100644 --- a/src/main/java/com/plaid/client/model/ItemRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/ItemRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemRemoveResponse defines the response schema for `/item/remove` */ @ApiModel(description = "ItemRemoveResponse defines the response schema for `/item/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ItemStatus.java b/src/main/java/com/plaid/client/model/ItemStatus.java index fd783aec58..318cdf5ae0 100644 --- a/src/main/java/com/plaid/client/model/ItemStatus.java +++ b/src/main/java/com/plaid/client/model/ItemStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object with information about the status of the Item. */ @ApiModel(description = "An object with information about the status of the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemStatus { public static final String SERIALIZED_NAME_INVESTMENTS = "investments"; @SerializedName(SERIALIZED_NAME_INVESTMENTS) diff --git a/src/main/java/com/plaid/client/model/ItemStatusInvestments.java b/src/main/java/com/plaid/client/model/ItemStatusInvestments.java index 9217955d93..51533fd066 100644 --- a/src/main/java/com/plaid/client/model/ItemStatusInvestments.java +++ b/src/main/java/com/plaid/client/model/ItemStatusInvestments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the last successful and failed investments update for the Item. */ @ApiModel(description = "Information about the last successful and failed investments update for the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemStatusInvestments { public static final String SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE = "last_successful_update"; @SerializedName(SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE) diff --git a/src/main/java/com/plaid/client/model/ItemStatusLastWebhook.java b/src/main/java/com/plaid/client/model/ItemStatusLastWebhook.java index b853345118..0284d18c5b 100644 --- a/src/main/java/com/plaid/client/model/ItemStatusLastWebhook.java +++ b/src/main/java/com/plaid/client/model/ItemStatusLastWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the last webhook fired for the Item. */ @ApiModel(description = "Information about the last webhook fired for the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemStatusLastWebhook { public static final String SERIALIZED_NAME_SENT_AT = "sent_at"; @SerializedName(SERIALIZED_NAME_SENT_AT) diff --git a/src/main/java/com/plaid/client/model/ItemStatusNullable.java b/src/main/java/com/plaid/client/model/ItemStatusNullable.java index c17e63e9de..6878cb09aa 100644 --- a/src/main/java/com/plaid/client/model/ItemStatusNullable.java +++ b/src/main/java/com/plaid/client/model/ItemStatusNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,10 +29,10 @@ import java.io.IOException; /** - * Information about the last successful and failed transactions update for the Item. + * An object with information about the status of the Item. */ -@ApiModel(description = "Information about the last successful and failed transactions update for the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "An object with information about the status of the Item.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemStatusNullable { public static final String SERIALIZED_NAME_INVESTMENTS = "investments"; @SerializedName(SERIALIZED_NAME_INVESTMENTS) diff --git a/src/main/java/com/plaid/client/model/ItemStatusTransactions.java b/src/main/java/com/plaid/client/model/ItemStatusTransactions.java index fd8ef89425..5184e84d84 100644 --- a/src/main/java/com/plaid/client/model/ItemStatusTransactions.java +++ b/src/main/java/com/plaid/client/model/ItemStatusTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the last successful and failed transactions update for the Item. */ @ApiModel(description = "Information about the last successful and failed transactions update for the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemStatusTransactions { public static final String SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE = "last_successful_update"; @SerializedName(SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE) diff --git a/src/main/java/com/plaid/client/model/ItemWebhookUpdateRequest.java b/src/main/java/com/plaid/client/model/ItemWebhookUpdateRequest.java index b986f4b549..bb5d1b5efa 100644 --- a/src/main/java/com/plaid/client/model/ItemWebhookUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/ItemWebhookUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ItemWebhookUpdateRequest defines the request schema for `/item/webhook/update` */ @ApiModel(description = "ItemWebhookUpdateRequest defines the request schema for `/item/webhook/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemWebhookUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ItemWebhookUpdateResponse.java b/src/main/java/com/plaid/client/model/ItemWebhookUpdateResponse.java index 58288c3fa9..f4557eab64 100644 --- a/src/main/java/com/plaid/client/model/ItemWebhookUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/ItemWebhookUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ItemWebhookUpdateResponse defines the response schema for `/item/webhook/update` */ @ApiModel(description = "ItemWebhookUpdateResponse defines the response schema for `/item/webhook/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemWebhookUpdateResponse { public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) diff --git a/src/main/java/com/plaid/client/model/ItemWithConsentFields.java b/src/main/java/com/plaid/client/model/ItemWithConsentFields.java index 121e3e509a..0d91346742 100644 --- a/src/main/java/com/plaid/client/model/ItemWithConsentFields.java +++ b/src/main/java/com/plaid/client/model/ItemWithConsentFields.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * Metadata about the Item */ @ApiModel(description = "Metadata about the Item") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemWithConsentFields { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/ItemWithConsentFieldsAllOf.java b/src/main/java/com/plaid/client/model/ItemWithConsentFieldsAllOf.java index a6a3575a34..cec7010797 100644 --- a/src/main/java/com/plaid/client/model/ItemWithConsentFieldsAllOf.java +++ b/src/main/java/com/plaid/client/model/ItemWithConsentFieldsAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ /** * ItemWithConsentFieldsAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ItemWithConsentFieldsAllOf { public static final String SERIALIZED_NAME_CREATED_AT = "created_at"; @SerializedName(SERIALIZED_NAME_CREATED_AT) diff --git a/src/main/java/com/plaid/client/model/JWKPublicKey.java b/src/main/java/com/plaid/client/model/JWKPublicKey.java index 657e60939b..5a6abd25c8 100644 --- a/src/main/java/com/plaid/client/model/JWKPublicKey.java +++ b/src/main/java/com/plaid/client/model/JWKPublicKey.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A JSON Web Key (JWK) that can be used in conjunction with [JWT libraries](https://jwt.io/#libraries-io) to verify Plaid webhooks */ @ApiModel(description = "A JSON Web Key (JWK) that can be used in conjunction with [JWT libraries](https://jwt.io/#libraries-io) to verify Plaid webhooks") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class JWKPublicKey { public static final String SERIALIZED_NAME_ALG = "alg"; @SerializedName(SERIALIZED_NAME_ALG) diff --git a/src/main/java/com/plaid/client/model/JWTHeader.java b/src/main/java/com/plaid/client/model/JWTHeader.java index aec7da7d52..fc9e62d1f3 100644 --- a/src/main/java/com/plaid/client/model/JWTHeader.java +++ b/src/main/java/com/plaid/client/model/JWTHeader.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A JWT Header, used for webhook validation */ @ApiModel(description = "A JWT Header, used for webhook validation") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class JWTHeader { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/KYCCheckAddressSummary.java b/src/main/java/com/plaid/client/model/KYCCheckAddressSummary.java index 607cc3be34..4027a9bf18 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckAddressSummary.java +++ b/src/main/java/com/plaid/client/model/KYCCheckAddressSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Result summary object specifying how the `address` field matched. */ @ApiModel(description = "Result summary object specifying how the `address` field matched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckAddressSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/KYCCheckDateOfBirthSummary.java b/src/main/java/com/plaid/client/model/KYCCheckDateOfBirthSummary.java index 4f86e92ba8..fbe62c4aed 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckDateOfBirthSummary.java +++ b/src/main/java/com/plaid/client/model/KYCCheckDateOfBirthSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Result summary object specifying how the `date_of_birth` field matched. */ @ApiModel(description = "Result summary object specifying how the `date_of_birth` field matched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckDateOfBirthSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/KYCCheckDetails.java b/src/main/java/com/plaid/client/model/KYCCheckDetails.java index 7d0eac6a37..8ebe4f7a49 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckDetails.java +++ b/src/main/java/com/plaid/client/model/KYCCheckDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Additional information for the `kyc_check` (Data Source Verification) step. This field will be `null` unless `steps.kyc_check` has reached a terminal state of either `success` or `failed`. */ @ApiModel(description = "Additional information for the `kyc_check` (Data Source Verification) step. This field will be `null` unless `steps.kyc_check` has reached a terminal state of either `success` or `failed`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckDetails { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/KYCCheckDetailsInternationalAddress.java b/src/main/java/com/plaid/client/model/KYCCheckDetailsInternationalAddress.java index 90f94192d8..02c49e20c7 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckDetailsInternationalAddress.java +++ b/src/main/java/com/plaid/client/model/KYCCheckDetailsInternationalAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Result summary object specifying how the `address` field matched for fields that are only present on an international KYC check. */ @ApiModel(description = "Result summary object specifying how the `address` field matched for fields that are only present on an international KYC check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckDetailsInternationalAddress { public static final String SERIALIZED_NAME_BUILDING = "building"; @SerializedName(SERIALIZED_NAME_BUILDING) diff --git a/src/main/java/com/plaid/client/model/KYCCheckIDNumberSummary.java b/src/main/java/com/plaid/client/model/KYCCheckIDNumberSummary.java index 08474bf31a..81771a3398 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckIDNumberSummary.java +++ b/src/main/java/com/plaid/client/model/KYCCheckIDNumberSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Result summary object specifying how the `id_number` field matched. */ @ApiModel(description = "Result summary object specifying how the `id_number` field matched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckIDNumberSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/KYCCheckNameSummary.java b/src/main/java/com/plaid/client/model/KYCCheckNameSummary.java index ef9289aed8..6d4ec2ea3a 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckNameSummary.java +++ b/src/main/java/com/plaid/client/model/KYCCheckNameSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Result summary object specifying how the `name` field matched. */ @ApiModel(description = "Result summary object specifying how the `name` field matched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckNameSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/KYCCheckPhoneSummary.java b/src/main/java/com/plaid/client/model/KYCCheckPhoneSummary.java index a7731e8a2c..d75b62908d 100644 --- a/src/main/java/com/plaid/client/model/KYCCheckPhoneSummary.java +++ b/src/main/java/com/plaid/client/model/KYCCheckPhoneSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Result summary object specifying how the `phone` field matched. */ @ApiModel(description = "Result summary object specifying how the `phone` field matched.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class KYCCheckPhoneSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/LastDataAccessTimes.java b/src/main/java/com/plaid/client/model/LastDataAccessTimes.java index 0ff787f7d2..24690ffaa1 100644 --- a/src/main/java/com/plaid/client/model/LastDataAccessTimes.java +++ b/src/main/java/com/plaid/client/model/LastDataAccessTimes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Describes the last time each datatype was accessed by an application. */ @ApiModel(description = "Describes the last time each datatype was accessed by an application.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LastDataAccessTimes { public static final String SERIALIZED_NAME_APPLICATION_ID = "application_id"; @SerializedName(SERIALIZED_NAME_APPLICATION_ID) diff --git a/src/main/java/com/plaid/client/model/LatestScoredEvent.java b/src/main/java/com/plaid/client/model/LatestScoredEvent.java index e6768d06b8..e264069d78 100644 --- a/src/main/java/com/plaid/client/model/LatestScoredEvent.java +++ b/src/main/java/com/plaid/client/model/LatestScoredEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The latest scored event for a user. */ @ApiModel(description = "The latest scored event for a user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LatestScoredEvent { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/LayerAuthenticationPassedWebhook.java b/src/main/java/com/plaid/client/model/LayerAuthenticationPassedWebhook.java index 8d4ad87299..02560deef7 100644 --- a/src/main/java/com/plaid/client/model/LayerAuthenticationPassedWebhook.java +++ b/src/main/java/com/plaid/client/model/LayerAuthenticationPassedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Indicates that Plaid's authentication process has completed for a user and that Plaid has verified that the user owns their phone number. If you receive this webhook, you should skip your own OTP phone number verification flow for the user, even if the user does not complete the entire Link flow. If the user doesn't complete the full Link flow (as verified by your being able to successfully call `/user_account/session/get` using the `public_token` from the `onSuccess` callback) it is recommended that you implement [webhook verification](https://plaid.com/docs/api/webhooks/webhook-verification/) or another technique to avoid webhook spoofing attacks. */ @ApiModel(description = "Indicates that Plaid's authentication process has completed for a user and that Plaid has verified that the user owns their phone number. If you receive this webhook, you should skip your own OTP phone number verification flow for the user, even if the user does not complete the entire Link flow. If the user doesn't complete the full Link flow (as verified by your being able to successfully call `/user_account/session/get` using the `public_token` from the `onSuccess` callback) it is recommended that you implement [webhook verification](https://plaid.com/docs/api/webhooks/webhook-verification/) or another technique to avoid webhook spoofing attacks.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LayerAuthenticationPassedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/LedgerEventSourceType.java b/src/main/java/com/plaid/client/model/LedgerEventSourceType.java index 1e170fce17..8f36e89f9b 100644 --- a/src/main/java/com/plaid/client/model/LedgerEventSourceType.java +++ b/src/main/java/com/plaid/client/model/LedgerEventSourceType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LendScore.java b/src/main/java/com/plaid/client/model/LendScore.java index 4e87fe5565..f432b07086 100644 --- a/src/main/java/com/plaid/client/model/LendScore.java +++ b/src/main/java/com/plaid/client/model/LendScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The results of the LendScore */ @ApiModel(description = "The results of the LendScore") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LendScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/LiabilitiesDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/LiabilitiesDefaultUpdateWebhook.java index 717699f3cd..ce2edc80b8 100644 --- a/src/main/java/com/plaid/client/model/LiabilitiesDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/LiabilitiesDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * The webhook of type `LIABILITIES` and code `DEFAULT_UPDATE` will be fired when new or updated liabilities have been detected on a liabilities item. */ @ApiModel(description = "The webhook of type `LIABILITIES` and code `DEFAULT_UPDATE` will be fired when new or updated liabilities have been detected on a liabilities item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilitiesDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/LiabilitiesGetRequest.java b/src/main/java/com/plaid/client/model/LiabilitiesGetRequest.java index cf5501fbfb..71e4cf36c9 100644 --- a/src/main/java/com/plaid/client/model/LiabilitiesGetRequest.java +++ b/src/main/java/com/plaid/client/model/LiabilitiesGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * LiabilitiesGetRequest defines the request schema for `/liabilities/get` */ @ApiModel(description = "LiabilitiesGetRequest defines the request schema for `/liabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilitiesGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/LiabilitiesGetRequestOptions.java b/src/main/java/com/plaid/client/model/LiabilitiesGetRequestOptions.java index 0df4ee8548..7f73ae28bd 100644 --- a/src/main/java/com/plaid/client/model/LiabilitiesGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/LiabilitiesGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An optional object to filter `/liabilities/get` results. If provided, `options` cannot be null. */ @ApiModel(description = "An optional object to filter `/liabilities/get` results. If provided, `options` cannot be null.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilitiesGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/LiabilitiesGetResponse.java b/src/main/java/com/plaid/client/model/LiabilitiesGetResponse.java index 768f578bf3..3e499deb82 100644 --- a/src/main/java/com/plaid/client/model/LiabilitiesGetResponse.java +++ b/src/main/java/com/plaid/client/model/LiabilitiesGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * LiabilitiesGetResponse defines the response schema for `/liabilities/get` */ @ApiModel(description = "LiabilitiesGetResponse defines the response schema for `/liabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilitiesGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/LiabilitiesObject.java b/src/main/java/com/plaid/client/model/LiabilitiesObject.java index 3e6e040633..a564a63e56 100644 --- a/src/main/java/com/plaid/client/model/LiabilitiesObject.java +++ b/src/main/java/com/plaid/client/model/LiabilitiesObject.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object containing liability accounts */ @ApiModel(description = "An object containing liability accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilitiesObject { public static final String SERIALIZED_NAME_CREDIT = "credit"; @SerializedName(SERIALIZED_NAME_CREDIT) diff --git a/src/main/java/com/plaid/client/model/LiabilityOverride.java b/src/main/java/com/plaid/client/model/LiabilityOverride.java index acdd108b20..21d1dcf1e4 100644 --- a/src/main/java/com/plaid/client/model/LiabilityOverride.java +++ b/src/main/java/com/plaid/client/model/LiabilityOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Used to configure Sandbox test data for the Liabilities product */ @ApiModel(description = "Used to configure Sandbox test data for the Liabilities product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LiabilityOverride { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/LimitedPurposeType.java b/src/main/java/com/plaid/client/model/LimitedPurposeType.java index 199c6652f1..1940b1f4e9 100644 --- a/src/main/java/com/plaid/client/model/LimitedPurposeType.java +++ b/src/main/java/com/plaid/client/model/LimitedPurposeType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkCallbackMetadata.java b/src/main/java/com/plaid/client/model/LinkCallbackMetadata.java index ac257802a2..7ec623c925 100644 --- a/src/main/java/com/plaid/client/model/LinkCallbackMetadata.java +++ b/src/main/java/com/plaid/client/model/LinkCallbackMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Information related to the callback from the Hosted Link session. */ @ApiModel(description = "Information related to the callback from the Hosted Link session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkCallbackMetadata { public static final String SERIALIZED_NAME_CALLBACK_TYPE = "callback_type"; @SerializedName(SERIALIZED_NAME_CALLBACK_TYPE) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryAccount.java b/src/main/java/com/plaid/client/model/LinkDeliveryAccount.java index 5dbea7058b..143d17255f 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryAccount.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information related to account attached to the connected Item */ @ApiModel(description = "Information related to account attached to the connected Item") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryAccount { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryCallbackWebhook.java b/src/main/java/com/plaid/client/model/LinkDeliveryCallbackWebhook.java index 507b1214bf..c49e7a065c 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryCallbackWebhook.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryCallbackWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Webhook containing metadata proxied over from Link callback e.g. `onEvent`, `onExit`, `onSuccess`. */ @ApiModel(description = "Webhook containing metadata proxied over from Link callback e.g. `onEvent`, `onExit`, `onSuccess`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryCallbackWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryCommunicationMethod.java b/src/main/java/com/plaid/client/model/LinkDeliveryCommunicationMethod.java index 98211a49bf..faa779e5f9 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryCommunicationMethod.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryCommunicationMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The communication method containing both the type and address to send the URL. */ @ApiModel(description = "The communication method containing both the type and address to send the URL.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryCommunicationMethod { public static final String SERIALIZED_NAME_METHOD = "method"; @SerializedName(SERIALIZED_NAME_METHOD) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryCreateRequest.java b/src/main/java/com/plaid/client/model/LinkDeliveryCreateRequest.java index 2ba5e6096b..ffffc53322 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryCreateRequest.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * LinkDeliveryCreateRequest defines the request schema for `/link_delivery/create` */ @ApiModel(description = "LinkDeliveryCreateRequest defines the request schema for `/link_delivery/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryCreateResponse.java b/src/main/java/com/plaid/client/model/LinkDeliveryCreateResponse.java index 9c089948b1..18121b0f9e 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryCreateResponse.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * LinkDeliveryCreateResponse defines the response schema for `/link_delivery/create` */ @ApiModel(description = "LinkDeliveryCreateResponse defines the response schema for `/link_delivery/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryCreateResponse { public static final String SERIALIZED_NAME_LINK_DELIVERY_URL = "link_delivery_url"; @SerializedName(SERIALIZED_NAME_LINK_DELIVERY_URL) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryDeliveryMethod.java b/src/main/java/com/plaid/client/model/LinkDeliveryDeliveryMethod.java index 307b196006..0d6e004313 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryDeliveryMethod.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryDeliveryMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java b/src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java index 1d1112c40c..843cd7affa 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * LinkDeliveryGetRequest defines the request schema for `/link_delivery/get` */ @ApiModel(description = "LinkDeliveryGetRequest defines the request schema for `/link_delivery/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryGetResponse.java b/src/main/java/com/plaid/client/model/LinkDeliveryGetResponse.java index ab4b3d7c13..a306d6ecf1 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryGetResponse.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,10 +29,10 @@ import java.util.List; /** - * LinkDeliveryGetRequest defines the response schema for `/link_delivery/get` + * LinkDeliveryGetResponse defines the response schema for `/link_delivery/get` */ -@ApiModel(description = "LinkDeliveryGetRequest defines the response schema for `/link_delivery/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "LinkDeliveryGetResponse defines the response schema for `/link_delivery/get`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryGetResponse { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java b/src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java index 05468a043e..499aa3735d 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information related to the financial institution. */ @ApiModel(description = "Information related to the financial institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java b/src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java index aa6510eba1..7edf926260 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * Information related to the related to the delivery of the link session to users + * Information related to the delivery of the link session to users */ -@ApiModel(description = "Information related to the related to the delivery of the link session to users") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Information related to the delivery of the link session to users") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryMetadata { public static final String SERIALIZED_NAME_COMMUNICATION_METHOD = "communication_method"; @SerializedName(SERIALIZED_NAME_COMMUNICATION_METHOD) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryOptions.java b/src/main/java/com/plaid/client/model/LinkDeliveryOptions.java index 612881e7bb..b5b5bd9a20 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryOptions.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Optional metadata related to the Hosted Link session */ @ApiModel(description = "Optional metadata related to the Hosted Link session") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryOptions { public static final String SERIALIZED_NAME_RECIPIENT = "recipient"; @SerializedName(SERIALIZED_NAME_RECIPIENT) diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryRecipient.java b/src/main/java/com/plaid/client/model/LinkDeliveryRecipient.java index 87ad8e017a..2a63425a52 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryRecipient.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryRecipient.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Metadata related to the recipient. If the information required to populate this field is not available, leave it blank. */ @ApiModel(description = "Metadata related to the recipient. If the information required to populate this field is not available, leave it blank.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkDeliveryRecipient { public static final String SERIALIZED_NAME_COMMUNICATION_METHODS = "communication_methods"; @SerializedName(SERIALIZED_NAME_COMMUNICATION_METHODS) diff --git a/src/main/java/com/plaid/client/model/LinkDeliverySessionStatus.java b/src/main/java/com/plaid/client/model/LinkDeliverySessionStatus.java index 7fd27d39b1..b8da57ec4e 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliverySessionStatus.java +++ b/src/main/java/com/plaid/client/model/LinkDeliverySessionStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryVerificationStatus.java b/src/main/java/com/plaid/client/model/LinkDeliveryVerificationStatus.java index 512a6bed47..12031214d5 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryVerificationStatus.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryVerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCallbackType.java b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCallbackType.java index dfe75d5393..59864332d5 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCallbackType.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCallbackType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCommunicationMethod.java b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCommunicationMethod.java index f2e05a33a0..af39d7276f 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCommunicationMethod.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookCommunicationMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookDeliveryStatus.java b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookDeliveryStatus.java index 83f2992a78..bf743593dd 100644 --- a/src/main/java/com/plaid/client/model/LinkDeliveryWebhookDeliveryStatus.java +++ b/src/main/java/com/plaid/client/model/LinkDeliveryWebhookDeliveryStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkEvent.java b/src/main/java/com/plaid/client/model/LinkEvent.java index baa9f56f8c..39c48f742e 100644 --- a/src/main/java/com/plaid/client/model/LinkEvent.java +++ b/src/main/java/com/plaid/client/model/LinkEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An event that occurred while the user was going through Link */ @ApiModel(description = "An event that occurred while the user was going through Link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkEvent { public static final String SERIALIZED_NAME_EVENT_NAME = "event_name"; @SerializedName(SERIALIZED_NAME_EVENT_NAME) diff --git a/src/main/java/com/plaid/client/model/LinkEventMetadata.java b/src/main/java/com/plaid/client/model/LinkEventMetadata.java index 9775d1b0c0..87dbc0921a 100644 --- a/src/main/java/com/plaid/client/model/LinkEventMetadata.java +++ b/src/main/java/com/plaid/client/model/LinkEventMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Metadata about an event that occurred while the user was going through Link */ @ApiModel(description = "Metadata about an event that occurred while the user was going through Link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkEventMetadata { public static final String SERIALIZED_NAME_ERROR_CODE = "error_code"; @SerializedName(SERIALIZED_NAME_ERROR_CODE) @@ -397,11 +397,11 @@ public LinkEventMetadata routingNumber(String routingNumber) { } /** - * The routing number submitted by user at the micro-deposits routing number pane. Emitted by `SUBMIT_ROUTING_NUMBER`. + * The routing number submitted by the user at the micro-deposits routing number pane. Emitted by `SUBMIT_ROUTING_NUMBER`. * @return routingNumber **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The routing number submitted by user at the micro-deposits routing number pane. Emitted by `SUBMIT_ROUTING_NUMBER`.") + @ApiModelProperty(value = "The routing number submitted by the user at the micro-deposits routing number pane. Emitted by `SUBMIT_ROUTING_NUMBER`.") public String getRoutingNumber() { return routingNumber; diff --git a/src/main/java/com/plaid/client/model/LinkEventName.java b/src/main/java/com/plaid/client/model/LinkEventName.java index e9789e78cf..58aee42679 100644 --- a/src/main/java/com/plaid/client/model/LinkEventName.java +++ b/src/main/java/com/plaid/client/model/LinkEventName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkEventsWebhook.java b/src/main/java/com/plaid/client/model/LinkEventsWebhook.java index c6f05c7774..2b05cf1d23 100644 --- a/src/main/java/com/plaid/client/model/LinkEventsWebhook.java +++ b/src/main/java/com/plaid/client/model/LinkEventsWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,6 +21,7 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.LinkEvent; +import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -31,7 +32,7 @@ * This webhook contains a summary of the events from a Link session and will be fired after the user finishes going through Link. If the user abandons the Link flow (i.e., closes the hosted link webpage or leaves Link open for too long without taking any action), the webhook will be fired 5-15 minutes after the last user interaction. A single Link session may occasionally generate multiple `EVENTS` webhooks. If this occurs, the new webhook will contain all previous events for the session, as well as new events that occurred since the previous `EVENTS` webhook was sent. If this occurs, events can be grouped using the `link_session_id` field and, if necessary, de-duplicated using the `event_id` field. By default, the `EVENTS` webhook is sent only for sessions where the end user goes through a Hosted Link flow (including Link Recovery flows). If you would like to receive this webhook for sessions not using Hosted Link, contact your account manager or support. This enablement will also cause you to receive the `SESSION_FINISHED` webhook for non-Hosted-Link sessions and to be able to use `/link/token/get` to receive events data for non-Hosted Link sessions. */ @ApiModel(description = "This webhook contains a summary of the events from a Link session and will be fired after the user finishes going through Link. If the user abandons the Link flow (i.e., closes the hosted link webpage or leaves Link open for too long without taking any action), the webhook will be fired 5-15 minutes after the last user interaction. A single Link session may occasionally generate multiple `EVENTS` webhooks. If this occurs, the new webhook will contain all previous events for the session, as well as new events that occurred since the previous `EVENTS` webhook was sent. If this occurs, events can be grouped using the `link_session_id` field and, if necessary, de-duplicated using the `event_id` field. By default, the `EVENTS` webhook is sent only for sessions where the end user goes through a Hosted Link flow (including Link Recovery flows). If you would like to receive this webhook for sessions not using Hosted Link, contact your account manager or support. This enablement will also cause you to receive the `SESSION_FINISHED` webhook for non-Hosted-Link sessions and to be able to use `/link/token/get` to receive events data for non-Hosted Link sessions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkEventsWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) @@ -53,6 +54,10 @@ public class LinkEventsWebhook { @SerializedName(SERIALIZED_NAME_LINK_TOKEN) private String linkToken; + public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; + @SerializedName(SERIALIZED_NAME_ENVIRONMENT) + private WebhookEnvironmentValues environment; + public LinkEventsWebhook webhookType(String webhookType) { @@ -169,6 +174,28 @@ public void setLinkToken(String linkToken) { } + public LinkEventsWebhook environment(WebhookEnvironmentValues environment) { + + this.environment = environment; + return this; + } + + /** + * Get environment + * @return environment + **/ + @ApiModelProperty(required = true, value = "") + + public WebhookEnvironmentValues getEnvironment() { + return environment; + } + + + public void setEnvironment(WebhookEnvironmentValues environment) { + this.environment = environment; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -182,12 +209,13 @@ public boolean equals(Object o) { Objects.equals(this.webhookCode, linkEventsWebhook.webhookCode) && Objects.equals(this.events, linkEventsWebhook.events) && Objects.equals(this.linkSessionId, linkEventsWebhook.linkSessionId) && - Objects.equals(this.linkToken, linkEventsWebhook.linkToken); + Objects.equals(this.linkToken, linkEventsWebhook.linkToken) && + Objects.equals(this.environment, linkEventsWebhook.environment); } @Override public int hashCode() { - return Objects.hash(webhookType, webhookCode, events, linkSessionId, linkToken); + return Objects.hash(webhookType, webhookCode, events, linkSessionId, linkToken, environment); } @Override @@ -199,6 +227,7 @@ public String toString() { sb.append(" events: ").append(toIndentedString(events)).append("\n"); sb.append(" linkSessionId: ").append(toIndentedString(linkSessionId)).append("\n"); sb.append(" linkToken: ").append(toIndentedString(linkToken)).append("\n"); + sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeRequest.java b/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeRequest.java index 75753098fb..4fa14a4206 100644 --- a/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeRequest.java +++ b/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * LinkOAuthCorrelationIdExchangeRequest defines the request schema for `/link/oauth/correlation_id/exchange` */ @ApiModel(description = "LinkOAuthCorrelationIdExchangeRequest defines the request schema for `/link/oauth/correlation_id/exchange`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkOAuthCorrelationIdExchangeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeResponse.java b/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeResponse.java index d53f608c39..af76c19664 100644 --- a/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeResponse.java +++ b/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * LinkOAuthCorrelationIdExchangeResponse defines the response schema for `/link/oauth/correlation_id/exchange` */ @ApiModel(description = "LinkOAuthCorrelationIdExchangeResponse defines the response schema for `/link/oauth/correlation_id/exchange`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkOAuthCorrelationIdExchangeResponse { public static final String SERIALIZED_NAME_LINK_TOKEN = "link_token"; @SerializedName(SERIALIZED_NAME_LINK_TOKEN) diff --git a/src/main/java/com/plaid/client/model/LinkSessionBankEmploymentResult.java b/src/main/java/com/plaid/client/model/LinkSessionBankEmploymentResult.java index d61543baba..409fe113e3 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionBankEmploymentResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionBankEmploymentResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The details of a bank employment verification in Link. */ @ApiModel(description = "The details of a bank employment verification in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionBankEmploymentResult { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/LinkSessionBankIncomeResult.java b/src/main/java/com/plaid/client/model/LinkSessionBankIncomeResult.java index 942bacf355..09b9f9be45 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionBankIncomeResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionBankIncomeResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The details of a bank income verification in Link. */ @ApiModel(description = "The details of a bank income verification in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionBankIncomeResult { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/LinkSessionCraDocumentUploadResult.java b/src/main/java/com/plaid/client/model/LinkSessionCraDocumentUploadResult.java index 5e528ba601..76c35ef55c 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionCraDocumentUploadResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionCraDocumentUploadResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * The details of a document upload CRA session in link + * The details of a document upload CRA session in Link */ -@ApiModel(description = "The details of a document upload CRA session in link") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The details of a document upload CRA session in Link") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionCraDocumentUploadResult { public static final String SERIALIZED_NAME_NUM_BANK_STATEMENTS_UPLOADED = "num_bank_statements_uploaded"; @SerializedName(SERIALIZED_NAME_NUM_BANK_STATEMENTS_UPLOADED) diff --git a/src/main/java/com/plaid/client/model/LinkSessionCraItemAddResult.java b/src/main/java/com/plaid/client/model/LinkSessionCraItemAddResult.java index ee903258e4..047003c284 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionCraItemAddResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionCraItemAddResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details of a Plaid Check Item add in Link. */ @ApiModel(description = "The details of a Plaid Check Item add in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionCraItemAddResult { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/LinkSessionCraUpdateResult.java b/src/main/java/com/plaid/client/model/LinkSessionCraUpdateResult.java index 0876221918..ae794278f9 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionCraUpdateResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionCraUpdateResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details of a Plaid Check Item update via update mode in Link. */ @ApiModel(description = "The details of a Plaid Check Item update via update mode in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionCraUpdateResult { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/LinkSessionExit.java b/src/main/java/com/plaid/client/model/LinkSessionExit.java index c52c69d1d4..efb83b34ab 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionExit.java +++ b/src/main/java/com/plaid/client/model/LinkSessionExit.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing an [onExit](https://plaid.com/docs/link/web/#onexit) callback from Link. If you are not receiving this field and are instead receiving the deprecated `on_exit` field, contact your account manager to update your integration. */ @ApiModel(description = "An object representing an [onExit](https://plaid.com/docs/link/web/#onexit) callback from Link. If you are not receiving this field and are instead receiving the deprecated `on_exit` field, contact your account manager to update your integration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionExit { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/src/main/java/com/plaid/client/model/LinkSessionExitDeprecated.java b/src/main/java/com/plaid/client/model/LinkSessionExitDeprecated.java index 9fa85a529b..6b8f1a5f93 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionExitDeprecated.java +++ b/src/main/java/com/plaid/client/model/LinkSessionExitDeprecated.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing an [onExit](https://plaid.com/docs/link/web/#onexit) callback from Link. This field is returned only for legacy implementations and has been deprecated in favor of [`exit`](https://plaid.com/docs/api/link/#link-token-get-response-link-sessions-exit), for improved naming consistency. If you are receiving this field, contact your account manager to migrate to the newer `exit` field. */ @ApiModel(description = "An object representing an [onExit](https://plaid.com/docs/link/web/#onexit) callback from Link. This field is returned only for legacy implementations and has been deprecated in favor of [`exit`](https://plaid.com/docs/api/link/#link-token-get-response-link-sessions-exit), for improved naming consistency. If you are receiving this field, contact your account manager to migrate to the newer `exit` field.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionExitDeprecated { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/src/main/java/com/plaid/client/model/LinkSessionExitMetadata.java b/src/main/java/com/plaid/client/model/LinkSessionExitMetadata.java index 746a772688..1a5ca44782 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionExitMetadata.java +++ b/src/main/java/com/plaid/client/model/LinkSessionExitMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Displayed if a user exits Link without successfully linking an Item. */ @ApiModel(description = "Displayed if a user exits Link without successfully linking an Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionExitMetadata { public static final String SERIALIZED_NAME_INSTITUTION = "institution"; @SerializedName(SERIALIZED_NAME_INSTITUTION) diff --git a/src/main/java/com/plaid/client/model/LinkSessionExitMetadataInstitution.java b/src/main/java/com/plaid/client/model/LinkSessionExitMetadataInstitution.java index af6a2f43c1..22b633bcfb 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionExitMetadataInstitution.java +++ b/src/main/java/com/plaid/client/model/LinkSessionExitMetadataInstitution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An institution object. If the Item was created via Same-Day or Instant micro-deposit verification, will be `null`. */ @ApiModel(description = "An institution object. If the Item was created via Same-Day or Instant micro-deposit verification, will be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionExitMetadataInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/LinkSessionFinishedWebhook.java b/src/main/java/com/plaid/client/model/LinkSessionFinishedWebhook.java index 018d59165f..9d8b2ef1db 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionFinishedWebhook.java +++ b/src/main/java/com/plaid/client/model/LinkSessionFinishedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Contains the state of a completed Link session, along with the public token(s) if available. By default, this webhook is sent only for sessions enabled for the Hosted Link flow (including Link Recovery flows), a Multi-Item Link flow, or a Layer flow. If you would like to receive this webhook for other sessions, contact your account manager or support. This enablement will also enable the `EVENTS` webhook for all Link sessions and the ability to use `/link/token/get` to retrieve events for non-Hosted-Link sessions. */ @ApiModel(description = "Contains the state of a completed Link session, along with the public token(s) if available. By default, this webhook is sent only for sessions enabled for the Hosted Link flow (including Link Recovery flows), a Multi-Item Link flow, or a Layer flow. If you would like to receive this webhook for other sessions, contact your account manager or support. This enablement will also enable the `EVENTS` webhook for all Link sessions and the ability to use `/link/token/get` to retrieve events for non-Hosted-Link sessions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionFinishedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/LinkSessionItemAddResult.java b/src/main/java/com/plaid/client/model/LinkSessionItemAddResult.java index 1211effb05..609c7e1af4 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionItemAddResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionItemAddResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details of an Item add in Link. */ @ApiModel(description = "The details of an Item add in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionItemAddResult { public static final String SERIALIZED_NAME_PUBLIC_TOKEN = "public_token"; @SerializedName(SERIALIZED_NAME_PUBLIC_TOKEN) diff --git a/src/main/java/com/plaid/client/model/LinkSessionPayrollIncomeResult.java b/src/main/java/com/plaid/client/model/LinkSessionPayrollIncomeResult.java index 0f5df34698..c7a9b5dbd8 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionPayrollIncomeResult.java +++ b/src/main/java/com/plaid/client/model/LinkSessionPayrollIncomeResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The details of a digital payroll income verification in Link. */ @ApiModel(description = "The details of a digital payroll income verification in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionPayrollIncomeResult { public static final String SERIALIZED_NAME_NUM_PAYSTUBS_RETRIEVED = "num_paystubs_retrieved"; @SerializedName(SERIALIZED_NAME_NUM_PAYSTUBS_RETRIEVED) diff --git a/src/main/java/com/plaid/client/model/LinkSessionResults.java b/src/main/java/com/plaid/client/model/LinkSessionResults.java index 9bf6368616..ab9062a1f4 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionResults.java +++ b/src/main/java/com/plaid/client/model/LinkSessionResults.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * The set of results for a Link session. */ @ApiModel(description = "The set of results for a Link session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionResults { public static final String SERIALIZED_NAME_ITEM_ADD_RESULTS = "item_add_results"; @SerializedName(SERIALIZED_NAME_ITEM_ADD_RESULTS) diff --git a/src/main/java/com/plaid/client/model/LinkSessionSuccess.java b/src/main/java/com/plaid/client/model/LinkSessionSuccess.java index 38325a640f..1a33888145 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionSuccess.java +++ b/src/main/java/com/plaid/client/model/LinkSessionSuccess.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing an [onSuccess](https://plaid.com/docs/link/web/#onsuccess) callback from Link. This field is returned only for legacy integrations and is deprecated in favor of [`results.item_add_results`](https://plaid.com/docs/api/link/#link-token-get-response-link-sessions-results-item-add-results) which can support multiple public tokens in a single Link session, for flows such as multi-Item Link. If you are receiving `on_success`, contact your account manager to migrate to `results.item_add_results` instead. */ @ApiModel(description = "An object representing an [onSuccess](https://plaid.com/docs/link/web/#onsuccess) callback from Link. This field is returned only for legacy integrations and is deprecated in favor of [`results.item_add_results`](https://plaid.com/docs/api/link/#link-token-get-response-link-sessions-results-item-add-results) which can support multiple public tokens in a single Link session, for flows such as multi-Item Link. If you are receiving `on_success`, contact your account manager to migrate to `results.item_add_results` instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionSuccess { public static final String SERIALIZED_NAME_PUBLIC_TOKEN = "public_token"; @SerializedName(SERIALIZED_NAME_PUBLIC_TOKEN) diff --git a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java index 081ac80c12..08161bf51a 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java +++ b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Displayed once a user has successfully linked their Item. */ @ApiModel(description = "Displayed once a user has successfully linked their Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionSuccessMetadata { public static final String SERIALIZED_NAME_INSTITUTION = "institution"; @SerializedName(SERIALIZED_NAME_INSTITUTION) diff --git a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataAccount.java b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataAccount.java index 29b08d9467..f314af0d70 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataAccount.java +++ b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An account attached to the connected Item. */ @ApiModel(description = "An account attached to the connected Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionSuccessMetadataAccount { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataInstitution.java b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataInstitution.java index f8b8acbfbc..7d1240c1a5 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataInstitution.java +++ b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataInstitution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An institution object. If the Item was created via Same-Day or Instant micro-deposit verification, will be `null`. */ @ApiModel(description = "An institution object. If the Item was created via Same-Day or Instant micro-deposit verification, will be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkSessionSuccessMetadataInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataTransferStatus.java b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataTransferStatus.java index 7ad71c9e76..a20da9766c 100644 --- a/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataTransferStatus.java +++ b/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadataTransferStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java b/src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java index e6cdc16110..6b2dbedb93 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java +++ b/src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * By default, Link will provide limited account filtering: it will only display Institutions that are compatible with all products supplied in the `products` parameter of `/link/token/create`, and, if `auth` is specified in the `products` array, will also filter out accounts other than `checking`, `savings`, and `cash management` accounts on the Account Select pane. You can further limit the accounts shown in Link by using `account_filters` to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown. This filtering applies to both the Account Select view (if enabled) and the Institution Select view. Institutions that do not support the selected subtypes will be omitted from Link. To indicate that all subtypes should be shown, use the value `\"all\"`. If the `account_filters` filter is used, any account type for which a filter is not specified will be entirely omitted from Link. For a full list of valid types and subtypes, see the [Account schema](https://plaid.com/docs/api/accounts#account-type-schema). The filter may or may not impact the list of accounts shown by the institution in the OAuth account selection flow, depending on the specific institution. If the user selects excluded account subtypes in the OAuth flow, these accounts will not be added to the Item. If the user selects only excluded account subtypes, the link attempt will fail and the user will be prompted to try again. */ @ApiModel(description = "By default, Link will provide limited account filtering: it will only display Institutions that are compatible with all products supplied in the `products` parameter of `/link/token/create`, and, if `auth` is specified in the `products` array, will also filter out accounts other than `checking`, `savings`, and `cash management` accounts on the Account Select pane. You can further limit the accounts shown in Link by using `account_filters` to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown. This filtering applies to both the Account Select view (if enabled) and the Institution Select view. Institutions that do not support the selected subtypes will be omitted from Link. To indicate that all subtypes should be shown, use the value `\"all\"`. If the `account_filters` filter is used, any account type for which a filter is not specified will be entirely omitted from Link. For a full list of valid types and subtypes, see the [Account schema](https://plaid.com/docs/api/accounts#account-type-schema). The filter may or may not impact the list of accounts shown by the institution in the OAuth account selection flow, depending on the specific institution. If the user selects excluded account subtypes in the OAuth flow, these accounts will not be added to the Item. If the user selects only excluded account subtypes, the link attempt will fail and the user will be prompted to try again. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenAccountFilters { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java b/src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java index 0f8465ace3..85effe320b 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Configuration parameters for the Cashflow Report product. Currently in closed beta. */ @ApiModel(description = "Configuration parameters for the Cashflow Report product. Currently in closed beta.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCashflowReport { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateCardSwitch.java b/src/main/java/com/plaid/client/model/LinkTokenCreateCardSwitch.java index ac73b094b9..4914f2410b 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateCardSwitch.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateCardSwitch.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A map containing data to pass in for the Card Switch flow. */ @ApiModel(description = "A map containing data to pass in for the Card Switch flow.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateCardSwitch { public static final String SERIALIZED_NAME_CARD_BIN = "card_bin"; @SerializedName(SERIALIZED_NAME_CARD_BIN) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateCreditFilter.java b/src/main/java/com/plaid/client/model/LinkTokenCreateCreditFilter.java index 8cadeabfa1..08ba5a38a3 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateCreditFilter.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateCreditFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `credit`-type accounts */ @ApiModel(description = "A filter to apply to `credit`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateCreditFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateDepositoryFilter.java b/src/main/java/com/plaid/client/model/LinkTokenCreateDepositoryFilter.java index d40454dfd7..2e1c515914 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateDepositoryFilter.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateDepositoryFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A filter to apply to `depository`-type accounts */ @ApiModel(description = "A filter to apply to `depository`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateDepositoryFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateHostedLink.java b/src/main/java/com/plaid/client/model/LinkTokenCreateHostedLink.java index 667abf3109..162d8b468b 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateHostedLink.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateHostedLink.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Configuration parameters for Hosted Link. To enable the session for Hosted Link, send this object in the request. It can be empty. */ @ApiModel(description = "Configuration parameters for Hosted Link. To enable the session for Hosted Link, send this object in the request. It can be empty.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateHostedLink { public static final String SERIALIZED_NAME_DELIVERY_METHOD = "delivery_method"; @SerializedName(SERIALIZED_NAME_DELIVERY_METHOD) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateIdentity.java b/src/main/java/com/plaid/client/model/LinkTokenCreateIdentity.java index 18c9bda090..c3060cadc3 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateIdentity.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Identity object used to specify document upload */ @ApiModel(description = "Identity object used to specify document upload") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateIdentity { public static final String SERIALIZED_NAME_IS_DOCUMENT_UPLOAD = "is_document_upload"; @SerializedName(SERIALIZED_NAME_IS_DOCUMENT_UPLOAD) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java b/src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java index ea8b78c041..695b9c2cb3 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A map containing data used to highlight institutions in Link. */ @ApiModel(description = "A map containing data used to highlight institutions in Link.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateInstitutionData { public static final String SERIALIZED_NAME_ROUTING_NUMBER = "routing_number"; @SerializedName(SERIALIZED_NAME_ROUTING_NUMBER) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateInvestmentFilter.java b/src/main/java/com/plaid/client/model/LinkTokenCreateInvestmentFilter.java index 32210e4352..5edc393aa0 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateInvestmentFilter.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateInvestmentFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `investment`-type accounts (or `brokerage`-type accounts for API versions 2018-05-22 and earlier). */ @ApiModel(description = "A filter to apply to `investment`-type accounts (or `brokerage`-type accounts for API versions 2018-05-22 and earlier).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateInvestmentFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateLoanFilter.java b/src/main/java/com/plaid/client/model/LinkTokenCreateLoanFilter.java index 49ab6065bb..a625b96492 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateLoanFilter.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateLoanFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `loan`-type accounts */ @ApiModel(description = "A filter to apply to `loan`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateLoanFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequest.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequest.java index 651c37a359..dd0e452d2d 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -57,7 +57,7 @@ * LinkTokenCreateRequest defines the request schema for `/link/token/create` */ @ApiModel(description = "LinkTokenCreateRequest defines the request schema for `/link/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -426,11 +426,11 @@ public LinkTokenCreateRequest addProductsItem(Products productsItem) { } /** - * List of Plaid product(s) that the linked Item must support. If launching Link in update mode, should be omitted (unless you are using update mode to add a credit product, such as Assets, Statements, Income, or Plaid Check Consumer Report, to an existing Item); at least one `product` is required otherwise. To maximize the number of institutions and accounts available, initialize Link with the minimal product set required for your use case, as the products specified will limit which institutions and account types will be available to your users in Link. Only institutions that support *all* requested products can be selected; if a user attempts to select an institution that does not support a listed product, a \"Connectivity not supported\" error message will appear in Link. For each specified product, the Item connected by the user must contain at least one compatible account. For details on compatible product / account type combinations, see [the account type/product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix). To add products without limiting the institution list or account types, use the [`optional_products`](https://plaid.com/docs/api/link/#link-token-create-request-optional-products) or [`required_if_supported_products`](https://plaid.com/docs/api/link/#link-token-create-request-required-if-supported-products) fields. Products can also be added to an Item by calling the product endpoint after obtaining an access token; this may require the product to be listed in the [`additional_consented_products`](https://plaid.com/docs/api/link/#link-token-create-request-additional-consented-products) array. For details, see [Choosing when to initialize products](https://plaid.com/docs/link/initializing-products/). `balance` is *not* a valid value, the Balance product does not require explicit initialization and will automatically be initialized when any other product is initialized. If launching Link with CRA products, `cra_base_reports` is required and must be included in the `products` array. Note that, unless you have opted to disable Instant Match support, institutions that support Instant Match will also be shown in Link if `auth` is specified as a product, even though these institutions do not contain `auth` in their product array. In Production, you will be billed for each product that you specify when initializing Link. Note that a product cannot be removed from an Item once the Item has been initialized with that product. To stop billing on an Item for subscription-based products, such as Liabilities, Investments, and Transactions, remove the Item via `/item/remove`. + * List of Plaid product(s) that the linked Item must support. If launching Link in update mode, should be omitted (unless you are using update mode to add a credit product, such as Assets, Statements, Income, or Plaid Check Consumer Report, to an existing Item); at least one `product` is required otherwise. To maximize the number of institutions and accounts available, initialize Link with the minimal product set required for your use case, as the products specified will limit which institutions and account types will be available to your users in Link. Only institutions that support *all* requested products can be selected; if a user attempts to select an institution that does not support a listed product, a \"Connectivity not supported\" error message will appear in Link. For each specified product, the Item connected by the user must contain at least one compatible account. For details on compatible product / account type combinations, see [the account type/product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix). To add products without limiting the institution list or account types, use the [`optional_products`](https://plaid.com/docs/api/link/#link-token-create-request-optional-products) or [`required_if_supported_products`](https://plaid.com/docs/api/link/#link-token-create-request-required-if-supported-products) fields. Products can also be added to an Item by calling the product endpoint after obtaining an access token; this may require the product to be listed in the [`additional_consented_products`](https://plaid.com/docs/api/link/#link-token-create-request-additional-consented-products) array. For details, see [Choosing when to initialize products](https://plaid.com/docs/link/initializing-products/). `balance` is *not* a valid value, the Balance product does not require explicit initialization and will automatically be initialized when any other product is initialized. If launching Link with CRA products, `cra_base_report` is required and must be included in the `products` array. Note that, unless you have opted to disable Instant Match support, institutions that support Instant Match will also be shown in Link if `auth` is specified as a product, even though these institutions do not contain `auth` in their product array. In Production, you will be billed for each product that you specify when initializing Link. Note that a product cannot be removed from an Item once the Item has been initialized with that product. To stop billing on an Item for subscription-based products, such as Liabilities, Investments, and Transactions, remove the Item via `/item/remove`. * @return products **/ @javax.annotation.Nullable - @ApiModelProperty(value = "List of Plaid product(s) that the linked Item must support. If launching Link in update mode, should be omitted (unless you are using update mode to add a credit product, such as Assets, Statements, Income, or Plaid Check Consumer Report, to an existing Item); at least one `product` is required otherwise. To maximize the number of institutions and accounts available, initialize Link with the minimal product set required for your use case, as the products specified will limit which institutions and account types will be available to your users in Link. Only institutions that support *all* requested products can be selected; if a user attempts to select an institution that does not support a listed product, a \"Connectivity not supported\" error message will appear in Link. For each specified product, the Item connected by the user must contain at least one compatible account. For details on compatible product / account type combinations, see [the account type/product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix). To add products without limiting the institution list or account types, use the [`optional_products`](https://plaid.com/docs/api/link/#link-token-create-request-optional-products) or [`required_if_supported_products`](https://plaid.com/docs/api/link/#link-token-create-request-required-if-supported-products) fields. Products can also be added to an Item by calling the product endpoint after obtaining an access token; this may require the product to be listed in the [`additional_consented_products`](https://plaid.com/docs/api/link/#link-token-create-request-additional-consented-products) array. For details, see [Choosing when to initialize products](https://plaid.com/docs/link/initializing-products/). `balance` is *not* a valid value, the Balance product does not require explicit initialization and will automatically be initialized when any other product is initialized. If launching Link with CRA products, `cra_base_reports` is required and must be included in the `products` array. Note that, unless you have opted to disable Instant Match support, institutions that support Instant Match will also be shown in Link if `auth` is specified as a product, even though these institutions do not contain `auth` in their product array. In Production, you will be billed for each product that you specify when initializing Link. Note that a product cannot be removed from an Item once the Item has been initialized with that product. To stop billing on an Item for subscription-based products, such as Liabilities, Investments, and Transactions, remove the Item via `/item/remove`.") + @ApiModelProperty(value = "List of Plaid product(s) that the linked Item must support. If launching Link in update mode, should be omitted (unless you are using update mode to add a credit product, such as Assets, Statements, Income, or Plaid Check Consumer Report, to an existing Item); at least one `product` is required otherwise. To maximize the number of institutions and accounts available, initialize Link with the minimal product set required for your use case, as the products specified will limit which institutions and account types will be available to your users in Link. Only institutions that support *all* requested products can be selected; if a user attempts to select an institution that does not support a listed product, a \"Connectivity not supported\" error message will appear in Link. For each specified product, the Item connected by the user must contain at least one compatible account. For details on compatible product / account type combinations, see [the account type/product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix). To add products without limiting the institution list or account types, use the [`optional_products`](https://plaid.com/docs/api/link/#link-token-create-request-optional-products) or [`required_if_supported_products`](https://plaid.com/docs/api/link/#link-token-create-request-required-if-supported-products) fields. Products can also be added to an Item by calling the product endpoint after obtaining an access token; this may require the product to be listed in the [`additional_consented_products`](https://plaid.com/docs/api/link/#link-token-create-request-additional-consented-products) array. For details, see [Choosing when to initialize products](https://plaid.com/docs/link/initializing-products/). `balance` is *not* a valid value, the Balance product does not require explicit initialization and will automatically be initialized when any other product is initialized. If launching Link with CRA products, `cra_base_report` is required and must be included in the `products` array. Note that, unless you have opted to disable Instant Match support, institutions that support Instant Match will also be shown in Link if `auth` is specified as a product, even though these institutions do not contain `auth` in their product array. In Production, you will be billed for each product that you specify when initializing Link. Note that a product cannot be removed from an Item once the Item has been initialized with that product. To stop billing on an Item for subscription-based products, such as Liabilities, Investments, and Transactions, remove the Item via `/item/remove`.") public List getProducts() { return products; diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java index 15d603d945..abc2f0567b 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * By default, Link will only display account types that are compatible with all products supplied in the `products` parameter of `/link/token/create`. You can further limit the accounts shown in Link by using `account_filters` to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown. This filtering applies to both the Account Select view (if enabled) and the Institution Select view. Institutions that do not support the selected subtypes will be omitted from Link. To indicate that all subtypes should be shown, use the value `\"all\"`. If the `account_filters` filter is used, any account type for which a filter is not specified will be entirely omitted from Link. For a full list of valid types and subtypes, see the [Account schema](https://plaid.com/docs/api/accounts#account-type-schema). For institutions using OAuth, the filter will not affect the list of institutions or accounts shown by the bank in the OAuth window. */ @ApiModel(description = "By default, Link will only display account types that are compatible with all products supplied in the `products` parameter of `/link/token/create`. You can further limit the accounts shown in Link by using `account_filters` to specify the account subtypes to be shown in Link. Only the specified subtypes will be shown. This filtering applies to both the Account Select view (if enabled) and the Institution Select view. Institutions that do not support the selected subtypes will be omitted from Link. To indicate that all subtypes should be shown, use the value `\"all\"`. If the `account_filters` filter is used, any account type for which a filter is not specified will be entirely omitted from Link. For a full list of valid types and subtypes, see the [Account schema](https://plaid.com/docs/api/accounts#account-type-schema). For institutions using OAuth, the filter will not affect the list of institutions or accounts shown by the bank in the OAuth window. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestAccountSubtypes { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java index db3c1baeb9..824fdec81f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAuth.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAuth.java index ebd4d82cd1..8be4c51cae 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAuth.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAuth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Auth product. This field can be used to enable or disable extended Auth flows for the resulting Link session. Omitting any field will result in a default that can be configured by your account manager. The default behavior described in the documentation is the default behavior that will apply if you have not requested your account manager to apply a different default. If you have enabled the [Dashboard Account Verification pane](https://dashboard.plaid.com/account-verification), the settings enabled there will override any settings in this object. */ @ApiModel(description = "Specifies options for initializing Link for use with the Auth product. This field can be used to enable or disable extended Auth flows for the resulting Link session. Omitting any field will result in a default that can be configured by your account manager. The default behavior described in the documentation is the default behavior that will apply if you have not requested your account manager to apply a different default. If you have enabled the [Dashboard Account Verification pane](https://dashboard.plaid.com/account-verification), the settings enabled there will override any settings in this object.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestAuth { public static final String SERIALIZED_NAME_AUTH_TYPE_SELECT_ENABLED = "auth_type_select_enabled"; @SerializedName(SERIALIZED_NAME_AUTH_TYPE_SELECT_ENABLED) @@ -333,11 +333,11 @@ public LinkTokenCreateRequestAuth databaseInsightsEnabled(Boolean databaseInsigh } /** - * Database Insights has been deprecated and replaced with Database Auth. Use the [Account Verification Dashboard](https://dashboard.plaid.com/account-verification) to enable Database Auth. + * Database Insights has been deprecated and replaced with Database Auth. Use the [Account Verification Dashboard](https://dashboard.plaid.com/account-verification) to enable Database Auth. In Canada, Database Auth is in early availability and cannot yet be managed via the Dashboard; it must be enabled by passing `database_insights_enabled: true` in `/link/token/create`. * @return databaseInsightsEnabled **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Database Insights has been deprecated and replaced with Database Auth. Use the [Account Verification Dashboard](https://dashboard.plaid.com/account-verification) to enable Database Auth.") + @ApiModelProperty(value = "Database Insights has been deprecated and replaced with Database Auth. Use the [Account Verification Dashboard](https://dashboard.plaid.com/account-verification) to enable Database Auth. In Canada, Database Auth is in early availability and cannot yet be managed via the Dashboard; it must be enabled by passing `database_insights_enabled: true` in `/link/token/create`.") public Boolean getDatabaseInsightsEnabled() { return databaseInsightsEnabled; diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java index 89ddab0669..feab204ab9 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Base Report product. This field is required if `assets` is included in the `products` array and the client is CRA-enabled. */ @ApiModel(description = "Specifies options for initializing Link for use with the Base Report product. This field is required if `assets` is included in the `products` array and the client is CRA-enabled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestBaseReport { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptions.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptions.java index 146bef1dbf..6c587dda8f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptions.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Specifies options for initializing Link for use with Plaid Check products */ @ApiModel(description = "Specifies options for initializing Link for use with Plaid Check products") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptions { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReport.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReport.java index 1edd7903f9..74339ca07f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReport.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specifies options for initializing Link for use with the Base Report product, specifically the `client_report_id`. */ @ApiModel(description = "Specifies options for initializing Link for use with the Base Report product, specifically the `client_report_id`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsBaseReport { public static final String SERIALIZED_NAME_CLIENT_REPORT_ID = "client_report_id"; @SerializedName(SERIALIZED_NAME_CLIENT_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReportGSEOptions.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReportGSEOptions.java index e89429fb36..85cc5530ab 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReportGSEOptions.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsBaseReportGSEOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Specifies options for initializing Link to create reports that can be shared with GSEs for mortgage verification. */ @ApiModel(description = "Specifies options for initializing Link to create reports that can be shared with GSEs for mortgage verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsBaseReportGSEOptions { public static final String SERIALIZED_NAME_REPORT_TYPES = "report_types"; @SerializedName(SERIALIZED_NAME_REPORT_TYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsCashflowInsights.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsCashflowInsights.java index 2642e11fcd..31091b232a 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsCashflowInsights.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsCashflowInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Specifies options for initializing Link for use with the Cashflow Insights product. */ @ApiModel(description = "Specifies options for initializing Link for use with the Cashflow Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsCashflowInsights { public static final String SERIALIZED_NAME_ATTRIBUTES_VERSION = "attributes_version"; @SerializedName(SERIALIZED_NAME_ATTRIBUTES_VERSION) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsIncomeInsights.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsIncomeInsights.java index 79e7d5bad1..93885cb5b0 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsIncomeInsights.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsIncomeInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specifies options for initializing Link for use with the CRA Income Insights product. */ @ApiModel(description = "Specifies options for initializing Link for use with the CRA Income Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsIncomeInsights { public static final String SERIALIZED_NAME_INCOME_INSIGHTS_FILTER = "income_insights_filter"; @SerializedName(SERIALIZED_NAME_INCOME_INSIGHTS_FILTER) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsLendScore.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsLendScore.java index 58326e5b3a..86a57556f7 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsLendScore.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsLendScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Specifies options for initializing Link for use with the CRA LendScore product. */ @ApiModel(description = "Specifies options for initializing Link for use with the CRA LendScore product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsLendScore { public static final String SERIALIZED_NAME_LEND_SCORE_VERSION = "lend_score_version"; @SerializedName(SERIALIZED_NAME_LEND_SCORE_VERSION) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsNetworkInsights.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsNetworkInsights.java index 1c65293f5e..141abffb0f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsNetworkInsights.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsNetworkInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Specifies options for initializing Link for use with the CRA Network Insights product. */ @ApiModel(description = "Specifies options for initializing Link for use with the CRA Network Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsNetworkInsights { public static final String SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION = "network_insights_version"; @SerializedName(SERIALIZED_NAME_NETWORK_INSIGHTS_VERSION) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsPartnerInsights.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsPartnerInsights.java index 1b76089f1b..3e7f085924 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsPartnerInsights.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCraOptionsPartnerInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specifies options for initializing Link for use with the Credit Partner Insights product. */ @ApiModel(description = "Specifies options for initializing Link for use with the Credit Partner Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCraOptionsPartnerInsights { public static final String SERIALIZED_NAME_PRISM_VERSIONS = "prism_versions"; @SerializedName(SERIALIZED_NAME_PRISM_VERSIONS) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCreditPartnerInsights.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCreditPartnerInsights.java index 58e9588f3d..1be88ca1e7 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCreditPartnerInsights.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestCreditPartnerInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Credit Partner Insights product. */ @ApiModel(description = "Specifies options for initializing Link for use with the Credit Partner Insights product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestCreditPartnerInsights { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestDepositSwitch.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestDepositSwitch.java index b02db5b9ec..797f5105ab 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestDepositSwitch.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestDepositSwitch.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * (Deprecated) Specifies options for initializing Link for use with the Deposit Switch (beta) product. This field is required if `deposit_switch` is included in the `products` array. */ @ApiModel(description = "(Deprecated) Specifies options for initializing Link for use with the Deposit Switch (beta) product. This field is required if `deposit_switch` is included in the `products` array.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestDepositSwitch { public static final String SERIALIZED_NAME_DEPOSIT_SWITCH_ID = "deposit_switch_id"; @SerializedName(SERIALIZED_NAME_DEPOSIT_SWITCH_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmployment.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmployment.java index f812d25d6c..41d6652671 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmployment.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmployment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Specifies options for initializing Link for use with the Employment product. This field is required if `employment` is included in the `products` array. */ @ApiModel(description = "Specifies options for initializing Link for use with the Employment product. This field is required if `employment` is included in the `products` array.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestEmployment { public static final String SERIALIZED_NAME_EMPLOYMENT_SOURCE_TYPES = "employment_source_types"; @SerializedName(SERIALIZED_NAME_EMPLOYMENT_SOURCE_TYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmploymentBankIncome.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmploymentBankIncome.java index 8d537d6afd..3086bad476 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmploymentBankIncome.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestEmploymentBankIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with Bank Employment. This field is required if `employment` is included in the `products` array and `bank` is specified in `employment_source_types`. */ @ApiModel(description = "Specifies options for initializing Link for use with Bank Employment. This field is required if `employment` is included in the `products` array and `bank` is specified in `employment_source_types`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestEmploymentBankIncome { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIdentityVerification.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIdentityVerification.java index 3587272403..a4b1f46ce0 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIdentityVerification.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIdentityVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies option for initializing Link for use with the Identity Verification product. */ @ApiModel(description = "Specifies option for initializing Link for use with the Identity Verification product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestIdentityVerification { public static final String SERIALIZED_NAME_TEMPLATE_ID = "template_id"; @SerializedName(SERIALIZED_NAME_TEMPLATE_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerification.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerification.java index 13d691f1cc..efccfba54f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerification.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Specifies options for initializing Link for use with the Income product. This field is required if `income_verification` is included in the `products` array. */ @ApiModel(description = "Specifies options for initializing Link for use with the Income product. This field is required if `income_verification` is included in the `products` array.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestIncomeVerification { public static final String SERIALIZED_NAME_INCOME_VERIFICATION_ID = "income_verification_id"; @SerializedName(SERIALIZED_NAME_INCOME_VERIFICATION_ID) @@ -126,11 +126,11 @@ public LinkTokenCreateRequestIncomeVerification addAccessTokensItem(String acces } /** - * An array of access tokens corresponding to Items that a user has previously connected with. Data from these institutions will be cross-referenced with document data received during the Document Income flow to help verify that the uploaded documents are accurate. If the `transactions` product was not initialized for these Items during link, it will be initialized after this Link session. This field should only be used with the `payroll` income source type. + * An array of access tokens corresponding to Items that a user has previously connected with. Data from these institutions will be cross-referenced with document data received during the Document Income flow to help verify that the uploaded documents are accurate. If the `transactions` product was not initialized for these Items during Link, it will be initialized after this Link session. This field should only be used with the `payroll` income source type. * @return accessTokens **/ @javax.annotation.Nullable - @ApiModelProperty(value = "An array of access tokens corresponding to Items that a user has previously connected with. Data from these institutions will be cross-referenced with document data received during the Document Income flow to help verify that the uploaded documents are accurate. If the `transactions` product was not initialized for these Items during link, it will be initialized after this Link session. This field should only be used with the `payroll` income source type.") + @ApiModelProperty(value = "An array of access tokens corresponding to Items that a user has previously connected with. Data from these institutions will be cross-referenced with document data received during the Document Income flow to help verify that the uploaded documents are accurate. If the `transactions` product was not initialized for these Items during Link, it will be initialized after this Link session. This field should only be used with the `payroll` income source type.") public List getAccessTokens() { return accessTokens; diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationBankIncome.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationBankIncome.java index e8f83db1e5..2a6b6c6470 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationBankIncome.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationBankIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with Bank Income. This field is required if `income_verification` is included in the `products` array and `bank` is specified in `income_source_types`. */ @ApiModel(description = "Specifies options for initializing Link for use with Bank Income. This field is required if `income_verification` is included in the `products` array and `bank` is specified in `income_source_types`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestIncomeVerificationBankIncome { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationPayrollIncome.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationPayrollIncome.java index 45f832b939..52fa5fdd8f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationPayrollIncome.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationPayrollIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Specifies options for initializing Link for use with Payroll Income (including Document Income). Further customization options for Document Income, such as customizing which document types may be uploaded, are also available via the [Link Customization pane](https://dashboard.plaid.com/link) in the Dashboard. (Requires Production enablement.) */ @ApiModel(description = "Specifies options for initializing Link for use with Payroll Income (including Document Income). Further customization options for Document Income, such as customizing which document types may be uploaded, are also available via the [Link Customization pane](https://dashboard.plaid.com/link) in the Dashboard. (Requires Production enablement.)") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestIncomeVerificationPayrollIncome { public static final String SERIALIZED_NAME_FLOW_TYPES = "flow_types"; @SerializedName(SERIALIZED_NAME_FLOW_TYPES) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentConfiguration.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentConfiguration.java index 66e58bd615..368862ed5e 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentConfiguration.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentConfiguration.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Pay By Bank flow. This is an optional field to configure the user experience, and currently requires the amount field to be set. */ @ApiModel(description = "Specifies options for initializing Link for use with the Pay By Bank flow. This is an optional field to configure the user experience, and currently requires the amount field to be set.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestPaymentConfiguration { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentInitiation.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentInitiation.java index 65cb557e59..bce4d9f724 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentInitiation.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestPaymentInitiation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Payment Initiation (Europe) product. This field is required if `payment_initiation` is included in the `products` array. Either `payment_id` or `consent_id` must be provided. */ @ApiModel(description = "Specifies options for initializing Link for use with the Payment Initiation (Europe) product. This field is required if `payment_initiation` is included in the `products` array. Either `payment_id` or `consent_id` must be provided.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestPaymentInitiation { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestStatements.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestStatements.java index 73fedd02c0..4e0da5363f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestStatements.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestStatements.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Specifies options for initializing Link for use with the Statements product. This field is required for the statements product. */ @ApiModel(description = "Specifies options for initializing Link for use with the Statements product. This field is required for the statements product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestStatements { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestTransfer.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestTransfer.java index 8c8a372cc3..7262677ae6 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestTransfer.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestTransfer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for initializing Link for use with the Transfer product. */ @ApiModel(description = "Specifies options for initializing Link for use with the Transfer product.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestTransfer { public static final String SERIALIZED_NAME_INTENT_ID = "intent_id"; @SerializedName(SERIALIZED_NAME_INTENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUpdate.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUpdate.java index f72c97f9b4..be3aa5417f 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUpdate.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUpdate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Specifies options for initializing Link for [update mode](https://plaid.com/docs/link/update-mode). */ @ApiModel(description = "Specifies options for initializing Link for [update mode](https://plaid.com/docs/link/update-mode).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestUpdate { public static final String SERIALIZED_NAME_ACCOUNT_SELECTION_ENABLED = "account_selection_enabled"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SELECTION_ENABLED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUser.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUser.java index 5e5be83767..4cb3cd20b0 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUser.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object specifying information about the end user who will be linking their account. **Required** if `user_id` isn't included. */ @ApiModel(description = "An object specifying information about the end user who will be linking their account. **Required** if `user_id` isn't included.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestUser { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUserStatedIncomeSource.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUserStatedIncomeSource.java index 3e6b2a6039..3e61619263 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUserStatedIncomeSource.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestUserStatedIncomeSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Specifies user stated income sources for the Income product */ @ApiModel(description = "Specifies user stated income sources for the Income product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateRequestUserStatedIncomeSource { public static final String SERIALIZED_NAME_EMPLOYER = "employer"; @SerializedName(SERIALIZED_NAME_EMPLOYER) diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateResponse.java b/src/main/java/com/plaid/client/model/LinkTokenCreateResponse.java index a4cdc07731..14c35b6ce5 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/LinkTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * LinkTokenCreateResponse defines the response schema for `/link/token/create` */ @ApiModel(description = "LinkTokenCreateResponse defines the response schema for `/link/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenCreateResponse { public static final String SERIALIZED_NAME_LINK_TOKEN = "link_token"; @SerializedName(SERIALIZED_NAME_LINK_TOKEN) diff --git a/src/main/java/com/plaid/client/model/LinkTokenEUConfig.java b/src/main/java/com/plaid/client/model/LinkTokenEUConfig.java index 2c14b89ac0..0f994dded7 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenEUConfig.java +++ b/src/main/java/com/plaid/client/model/LinkTokenEUConfig.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Configuration parameters for EU flows */ @ApiModel(description = "Configuration parameters for EU flows") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenEUConfig { public static final String SERIALIZED_NAME_HEADLESS = "headless"; @SerializedName(SERIALIZED_NAME_HEADLESS) diff --git a/src/main/java/com/plaid/client/model/LinkTokenGetMetadataResponse.java b/src/main/java/com/plaid/client/model/LinkTokenGetMetadataResponse.java index 067e00447d..954eb70ed0 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenGetMetadataResponse.java +++ b/src/main/java/com/plaid/client/model/LinkTokenGetMetadataResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object specifying the arguments originally provided to the `/link/token/create` call. */ @ApiModel(description = "An object specifying the arguments originally provided to the `/link/token/create` call.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenGetMetadataResponse { public static final String SERIALIZED_NAME_INITIAL_PRODUCTS = "initial_products"; @SerializedName(SERIALIZED_NAME_INITIAL_PRODUCTS) diff --git a/src/main/java/com/plaid/client/model/LinkTokenGetRequest.java b/src/main/java/com/plaid/client/model/LinkTokenGetRequest.java index 0fedaa07ec..9100094f9d 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenGetRequest.java +++ b/src/main/java/com/plaid/client/model/LinkTokenGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * LinkTokenGetRequest defines the request schema for `/link/token/get` */ @ApiModel(description = "LinkTokenGetRequest defines the request schema for `/link/token/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenGetResponse.java b/src/main/java/com/plaid/client/model/LinkTokenGetResponse.java index efdfd0d0db..806ce37044 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenGetResponse.java +++ b/src/main/java/com/plaid/client/model/LinkTokenGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * LinkTokenGetResponse defines the response schema for `/link/token/get` */ @ApiModel(description = "LinkTokenGetResponse defines the response schema for `/link/token/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenGetResponse { public static final String SERIALIZED_NAME_LINK_TOKEN = "link_token"; @SerializedName(SERIALIZED_NAME_LINK_TOKEN) diff --git a/src/main/java/com/plaid/client/model/LinkTokenGetSessionsResponse.java b/src/main/java/com/plaid/client/model/LinkTokenGetSessionsResponse.java index 6e32e71f5c..abeafae938 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenGetSessionsResponse.java +++ b/src/main/java/com/plaid/client/model/LinkTokenGetSessionsResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * An object containing information about a link session. Session data will be provided for up to six hours after the session has ended. */ @ApiModel(description = "An object containing information about a link session. Session data will be provided for up to six hours after the session has ended.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenGetSessionsResponse { public static final String SERIALIZED_NAME_LINK_SESSION_ID = "link_session_id"; @SerializedName(SERIALIZED_NAME_LINK_SESSION_ID) diff --git a/src/main/java/com/plaid/client/model/LinkTokenInvestments.java b/src/main/java/com/plaid/client/model/LinkTokenInvestments.java index f4477032bb..ee4bdbafb4 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenInvestments.java +++ b/src/main/java/com/plaid/client/model/LinkTokenInvestments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Configuration parameters for the Investments product */ @ApiModel(description = "Configuration parameters for the Investments product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenInvestments { public static final String SERIALIZED_NAME_ALLOW_UNVERIFIED_CRYPTO_WALLETS = "allow_unverified_crypto_wallets"; @SerializedName(SERIALIZED_NAME_ALLOW_UNVERIFIED_CRYPTO_WALLETS) diff --git a/src/main/java/com/plaid/client/model/LinkTokenInvestmentsAuth.java b/src/main/java/com/plaid/client/model/LinkTokenInvestmentsAuth.java index 8f52ce22c3..db24a0f942 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenInvestmentsAuth.java +++ b/src/main/java/com/plaid/client/model/LinkTokenInvestmentsAuth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Configuration parameters for the Investments Move product */ @ApiModel(description = "Configuration parameters for the Investments Move product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenInvestmentsAuth { public static final String SERIALIZED_NAME_MANUAL_ENTRY_ENABLED = "manual_entry_enabled"; @SerializedName(SERIALIZED_NAME_MANUAL_ENTRY_ENABLED) diff --git a/src/main/java/com/plaid/client/model/LinkTokenTransactions.java b/src/main/java/com/plaid/client/model/LinkTokenTransactions.java index 0ba36c4bdd..11a2d02f64 100644 --- a/src/main/java/com/plaid/client/model/LinkTokenTransactions.java +++ b/src/main/java/com/plaid/client/model/LinkTokenTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Configuration parameters for the Transactions product */ @ApiModel(description = "Configuration parameters for the Transactions product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkTokenTransactions { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/LinkUserDeliveryStatusWebhook.java b/src/main/java/com/plaid/client/model/LinkUserDeliveryStatusWebhook.java index 68f286e129..96b66c42d9 100644 --- a/src/main/java/com/plaid/client/model/LinkUserDeliveryStatusWebhook.java +++ b/src/main/java/com/plaid/client/model/LinkUserDeliveryStatusWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Webhook indicating that the status of the delivery of the Hosted Link session to a user */ @ApiModel(description = "Webhook indicating that the status of the delivery of the Hosted Link session to a user") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LinkUserDeliveryStatusWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/Loan.java b/src/main/java/com/plaid/client/model/Loan.java index d13b3345e0..3df69bb934 100644 --- a/src/main/java/com/plaid/client/model/Loan.java +++ b/src/main/java/com/plaid/client/model/Loan.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information specific to a mortgage loan agreement between one or more borrowers and a mortgage lender. */ @ApiModel(description = "Information specific to a mortgage loan agreement between one or more borrowers and a mortgage lender.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Loan { public static final String SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R_S = "LOAN_IDENTIFIERS"; @SerializedName(SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R_S) diff --git a/src/main/java/com/plaid/client/model/LoanAccountSubtype.java b/src/main/java/com/plaid/client/model/LoanAccountSubtype.java index 66df0c5f72..3577eac1a8 100644 --- a/src/main/java/com/plaid/client/model/LoanAccountSubtype.java +++ b/src/main/java/com/plaid/client/model/LoanAccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LoanDisbursementsIndicators.java b/src/main/java/com/plaid/client/model/LoanDisbursementsIndicators.java index 60eb1dd696..62b038b50b 100644 --- a/src/main/java/com/plaid/client/model/LoanDisbursementsIndicators.java +++ b/src/main/java/com/plaid/client/model/LoanDisbursementsIndicators.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Insights into loan disbursement transactions received by the user, tracking incoming funds from loan providers. */ @ApiModel(description = "Insights into loan disbursement transactions received by the user, tracking incoming funds from loan providers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanDisbursementsIndicators { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) @@ -214,11 +214,11 @@ public LoanDisbursementsIndicators addTopProvidersItem(String topProvidersItem) } /** - * Up to 3 top service providers that the user had the most transactions for in the given time window, in descending order of total spend. If the user has received money from any provider in the given time window, this list will be empty. + * Up to 3 top service providers that the user had the most transactions for in the given time window, in descending order of total spend. If the user has not received money from any provider in the given time window, this list will be empty. * @return topProviders **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Up to 3 top service providers that the user had the most transactions for in the given time window, in descending order of total spend. If the user has received money from any provider in the given time window, this list will be empty.") + @ApiModelProperty(value = "Up to 3 top service providers that the user had the most transactions for in the given time window, in descending order of total spend. If the user has not received money from any provider in the given time window, this list will be empty.") public List getTopProviders() { return topProviders; diff --git a/src/main/java/com/plaid/client/model/LoanFilter.java b/src/main/java/com/plaid/client/model/LoanFilter.java index 9d49f89e60..104515ba84 100644 --- a/src/main/java/com/plaid/client/model/LoanFilter.java +++ b/src/main/java/com/plaid/client/model/LoanFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `loan`-type accounts */ @ApiModel(description = "A filter to apply to `loan`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/LoanIdentifier.java b/src/main/java/com/plaid/client/model/LoanIdentifier.java index d7c71003b2..702e248c7c 100644 --- a/src/main/java/com/plaid/client/model/LoanIdentifier.java +++ b/src/main/java/com/plaid/client/model/LoanIdentifier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The information used to identify this loan by various parties to the transaction or other organizations. */ @ApiModel(description = "The information used to identify this loan by various parties to the transaction or other organizations.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanIdentifier { public static final String SERIALIZED_NAME_LOAN_IDENTIFIER = "LoanIdentifier"; @SerializedName(SERIALIZED_NAME_LOAN_IDENTIFIER) diff --git a/src/main/java/com/plaid/client/model/LoanIdentifierType.java b/src/main/java/com/plaid/client/model/LoanIdentifierType.java index 63e8c5402b..b923bc7c6c 100644 --- a/src/main/java/com/plaid/client/model/LoanIdentifierType.java +++ b/src/main/java/com/plaid/client/model/LoanIdentifierType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/LoanIdentifiers.java b/src/main/java/com/plaid/client/model/LoanIdentifiers.java index 2da5f25c50..41a3468ca6 100644 --- a/src/main/java/com/plaid/client/model/LoanIdentifiers.java +++ b/src/main/java/com/plaid/client/model/LoanIdentifiers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Collection of current and previous identifiers for this loan. */ @ApiModel(description = "Collection of current and previous identifiers for this loan.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanIdentifiers { public static final String SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R = "LOAN_IDENTIFIER"; @SerializedName(SERIALIZED_NAME_L_O_A_N_I_D_E_N_T_I_F_I_E_R) diff --git a/src/main/java/com/plaid/client/model/LoanPaymentsCounts.java b/src/main/java/com/plaid/client/model/LoanPaymentsCounts.java index baa837e522..2b56e54d15 100644 --- a/src/main/java/com/plaid/client/model/LoanPaymentsCounts.java +++ b/src/main/java/com/plaid/client/model/LoanPaymentsCounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details regarding the number of loan payments */ @ApiModel(description = "Details regarding the number of loan payments") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanPaymentsCounts { public static final String SERIALIZED_NAME_BASELINE_COUNT = "baseline_count"; @SerializedName(SERIALIZED_NAME_BASELINE_COUNT) diff --git a/src/main/java/com/plaid/client/model/LoanPaymentsIndicators.java b/src/main/java/com/plaid/client/model/LoanPaymentsIndicators.java index 37a211e0c7..1409395abc 100644 --- a/src/main/java/com/plaid/client/model/LoanPaymentsIndicators.java +++ b/src/main/java/com/plaid/client/model/LoanPaymentsIndicators.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Insights into loan payment transactions made by the user, tracking outgoing payments to loan providers. */ @ApiModel(description = "Insights into loan payment transactions made by the user, tracking outgoing payments to loan providers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanPaymentsIndicators { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/LoanPaymentsMerchantCounts.java b/src/main/java/com/plaid/client/model/LoanPaymentsMerchantCounts.java index a3187cd0ad..dc948e4e60 100644 --- a/src/main/java/com/plaid/client/model/LoanPaymentsMerchantCounts.java +++ b/src/main/java/com/plaid/client/model/LoanPaymentsMerchantCounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details regarding the number of unique loan payment merchants */ @ApiModel(description = "Details regarding the number of unique loan payment merchants") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class LoanPaymentsMerchantCounts { public static final String SERIALIZED_NAME_BASELINE_COUNT = "baseline_count"; @SerializedName(SERIALIZED_NAME_BASELINE_COUNT) diff --git a/src/main/java/com/plaid/client/model/Loans.java b/src/main/java/com/plaid/client/model/Loans.java index eb176fb87e..02487f9e2c 100644 --- a/src/main/java/com/plaid/client/model/Loans.java +++ b/src/main/java/com/plaid/client/model/Loans.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of loans that are part of a single deal. */ @ApiModel(description = "A collection of loans that are part of a single deal.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Loans { public static final String SERIALIZED_NAME_L_O_A_N = "LOAN"; @SerializedName(SERIALIZED_NAME_L_O_A_N) diff --git a/src/main/java/com/plaid/client/model/Location.java b/src/main/java/com/plaid/client/model/Location.java index 86334091a6..83931d6471 100644 --- a/src/main/java/com/plaid/client/model/Location.java +++ b/src/main/java/com/plaid/client/model/Location.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A representation of where a transaction took place. Location data is provided only for transactions at physical locations, not for online transactions. Location data availability depends primarily on the merchant and is most likely to be populated for transactions at large retail chains; small, local businesses are less likely to have location data available. */ @ApiModel(description = "A representation of where a transaction took place. Location data is provided only for transactions at physical locations, not for online transactions. Location data availability depends primarily on the merchant and is most likely to be populated for transactions at large retail chains; small, local businesses are less likely to have location data available.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Location { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/MFA.java b/src/main/java/com/plaid/client/model/MFA.java index a3ebe64e57..9fdf2a5e0e 100644 --- a/src/main/java/com/plaid/client/model/MFA.java +++ b/src/main/java/com/plaid/client/model/MFA.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Specifies the multi-factor authentication settings to use with this test account */ @ApiModel(description = "Specifies the multi-factor authentication settings to use with this test account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MFA { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) @@ -147,10 +147,10 @@ public MFA selectionsPerQuestion(Double selectionsPerQuestion) { } /** - * Number of available answers per question, used if `type` is `selection`. Defaults to 2. + * Number of available answers per question, used if `type` is `selections`. Defaults to 2. * @return selectionsPerQuestion **/ - @ApiModelProperty(required = true, value = "Number of available answers per question, used if `type` is `selection`. Defaults to 2. ") + @ApiModelProperty(required = true, value = "Number of available answers per question, used if `type` is `selections`. Defaults to 2. ") public Double getSelectionsPerQuestion() { return selectionsPerQuestion; diff --git a/src/main/java/com/plaid/client/model/MatchSummary.java b/src/main/java/com/plaid/client/model/MatchSummary.java index 0c3fdc3e34..73290651e1 100644 --- a/src/main/java/com/plaid/client/model/MatchSummary.java +++ b/src/main/java/com/plaid/client/model/MatchSummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Summary object reflecting the match result of the associated data */ @ApiModel(description = "Summary object reflecting the match result of the associated data") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MatchSummary { public static final String SERIALIZED_NAME_SUMMARY = "summary"; @SerializedName(SERIALIZED_NAME_SUMMARY) diff --git a/src/main/java/com/plaid/client/model/MatchSummaryCode.java b/src/main/java/com/plaid/client/model/MatchSummaryCode.java index 34ae858951..d6bc18e74e 100644 --- a/src/main/java/com/plaid/client/model/MatchSummaryCode.java +++ b/src/main/java/com/plaid/client/model/MatchSummaryCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/MerchantInsights.java b/src/main/java/com/plaid/client/model/MerchantInsights.java index a7b50103c8..3635d94803 100644 --- a/src/main/java/com/plaid/client/model/MerchantInsights.java +++ b/src/main/java/com/plaid/client/model/MerchantInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Insights into a user's top merchants. */ @ApiModel(description = "Insights into a user's top merchants.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MerchantInsights { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/Meta.java b/src/main/java/com/plaid/client/model/Meta.java index 3b81896080..943775fc69 100644 --- a/src/main/java/com/plaid/client/model/Meta.java +++ b/src/main/java/com/plaid/client/model/Meta.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Allows specifying the metadata of the test account */ @ApiModel(description = "Allows specifying the metadata of the test account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Meta { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/MonitoringConsumerReportPermissiblePurpose.java b/src/main/java/com/plaid/client/model/MonitoringConsumerReportPermissiblePurpose.java index 66a1e6ceb6..cbf4312f7b 100644 --- a/src/main/java/com/plaid/client/model/MonitoringConsumerReportPermissiblePurpose.java +++ b/src/main/java/com/plaid/client/model/MonitoringConsumerReportPermissiblePurpose.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/MonitoringIncomeInsights.java b/src/main/java/com/plaid/client/model/MonitoringIncomeInsights.java index cac16fa69b..dbdc55d456 100644 --- a/src/main/java/com/plaid/client/model/MonitoringIncomeInsights.java +++ b/src/main/java/com/plaid/client/model/MonitoringIncomeInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * An object representing the income subcategory of the report */ @ApiModel(description = "An object representing the income subcategory of the report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonitoringIncomeInsights { public static final String SERIALIZED_NAME_TOTAL_MONTHLY_INCOME = "total_monthly_income"; @SerializedName(SERIALIZED_NAME_TOTAL_MONTHLY_INCOME) diff --git a/src/main/java/com/plaid/client/model/MonitoringIncomeSource.java b/src/main/java/com/plaid/client/model/MonitoringIncomeSource.java index 50956413e5..03afd49a91 100644 --- a/src/main/java/com/plaid/client/model/MonitoringIncomeSource.java +++ b/src/main/java/com/plaid/client/model/MonitoringIncomeSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing an income source */ @ApiModel(description = "An object representing an income source") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonitoringIncomeSource { public static final String SERIALIZED_NAME_INCOME_SOURCE_ID = "income_source_id"; @SerializedName(SERIALIZED_NAME_INCOME_SOURCE_ID) diff --git a/src/main/java/com/plaid/client/model/MonitoringInsights.java b/src/main/java/com/plaid/client/model/MonitoringInsights.java index 014d783187..c63f6de991 100644 --- a/src/main/java/com/plaid/client/model/MonitoringInsights.java +++ b/src/main/java/com/plaid/client/model/MonitoringInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing the Monitoring Insights for the given Item */ @ApiModel(description = "An object representing the Monitoring Insights for the given Item") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonitoringInsights { public static final String SERIALIZED_NAME_INCOME = "income"; @SerializedName(SERIALIZED_NAME_INCOME) diff --git a/src/main/java/com/plaid/client/model/MonitoringInsightsItemStatus.java b/src/main/java/com/plaid/client/model/MonitoringInsightsItemStatus.java index edaa0c4f16..8243e93c5c 100644 --- a/src/main/java/com/plaid/client/model/MonitoringInsightsItemStatus.java +++ b/src/main/java/com/plaid/client/model/MonitoringInsightsItemStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object with details of the Monitoring Insights Item's status. */ @ApiModel(description = "An object with details of the Monitoring Insights Item's status.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonitoringInsightsItemStatus { public static final String SERIALIZED_NAME_STATUS_CODE = "status_code"; @SerializedName(SERIALIZED_NAME_STATUS_CODE) diff --git a/src/main/java/com/plaid/client/model/MonitoringInsightsStatus.java b/src/main/java/com/plaid/client/model/MonitoringInsightsStatus.java index 6256c69923..7f82c9d24a 100644 --- a/src/main/java/com/plaid/client/model/MonitoringInsightsStatus.java +++ b/src/main/java/com/plaid/client/model/MonitoringInsightsStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/MonitoringItemStatusCode.java b/src/main/java/com/plaid/client/model/MonitoringItemStatusCode.java index 2aa2b880d6..e30d409e58 100644 --- a/src/main/java/com/plaid/client/model/MonitoringItemStatusCode.java +++ b/src/main/java/com/plaid/client/model/MonitoringItemStatusCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/MonitoringLoanInsights.java b/src/main/java/com/plaid/client/model/MonitoringLoanInsights.java index 476d2e9601..c30b426160 100644 --- a/src/main/java/com/plaid/client/model/MonitoringLoanInsights.java +++ b/src/main/java/com/plaid/client/model/MonitoringLoanInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing the loan exposure subcategory of the report */ @ApiModel(description = "An object representing the loan exposure subcategory of the report") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonitoringLoanInsights { public static final String SERIALIZED_NAME_LOAN_PAYMENTS_COUNTS = "loan_payments_counts"; @SerializedName(SERIALIZED_NAME_LOAN_PAYMENTS_COUNTS) diff --git a/src/main/java/com/plaid/client/model/MonthlyAverage.java b/src/main/java/com/plaid/client/model/MonthlyAverage.java index 8eeec4cfe2..567451f424 100644 --- a/src/main/java/com/plaid/client/model/MonthlyAverage.java +++ b/src/main/java/com/plaid/client/model/MonthlyAverage.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The monthly average amount calculated by dividing the total by the number of calendar months in the time period. */ @ApiModel(description = "The monthly average amount calculated by dividing the total by the number of calendar months in the time period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonthlyAverage { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/MonthlySummary.java b/src/main/java/com/plaid/client/model/MonthlySummary.java index 65081b641f..9f701af15a 100644 --- a/src/main/java/com/plaid/client/model/MonthlySummary.java +++ b/src/main/java/com/plaid/client/model/MonthlySummary.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Monthly summary of transactions within a specific time period, showing aggregated amounts. */ @ApiModel(description = "Monthly summary of transactions within a specific time period, showing aggregated amounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MonthlySummary { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/MortgageInterestRate.java b/src/main/java/com/plaid/client/model/MortgageInterestRate.java index 77b223316b..86e75d3b15 100644 --- a/src/main/java/com/plaid/client/model/MortgageInterestRate.java +++ b/src/main/java/com/plaid/client/model/MortgageInterestRate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object containing metadata about the interest rate for the mortgage. */ @ApiModel(description = "Object containing metadata about the interest rate for the mortgage.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MortgageInterestRate { public static final String SERIALIZED_NAME_PERCENTAGE = "percentage"; @SerializedName(SERIALIZED_NAME_PERCENTAGE) diff --git a/src/main/java/com/plaid/client/model/MortgageLiability.java b/src/main/java/com/plaid/client/model/MortgageLiability.java index f26135994b..3fc0fbca13 100644 --- a/src/main/java/com/plaid/client/model/MortgageLiability.java +++ b/src/main/java/com/plaid/client/model/MortgageLiability.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Contains details about a mortgage account. */ @ApiModel(description = "Contains details about a mortgage account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MortgageLiability { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/MortgagePropertyAddress.java b/src/main/java/com/plaid/client/model/MortgagePropertyAddress.java index b44f7035ae..845ee26a80 100644 --- a/src/main/java/com/plaid/client/model/MortgagePropertyAddress.java +++ b/src/main/java/com/plaid/client/model/MortgagePropertyAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object containing fields describing property address. */ @ApiModel(description = "Object containing fields describing property address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MortgagePropertyAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/MultiDocumentRiskSignal.java b/src/main/java/com/plaid/client/model/MultiDocumentRiskSignal.java index 9cf56fa550..d1f1106a70 100644 --- a/src/main/java/com/plaid/client/model/MultiDocumentRiskSignal.java +++ b/src/main/java/com/plaid/client/model/MultiDocumentRiskSignal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Object containing risk signals and relevant metadata for a set of uploaded documents */ @ApiModel(description = "Object containing risk signals and relevant metadata for a set of uploaded documents") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class MultiDocumentRiskSignal { public static final String SERIALIZED_NAME_DOCUMENT_REFERENCES = "document_references"; @SerializedName(SERIALIZED_NAME_DOCUMENT_REFERENCES) diff --git a/src/main/java/com/plaid/client/model/NameMatchScore.java b/src/main/java/com/plaid/client/model/NameMatchScore.java index 2603d69a05..80e2200b82 100644 --- a/src/main/java/com/plaid/client/model/NameMatchScore.java +++ b/src/main/java/com/plaid/client/model/NameMatchScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Score found by matching name provided by the API with the name on the account at the financial institution. If the account contains multiple owners, the maximum match score is filled. */ @ApiModel(description = "Score found by matching name provided by the API with the name on the account at the financial institution. If the account contains multiple owners, the maximum match score is filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NameMatchScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/NegativeBalanceInsights.java b/src/main/java/com/plaid/client/model/NegativeBalanceInsights.java index eaf572918d..7390db1a52 100644 --- a/src/main/java/com/plaid/client/model/NegativeBalanceInsights.java +++ b/src/main/java/com/plaid/client/model/NegativeBalanceInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Insights into negative balance occurrences, including frequency, duration, and minimum balance details. */ @ApiModel(description = "Insights into negative balance occurrences, including frequency, duration, and minimum balance details.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NegativeBalanceInsights { public static final String SERIALIZED_NAME_DAYS_SINCE_LAST_OCCURRENCE = "days_since_last_occurrence"; @SerializedName(SERIALIZED_NAME_DAYS_SINCE_LAST_OCCURRENCE) diff --git a/src/main/java/com/plaid/client/model/NegativeBalanceOccurrence.java b/src/main/java/com/plaid/client/model/NegativeBalanceOccurrence.java index 500cb47cd7..4b2611deef 100644 --- a/src/main/java/com/plaid/client/model/NegativeBalanceOccurrence.java +++ b/src/main/java/com/plaid/client/model/NegativeBalanceOccurrence.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about a specific occurrence of a negative balance period, including start and end dates. */ @ApiModel(description = "Details about a specific occurrence of a negative balance period, including start and end dates.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NegativeBalanceOccurrence { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/NetPay.java b/src/main/java/com/plaid/client/model/NetPay.java index 9ced61ea06..c8f0d559ae 100644 --- a/src/main/java/com/plaid/client/model/NetPay.java +++ b/src/main/java/com/plaid/client/model/NetPay.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing information about the net pay amount on the paystub. */ @ApiModel(description = "An object representing information about the net pay amount on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NetPay { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -132,11 +132,11 @@ public NetPay unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/NetworkInsightsVersion.java b/src/main/java/com/plaid/client/model/NetworkInsightsVersion.java index 284488c0c7..609c4251f0 100644 --- a/src/main/java/com/plaid/client/model/NetworkInsightsVersion.java +++ b/src/main/java/com/plaid/client/model/NetworkInsightsVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/NetworkStatusGetRequest.java b/src/main/java/com/plaid/client/model/NetworkStatusGetRequest.java index 1d4d8dc644..3836024bed 100644 --- a/src/main/java/com/plaid/client/model/NetworkStatusGetRequest.java +++ b/src/main/java/com/plaid/client/model/NetworkStatusGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * NetworkStatusGetRequest defines the request schema for `/network/status/get` */ @ApiModel(description = "NetworkStatusGetRequest defines the request schema for `/network/status/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NetworkStatusGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/NetworkStatusGetResponse.java b/src/main/java/com/plaid/client/model/NetworkStatusGetResponse.java index e924679e59..35a07c6ca9 100644 --- a/src/main/java/com/plaid/client/model/NetworkStatusGetResponse.java +++ b/src/main/java/com/plaid/client/model/NetworkStatusGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * NetworkStatusGetResponse defines the response schema for `/network/status/get` */ @ApiModel(description = "NetworkStatusGetResponse defines the response schema for `/network/status/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NetworkStatusGetResponse { public static final String SERIALIZED_NAME_NETWORK_STATUS = "network_status"; @SerializedName(SERIALIZED_NAME_NETWORK_STATUS) diff --git a/src/main/java/com/plaid/client/model/NetworkStatusGetResponseLayer.java b/src/main/java/com/plaid/client/model/NetworkStatusGetResponseLayer.java index 3761f7626e..e77e48afc8 100644 --- a/src/main/java/com/plaid/client/model/NetworkStatusGetResponseLayer.java +++ b/src/main/java/com/plaid/client/model/NetworkStatusGetResponseLayer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing Layer-related metadata for the requested user. */ @ApiModel(description = "An object representing Layer-related metadata for the requested user.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NetworkStatusGetResponseLayer { public static final String SERIALIZED_NAME_ELIGIBLE = "eligible"; @SerializedName(SERIALIZED_NAME_ELIGIBLE) diff --git a/src/main/java/com/plaid/client/model/NetworkStatusGetResponseNetworkStatus.java b/src/main/java/com/plaid/client/model/NetworkStatusGetResponseNetworkStatus.java index db4b57627d..b9306aff95 100644 --- a/src/main/java/com/plaid/client/model/NetworkStatusGetResponseNetworkStatus.java +++ b/src/main/java/com/plaid/client/model/NetworkStatusGetResponseNetworkStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/NetworkStatusGetUser.java b/src/main/java/com/plaid/client/model/NetworkStatusGetUser.java index 6c1f6742f0..9931bdc78d 100644 --- a/src/main/java/com/plaid/client/model/NetworkStatusGetUser.java +++ b/src/main/java/com/plaid/client/model/NetworkStatusGetUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object specifying information about the end user for the network status check. */ @ApiModel(description = "An object specifying information about the end user for the network status check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NetworkStatusGetUser { public static final String SERIALIZED_NAME_PHONE_NUMBER = "phone_number"; @SerializedName(SERIALIZED_NAME_PHONE_NUMBER) diff --git a/src/main/java/com/plaid/client/model/NewAccountsAvailableWebhook.java b/src/main/java/com/plaid/client/model/NewAccountsAvailableWebhook.java index 18dbb0078d..6c21973113 100644 --- a/src/main/java/com/plaid/client/model/NewAccountsAvailableWebhook.java +++ b/src/main/java/com/plaid/client/model/NewAccountsAvailableWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when Plaid detects a new account. Upon receiving this webhook, you can prompt your users to share new accounts with you through [update mode](https://plaid.com/docs/link/update-mode/#using-update-mode-to-request-new-accounts) (US/CA only). If the end user has opted not to share new accounts with Plaid via their institution's OAuth settings, Plaid will not detect new accounts and this webhook will not fire. For end user accounts in the EU and UK, upon receiving this webhook, you can prompt your user to re-link their account and then delete the old Item via `/item/remove`. */ @ApiModel(description = "Fired when Plaid detects a new account. Upon receiving this webhook, you can prompt your users to share new accounts with you through [update mode](https://plaid.com/docs/link/update-mode/#using-update-mode-to-request-new-accounts) (US/CA only). If the end user has opted not to share new accounts with Plaid via their institution's OAuth settings, Plaid will not detect new accounts and this webhook will not fire. For end user accounts in the EU and UK, upon receiving this webhook, you can prompt your user to re-link their account and then delete the old Item via `/item/remove`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NewAccountsAvailableWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/Numbers.java b/src/main/java/com/plaid/client/model/Numbers.java index 6a962293b4..1a4ddf7993 100644 --- a/src/main/java/com/plaid/client/model/Numbers.java +++ b/src/main/java/com/plaid/client/model/Numbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Account and bank identifier number data used to configure the test account. All values are optional. */ @ApiModel(description = "Account and bank identifier number data used to configure the test account. All values are optional.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Numbers { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/NumbersACATS.java b/src/main/java/com/plaid/client/model/NumbersACATS.java index 1beb65883c..c69f6361ae 100644 --- a/src/main/java/com/plaid/client/model/NumbersACATS.java +++ b/src/main/java/com/plaid/client/model/NumbersACATS.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.util.List; /** - * Identifying information for transferring holdings to an investments account via ACATS. + * Identifying information for transferring holdings to an investment account via ACATS. */ -@ApiModel(description = "Identifying information for transferring holdings to an investments account via ACATS.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Identifying information for transferring holdings to an investment account via ACATS.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersACATS { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersACH.java b/src/main/java/com/plaid/client/model/NumbersACH.java index 6106caa54e..6ff72df6ba 100644 --- a/src/main/java/com/plaid/client/model/NumbersACH.java +++ b/src/main/java/com/plaid/client/model/NumbersACH.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for transferring money to or from a US account via ACH or wire transfer. */ @ApiModel(description = "Identifying information for transferring money to or from a US account via ACH or wire transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersACH { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -88,10 +88,10 @@ public NumbersACH account(String account) { } /** - * The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). + * The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive a \"tokenized\" account number, which is not the user's actual account number. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). * @return account **/ - @ApiModelProperty(required = true, value = "The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") + @ApiModelProperty(required = true, value = "The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive a \"tokenized\" account number, which is not the user's actual account number. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") public String getAccount() { return account; @@ -133,10 +133,10 @@ public NumbersACH routing(String routing) { } /** - * The ACH routing number for the account. This may be a tokenized routing number. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). + * The ACH routing number for the account. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). * @return routing **/ - @ApiModelProperty(required = true, value = "The ACH routing number for the account. This may be a tokenized routing number. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") + @ApiModelProperty(required = true, value = "The ACH routing number for the account. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") public String getRouting() { return routing; diff --git a/src/main/java/com/plaid/client/model/NumbersACHNullable.java b/src/main/java/com/plaid/client/model/NumbersACHNullable.java index f6e497c29d..1d030d072f 100644 --- a/src/main/java/com/plaid/client/model/NumbersACHNullable.java +++ b/src/main/java/com/plaid/client/model/NumbersACHNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Identifying information for transferring money to or from a US account via ACH or wire transfer. */ @ApiModel(description = "Identifying information for transferring money to or from a US account via ACH or wire transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersACHNullable { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -89,10 +89,10 @@ public NumbersACHNullable account(String account) { } /** - * The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). + * The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive a \"tokenized\" account number, which is not the user's actual account number. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). * @return account **/ - @ApiModelProperty(required = true, value = "The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive \"tokenized\" routing and account numbers, which are not the user's actual account and routing numbers. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") + @ApiModelProperty(required = true, value = "The ACH account number for the account. At certain institutions, including Chase, PNC, and US Bank, you will receive a \"tokenized\" account number, which is not the user's actual account number. For important details on how this may impact your integration and on how to avoid fraud, user confusion, and ACH returns, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") public String getAccount() { return account; @@ -134,10 +134,10 @@ public NumbersACHNullable routing(String routing) { } /** - * The ACH routing number for the account. This may be a tokenized routing number. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). + * The ACH routing number for the account. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers). * @return routing **/ - @ApiModelProperty(required = true, value = "The ACH routing number for the account. This may be a tokenized routing number. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") + @ApiModelProperty(required = true, value = "The ACH routing number for the account. For more information, see [Tokenized account numbers](https://plaid.com/docs/auth/#tokenized-account-numbers).") public String getRouting() { return routing; diff --git a/src/main/java/com/plaid/client/model/NumbersATON.java b/src/main/java/com/plaid/client/model/NumbersATON.java index 6570f0de5d..b8b252f039 100644 --- a/src/main/java/com/plaid/client/model/NumbersATON.java +++ b/src/main/java/com/plaid/client/model/NumbersATON.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Identifying information for transferring holdings to an investments account via ATON. + * Identifying information for transferring holdings to an investment account via ATON. */ -@ApiModel(description = "Identifying information for transferring holdings to an investments account via ATON.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Identifying information for transferring holdings to an investment account via ATON.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersATON { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersBACS.java b/src/main/java/com/plaid/client/model/NumbersBACS.java index 22257603f7..9af9c313ff 100644 --- a/src/main/java/com/plaid/client/model/NumbersBACS.java +++ b/src/main/java/com/plaid/client/model/NumbersBACS.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for transferring money to or from a UK bank account via Bacs. */ @ApiModel(description = "Identifying information for transferring money to or from a UK bank account via Bacs.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersBACS { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersBACSNullable.java b/src/main/java/com/plaid/client/model/NumbersBACSNullable.java index 9aae5e7b36..032cc6a035 100644 --- a/src/main/java/com/plaid/client/model/NumbersBACSNullable.java +++ b/src/main/java/com/plaid/client/model/NumbersBACSNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Identifying information for transferring money to or from a UK bank account via Bacs. */ @ApiModel(description = "Identifying information for transferring money to or from a UK bank account via Bacs.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersBACSNullable { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersEFT.java b/src/main/java/com/plaid/client/model/NumbersEFT.java index a0b06598f2..93881d8982 100644 --- a/src/main/java/com/plaid/client/model/NumbersEFT.java +++ b/src/main/java/com/plaid/client/model/NumbersEFT.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for transferring money to or from a Canadian bank account via EFT. */ @ApiModel(description = "Identifying information for transferring money to or from a Canadian bank account via EFT.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersEFT { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersEFTNullable.java b/src/main/java/com/plaid/client/model/NumbersEFTNullable.java index 39922e1dcc..4015b9069b 100644 --- a/src/main/java/com/plaid/client/model/NumbersEFTNullable.java +++ b/src/main/java/com/plaid/client/model/NumbersEFTNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Identifying information for transferring money to or from a Canadian bank account via EFT. */ @ApiModel(description = "Identifying information for transferring money to or from a Canadian bank account via EFT.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersEFTNullable { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersIBANNullable.java b/src/main/java/com/plaid/client/model/NumbersIBANNullable.java index 2cc22823ed..96cd9c5f60 100644 --- a/src/main/java/com/plaid/client/model/NumbersIBANNullable.java +++ b/src/main/java/com/plaid/client/model/NumbersIBANNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ * International Bank Account Number (IBAN). */ @ApiModel(description = "International Bank Account Number (IBAN).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersIBANNullable { @Override diff --git a/src/main/java/com/plaid/client/model/NumbersInternational.java b/src/main/java/com/plaid/client/model/NumbersInternational.java index 5b2851d6b4..4c810b0145 100644 --- a/src/main/java/com/plaid/client/model/NumbersInternational.java +++ b/src/main/java/com/plaid/client/model/NumbersInternational.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for transferring money to or from an international bank account via wire transfer. */ @ApiModel(description = "Identifying information for transferring money to or from an international bank account via wire transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersInternational { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersInternationalIBAN.java b/src/main/java/com/plaid/client/model/NumbersInternationalIBAN.java index c6bca50a0f..b40f64960c 100644 --- a/src/main/java/com/plaid/client/model/NumbersInternationalIBAN.java +++ b/src/main/java/com/plaid/client/model/NumbersInternationalIBAN.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Account numbers using the International Bank Account Number and BIC/SWIFT code format. */ @ApiModel(description = "Account numbers using the International Bank Account Number and BIC/SWIFT code format.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersInternationalIBAN { public static final String SERIALIZED_NAME_IBAN = "iban"; @SerializedName(SERIALIZED_NAME_IBAN) diff --git a/src/main/java/com/plaid/client/model/NumbersInternationalNullable.java b/src/main/java/com/plaid/client/model/NumbersInternationalNullable.java index e02435d30f..bc1aa27dad 100644 --- a/src/main/java/com/plaid/client/model/NumbersInternationalNullable.java +++ b/src/main/java/com/plaid/client/model/NumbersInternationalNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Identifying information for transferring money to or from an international bank account via wire transfer. */ @ApiModel(description = "Identifying information for transferring money to or from an international bank account via wire transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersInternationalNullable { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/NumbersRetirement401k.java b/src/main/java/com/plaid/client/model/NumbersRetirement401k.java index 21ae5805b8..79fa9bfe20 100644 --- a/src/main/java/com/plaid/client/model/NumbersRetirement401k.java +++ b/src/main/java/com/plaid/client/model/NumbersRetirement401k.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Identifying information for transferring holdings from a 401k account to another 401k account or IRA via the manual 401k rollover process. */ @ApiModel(description = "Identifying information for transferring holdings from a 401k account to another 401k account or IRA via the manual 401k rollover process.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class NumbersRetirement401k { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/OAuthErrorCode.java b/src/main/java/com/plaid/client/model/OAuthErrorCode.java index 51628f56f7..4c330d50a9 100644 --- a/src/main/java/com/plaid/client/model/OAuthErrorCode.java +++ b/src/main/java/com/plaid/client/model/OAuthErrorCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OAuthErrorResponse.java b/src/main/java/com/plaid/client/model/OAuthErrorResponse.java index c2fe9ecaaf..4f26a2ff49 100644 --- a/src/main/java/com/plaid/client/model/OAuthErrorResponse.java +++ b/src/main/java/com/plaid/client/model/OAuthErrorResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * OAuth error response */ @ApiModel(description = "OAuth error response") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthErrorResponse { public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) diff --git a/src/main/java/com/plaid/client/model/OAuthGrantType.java b/src/main/java/com/plaid/client/model/OAuthGrantType.java index 41db35c909..4542aed4c8 100644 --- a/src/main/java/com/plaid/client/model/OAuthGrantType.java +++ b/src/main/java/com/plaid/client/model/OAuthGrantType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OAuthIntrospectRequest.java b/src/main/java/com/plaid/client/model/OAuthIntrospectRequest.java index 8f480e5d37..5b55bab60d 100644 --- a/src/main/java/com/plaid/client/model/OAuthIntrospectRequest.java +++ b/src/main/java/com/plaid/client/model/OAuthIntrospectRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * OAuth token introspect request. */ @ApiModel(description = "OAuth token introspect request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthIntrospectRequest { public static final String SERIALIZED_NAME_TOKEN = "token"; @SerializedName(SERIALIZED_NAME_TOKEN) diff --git a/src/main/java/com/plaid/client/model/OAuthIntrospectResponse.java b/src/main/java/com/plaid/client/model/OAuthIntrospectResponse.java index d8b0163672..6dc71806f4 100644 --- a/src/main/java/com/plaid/client/model/OAuthIntrospectResponse.java +++ b/src/main/java/com/plaid/client/model/OAuthIntrospectResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * OAuth token introspect response */ @ApiModel(description = "OAuth token introspect response") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthIntrospectResponse { public static final String SERIALIZED_NAME_ACTIVE = "active"; @SerializedName(SERIALIZED_NAME_ACTIVE) @@ -104,11 +104,11 @@ public OAuthIntrospectResponse scope(String scope) { } /** - * A JSON string containing a space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` grant type. `mcp:dashboard` allows access to the MCP dashboard server. + * A space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` subject token type. `mcp:dashboard` allows access to the MCP dashboard server. * @return scope **/ @javax.annotation.Nullable - @ApiModelProperty(example = "user:read user:write exchange", value = "A JSON string containing a space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` grant type. `mcp:dashboard` allows access to the MCP dashboard server.") + @ApiModelProperty(example = "user:read user:write exchange", value = "A space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` subject token type. `mcp:dashboard` allows access to the MCP dashboard server.") public String getScope() { return scope; diff --git a/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java b/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java index 7d4e9ed08b..ca031b5277 100644 --- a/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java +++ b/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * OAuth token revoke request */ @ApiModel(description = "OAuth token revoke request") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthRevokeRequest { public static final String SERIALIZED_NAME_TOKEN = "token"; @SerializedName(SERIALIZED_NAME_TOKEN) diff --git a/src/main/java/com/plaid/client/model/OAuthRevokeResponse.java b/src/main/java/com/plaid/client/model/OAuthRevokeResponse.java index cc0a26d4c5..64770e4039 100644 --- a/src/main/java/com/plaid/client/model/OAuthRevokeResponse.java +++ b/src/main/java/com/plaid/client/model/OAuthRevokeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Successful OAuth token revoke response */ @ApiModel(description = "Successful OAuth token revoke response") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthRevokeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/OAuthSubjectTokenType.java b/src/main/java/com/plaid/client/model/OAuthSubjectTokenType.java index e9cf2d5fa7..94c0ac0e24 100644 --- a/src/main/java/com/plaid/client/model/OAuthSubjectTokenType.java +++ b/src/main/java/com/plaid/client/model/OAuthSubjectTokenType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OAuthTokenRequest.java b/src/main/java/com/plaid/client/model/OAuthTokenRequest.java index 2ce7424b01..1517f12ccd 100644 --- a/src/main/java/com/plaid/client/model/OAuthTokenRequest.java +++ b/src/main/java/com/plaid/client/model/OAuthTokenRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * OAuth token grant request. */ @ApiModel(description = "OAuth token grant request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthTokenRequest { public static final String SERIALIZED_NAME_GRANT_TYPE = "grant_type"; @SerializedName(SERIALIZED_NAME_GRANT_TYPE) @@ -171,11 +171,11 @@ public OAuthTokenRequest scope(String scope) { } /** - * A JSON string containing a space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` grant type. `mcp:dashboard` allows access to the MCP dashboard server. + * A space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` subject token type. `mcp:dashboard` allows access to the MCP dashboard server. * @return scope **/ @javax.annotation.Nullable - @ApiModelProperty(example = "user:read user:write exchange", value = "A JSON string containing a space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` grant type. `mcp:dashboard` allows access to the MCP dashboard server.") + @ApiModelProperty(example = "user:read user:write exchange", value = "A space-separated list of scopes associated with this token, in the format described in [https://datatracker.ietf.org/doc/html/rfc6749#section-3.3](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). Currently accepted values are: `user:read` allows reading user data. `user:write` allows writing user data. `exchange` allows exchanging a token using the `urn:plaid:params:oauth:user-token` subject token type. `mcp:dashboard` allows access to the MCP dashboard server.") public String getScope() { return scope; diff --git a/src/main/java/com/plaid/client/model/OAuthTokenResponse.java b/src/main/java/com/plaid/client/model/OAuthTokenResponse.java index 9fda6d3971..cb348ddde0 100644 --- a/src/main/java/com/plaid/client/model/OAuthTokenResponse.java +++ b/src/main/java/com/plaid/client/model/OAuthTokenResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * OAuth token grant success response */ @ApiModel(description = "OAuth token grant success response") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OAuthTokenResponse { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) @@ -102,10 +102,10 @@ public OAuthTokenResponse tokenType(String tokenType) { } /** - * Type of token the access token is. Currently it is always Bearer + * The type of the returned token. `Bearer` for OAuth access tokens. * @return tokenType **/ - @ApiModelProperty(example = "Bearer", required = true, value = "Type of token the access token is. Currently it is always Bearer") + @ApiModelProperty(example = "Bearer", required = true, value = "The type of the returned token. `Bearer` for OAuth access tokens.") public String getTokenType() { return tokenType; @@ -127,7 +127,7 @@ public OAuthTokenResponse expiresIn(Integer expiresIn) { * Time remaining in seconds before expiration. * @return expiresIn **/ - @ApiModelProperty(example = "500", required = true, value = "Time remaining in seconds before expiration.") + @ApiModelProperty(example = "900", required = true, value = "Time remaining in seconds before expiration.") public Integer getExpiresIn() { return expiresIn; diff --git a/src/main/java/com/plaid/client/model/OmittableTransferType.java b/src/main/java/com/plaid/client/model/OmittableTransferType.java index 57103ef8b6..d4e8a95729 100644 --- a/src/main/java/com/plaid/client/model/OmittableTransferType.java +++ b/src/main/java/com/plaid/client/model/OmittableTransferType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OptionContract.java b/src/main/java/com/plaid/client/model/OptionContract.java index 096c265f44..903bfff544 100644 --- a/src/main/java/com/plaid/client/model/OptionContract.java +++ b/src/main/java/com/plaid/client/model/OptionContract.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about the option security. For the Sandbox environment, this data is currently only available if the Item is using a [custom Sandbox user](https://plaid.com/docs/sandbox/user-custom/) and the `ticker` field of the custom security follows the [OCC Option Symbol](https://en.wikipedia.org/wiki/Option_symbol#The_OCC_Option_Symbol) standard with no spaces. For an example of simulating this in Sandbox, see the [custom Sandbox GitHub](https://github.com/plaid/sandbox-custom-users). */ @ApiModel(description = "Details about the option security. For the Sandbox environment, this data is currently only available if the Item is using a [custom Sandbox user](https://plaid.com/docs/sandbox/user-custom/) and the `ticker` field of the custom security follows the [OCC Option Symbol](https://en.wikipedia.org/wiki/Option_symbol#The_OCC_Option_Symbol) standard with no spaces. For an example of simulating this in Sandbox, see the [custom Sandbox GitHub](https://github.com/plaid/sandbox-custom-users).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OptionContract { public static final String SERIALIZED_NAME_CONTRACT_TYPE = "contract_type"; @SerializedName(SERIALIZED_NAME_CONTRACT_TYPE) diff --git a/src/main/java/com/plaid/client/model/OriginatingFundSource.java b/src/main/java/com/plaid/client/model/OriginatingFundSource.java index 6216472cf7..f6cf5815e0 100644 --- a/src/main/java/com/plaid/client/model/OriginatingFundSource.java +++ b/src/main/java/com/plaid/client/model/OriginatingFundSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The original source of the funds. This field is required by local regulation for certain businesses (e.g. money remittance) to send payouts to recipients in the EU and UK. */ @ApiModel(description = "The original source of the funds. This field is required by local regulation for certain businesses (e.g. money remittance) to send payouts to recipients in the EU and UK.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OriginatingFundSource { public static final String SERIALIZED_NAME_FULL_NAME = "full_name"; @SerializedName(SERIALIZED_NAME_FULL_NAME) diff --git a/src/main/java/com/plaid/client/model/Originator.java b/src/main/java/com/plaid/client/model/Originator.java index 32e32b5093..4ff5525650 100644 --- a/src/main/java/com/plaid/client/model/Originator.java +++ b/src/main/java/com/plaid/client/model/Originator.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Originator and their status. */ @ApiModel(description = "Originator and their status.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Originator { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java b/src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java index 22919bd6b0..eeeeaccfc7 100644 --- a/src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java +++ b/src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OtherAccountSubtype.java b/src/main/java/com/plaid/client/model/OtherAccountSubtype.java index 166ca79bb0..43e3f17150 100644 --- a/src/main/java/com/plaid/client/model/OtherAccountSubtype.java +++ b/src/main/java/com/plaid/client/model/OtherAccountSubtype.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OtherFilter.java b/src/main/java/com/plaid/client/model/OtherFilter.java index 71cccbf419..5e0d131de5 100644 --- a/src/main/java/com/plaid/client/model/OtherFilter.java +++ b/src/main/java/com/plaid/client/model/OtherFilter.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A filter to apply to `other`-type accounts */ @ApiModel(description = "A filter to apply to `other`-type accounts") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OtherFilter { public static final String SERIALIZED_NAME_ACCOUNT_SUBTYPES = "account_subtypes"; @SerializedName(SERIALIZED_NAME_ACCOUNT_SUBTYPES) diff --git a/src/main/java/com/plaid/client/model/OutlierTransactionsInsights.java b/src/main/java/com/plaid/client/model/OutlierTransactionsInsights.java index 6b9acf1f14..3eab5049f0 100644 --- a/src/main/java/com/plaid/client/model/OutlierTransactionsInsights.java +++ b/src/main/java/com/plaid/client/model/OutlierTransactionsInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Insights into unusually large transactions that exceed typical spending patterns for the account. */ @ApiModel(description = "Insights into unusually large transactions that exceed typical spending patterns for the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OutlierTransactionsInsights { public static final String SERIALIZED_NAME_TRANSACTIONS_COUNT = "transactions_count"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS_COUNT) diff --git a/src/main/java/com/plaid/client/model/OverrideAccountType.java b/src/main/java/com/plaid/client/model/OverrideAccountType.java index 7bca8e3089..3e988a87f9 100644 --- a/src/main/java/com/plaid/client/model/OverrideAccountType.java +++ b/src/main/java/com/plaid/client/model/OverrideAccountType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/OverrideAccounts.java b/src/main/java/com/plaid/client/model/OverrideAccounts.java index f2ee5939e7..789c8e384c 100644 --- a/src/main/java/com/plaid/client/model/OverrideAccounts.java +++ b/src/main/java/com/plaid/client/model/OverrideAccounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,10 +38,10 @@ import java.util.List; /** - * Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead will be calculated from other test data in order to achieve more consistent, realistic test data. + * Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead be calculated from other test data in order to achieve more consistent, realistic test data. */ -@ApiModel(description = "Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead will be calculated from other test data in order to achieve more consistent, realistic test data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Data to use to set values of test accounts. Some values cannot be specified in the schema and will instead be calculated from other test data in order to achieve more consistent, realistic test data.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OverrideAccounts { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/Owner.java b/src/main/java/com/plaid/client/model/Owner.java index b053c1459d..6d9a9bbe21 100644 --- a/src/main/java/com/plaid/client/model/Owner.java +++ b/src/main/java/com/plaid/client/model/Owner.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Data returned from the financial institution about the owner or owners of an account. Only the `names` array must be non-empty. */ @ApiModel(description = "Data returned from the financial institution about the owner or owners of an account. Only the `names` array must be non-empty.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Owner { public static final String SERIALIZED_NAME_NAMES = "names"; @SerializedName(SERIALIZED_NAME_NAMES) diff --git a/src/main/java/com/plaid/client/model/OwnerOverride.java b/src/main/java/com/plaid/client/model/OwnerOverride.java index 378a66ec7a..6b21f9eaad 100644 --- a/src/main/java/com/plaid/client/model/OwnerOverride.java +++ b/src/main/java/com/plaid/client/model/OwnerOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Data about the owner or owners of an account. Any fields not specified will be filled in with default Sandbox information. */ @ApiModel(description = "Data about the owner or owners of an account. Any fields not specified will be filled in with default Sandbox information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class OwnerOverride { public static final String SERIALIZED_NAME_NAMES = "names"; @SerializedName(SERIALIZED_NAME_NAMES) diff --git a/src/main/java/com/plaid/client/model/OwnershipType.java b/src/main/java/com/plaid/client/model/OwnershipType.java index 6c69ef6f86..80066e79b3 100644 --- a/src/main/java/com/plaid/client/model/OwnershipType.java +++ b/src/main/java/com/plaid/client/model/OwnershipType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/POBoxStatus.java b/src/main/java/com/plaid/client/model/POBoxStatus.java index a7aed33fd6..7feac1b25a 100644 --- a/src/main/java/com/plaid/client/model/POBoxStatus.java +++ b/src/main/java/com/plaid/client/model/POBoxStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PSLFStatus.java b/src/main/java/com/plaid/client/model/PSLFStatus.java index ce02729c9c..875557c579 100644 --- a/src/main/java/com/plaid/client/model/PSLFStatus.java +++ b/src/main/java/com/plaid/client/model/PSLFStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the student's eligibility in the Public Service Loan Forgiveness program. This is only returned if the institution is FedLoan (`ins_116527`). Since FedLoan no longer services student loans, this field is no longer returned. */ @ApiModel(description = "Information about the student's eligibility in the Public Service Loan Forgiveness program. This is only returned if the institution is FedLoan (`ins_116527`). Since FedLoan no longer services student loans, this field is no longer returned. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PSLFStatus { public static final String SERIALIZED_NAME_ESTIMATED_ELIGIBILITY_DATE = "estimated_eligibility_date"; @SerializedName(SERIALIZED_NAME_ESTIMATED_ELIGIBILITY_DATE) diff --git a/src/main/java/com/plaid/client/model/Parties.java b/src/main/java/com/plaid/client/model/Parties.java index 5c5c14f19e..ab01b2b203 100644 --- a/src/main/java/com/plaid/client/model/Parties.java +++ b/src/main/java/com/plaid/client/model/Parties.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A collection of objects that define specific parties to a deal. This includes the direct participating parties, such as borrower and seller and the indirect parties such as the credit report provider. */ @ApiModel(description = "A collection of objects that define specific parties to a deal. This includes the direct participating parties, such as borrower and seller and the indirect parties such as the credit report provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Parties { public static final String SERIALIZED_NAME_P_A_R_T_Y = "PARTY"; @SerializedName(SERIALIZED_NAME_P_A_R_T_Y) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerCreateRequest.java b/src/main/java/com/plaid/client/model/PartnerCustomerCreateRequest.java index e5b0236081..9d056fb3a1 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * Request schema for `/partner/customer/create`. */ @ApiModel(description = "Request schema for `/partner/customer/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerCreateResponse.java b/src/main/java/com/plaid/client/model/PartnerCustomerCreateResponse.java index e91812ef4b..87aaed69c2 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/partner/customer/create`. */ @ApiModel(description = "Response schema for `/partner/customer/create`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerCreateResponse { public static final String SERIALIZED_NAME_END_CUSTOMER = "end_customer"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerEnableRequest.java b/src/main/java/com/plaid/client/model/PartnerCustomerEnableRequest.java index 1e30373f7d..5b7fd4aa7f 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerEnableRequest.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerEnableRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request schema for `/partner/customer/enable`. */ @ApiModel(description = "Request schema for `/partner/customer/enable`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerEnableRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerEnableResponse.java b/src/main/java/com/plaid/client/model/PartnerCustomerEnableResponse.java index 64227d5e10..f9fc6d067d 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerEnableResponse.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerEnableResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Response schema for `/partner/customer/enable`. */ @ApiModel(description = "Response schema for `/partner/customer/enable`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerEnableResponse { public static final String SERIALIZED_NAME_PRODUCTION_SECRET = "production_secret"; @SerializedName(SERIALIZED_NAME_PRODUCTION_SECRET) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerGetRequest.java b/src/main/java/com/plaid/client/model/PartnerCustomerGetRequest.java index c69241d9a4..7c91b26ca2 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerGetRequest.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request schema for `/partner/customer/get`. */ @ApiModel(description = "Request schema for `/partner/customer/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerGetResponse.java b/src/main/java/com/plaid/client/model/PartnerCustomerGetResponse.java index 2d9abb362a..3f66fd659a 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerGetResponse.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response schema for `/partner/customer/get`. */ @ApiModel(description = "Response schema for `/partner/customer/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerGetResponse { public static final String SERIALIZED_NAME_END_CUSTOMER = "end_customer"; @SerializedName(SERIALIZED_NAME_END_CUSTOMER) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetRequest.java b/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetRequest.java index 8a86f0c6f3..8533253188 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request schema for `/partner/customer/oauth_institutions/get`. */ @ApiModel(description = "Request schema for `/partner/customer/oauth_institutions/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerOAuthInstitutionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetResponse.java b/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetResponse.java index 2a583f7045..01a53990d4 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerOAuthInstitutionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Response schema for `/partner/customer/oauth_institutions/get`. */ @ApiModel(description = "Response schema for `/partner/customer/oauth_institutions/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerOAuthInstitutionsGetResponse { public static final String SERIALIZED_NAME_FLOWDOWN_STATUS = "flowdown_status"; @SerializedName(SERIALIZED_NAME_FLOWDOWN_STATUS) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerRemoveRequest.java b/src/main/java/com/plaid/client/model/PartnerCustomerRemoveRequest.java index 9970200918..bf5cfe9aff 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request schema for `/partner/customer/remove`. */ @ApiModel(description = "Request schema for `/partner/customer/remove`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerCustomerRemoveResponse.java b/src/main/java/com/plaid/client/model/PartnerCustomerRemoveResponse.java index 0f9f3b42dc..ed19c07fdf 100644 --- a/src/main/java/com/plaid/client/model/PartnerCustomerRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/PartnerCustomerRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Response schema for `/partner/customer/remove`. */ @ApiModel(description = "Response schema for `/partner/customer/remove`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerCustomerRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomer.java b/src/main/java/com/plaid/client/model/PartnerEndCustomer.java index 5c418260ed..4e4daefec5 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomer.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The details for an end customer. */ @ApiModel(description = "The details for an end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomer { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerAddress.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerAddress.java index 5af04db69f..8ae98c7c5e 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerAddress.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The end customer's address. */ @ApiModel(description = "The end customer's address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java index 03c455e580..42b942ffd0 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Assets under management for the given end customer. Required for end customers with monthly service commitments. */ @ApiModel(description = "Assets under management for the given end customer. Required for end customers with monthly service commitments.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerAssetsUnderManagement { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerBankAddendumAcceptance.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerBankAddendumAcceptance.java index 7f318bc46e..2d574e291a 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerBankAddendumAcceptance.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerBankAddendumAcceptance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The bank addendum acceptance for the end customer. */ @ApiModel(description = "The bank addendum acceptance for the end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerBankAddendumAcceptance { public static final String SERIALIZED_NAME_CUSTOMER_ACCEPTED = "customer_accepted"; @SerializedName(SERIALIZED_NAME_CUSTOMER_ACCEPTED) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerBillingContact.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerBillingContact.java index 2ce768d565..9c7faecd13 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerBillingContact.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerBillingContact.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The billing contact for the end customer. Defaults to partner's billing contact if omitted. */ @ApiModel(description = "The billing contact for the end customer. Defaults to partner's billing contact if omitted.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerBillingContact { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAPurposes.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAPurposes.java index 6166e4a243..b4640459fa 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAPurposes.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAPurposes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A map of permissible purposes to their corresponding use cases. */ @ApiModel(description = "A map of permissible purposes to their corresponding use cases.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerCRAPurposes { public static final String SERIALIZED_NAME_W_R_I_T_T_E_N_I_N_S_T_R_U_C_T_I_O_N = "WRITTEN_INSTRUCTION"; @SerializedName(SERIALIZED_NAME_W_R_I_T_T_E_N_I_N_S_T_R_U_C_T_I_O_N) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAQuestionnaire.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAQuestionnaire.java index f7428c08ed..b24c6f3a88 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAQuestionnaire.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAQuestionnaire.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The CRA questionnaire for the end customer. */ @ApiModel(description = "The CRA questionnaire for the end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerCRAQuestionnaire { public static final String SERIALIZED_NAME_PURPOSES = "purposes"; @SerializedName(SERIALIZED_NAME_PURPOSES) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCase.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCase.java index 4ea79bd349..0943762802 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCase.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCase.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCases.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCases.java index 93a4646fee..a7e24f5631 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCases.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerCRAUseCases.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The list of use cases associated with a given permissible purpose. */ @ApiModel(description = "The list of use cases associated with a given permissible purpose.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerCRAUseCases { public static final String SERIALIZED_NAME_USE_CASES = "use_cases"; @SerializedName(SERIALIZED_NAME_USE_CASES) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerCustomerSupportInfo.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerCustomerSupportInfo.java index c10c850123..17202a75d3 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerCustomerSupportInfo.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerCustomerSupportInfo.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * This information is public. Users of your app will see this information when managing connections between your app and their bank accounts in Plaid Portal. Defaults to partner's customer support info if omitted. This field is mandatory for partners whose Plaid accounts were created after November 26, 2024 and will be mandatory for all partners by the 1033 compliance deadline. */ @ApiModel(description = "This information is public. Users of your app will see this information when managing connections between your app and their bank accounts in Plaid Portal. Defaults to partner's customer support info if omitted. This field is mandatory for partners whose Plaid accounts were created after November 26, 2024 and will be mandatory for all partners by the 1033 compliance deadline.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerCustomerSupportInfo { public static final String SERIALIZED_NAME_EMAIL = "email"; @SerializedName(SERIALIZED_NAME_EMAIL) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerFlowdownStatus.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerFlowdownStatus.java index 91603f46fd..2283019ec6 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerFlowdownStatus.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerFlowdownStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitution.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitution.java index a5ae8b77b2..9d9629c76d 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitution.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitution.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The OAuth registration information for an institution. */ @ApiModel(description = "The OAuth registration information for an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerOAuthInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionApplicationStatus.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionApplicationStatus.java index 58acb0f77d..15d27a7fab 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionApplicationStatus.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionApplicationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionEnvironments.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionEnvironments.java index bd1ca68dff..75b7317e8f 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionEnvironments.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthInstitutionEnvironments.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Registration statuses by environment. */ @ApiModel(description = "Registration statuses by environment.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerOAuthInstitutionEnvironments { public static final String SERIALIZED_NAME_DEVELOPMENT = "development"; @SerializedName(SERIALIZED_NAME_DEVELOPMENT) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedValues.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedValues.java index 132fd2167a..d2847b46a0 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedValues.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedValues.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedWebhook.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedWebhook.java index bd8c9d1af9..c7ca0d04a8 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerOAuthStatusUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The webhook of type `PARTNER` and code `END_CUSTOMER_OAUTH_STATUS_UPDATED` will be fired when a partner's end customer has an update on their OAuth registration status with an institution. */ @ApiModel(description = "The webhook of type `PARTNER` and code `END_CUSTOMER_OAUTH_STATUS_UPDATED` will be fired when a partner's end customer has an update on their OAuth registration status with an institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerOAuthStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaireStatus.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaireStatus.java index 70ccf148f8..038013edad 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaireStatus.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaireStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaires.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaires.java index 1241589f3e..6db619bc6e 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaires.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerQuestionnaires.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The questionnaires for the end customer. */ @ApiModel(description = "The questionnaires for the end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerQuestionnaires { public static final String SERIALIZED_NAME_CRA = "cra"; @SerializedName(SERIALIZED_NAME_CRA) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerRequirementDue.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerRequirementDue.java index d796e8e043..834332463f 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerRequirementDue.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerRequirementDue.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerSecrets.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerSecrets.java index 2919004260..f1d5425c24 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerSecrets.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerSecrets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The secrets for the newly created end customer. */ @ApiModel(description = "The secrets for the newly created end customer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerSecrets { public static final String SERIALIZED_NAME_SANDBOX = "sandbox"; @SerializedName(SERIALIZED_NAME_SANDBOX) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerStatus.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerStatus.java index df8a4f5bf8..d003a47cff 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerStatus.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerTechnicalContact.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerTechnicalContact.java index c28a9adf54..b853f3dfdd 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerTechnicalContact.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerTechnicalContact.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The technical contact for the end customer. Defaults to partner's technical contact if omitted. */ @ApiModel(description = "The technical contact for the end customer. Defaults to partner's technical contact if omitted.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerTechnicalContact { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecrets.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecrets.java index 86491cba11..2f4ca2c505 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecrets.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecrets.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The details for the newly created end customer, including secrets for non-Production environments. */ @ApiModel(description = "The details for the newly created end customer, including secrets for non-Production environments.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerWithSecrets { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecretsAllOf.java b/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecretsAllOf.java index f2e76e8f06..8b19cdc96c 100644 --- a/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecretsAllOf.java +++ b/src/main/java/com/plaid/client/model/PartnerEndCustomerWithSecretsAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * PartnerEndCustomerWithSecretsAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartnerEndCustomerWithSecretsAllOf { public static final String SERIALIZED_NAME_SECRETS = "secrets"; @SerializedName(SERIALIZED_NAME_SECRETS) diff --git a/src/main/java/com/plaid/client/model/Party.java b/src/main/java/com/plaid/client/model/Party.java index 4639df8fbf..c87dca650f 100644 --- a/src/main/java/com/plaid/client/model/Party.java +++ b/src/main/java/com/plaid/client/model/Party.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.io.IOException; /** - * A collection of information about a single party to a transaction. Included direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider. + * A collection of information about a single party to a transaction. Includes direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider. */ -@ApiModel(description = "A collection of information about a single party to a transaction. Included direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "A collection of information about a single party to a transaction. Includes direct participants like the borrower and seller as well as indirect participants such as the flood certificate provider.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Party { public static final String SERIALIZED_NAME_I_N_D_I_V_I_D_U_A_L = "INDIVIDUAL"; @SerializedName(SERIALIZED_NAME_I_N_D_I_V_I_D_U_A_L) diff --git a/src/main/java/com/plaid/client/model/PartyIndividual.java b/src/main/java/com/plaid/client/model/PartyIndividual.java index dd4e91b0f7..e98c164452 100644 --- a/src/main/java/com/plaid/client/model/PartyIndividual.java +++ b/src/main/java/com/plaid/client/model/PartyIndividual.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PartyIndividual { public static final String SERIALIZED_NAME_N_A_M_E = "NAME"; @SerializedName(SERIALIZED_NAME_N_A_M_E) diff --git a/src/main/java/com/plaid/client/model/PartyRoleType.java b/src/main/java/com/plaid/client/model/PartyRoleType.java index 5285fb9f31..5e7ed1f2e8 100644 --- a/src/main/java/com/plaid/client/model/PartyRoleType.java +++ b/src/main/java/com/plaid/client/model/PartyRoleType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Pay.java b/src/main/java/com/plaid/client/model/Pay.java index b8275cfee6..f9a13a0f1a 100644 --- a/src/main/java/com/plaid/client/model/Pay.java +++ b/src/main/java/com/plaid/client/model/Pay.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing a monetary amount. */ @ApiModel(description = "An object representing a monetary amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Pay { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PayFrequency.java b/src/main/java/com/plaid/client/model/PayFrequency.java index efb22269ba..abd40b7b28 100644 --- a/src/main/java/com/plaid/client/model/PayFrequency.java +++ b/src/main/java/com/plaid/client/model/PayFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The frequency of the pay period. */ @ApiModel(description = "The frequency of the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayFrequency { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/PayFrequencyValue.java b/src/main/java/com/plaid/client/model/PayFrequencyValue.java index dc4ac7e58e..2854129e00 100644 --- a/src/main/java/com/plaid/client/model/PayFrequencyValue.java +++ b/src/main/java/com/plaid/client/model/PayFrequencyValue.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PayPeriodDetails.java b/src/main/java/com/plaid/client/model/PayPeriodDetails.java index c5d414b586..a39018220a 100644 --- a/src/main/java/com/plaid/client/model/PayPeriodDetails.java +++ b/src/main/java/com/plaid/client/model/PayPeriodDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Details about the pay period. */ @ApiModel(description = "Details about the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayPeriodDetails { public static final String SERIALIZED_NAME_CHECK_AMOUNT = "check_amount"; @SerializedName(SERIALIZED_NAME_CHECK_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PayPeriodDetailsPayFrequency.java b/src/main/java/com/plaid/client/model/PayPeriodDetailsPayFrequency.java index 9bb3329b84..5ecc5d0897 100644 --- a/src/main/java/com/plaid/client/model/PayPeriodDetailsPayFrequency.java +++ b/src/main/java/com/plaid/client/model/PayPeriodDetailsPayFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PayStubDeductionsBreakdown.java b/src/main/java/com/plaid/client/model/PayStubDeductionsBreakdown.java index 3c6b087db0..737f378acb 100644 --- a/src/main/java/com/plaid/client/model/PayStubDeductionsBreakdown.java +++ b/src/main/java/com/plaid/client/model/PayStubDeductionsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the deduction line items for the pay period */ @ApiModel(description = "An object representing the deduction line items for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubDeductionsBreakdown { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -127,11 +127,11 @@ public PayStubDeductionsBreakdown unofficialCurrencyCode(String unofficialCurren } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/PayStubDeductionsTotal.java b/src/main/java/com/plaid/client/model/PayStubDeductionsTotal.java index d6b4c90d13..7f8dc9723a 100644 --- a/src/main/java/com/plaid/client/model/PayStubDeductionsTotal.java +++ b/src/main/java/com/plaid/client/model/PayStubDeductionsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the total deductions for the pay period */ @ApiModel(description = "An object representing the total deductions for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubDeductionsTotal { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -100,11 +100,11 @@ public PayStubDeductionsTotal unofficialCurrencyCode(String unofficialCurrencyCo } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/PayStubDistributionBreakdown.java b/src/main/java/com/plaid/client/model/PayStubDistributionBreakdown.java index 174dbae234..3a9a40f917 100644 --- a/src/main/java/com/plaid/client/model/PayStubDistributionBreakdown.java +++ b/src/main/java/com/plaid/client/model/PayStubDistributionBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the accounts that the payment was distributed to. */ @ApiModel(description = "Information about the accounts that the payment was distributed to.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubDistributionBreakdown { public static final String SERIALIZED_NAME_ACCOUNT_NAME = "account_name"; @SerializedName(SERIALIZED_NAME_ACCOUNT_NAME) @@ -204,11 +204,11 @@ public PayStubDistributionBreakdown unofficialCurrencyCode(String unofficialCurr } /** - * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/PayStubEarningsBreakdown.java b/src/main/java/com/plaid/client/model/PayStubEarningsBreakdown.java index 9d3f460a78..abdc67fd76 100644 --- a/src/main/java/com/plaid/client/model/PayStubEarningsBreakdown.java +++ b/src/main/java/com/plaid/client/model/PayStubEarningsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing the earnings line items for the pay period. */ @ApiModel(description = "An object representing the earnings line items for the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubEarningsBreakdown { public static final String SERIALIZED_NAME_CANONICAL_DESCRIPTION = "canonical_description"; @SerializedName(SERIALIZED_NAME_CANONICAL_DESCRIPTION) @@ -209,11 +209,11 @@ public PayStubEarningsBreakdown unofficialCurrencyCode(String unofficialCurrency } /** - * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -232,11 +232,11 @@ public PayStubEarningsBreakdown ytdAmount(Double ytdAmount) { } /** - * The year-to-date amount of the deduction. + * The year-to-date amount of the line item. * @return ytdAmount **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The year-to-date amount of the deduction.") + @ApiModelProperty(required = true, value = "The year-to-date amount of the line item.") public Double getYtdAmount() { return ytdAmount; diff --git a/src/main/java/com/plaid/client/model/PayStubEarningsTotal.java b/src/main/java/com/plaid/client/model/PayStubEarningsTotal.java index 28853c2800..9559631bc4 100644 --- a/src/main/java/com/plaid/client/model/PayStubEarningsTotal.java +++ b/src/main/java/com/plaid/client/model/PayStubEarningsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing both the current pay period and year to date amount for an earning category. */ @ApiModel(description = "An object representing both the current pay period and year to date amount for an earning category.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubEarningsTotal { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) @@ -128,11 +128,11 @@ public PayStubEarningsTotal unofficialCurrencyCode(String unofficialCurrencyCode } /** - * The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the line item. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/PayStubPayPeriodDetails.java b/src/main/java/com/plaid/client/model/PayStubPayPeriodDetails.java index e7bed5c41c..f79e896095 100644 --- a/src/main/java/com/plaid/client/model/PayStubPayPeriodDetails.java +++ b/src/main/java/com/plaid/client/model/PayStubPayPeriodDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Details about the pay period. */ @ApiModel(description = "Details about the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubPayPeriodDetails { public static final String SERIALIZED_NAME_PAY_AMOUNT = "pay_amount"; @SerializedName(SERIALIZED_NAME_PAY_AMOUNT) @@ -294,11 +294,11 @@ public PayStubPayPeriodDetails unofficialCurrencyCode(String unofficialCurrencyC } /** - * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the net pay. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; diff --git a/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java b/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java index 4fa96023ad..4cd77be91d 100644 --- a/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java +++ b/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Taxpayer ID of the individual receiving the paystub. */ @ApiModel(description = "Taxpayer ID of the individual receiving the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayStubTaxpayerID { public static final String SERIALIZED_NAME_ID_TYPE = "id_type"; @SerializedName(SERIALIZED_NAME_ID_TYPE) diff --git a/src/main/java/com/plaid/client/model/PaymentAmount.java b/src/main/java/com/plaid/client/model/PaymentAmount.java index 23a2e79cbd..f3499502a9 100644 --- a/src/main/java/com/plaid/client/model/PaymentAmount.java +++ b/src/main/java/com/plaid/client/model/PaymentAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The amount and currency of a payment */ @ApiModel(description = "The amount and currency of a payment") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentAmount { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentAmountCurrency.java b/src/main/java/com/plaid/client/model/PaymentAmountCurrency.java index bbd7f79a14..30a200c06f 100644 --- a/src/main/java/com/plaid/client/model/PaymentAmountCurrency.java +++ b/src/main/java/com/plaid/client/model/PaymentAmountCurrency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentAmountNullable.java b/src/main/java/com/plaid/client/model/PaymentAmountNullable.java index ee866ea3cd..488ad80640 100644 --- a/src/main/java/com/plaid/client/model/PaymentAmountNullable.java +++ b/src/main/java/com/plaid/client/model/PaymentAmountNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The amount and currency of a payment */ @ApiModel(description = "The amount and currency of a payment") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentAmountNullable { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentAmountRefunded.java b/src/main/java/com/plaid/client/model/PaymentAmountRefunded.java index d8b26f2c39..e84e78a511 100644 --- a/src/main/java/com/plaid/client/model/PaymentAmountRefunded.java +++ b/src/main/java/com/plaid/client/model/PaymentAmountRefunded.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The amount and currency of a payment */ @ApiModel(description = "The amount and currency of a payment") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentAmountRefunded { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentAmountToRefund.java b/src/main/java/com/plaid/client/model/PaymentAmountToRefund.java index f485fdae62..c6954ded0d 100644 --- a/src/main/java/com/plaid/client/model/PaymentAmountToRefund.java +++ b/src/main/java/com/plaid/client/model/PaymentAmountToRefund.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The amount and currency of a payment */ @ApiModel(description = "The amount and currency of a payment") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentAmountToRefund { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentChannel.java b/src/main/java/com/plaid/client/model/PaymentChannel.java index 03e4bbbcbe..26d1a32b2c 100644 --- a/src/main/java/com/plaid/client/model/PaymentChannel.java +++ b/src/main/java/com/plaid/client/model/PaymentChannel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java b/src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java index 38326aa60d..eb4d98411f 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Maximum amount of a single payment initiated using the payment consent. */ @ApiModel(description = "Maximum amount of a single payment initiated using the payment consent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentConsentMaxPaymentAmount { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAlignment.java b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAlignment.java index c6fbb4d14c..1c080cb6de 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAlignment.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAlignment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmount.java b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmount.java index 960b15f986..a6ff209ae4 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmount.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines consent payments limitations per period. */ @ApiModel(description = "Defines consent payments limitations per period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentConsentPeriodicAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmountAmount.java b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmountAmount.java index 094d94f011..514ba3f002 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmountAmount.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicAmountAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Maximum cumulative amount for all payments in the specified interval. */ @ApiModel(description = "Maximum cumulative amount for all payments in the specified interval.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentConsentPeriodicAmountAmount { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) diff --git a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicInterval.java b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicInterval.java index 5cf88cccc1..a7db5c9908 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentPeriodicInterval.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentPeriodicInterval.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentConsentValidDateTime.java b/src/main/java/com/plaid/client/model/PaymentConsentValidDateTime.java index fc73987ca6..2c47357116 100644 --- a/src/main/java/com/plaid/client/model/PaymentConsentValidDateTime.java +++ b/src/main/java/com/plaid/client/model/PaymentConsentValidDateTime.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Life span for the payment consent. After the `to` date the payment consent expires and can no longer be used for payment initiation. */ @ApiModel(description = "Life span for the payment consent. After the `to` date the payment consent expires and can no longer be used for payment initiation.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentConsentValidDateTime { public static final String SERIALIZED_NAME_FROM = "from"; @SerializedName(SERIALIZED_NAME_FROM) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationAddress.java b/src/main/java/com/plaid/client/model/PaymentInitiationAddress.java index 46a393dbc1..88d421d971 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationAddress.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The optional address of the payment recipient's bank account. Required by most institutions outside of the UK. */ @ApiModel(description = "The optional address of the payment recipient's bank account. Required by most institutions outside of the UK.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsent.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsent.java index 1340d659f6..80a139a769 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsent.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * PaymentInitiationConsent defines a payment initiation consent. */ @ApiModel(description = "PaymentInitiationConsent defines a payment initiation consent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsent { public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; @SerializedName(SERIALIZED_NAME_CONSENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentConstraints.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentConstraints.java index 49cba3bcb7..a20949052d 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentConstraints.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentConstraints.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Limitations that will be applied to payments initiated using the payment consent. */ @ApiModel(description = "Limitations that will be applied to payments initiated using the payment consent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentConstraints { public static final String SERIALIZED_NAME_VALID_DATE_TIME = "valid_date_time"; @SerializedName(SERIALIZED_NAME_VALID_DATE_TIME) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateRequest.java index 0de49ef734..0bf60f12eb 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * PaymentInitiationConsentCreateRequest defines the request schema for `/payment_initiation/consent/create` */ @ApiModel(description = "PaymentInitiationConsentCreateRequest defines the request schema for `/payment_initiation/consent/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateResponse.java index b5980d24f5..35309753ae 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * PaymentInitiationConsentCreateResponse defines the response schema for `/payment_initiation/consent/create` */ @ApiModel(description = "PaymentInitiationConsentCreateResponse defines the response schema for `/payment_initiation/consent/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentCreateResponse { public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; @SerializedName(SERIALIZED_NAME_CONSENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetRequest.java index 4358c35b87..2104f430a6 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationConsentGetRequest defines the request schema for `/payment_initiation/consent/get` */ @ApiModel(description = "PaymentInitiationConsentGetRequest defines the request schema for `/payment_initiation/consent/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetResponse.java index 8d386ecb49..809b3fb69e 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * PaymentInitiationConsentGetResponse defines the response schema for `/payment_initiation/consent/get` */ @ApiModel(description = "PaymentInitiationConsentGetResponse defines the response schema for `/payment_initiation/consent/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentGetResponse { public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; @SerializedName(SERIALIZED_NAME_CONSENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerDetails.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerDetails.java index a869161ddc..26e4077f66 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerDetails.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * An object representing the payment consent payer details. Payer `name` and account `numbers` are required to lock the account to which the consent can be created. */ @ApiModel(description = "An object representing the payment consent payer details. Payer `name` and account `numbers` are required to lock the account to which the consent can be created.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentPayerDetails { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerNumbers.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerNumbers.java index cae406a206..41da059ee5 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerNumbers.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPayerNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.io.IOException; /** - * The counterparty's bank account numbers. Exactly one of IBAN or Bacs data is required. + * The payer's bank account numbers. Exactly one of IBAN or Bacs data is required. */ -@ApiModel(description = "The counterparty's bank account numbers. Exactly one of IBAN or Bacs data is required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The payer's bank account numbers. Exactly one of IBAN or Bacs data is required.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentPayerNumbers { public static final String SERIALIZED_NAME_BACS = "bacs"; @SerializedName(SERIALIZED_NAME_BACS) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteRequest.java index d185c94d52..80a9a58cb6 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * PaymentInitiationConsentPaymentExecuteRequest defines the request schema for `/payment_initiation/consent/payment/execute` */ @ApiModel(description = "PaymentInitiationConsentPaymentExecuteRequest defines the request schema for `/payment_initiation/consent/payment/execute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentPaymentExecuteRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteResponse.java index 009f3f60ee..0035d342b8 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentPaymentExecuteResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * PaymentInitiationConsentPaymentExecuteResponse defines the response schema for `/payment_initiation/consent/payment/execute` */ @ApiModel(description = "PaymentInitiationConsentPaymentExecuteResponse defines the response schema for `/payment_initiation/consent/payment/execute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentPaymentExecuteResponse { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentProcessingMode.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentProcessingMode.java index 70344d1ca6..ac8891c538 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentProcessingMode.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentProcessingMode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeRequest.java index 2cee4a1135..8f322480f1 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationConsentRevokeRequest defines the request schema for `/payment_initiation/consent/revoke` */ @ApiModel(description = "PaymentInitiationConsentRevokeRequest defines the request schema for `/payment_initiation/consent/revoke`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentRevokeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeResponse.java index 109e9f2582..4190854da9 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentRevokeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationConsentRevokeResponse defines the response schema for `/payment_initiation/consent/revoke` */ @ApiModel(description = "PaymentInitiationConsentRevokeResponse defines the response schema for `/payment_initiation/consent/revoke`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentRevokeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentScope.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentScope.java index 9f3b3a26d2..9905f9a31c 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentScope.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentScope.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatus.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatus.java index a26134fad2..321fe3fb30 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatus.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java index 3f4cb45a21..f1f352eb73 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Fired when the status of a payment consent has changed. */ @ApiModel(description = "Fired when the status of a payment consent has changed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationConsentStatusUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationConsentType.java b/src/main/java/com/plaid/client/model/PaymentInitiationConsentType.java index ca2ed2247a..a189815bd9 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationConsentType.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationConsentType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationMetadata.java b/src/main/java/com/plaid/client/model/PaymentInitiationMetadata.java index 7cfdec04c1..6fe2bb6dc2 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationMetadata.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Metadata that captures what specific payment configurations an institution supports when making Payment Initiation requests. */ @ApiModel(description = "Metadata that captures what specific payment configurations an institution supports when making Payment Initiation requests.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationMetadata { public static final String SERIALIZED_NAME_SUPPORTS_INTERNATIONAL_PAYMENTS = "supports_international_payments"; @SerializedName(SERIALIZED_NAME_SUPPORTS_INTERNATIONAL_PAYMENTS) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationOptionalRestrictionBacs.java b/src/main/java/com/plaid/client/model/PaymentInitiationOptionalRestrictionBacs.java index a7ae2f4fb3..5f25cfb9d7 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationOptionalRestrictionBacs.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationOptionalRestrictionBacs.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object used to restrict the accounts used for payments. If provided, the end user will be able to send payments only from the specified bank account. */ @ApiModel(description = "An optional object used to restrict the accounts used for payments. If provided, the end user will be able to send payments only from the specified bank account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationOptionalRestrictionBacs { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPayment.java b/src/main/java/com/plaid/client/model/PaymentInitiationPayment.java index 86d109ad4a..6e13cd5690 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPayment.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPayment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * PaymentInitiationPayment defines a payment initiation payment */ @ApiModel(description = "PaymentInitiationPayment defines a payment initiation payment") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPayment { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) @@ -262,10 +262,10 @@ public PaymentInitiationPayment lastStatusUpdate(OffsetDateTime lastStatusUpdate } /** - * The date and time of the last time the `status` was updated, in IS0 8601 format + * The date and time of the last time the `status` was updated, in ISO 8601 format * @return lastStatusUpdate **/ - @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in IS0 8601 format") + @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in ISO 8601 format") public OffsetDateTime getLastStatusUpdate() { return lastStatusUpdate; diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateRequest.java index 2c745932d3..d52cb7b2bd 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * PaymentInitiationPaymentCreateRequest defines the request schema for `/payment_initiation/payment/create` */ @ApiModel(description = "PaymentInitiationPaymentCreateRequest defines the request schema for `/payment_initiation/payment/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateResponse.java index 1ac2058f21..6e8d1cfbaf 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * PaymentInitiationPaymentCreateResponse defines the response schema for `/payment_initiation/payment/create` */ @ApiModel(description = "PaymentInitiationPaymentCreateResponse defines the response schema for `/payment_initiation/payment/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentCreateResponse { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateStatus.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateStatus.java index 253f9559b5..8167b27d9d 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateStatus.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetRequest.java index 44cb5e69c0..17ebf1da4d 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationPaymentGetRequest defines the request schema for `/payment_initiation/payment/get` */ @ApiModel(description = "PaymentInitiationPaymentGetRequest defines the request schema for `/payment_initiation/payment/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetResponse.java index 3cb7d145b3..e9e5426faf 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -41,7 +41,7 @@ * PaymentInitiationPaymentGetResponse defines the response schema for `/payment_initiation/payment/get` */ @ApiModel(description = "PaymentInitiationPaymentGetResponse defines the response schema for `/payment_initiation/payment/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentGetResponse { public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) @@ -268,10 +268,10 @@ public PaymentInitiationPaymentGetResponse lastStatusUpdate(OffsetDateTime lastS } /** - * The date and time of the last time the `status` was updated, in IS0 8601 format + * The date and time of the last time the `status` was updated, in ISO 8601 format * @return lastStatusUpdate **/ - @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in IS0 8601 format") + @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in ISO 8601 format") public OffsetDateTime getLastStatusUpdate() { return lastStatusUpdate; diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListRequest.java index d8f28ad384..eb06328447 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * PaymentInitiationPaymentListRequest defines the request schema for `/payment_initiation/payment/list` */ @ApiModel(description = "PaymentInitiationPaymentListRequest defines the request schema for `/payment_initiation/payment/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListResponse.java index 3484a0280d..971ffadf28 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * PaymentInitiationPaymentListResponse defines the response schema for `/payment_initiation/payment/list` */ @ApiModel(description = "PaymentInitiationPaymentListResponse defines the response schema for `/payment_initiation/payment/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentListResponse { public static final String SERIALIZED_NAME_PAYMENTS = "payments"; @SerializedName(SERIALIZED_NAME_PAYMENTS) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseRequest.java index c4afbc4446..e91217727c 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * PaymentInitiationPaymentReverseRequest defines the request schema for `/payment_initiation/payment/reverse` */ @ApiModel(description = "PaymentInitiationPaymentReverseRequest defines the request schema for `/payment_initiation/payment/reverse`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentReverseRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseResponse.java index 3c63121b0c..e8d9027a9a 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentReverseResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * PaymentInitiationPaymentReverseResponse defines the response schema for `/payment_initiation/payment/reverse` */ @ApiModel(description = "PaymentInitiationPaymentReverseResponse defines the response schema for `/payment_initiation/payment/reverse`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentReverseResponse { public static final String SERIALIZED_NAME_REFUND_ID = "refund_id"; @SerializedName(SERIALIZED_NAME_REFUND_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentStatus.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentStatus.java index a6b2d4160d..d919f24e40 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentStatus.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateRequest.java index abb0676c43..ba61afcda2 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationPaymentTokenCreateRequest defines the request schema for `/payment_initiation/payment/token/create` */ @ApiModel(description = "PaymentInitiationPaymentTokenCreateRequest defines the request schema for `/payment_initiation/payment/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateResponse.java index 4e8a0ea257..795c5c6541 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * PaymentInitiationPaymentTokenCreateResponse defines the response schema for `/payment_initiation/payment/token/create` */ @ApiModel(description = "PaymentInitiationPaymentTokenCreateResponse defines the response schema for `/payment_initiation/payment/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationPaymentTokenCreateResponse { public static final String SERIALIZED_NAME_PAYMENT_TOKEN = "payment_token"; @SerializedName(SERIALIZED_NAME_PAYMENT_TOKEN) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipient.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipient.java index 5095e1cfcc..a4d2a9d0c8 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipient.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipient.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * PaymentInitiationRecipient defines a payment initiation recipient */ @ApiModel(description = "PaymentInitiationRecipient defines a payment initiation recipient") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipient { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateRequest.java index a618bda094..92ec823be2 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * PaymentInitiationRecipientCreateRequest defines the request schema for `/payment_initiation/recipient/create` */ @ApiModel(description = "PaymentInitiationRecipientCreateRequest defines the request schema for `/payment_initiation/recipient/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateResponse.java index 208fecac72..eb17e314a4 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationRecipientCreateResponse defines the response schema for `/payment_initiation/recipient/create` */ @ApiModel(description = "PaymentInitiationRecipientCreateResponse defines the response schema for `/payment_initiation/recipient/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientCreateResponse { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetRequest.java index 12a025833a..cad995664a 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationRecipientGetRequest defines the request schema for `/payment_initiation/recipient/get` */ @ApiModel(description = "PaymentInitiationRecipientGetRequest defines the request schema for `/payment_initiation/recipient/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponse.java index 63c806d664..1b6bfa55f1 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * PaymentInitiationRecipientGetResponse defines the response schema for `/payment_initiation/recipient/get` */ @ApiModel(description = "PaymentInitiationRecipientGetResponse defines the response schema for `/payment_initiation/recipient/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientGetResponse { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponseAllOf.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponseAllOf.java index e7e863525e..d90940cafa 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponseAllOf.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientGetResponseAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * PaymentInitiationRecipientGetResponseAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientGetResponseAllOf { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListRequest.java index 99d1ebd251..a2fc15bfd3 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentInitiationRecipientListRequest defines the request schema for `/payment_initiation/recipient/list` */ @ApiModel(description = "PaymentInitiationRecipientListRequest defines the request schema for `/payment_initiation/recipient/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListResponse.java b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListResponse.java index 5eaaf97698..f269c0c324 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationRecipientListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * PaymentInitiationRecipientListResponse defines the response schema for `/payment_initiation/recipient/list` */ @ApiModel(description = "PaymentInitiationRecipientListResponse defines the response schema for `/payment_initiation/recipient/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationRecipientListResponse { public static final String SERIALIZED_NAME_RECIPIENTS = "recipients"; @SerializedName(SERIALIZED_NAME_RECIPIENTS) diff --git a/src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java b/src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java index b96719bac3..deada709c0 100644 --- a/src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java +++ b/src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Metadata specifically related to valid Payment Initiation standing order configurations for the institution. */ @ApiModel(description = "Metadata specifically related to valid Payment Initiation standing order configurations for the institution.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentInitiationStandingOrderMetadata { public static final String SERIALIZED_NAME_SUPPORTS_STANDING_ORDER_END_DATE = "supports_standing_order_end_date"; @SerializedName(SERIALIZED_NAME_SUPPORTS_STANDING_ORDER_END_DATE) diff --git a/src/main/java/com/plaid/client/model/PaymentMeta.java b/src/main/java/com/plaid/client/model/PaymentMeta.java index 1a53c653c3..29787acd7d 100644 --- a/src/main/java/com/plaid/client/model/PaymentMeta.java +++ b/src/main/java/com/plaid/client/model/PaymentMeta.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, the `payment_meta` key will always appear, but no data elements are guaranteed. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, the `payment_meta` key will always appear, but no data elements are guaranteed. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. */ -@ApiModel(description = "Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, the `payment_meta` key will always appear, but no data elements are guaranteed. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Transaction information specific to inter-bank transfers. If the transaction was not an inter-bank transfer, all fields will be `null`. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, the `payment_meta` key will always appear, but no data elements are guaranteed. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentMeta { public static final String SERIALIZED_NAME_REFERENCE_NUMBER = "reference_number"; @SerializedName(SERIALIZED_NAME_REFERENCE_NUMBER) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentProfileCreateRequest.java index e7aea53d56..3f82c0776c 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileCreateRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentProfileCreateRequest defines the request schema for `/payment_profile/create` */ @ApiModel(description = "PaymentProfileCreateRequest defines the request schema for `/payment_profile/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileCreateResponse.java b/src/main/java/com/plaid/client/model/PaymentProfileCreateResponse.java index fd850a1a77..7fc2c79601 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileCreateResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentProfileCreateResponse defines the response schema for `/payment_profile/create` */ @ApiModel(description = "PaymentProfileCreateResponse defines the response schema for `/payment_profile/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileCreateResponse { public static final String SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN = "payment_profile_token"; @SerializedName(SERIALIZED_NAME_PAYMENT_PROFILE_TOKEN) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileGetRequest.java b/src/main/java/com/plaid/client/model/PaymentProfileGetRequest.java index 6208c4a572..f4aebda754 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileGetRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentProfileGetRequest defines the request schema for `/payment_profile/get` */ @ApiModel(description = "PaymentProfileGetRequest defines the request schema for `/payment_profile/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileGetResponse.java b/src/main/java/com/plaid/client/model/PaymentProfileGetResponse.java index 0da3940e74..99c15ea0d0 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileGetResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * PaymentProfileGetResponse defines the response schema for `/payment_profile/get` */ @ApiModel(description = "PaymentProfileGetResponse defines the response schema for `/payment_profile/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileGetResponse { public static final String SERIALIZED_NAME_UPDATED_AT = "updated_at"; @SerializedName(SERIALIZED_NAME_UPDATED_AT) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileRemoveRequest.java b/src/main/java/com/plaid/client/model/PaymentProfileRemoveRequest.java index 9c178e6623..6feafcef4f 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentProfileRemoveRequest defines the request schema for `/payment_profile/remove` */ @ApiModel(description = "PaymentProfileRemoveRequest defines the request schema for `/payment_profile/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileRemoveResponse.java b/src/main/java/com/plaid/client/model/PaymentProfileRemoveResponse.java index bd67606813..acd4ec37a0 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * PaymentProfileRemoveResponse defines the response schema for `/payment_profile/remove` */ @ApiModel(description = "PaymentProfileRemoveResponse defines the response schema for `/payment_profile/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentProfileRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/PaymentProfileStatus.java b/src/main/java/com/plaid/client/model/PaymentProfileStatus.java index da8ecdce41..9ff06a3f98 100644 --- a/src/main/java/com/plaid/client/model/PaymentProfileStatus.java +++ b/src/main/java/com/plaid/client/model/PaymentProfileStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentScheduleInterval.java b/src/main/java/com/plaid/client/model/PaymentScheduleInterval.java index 486f1eef89..8e2df45611 100644 --- a/src/main/java/com/plaid/client/model/PaymentScheduleInterval.java +++ b/src/main/java/com/plaid/client/model/PaymentScheduleInterval.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentScheme.java b/src/main/java/com/plaid/client/model/PaymentScheme.java index 600a2d711a..3f70ca58f9 100644 --- a/src/main/java/com/plaid/client/model/PaymentScheme.java +++ b/src/main/java/com/plaid/client/model/PaymentScheme.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaymentStatusUpdateWebhook.java b/src/main/java/com/plaid/client/model/PaymentStatusUpdateWebhook.java index d5bf10d5a2..b19946de0f 100644 --- a/src/main/java/com/plaid/client/model/PaymentStatusUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/PaymentStatusUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,10 +30,10 @@ import java.time.OffsetDateTime; /** - * Fired when the status of a payment has changed. For a full explanation of payment statuses and how to handle each, see the [Payment Status guide](https://plaid.com/docs/payment-initiation/payment-status/). Note: Plaid payment statuses do not constitute proof that funds have arrived in the recipient's account. Do not use `new_payment_status` to confirm fund settlement. + * Fired when the status of a payment has changed. For a full explanation of payment statuses and how to handle each, see the [Payment Status guide](https://plaid.com/docs/payment-initiation/payment-status/). Note: For standard Payment Initiation, Plaid payment statuses do not constitute proof that funds have arrived in the recipient's account, and you should not use `new_payment_status` to confirm fund settlement. For options that provide confirmation of fund receipt, see [Virtual Accounts](https://plaid.com/docs/payment-initiation/virtual-accounts/payment-confirmation/). */ -@ApiModel(description = "Fired when the status of a payment has changed. For a full explanation of payment statuses and how to handle each, see the [Payment Status guide](https://plaid.com/docs/payment-initiation/payment-status/). Note: Plaid payment statuses do not constitute proof that funds have arrived in the recipient's account. Do not use `new_payment_status` to confirm fund settlement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Fired when the status of a payment has changed. For a full explanation of payment statuses and how to handle each, see the [Payment Status guide](https://plaid.com/docs/payment-initiation/payment-status/). Note: For standard Payment Initiation, Plaid payment statuses do not constitute proof that funds have arrived in the recipient's account, and you should not use `new_payment_status` to confirm fund settlement. For options that provide confirmation of fund receipt, see [Virtual Accounts](https://plaid.com/docs/payment-initiation/virtual-accounts/payment-confirmation/).") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaymentStatusUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/PayrollIncomeAccountData.java b/src/main/java/com/plaid/client/model/PayrollIncomeAccountData.java index 4f80573991..e30e10d1a3 100644 --- a/src/main/java/com/plaid/client/model/PayrollIncomeAccountData.java +++ b/src/main/java/com/plaid/client/model/PayrollIncomeAccountData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing account level data. */ @ApiModel(description = "An object containing account level data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollIncomeAccountData { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/PayrollIncomeObject.java b/src/main/java/com/plaid/client/model/PayrollIncomeObject.java index 7a0eed8221..bbc14cd98c 100644 --- a/src/main/java/com/plaid/client/model/PayrollIncomeObject.java +++ b/src/main/java/com/plaid/client/model/PayrollIncomeObject.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,6 +21,7 @@ import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.Credit1099; +import com.plaid.client.model.CreditI20; import com.plaid.client.model.CreditPayStub; import com.plaid.client.model.CreditW2; import io.swagger.annotations.ApiModel; @@ -33,7 +34,7 @@ * An object representing payroll data. */ @ApiModel(description = "An object representing payroll data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollIncomeObject { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -51,6 +52,10 @@ public class PayrollIncomeObject { @SerializedName(SERIALIZED_NAME_FORM1099S) private List form1099s = new ArrayList<>(); + public static final String SERIALIZED_NAME_I20S = "i20s"; + @SerializedName(SERIALIZED_NAME_I20S) + private List i20s = new ArrayList<>(); + public PayrollIncomeObject accountId(String accountId) { @@ -156,6 +161,33 @@ public void setForm1099s(List form1099s) { } + public PayrollIncomeObject i20s(List i20s) { + + this.i20s = i20s; + return this; + } + + public PayrollIncomeObject addI20sItem(CreditI20 i20sItem) { + this.i20s.add(i20sItem); + return this; + } + + /** + * Array of Form I-20 US immigration student documents. + * @return i20s + **/ + @ApiModelProperty(required = true, value = "Array of Form I-20 US immigration student documents.") + + public List getI20s() { + return i20s; + } + + + public void setI20s(List i20s) { + this.i20s = i20s; + } + + @Override public boolean equals(Object o) { if (this == o) { @@ -168,12 +200,13 @@ public boolean equals(Object o) { return Objects.equals(this.accountId, payrollIncomeObject.accountId) && Objects.equals(this.payStubs, payrollIncomeObject.payStubs) && Objects.equals(this.w2s, payrollIncomeObject.w2s) && - Objects.equals(this.form1099s, payrollIncomeObject.form1099s); + Objects.equals(this.form1099s, payrollIncomeObject.form1099s) && + Objects.equals(this.i20s, payrollIncomeObject.i20s); } @Override public int hashCode() { - return Objects.hash(accountId, payStubs, w2s, form1099s); + return Objects.hash(accountId, payStubs, w2s, form1099s, i20s); } @Override @@ -184,6 +217,7 @@ public String toString() { sb.append(" payStubs: ").append(toIndentedString(payStubs)).append("\n"); sb.append(" w2s: ").append(toIndentedString(w2s)).append("\n"); sb.append(" form1099s: ").append(toIndentedString(form1099s)).append("\n"); + sb.append(" i20s: ").append(toIndentedString(i20s)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/com/plaid/client/model/PayrollIncomeRateOfPay.java b/src/main/java/com/plaid/client/model/PayrollIncomeRateOfPay.java index 26fe909ee1..00a902aea5 100644 --- a/src/main/java/com/plaid/client/model/PayrollIncomeRateOfPay.java +++ b/src/main/java/com/plaid/client/model/PayrollIncomeRateOfPay.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the rate at which an individual is paid. */ @ApiModel(description = "An object representing the rate at which an individual is paid.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollIncomeRateOfPay { public static final String SERIALIZED_NAME_PAY_RATE = "pay_rate"; @SerializedName(SERIALIZED_NAME_PAY_RATE) diff --git a/src/main/java/com/plaid/client/model/PayrollItem.java b/src/main/java/com/plaid/client/model/PayrollItem.java index 11eda55796..7ecb4eefdc 100644 --- a/src/main/java/com/plaid/client/model/PayrollItem.java +++ b/src/main/java/com/plaid/client/model/PayrollItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * An object containing information about the payroll item. */ @ApiModel(description = "An object containing information about the payroll item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/PayrollItemStatus.java b/src/main/java/com/plaid/client/model/PayrollItemStatus.java index 51d6e65b88..83051f9a3c 100644 --- a/src/main/java/com/plaid/client/model/PayrollItemStatus.java +++ b/src/main/java/com/plaid/client/model/PayrollItemStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Details about the status of the payroll item. */ @ApiModel(description = "Details about the status of the payroll item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollItemStatus { public static final String SERIALIZED_NAME_PROCESSING_STATUS = "processing_status"; @SerializedName(SERIALIZED_NAME_PROCESSING_STATUS) diff --git a/src/main/java/com/plaid/client/model/PayrollRiskSignalsItem.java b/src/main/java/com/plaid/client/model/PayrollRiskSignalsItem.java index b492be1dc5..1c11a2793e 100644 --- a/src/main/java/com/plaid/client/model/PayrollRiskSignalsItem.java +++ b/src/main/java/com/plaid/client/model/PayrollRiskSignalsItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Object containing fraud risk data pertaining to the Item linked as part of the verification. */ @ApiModel(description = "Object containing fraud risk data pertaining to the Item linked as part of the verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PayrollRiskSignalsItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/Paystub.java b/src/main/java/com/plaid/client/model/Paystub.java index c18d68cafa..2be34db4d8 100644 --- a/src/main/java/com/plaid/client/model/Paystub.java +++ b/src/main/java/com/plaid/client/model/Paystub.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -40,7 +40,7 @@ * An object representing data extracted from the end user's paystub. */ @ApiModel(description = "An object representing data extracted from the end user's paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Paystub { public static final String SERIALIZED_NAME_DEDUCTIONS = "deductions"; @SerializedName(SERIALIZED_NAME_DEDUCTIONS) diff --git a/src/main/java/com/plaid/client/model/PaystubAddress.java b/src/main/java/com/plaid/client/model/PaystubAddress.java index e927538099..c531820db6 100644 --- a/src/main/java/com/plaid/client/model/PaystubAddress.java +++ b/src/main/java/com/plaid/client/model/PaystubAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Address on the paystub */ @ApiModel(description = "Address on the paystub") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/PaystubDeduction.java b/src/main/java/com/plaid/client/model/PaystubDeduction.java index 107d310894..78f3812531 100644 --- a/src/main/java/com/plaid/client/model/PaystubDeduction.java +++ b/src/main/java/com/plaid/client/model/PaystubDeduction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Deduction on the paystub */ @ApiModel(description = "Deduction on the paystub") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubDeduction { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) @@ -50,11 +50,11 @@ public PaystubDeduction type(String type) { } /** - * The description of the deduction, as provided on the paystub. For example: `\"401(k)\"`, `\"FICA MED TAX\"`. + * The type of the deduction, as provided on the paystub. For example: `\"401(k)\"`, `\"FICA MED TAX\"`. * @return type **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The description of the deduction, as provided on the paystub. For example: `\"401(k)\"`, `\"FICA MED TAX\"`.") + @ApiModelProperty(required = true, value = "The type of the deduction, as provided on the paystub. For example: `\"401(k)\"`, `\"FICA MED TAX\"`.") public String getType() { return type; diff --git a/src/main/java/com/plaid/client/model/PaystubDetails.java b/src/main/java/com/plaid/client/model/PaystubDetails.java index d25f619139..f7a347f864 100644 --- a/src/main/java/com/plaid/client/model/PaystubDetails.java +++ b/src/main/java/com/plaid/client/model/PaystubDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing details that can be found on the paystub. */ @ApiModel(description = "An object representing details that can be found on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubDetails { public static final String SERIALIZED_NAME_PAY_PERIOD_START_DATE = "pay_period_start_date"; @SerializedName(SERIALIZED_NAME_PAY_PERIOD_START_DATE) diff --git a/src/main/java/com/plaid/client/model/PaystubEmployer.java b/src/main/java/com/plaid/client/model/PaystubEmployer.java index b79d501070..1d4b54f327 100644 --- a/src/main/java/com/plaid/client/model/PaystubEmployer.java +++ b/src/main/java/com/plaid/client/model/PaystubEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the employer on the paystub */ @ApiModel(description = "Information about the employer on the paystub") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubEmployer { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/PaystubOverride.java b/src/main/java/com/plaid/client/model/PaystubOverride.java index ee544f287a..4814f75d2a 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverride.java +++ b/src/main/java/com/plaid/client/model/PaystubOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * An object representing data from a paystub. */ @ApiModel(description = "An object representing data from a paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverride { public static final String SERIALIZED_NAME_EMPLOYER = "employer"; @SerializedName(SERIALIZED_NAME_EMPLOYER) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideDeductions.java b/src/main/java/com/plaid/client/model/PaystubOverrideDeductions.java index 31a944abf9..f11c90adbe 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideDeductions.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideDeductions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object with the deduction information found on a paystub. */ @ApiModel(description = "An object with the deduction information found on a paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideDeductions { public static final String SERIALIZED_NAME_BREAKDOWN = "breakdown"; @SerializedName(SERIALIZED_NAME_BREAKDOWN) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsBreakdown.java b/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsBreakdown.java index 04dc188ad2..a93e6deb0e 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsBreakdown.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the deduction line items for the pay period */ @ApiModel(description = "An object representing the deduction line items for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideDeductionsBreakdown { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsTotal.java b/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsTotal.java index 16d7b68b0d..8f39c2a08d 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsTotal.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideDeductionsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the total deductions for the pay period */ @ApiModel(description = "An object representing the total deductions for the pay period") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideDeductionsTotal { public static final String SERIALIZED_NAME_CURRENT_AMOUNT = "current_amount"; @SerializedName(SERIALIZED_NAME_CURRENT_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideDistributionBreakdown.java b/src/main/java/com/plaid/client/model/PaystubOverrideDistributionBreakdown.java index e2c9a01a6d..2171469cac 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideDistributionBreakdown.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideDistributionBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the accounts that the payment was distributed to. */ @ApiModel(description = "Information about the accounts that the payment was distributed to.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideDistributionBreakdown { public static final String SERIALIZED_NAME_ACCOUNT_NAME = "account_name"; @SerializedName(SERIALIZED_NAME_ACCOUNT_NAME) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEarnings.java b/src/main/java/com/plaid/client/model/PaystubOverrideEarnings.java index cd27493453..bf8d55e294 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEarnings.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEarnings.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object representing both a breakdown of earnings on a paystub and the total earnings. */ @ApiModel(description = "An object representing both a breakdown of earnings on a paystub and the total earnings.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEarnings { public static final String SERIALIZED_NAME_BREAKDOWN = "breakdown"; @SerializedName(SERIALIZED_NAME_BREAKDOWN) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEarningsBreakdown.java b/src/main/java/com/plaid/client/model/PaystubOverrideEarningsBreakdown.java index 741fda8187..34064fef57 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEarningsBreakdown.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEarningsBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing the earnings line items for the pay period. */ @ApiModel(description = "An object representing the earnings line items for the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEarningsBreakdown { public static final String SERIALIZED_NAME_CANONICAL_DESCRIPTION = "canonical_description"; @SerializedName(SERIALIZED_NAME_CANONICAL_DESCRIPTION) @@ -206,11 +206,11 @@ public PaystubOverrideEarningsBreakdown ytdAmount(Double ytdAmount) { } /** - * The year-to-date amount of the deduction. + * The year-to-date amount of the line item. * @return ytdAmount **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The year-to-date amount of the deduction.") + @ApiModelProperty(value = "The year-to-date amount of the line item.") public Double getYtdAmount() { return ytdAmount; diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEarningsTotal.java b/src/main/java/com/plaid/client/model/PaystubOverrideEarningsTotal.java index 6baff52cab..c963ff333b 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEarningsTotal.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEarningsTotal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing both the current pay period and year to date amount for an earning category. */ @ApiModel(description = "An object representing both the current pay period and year to date amount for an earning category.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEarningsTotal { public static final String SERIALIZED_NAME_HOURS = "hours"; @SerializedName(SERIALIZED_NAME_HOURS) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEmployee.java b/src/main/java/com/plaid/client/model/PaystubOverrideEmployee.java index 53b4d12c7d..1fb25376cd 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEmployee.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEmployee.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The employee on the paystub. */ @ApiModel(description = "The employee on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEmployee { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEmployeeAddress.java b/src/main/java/com/plaid/client/model/PaystubOverrideEmployeeAddress.java index b9bf38e823..3d56720ae2 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEmployeeAddress.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEmployeeAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address of the employee. */ @ApiModel(description = "The address of the employee.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEmployeeAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEmployer.java b/src/main/java/com/plaid/client/model/PaystubOverrideEmployer.java index 995164d4bd..01ad70b08f 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEmployer.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEmployer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The employer on the paystub. */ @ApiModel(description = "The employer on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEmployer { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideEmployerAddress.java b/src/main/java/com/plaid/client/model/PaystubOverrideEmployerAddress.java index 320e878271..03069b9ff0 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideEmployerAddress.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideEmployerAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address of the employer. */ @ApiModel(description = "The address of the employer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideEmployerAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideNetPay.java b/src/main/java/com/plaid/client/model/PaystubOverrideNetPay.java index 62f550a93d..5d438fb889 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideNetPay.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideNetPay.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing information about the net pay amount on the paystub. */ @ApiModel(description = "An object representing information about the net pay amount on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideNetPay { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/PaystubOverridePayPeriodDetails.java b/src/main/java/com/plaid/client/model/PaystubOverridePayPeriodDetails.java index fe6eaea8d7..565cee6d7f 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverridePayPeriodDetails.java +++ b/src/main/java/com/plaid/client/model/PaystubOverridePayPeriodDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Details about the pay period. */ @ApiModel(description = "Details about the pay period.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverridePayPeriodDetails { public static final String SERIALIZED_NAME_CHECK_AMOUNT = "check_amount"; @SerializedName(SERIALIZED_NAME_CHECK_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/PaystubOverrideTaxpayerID.java b/src/main/java/com/plaid/client/model/PaystubOverrideTaxpayerID.java index ffdb759282..bcd59923c6 100644 --- a/src/main/java/com/plaid/client/model/PaystubOverrideTaxpayerID.java +++ b/src/main/java/com/plaid/client/model/PaystubOverrideTaxpayerID.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Taxpayer ID of the individual receiving the paystub. */ @ApiModel(description = "Taxpayer ID of the individual receiving the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubOverrideTaxpayerID { public static final String SERIALIZED_NAME_ID_TYPE = "id_type"; @SerializedName(SERIALIZED_NAME_ID_TYPE) diff --git a/src/main/java/com/plaid/client/model/PaystubPayFrequency.java b/src/main/java/com/plaid/client/model/PaystubPayFrequency.java index 34cd5cd639..e8ed11f9e2 100644 --- a/src/main/java/com/plaid/client/model/PaystubPayFrequency.java +++ b/src/main/java/com/plaid/client/model/PaystubPayFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PaystubYTDDetails.java b/src/main/java/com/plaid/client/model/PaystubYTDDetails.java index 43cc75d8f9..ffc2ef47d8 100644 --- a/src/main/java/com/plaid/client/model/PaystubYTDDetails.java +++ b/src/main/java/com/plaid/client/model/PaystubYTDDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The amount of income earned year to date, as based on paystub data. */ @ApiModel(description = "The amount of income earned year to date, as based on paystub data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PaystubYTDDetails { public static final String SERIALIZED_NAME_GROSS_EARNINGS = "gross_earnings"; @SerializedName(SERIALIZED_NAME_GROSS_EARNINGS) diff --git a/src/main/java/com/plaid/client/model/PendingDisconnectWebhook.java b/src/main/java/com/plaid/client/model/PendingDisconnectWebhook.java index 1df74313cf..5cc836b6be 100644 --- a/src/main/java/com/plaid/client/model/PendingDisconnectWebhook.java +++ b/src/main/java/com/plaid/client/model/PendingDisconnectWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when an Item is expected to be disconnected. The webhook will currently be fired 7 days before the existing Item is scheduled for disconnection. This can be resolved by having the user go through Link's [update mode](https://plaid.com/docs/link/update-mode). Currently, this webhook is fired only for US or Canadian institutions; in the UK or EU, you should continue to listen for the [`PENDING_EXPIRATION`](https://plaid.com/docs/api/items/#pending_expiration) webhook instead. */ @ApiModel(description = "Fired when an Item is expected to be disconnected. The webhook will currently be fired 7 days before the existing Item is scheduled for disconnection. This can be resolved by having the user go through Link's [update mode](https://plaid.com/docs/link/update-mode). Currently, this webhook is fired only for US or Canadian institutions; in the UK or EU, you should continue to listen for the [`PENDING_EXPIRATION`](https://plaid.com/docs/api/items/#pending_expiration) webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PendingDisconnectWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/PendingDisconnectWebhookReason.java b/src/main/java/com/plaid/client/model/PendingDisconnectWebhookReason.java index 5e0027ae14..4c16ffad00 100644 --- a/src/main/java/com/plaid/client/model/PendingDisconnectWebhookReason.java +++ b/src/main/java/com/plaid/client/model/PendingDisconnectWebhookReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PendingExpirationWebhook.java b/src/main/java/com/plaid/client/model/PendingExpirationWebhook.java index 878278901b..23c04cbfe6 100644 --- a/src/main/java/com/plaid/client/model/PendingExpirationWebhook.java +++ b/src/main/java/com/plaid/client/model/PendingExpirationWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an Item's access consent is expiring in 7 days. This can be resolved by having the user go through Link's update mode. This webhook is fired only for Items associated with institutions in Europe (including the UK); for Items associated with institutions in the US or Canada, see [`PENDING_DISCONNECT`](https://plaid.com/docs/api/items/#pending_disconnect) instead. */ @ApiModel(description = "Fired when an Item's access consent is expiring in 7 days. This can be resolved by having the user go through Link's update mode. This webhook is fired only for Items associated with institutions in Europe (including the UK); for Items associated with institutions in the US or Canada, see [`PENDING_DISCONNECT`](https://plaid.com/docs/api/items/#pending_disconnect) instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PendingExpirationWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/PersonalFinanceCategory.java b/src/main/java/com/plaid/client/model/PersonalFinanceCategory.java index 4152010803..228df50576 100644 --- a/src/main/java/com/plaid/client/model/PersonalFinanceCategory.java +++ b/src/main/java/com/plaid/client/model/PersonalFinanceCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information describing the intent of the transaction. Most relevant for personal finance use cases, but not limited to such use cases. See the [taxonomy CSV file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. If you are migrating to personal finance categories from the legacy categories, also refer to the [migration guide](https://plaid.com/docs/transactions/pfc-migration/). */ @ApiModel(description = "Information describing the intent of the transaction. Most relevant for personal finance use cases, but not limited to such use cases. See the [taxonomy CSV file](https://plaid.com/documents/pfc-taxonomy-all.csv) for a full list of personal finance categories. If you are migrating to personal finance categories from the legacy categories, also refer to the [migration guide](https://plaid.com/docs/transactions/pfc-migration/).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PersonalFinanceCategory { public static final String SERIALIZED_NAME_PRIMARY = "primary"; @SerializedName(SERIALIZED_NAME_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/PersonalFinanceCategoryVersion.java b/src/main/java/com/plaid/client/model/PersonalFinanceCategoryVersion.java index cea597ccc1..47a1b52102 100644 --- a/src/main/java/com/plaid/client/model/PersonalFinanceCategoryVersion.java +++ b/src/main/java/com/plaid/client/model/PersonalFinanceCategoryVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * Indicates which version of the personal finance category taxonomy is being used. [View PFCv2 and PFCv1 taxonomies](https://plaid.com/documents/pfc-taxonomy-all.csv). If you enabled Transactions or Enrich before December 2025 you will receive the `v1` taxonomy by default and may request `v2` by explicitly setting this field to `v2` in the request. If you enabled Transactions or Enrich on or after December 2025, you may only receive the `v2` taxonomy. + * Indicates which version of the personal finance category taxonomy is being used. [View PFCv2 and PFCv1 taxonomies](https://plaid.com/documents/pfc-taxonomy-all.csv). If you enabled Transactions or Enrich before December 3, 2025 you will receive the `v1` taxonomy by default and may request `v2` by explicitly setting this field to `v2` in the request. If you enabled Transactions or Enrich on or after December 3, 2025, you may only receive the `v2` taxonomy. */ @JsonAdapter(PersonalFinanceCategoryVersion.Adapter.class) public enum PersonalFinanceCategoryVersion { diff --git a/src/main/java/com/plaid/client/model/PhoneNumber.java b/src/main/java/com/plaid/client/model/PhoneNumber.java index 7836591f6e..5ed74416b3 100644 --- a/src/main/java/com/plaid/client/model/PhoneNumber.java +++ b/src/main/java/com/plaid/client/model/PhoneNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A phone number */ @ApiModel(description = "A phone number") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PhoneNumber { public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) diff --git a/src/main/java/com/plaid/client/model/PhoneNumberMatchScore.java b/src/main/java/com/plaid/client/model/PhoneNumberMatchScore.java index 4360d6fd7c..097a9b2381 100644 --- a/src/main/java/com/plaid/client/model/PhoneNumberMatchScore.java +++ b/src/main/java/com/plaid/client/model/PhoneNumberMatchScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Score found by matching phone number provided by the API with the phone number on the account at the financial institution. 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled. */ @ApiModel(description = "Score found by matching phone number provided by the API with the phone number on the account at the financial institution. 100 is a perfect match and 0 is a no match. If the account contains multiple owners, the maximum match score is filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PhoneNumberMatchScore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/PhoneType.java b/src/main/java/com/plaid/client/model/PhoneType.java index d66f9f35a2..d8b9286e9d 100644 --- a/src/main/java/com/plaid/client/model/PhoneType.java +++ b/src/main/java/com/plaid/client/model/PhoneType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PhysicalDocumentCategory.java b/src/main/java/com/plaid/client/model/PhysicalDocumentCategory.java index 8bb2295521..ab092d4b5c 100644 --- a/src/main/java/com/plaid/client/model/PhysicalDocumentCategory.java +++ b/src/main/java/com/plaid/client/model/PhysicalDocumentCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedData.java b/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedData.java index 79f934b020..bb0610e8a6 100644 --- a/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedData.java +++ b/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Data extracted from a user-submitted document. */ @ApiModel(description = "Data extracted from a user-submitted document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PhysicalDocumentExtractedData { public static final String SERIALIZED_NAME_ID_NUMBER = "id_number"; @SerializedName(SERIALIZED_NAME_ID_NUMBER) diff --git a/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedDataAnalysis.java b/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedDataAnalysis.java index a0e7caf033..042d548897 100644 --- a/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedDataAnalysis.java +++ b/src/main/java/com/plaid/client/model/PhysicalDocumentExtractedDataAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Analysis of the data extracted from the submitted document. */ @ApiModel(description = "Analysis of the data extracted from the submitted document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PhysicalDocumentExtractedDataAnalysis { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/PhysicalDocumentImages.java b/src/main/java/com/plaid/client/model/PhysicalDocumentImages.java index c3ec1a7510..56a1286bb1 100644 --- a/src/main/java/com/plaid/client/model/PhysicalDocumentImages.java +++ b/src/main/java/com/plaid/client/model/PhysicalDocumentImages.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * URLs for downloading original and cropped images for this document submission. The URLs are designed to only allow downloading, not hot linking, so the URL will only serve the document image for 60 seconds before expiring. The expiration time is 60 seconds after the `GET` request for the associated Identity Verification attempt. A new expiring URL is generated with each request, so you can always rerequest the Identity Verification attempt if one of your URLs expires. */ @ApiModel(description = "URLs for downloading original and cropped images for this document submission. The URLs are designed to only allow downloading, not hot linking, so the URL will only serve the document image for 60 seconds before expiring. The expiration time is 60 seconds after the `GET` request for the associated Identity Verification attempt. A new expiring URL is generated with each request, so you can always rerequest the Identity Verification attempt if one of your URLs expires.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PhysicalDocumentImages { public static final String SERIALIZED_NAME_ORIGINAL_FRONT = "original_front"; @SerializedName(SERIALIZED_NAME_ORIGINAL_FRONT) diff --git a/src/main/java/com/plaid/client/model/PlaidError.java b/src/main/java/com/plaid/client/model/PlaidError.java index d94c89bba3..a6668e159f 100644 --- a/src/main/java/com/plaid/client/model/PlaidError.java +++ b/src/main/java/com/plaid/client/model/PlaidError.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Errors are identified by `error_code` and categorized by `error_type`. Use these in preference to HTTP status codes to identify and handle specific errors. HTTP status codes are set and provide the broadest categorization of errors: 4xx codes are for developer- or user-related errors, and 5xx codes are for Plaid-related errors, and the status will be 2xx in non-error cases. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead. */ @ApiModel(description = "Errors are identified by `error_code` and categorized by `error_type`. Use these in preference to HTTP status codes to identify and handle specific errors. HTTP status codes are set and provide the broadest categorization of errors: 4xx codes are for developer- or user-related errors, and 5xx codes are for Plaid-related errors, and the status will be 2xx in non-error cases. An Item with a non-`null` error object will only be part of an API response when calling `/item/get` to view Item status. Otherwise, error fields will be `null` if no error has occurred; if an error has occurred, an error code will be returned instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PlaidError { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) @@ -133,11 +133,11 @@ public PlaidError errorCodeReason(String errorCodeReason) { } /** - * The specific reason for the error code. Currently, reasons are only supported OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection. + * The specific reason for the error code. Currently, reasons are only supported for OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection. * @return errorCodeReason **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The specific reason for the error code. Currently, reasons are only supported OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection.") + @ApiModelProperty(value = "The specific reason for the error code. Currently, reasons are only supported for OAuth-based item errors; `null` will be returned otherwise. Safe for programmatic use. Possible values: `OAUTH_INVALID_TOKEN`: The user's OAuth connection to this institution has been invalidated. `OAUTH_CONSENT_EXPIRED`: The user's access consent for this OAuth connection to this institution has expired. `OAUTH_USER_REVOKED`: The user's OAuth connection to this institution is invalid because the user revoked their connection.") public String getErrorCodeReason() { return errorCodeReason; diff --git a/src/main/java/com/plaid/client/model/PlaidErrorType.java b/src/main/java/com/plaid/client/model/PlaidErrorType.java index 7b0f307628..5092b9757f 100644 --- a/src/main/java/com/plaid/client/model/PlaidErrorType.java +++ b/src/main/java/com/plaid/client/model/PlaidErrorType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -79,6 +79,32 @@ public enum PlaidErrorType { USER_ERROR("USER_ERROR"), IDEMPOTENCY_ERROR("IDEMPOTENCY_ERROR"), + + ASSETS_ERROR("ASSETS_ERROR"), + + CRA_MONITORING_ERROR("CRA_MONITORING_ERROR"), + + CREDIT_PROFILE_REPORT_ERROR("CREDIT_PROFILE_REPORT_ERROR"), + + ENCOMPASS_ERROR("ENCOMPASS_ERROR"), + + ENRICH_ERROR("ENRICH_ERROR"), + + FRAUD_INSIGHTS_ERROR("FRAUD_INSIGHTS_ERROR"), + + FREDDIE_MAC_ERROR("FREDDIE_MAC_ERROR"), + + LINK_DELIVERY_ERROR("LINK_DELIVERY_ERROR"), + + PROFILE_ERROR("PROFILE_ERROR"), + + RECURRING_TRANSACTIONS_ERROR("RECURRING_TRANSACTIONS_ERROR"), + + STATEMENTS_ERROR("STATEMENTS_ERROR"), + + TRANSFER_RECURRING_ERROR("TRANSFER_RECURRING_ERROR"), + + TRANSFER_REFUND_ERROR("TRANSFER_REFUND_ERROR"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. diff --git a/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java b/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java index cfc0a64d81..180f9f42f9 100644 --- a/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java +++ b/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PlatformIds.java b/src/main/java/com/plaid/client/model/PlatformIds.java index af15205dfb..682dd23fe1 100644 --- a/src/main/java/com/plaid/client/model/PlatformIds.java +++ b/src/main/java/com/plaid/client/model/PlatformIds.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object containing a set of ids related to an employee */ @ApiModel(description = "An object containing a set of ids related to an employee") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PlatformIds { public static final String SERIALIZED_NAME_EMPLOYEE_ID = "employee_id"; @SerializedName(SERIALIZED_NAME_EMPLOYEE_ID) diff --git a/src/main/java/com/plaid/client/model/PrismCashScore.java b/src/main/java/com/plaid/client/model/PrismCashScore.java index c8c3e5b398..60ef896b48 100644 --- a/src/main/java/com/plaid/client/model/PrismCashScore.java +++ b/src/main/java/com/plaid/client/model/PrismCashScore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The data from the CashScore® product returned by Prism Data. */ @ApiModel(description = "The data from the CashScore® product returned by Prism Data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismCashScore { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/src/main/java/com/plaid/client/model/PrismCashScoreMetadata.java b/src/main/java/com/plaid/client/model/PrismCashScoreMetadata.java index 24ef143198..f547b73ab1 100644 --- a/src/main/java/com/plaid/client/model/PrismCashScoreMetadata.java +++ b/src/main/java/com/plaid/client/model/PrismCashScoreMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object containing metadata about the provided transactions. */ @ApiModel(description = "An object containing metadata about the provided transactions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismCashScoreMetadata { public static final String SERIALIZED_NAME_MAX_AGE = "max_age"; @SerializedName(SERIALIZED_NAME_MAX_AGE) diff --git a/src/main/java/com/plaid/client/model/PrismCashScoreVersion.java b/src/main/java/com/plaid/client/model/PrismCashScoreVersion.java index aa8bc33f64..2e5346b4d6 100644 --- a/src/main/java/com/plaid/client/model/PrismCashScoreVersion.java +++ b/src/main/java/com/plaid/client/model/PrismCashScoreVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PrismDetect.java b/src/main/java/com/plaid/client/model/PrismDetect.java index 69a698c1eb..cb7b40a52c 100644 --- a/src/main/java/com/plaid/client/model/PrismDetect.java +++ b/src/main/java/com/plaid/client/model/PrismDetect.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The data from the CashScore® Detect product returned by Prism Data. */ @ApiModel(description = "The data from the CashScore® Detect product returned by Prism Data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismDetect { public static final String SERIALIZED_NAME_MODEL_VERSION = "model_version"; @SerializedName(SERIALIZED_NAME_MODEL_VERSION) diff --git a/src/main/java/com/plaid/client/model/PrismDetectVersion.java b/src/main/java/com/plaid/client/model/PrismDetectVersion.java index eca4aa7b8b..068e3f5723 100644 --- a/src/main/java/com/plaid/client/model/PrismDetectVersion.java +++ b/src/main/java/com/plaid/client/model/PrismDetectVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PrismExtend.java b/src/main/java/com/plaid/client/model/PrismExtend.java index 519ff94f43..2d7b15c877 100644 --- a/src/main/java/com/plaid/client/model/PrismExtend.java +++ b/src/main/java/com/plaid/client/model/PrismExtend.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The data from the CashScore® Extend product returned by Prism Data. */ @ApiModel(description = "The data from the CashScore® Extend product returned by Prism Data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismExtend { public static final String SERIALIZED_NAME_MODEL_VERSION = "model_version"; @SerializedName(SERIALIZED_NAME_MODEL_VERSION) diff --git a/src/main/java/com/plaid/client/model/PrismExtendVersion.java b/src/main/java/com/plaid/client/model/PrismExtendVersion.java index c8a925ebc1..8f714b5a13 100644 --- a/src/main/java/com/plaid/client/model/PrismExtendVersion.java +++ b/src/main/java/com/plaid/client/model/PrismExtendVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PrismFirstDetect.java b/src/main/java/com/plaid/client/model/PrismFirstDetect.java index af5ecaf063..2e33001650 100644 --- a/src/main/java/com/plaid/client/model/PrismFirstDetect.java +++ b/src/main/java/com/plaid/client/model/PrismFirstDetect.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The data from the FirstDetect product returned by Prism Data. */ @ApiModel(description = "The data from the FirstDetect product returned by Prism Data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismFirstDetect { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/src/main/java/com/plaid/client/model/PrismFirstDetectVersion.java b/src/main/java/com/plaid/client/model/PrismFirstDetectVersion.java index 281f98ae2d..81accfc615 100644 --- a/src/main/java/com/plaid/client/model/PrismFirstDetectVersion.java +++ b/src/main/java/com/plaid/client/model/PrismFirstDetectVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PrismInsights.java b/src/main/java/com/plaid/client/model/PrismInsights.java index c9dace649b..5bd43dcf66 100644 --- a/src/main/java/com/plaid/client/model/PrismInsights.java +++ b/src/main/java/com/plaid/client/model/PrismInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The data from the Insights product returned by Prism Data. */ @ApiModel(description = "The data from the Insights product returned by Prism Data.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismInsights { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/src/main/java/com/plaid/client/model/PrismInsightsVersion.java b/src/main/java/com/plaid/client/model/PrismInsightsVersion.java index 56bb419c69..d306acda99 100644 --- a/src/main/java/com/plaid/client/model/PrismInsightsVersion.java +++ b/src/main/java/com/plaid/client/model/PrismInsightsVersion.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/PrismVersions.java b/src/main/java/com/plaid/client/model/PrismVersions.java index 0c3f0051e0..56bcb09e0e 100644 --- a/src/main/java/com/plaid/client/model/PrismVersions.java +++ b/src/main/java/com/plaid/client/model/PrismVersions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The versions of Prism products to evaluate */ @ApiModel(description = "The versions of Prism products to evaluate") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismVersions { public static final String SERIALIZED_NAME_FIRSTDETECT = "firstdetect"; @SerializedName(SERIALIZED_NAME_FIRSTDETECT) diff --git a/src/main/java/com/plaid/client/model/PrismVersionsDeprecated.java b/src/main/java/com/plaid/client/model/PrismVersionsDeprecated.java index 87aa2bc7b6..86beb55602 100644 --- a/src/main/java/com/plaid/client/model/PrismVersionsDeprecated.java +++ b/src/main/java/com/plaid/client/model/PrismVersionsDeprecated.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Deprecated, use `partner_insights.prism_versions` instead. */ @ApiModel(description = "Deprecated, use `partner_insights.prism_versions` instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class PrismVersionsDeprecated { public static final String SERIALIZED_NAME_FIRSTDETECT = "firstdetect"; @SerializedName(SERIALIZED_NAME_FIRSTDETECT) diff --git a/src/main/java/com/plaid/client/model/ProcessorAccountGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorAccountGetRequest.java index 2b8994ba2f..f1129f5509 100644 --- a/src/main/java/com/plaid/client/model/ProcessorAccountGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorAccountGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorAccountGetRequest defines the request schema for `/processor/account/get` */ @ApiModel(description = "ProcessorAccountGetRequest defines the request schema for `/processor/account/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorAccountGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorAccountGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorAccountGetResponse.java index 32200e5cbf..725c7db3a6 100644 --- a/src/main/java/com/plaid/client/model/ProcessorAccountGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorAccountGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorAccountGetResponse defines the response schema for `/processor/account/get` */ @ApiModel(description = "ProcessorAccountGetResponse defines the response schema for `/processor/account/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorAccountGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorApexProcessorTokenCreateRequest.java b/src/main/java/com/plaid/client/model/ProcessorApexProcessorTokenCreateRequest.java index d65487ea76..8365df211a 100644 --- a/src/main/java/com/plaid/client/model/ProcessorApexProcessorTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorApexProcessorTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorApexProcessorTokenCreateRequest defines the request schema for `/processor/apex/processor_token/create` */ @ApiModel(description = "ProcessorApexProcessorTokenCreateRequest defines the request schema for `/processor/apex/processor_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorApexProcessorTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorAuthGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorAuthGetRequest.java index d2bb578203..9d7db3a955 100644 --- a/src/main/java/com/plaid/client/model/ProcessorAuthGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorAuthGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorAuthGetRequest defines the request schema for `/processor/auth/get` */ @ApiModel(description = "ProcessorAuthGetRequest defines the request schema for `/processor/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorAuthGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorAuthGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorAuthGetResponse.java index 9ff86b4010..b2e3af6891 100644 --- a/src/main/java/com/plaid/client/model/ProcessorAuthGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorAuthGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorAuthGetResponse defines the response schema for `/processor/auth/get` */ @ApiModel(description = "ProcessorAuthGetResponse defines the response schema for `/processor/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorAuthGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequest.java index 3c6a74c959..100ff4d344 100644 --- a/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorBalanceGetRequest defines the request schema for `/processor/balance/get` */ @ApiModel(description = "ProcessorBalanceGetRequest defines the request schema for `/processor/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorBalanceGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequestOptions.java b/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequestOptions.java index b454a82434..4b7e80d737 100644 --- a/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/ProcessorBalanceGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Optional parameters to `/processor/balance/get`. */ @ApiModel(description = "Optional parameters to `/processor/balance/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorBalanceGetRequestOptions { public static final String SERIALIZED_NAME_MIN_LAST_UPDATED_DATETIME = "min_last_updated_datetime"; @SerializedName(SERIALIZED_NAME_MIN_LAST_UPDATED_DATETIME) diff --git a/src/main/java/com/plaid/client/model/ProcessorBalanceGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorBalanceGetResponse.java index 177741b64d..ca88d1bbc8 100644 --- a/src/main/java/com/plaid/client/model/ProcessorBalanceGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorBalanceGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorBalanceGetResponse defines the response schema for `/processor/balance/get` */ @ApiModel(description = "ProcessorBalanceGetResponse defines the response schema for `/processor/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorBalanceGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateRequest.java b/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateRequest.java index 3c71d7cec5..e9afede8d2 100644 --- a/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Defines the request schema for `/processor/bank_transfer/create` */ @ApiModel(description = "Defines the request schema for `/processor/bank_transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorBankTransferCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateResponse.java b/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateResponse.java index ae22bf6e96..acdb327a33 100644 --- a/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorBankTransferCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/processor/bank_transfer/create` */ @ApiModel(description = "Defines the response schema for `/processor/bank_transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorBankTransferCreateResponse { public static final String SERIALIZED_NAME_BANK_TRANSFER = "bank_transfer"; @SerializedName(SERIALIZED_NAME_BANK_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/ProcessorDefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/ProcessorDefaultUpdateWebhook.java index 1a8e02e0ec..fe18910524 100644 --- a/src/main/java/com/plaid/client/model/ProcessorDefaultUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorDefaultUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when new transaction data is available for an Item. Plaid will typically check for new transaction data several times a day. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when new transaction data is available for an Item. Plaid will typically check for new transaction data several times a day. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. ") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorDefaultUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorHistoricalUpdateWebhook.java b/src/main/java/com/plaid/client/model/ProcessorHistoricalUpdateWebhook.java index fc10a81c6f..eb8db28c62 100644 --- a/src/main/java/com/plaid/client/model/ProcessorHistoricalUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorHistoricalUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's historical transaction pull is completed and Plaid has prepared as much historical transaction data as possible for the Item. Once this webhook has been fired, transaction data beyond the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's historical transaction pull is completed and Plaid has prepared as much historical transaction data as possible for the Item. Once this webhook has been fired, transaction data beyond the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorHistoricalUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorIdentityGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorIdentityGetRequest.java index e3f4350b62..0c5a0c9a69 100644 --- a/src/main/java/com/plaid/client/model/ProcessorIdentityGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorIdentityGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorIdentityGetRequest defines the request schema for `/processor/identity/get` */ @ApiModel(description = "ProcessorIdentityGetRequest defines the request schema for `/processor/identity/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorIdentityGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorIdentityGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorIdentityGetResponse.java index a0e69207b5..7c26010129 100644 --- a/src/main/java/com/plaid/client/model/ProcessorIdentityGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorIdentityGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorIdentityGetResponse defines the response schema for `/processor/identity/get` */ @ApiModel(description = "ProcessorIdentityGetResponse defines the response schema for `/processor/identity/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorIdentityGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorIdentityMatchRequest.java b/src/main/java/com/plaid/client/model/ProcessorIdentityMatchRequest.java index c4d58df6ae..e14d8909d7 100644 --- a/src/main/java/com/plaid/client/model/ProcessorIdentityMatchRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorIdentityMatchRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorIdentityMatchRequest defines the request schema for `/processor/identity/match` */ @ApiModel(description = "ProcessorIdentityMatchRequest defines the request schema for `/processor/identity/match`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorIdentityMatchRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorIdentityMatchResponse.java b/src/main/java/com/plaid/client/model/ProcessorIdentityMatchResponse.java index 4b7b10e886..aedda1c60c 100644 --- a/src/main/java/com/plaid/client/model/ProcessorIdentityMatchResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorIdentityMatchResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorIdentityMatchResponse defines the response schema for `/processor/identity/match` */ @ApiModel(description = "ProcessorIdentityMatchResponse defines the response schema for `/processor/identity/match`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorIdentityMatchResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorInitialUpdateWebhook.java b/src/main/java/com/plaid/client/model/ProcessorInitialUpdateWebhook.java index 7bbd644af9..d34bf74eeb 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInitialUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorInitialUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's initial transaction pull is completed. Once this webhook has been fired, transaction data for the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's initial transaction pull is completed. Once this webhook has been fired, transaction data for the most recent 30 days can be fetched for the Item. This webhook will also be fired if account selections for the Item are updated, with `new_transactions` set to the number of net new transactions pulled after the account selection update. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInitialUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetRequest.java index 7d2a70c47a..e599fa717c 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorInvestmentsAuthGetRequest defines the request schema for `/processor/investments/auth/get` */ @ApiModel(description = "ProcessorInvestmentsAuthGetRequest defines the request schema for `/processor/investments/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsAuthGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetResponse.java index e5fb7d0e1e..07adef823a 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsAuthGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * ProcessorInvestmentsAuthGetResponse defines the response schema for `/processor/investments/auth/get` */ @ApiModel(description = "ProcessorInvestmentsAuthGetResponse defines the response schema for `/processor/investments/auth/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsAuthGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java index 79f92d55d0..8e97e1bfe6 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorInvestmentsHoldingsGetRequest defines the request schema for `/processor/investments/holdings/get` */ @ApiModel(description = "ProcessorInvestmentsHoldingsGetRequest defines the request schema for `/processor/investments/holdings/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsHoldingsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetResponse.java index c80025d523..2f163f4ba4 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * ProcessorInvestmentsHoldingsGetResponse defines the response schema for `/processor/investments/holdings/get` */ @ApiModel(description = "ProcessorInvestmentsHoldingsGetResponse defines the response schema for `/processor/investments/holdings/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsHoldingsGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetRequest.java index 10c5610e01..d6ad8436d7 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorInvestmentsTransactionsGetRequest defines the request schema for `/processor/investments/transactions/get` */ @ApiModel(description = "ProcessorInvestmentsTransactionsGetRequest defines the request schema for `/processor/investments/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsTransactionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetResponse.java index 288b8e87ff..a08fb57cc6 100644 --- a/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorInvestmentsTransactionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,10 +30,10 @@ import java.util.List; /** - * ProcessorInvestmentsTransactionsGetRequest defines the response schema for `/processor/investments/transactions/get` + * ProcessorInvestmentsTransactionsGetResponse defines the response schema for `/processor/investments/transactions/get` */ -@ApiModel(description = "ProcessorInvestmentsTransactionsGetRequest defines the response schema for `/processor/investments/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "ProcessorInvestmentsTransactionsGetResponse defines the response schema for `/processor/investments/transactions/get`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorInvestmentsTransactionsGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetRequest.java index 96890d80e2..951d3d5c63 100644 --- a/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorLiabilitiesGetRequest defines the request schema for `/processor/liabilities/get` */ @ApiModel(description = "ProcessorLiabilitiesGetRequest defines the request schema for `/processor/liabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorLiabilitiesGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetResponse.java index a1dcfdf763..09c2884a73 100644 --- a/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorLiabilitiesGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorLiabilitiesGetResponse defines the response schema for `/processor/liabilities/get` */ @ApiModel(description = "ProcessorLiabilitiesGetResponse defines the response schema for `/processor/liabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorLiabilitiesGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorNumber.java b/src/main/java/com/plaid/client/model/ProcessorNumber.java index 06ecc582ba..5e62110e15 100644 --- a/src/main/java/com/plaid/client/model/ProcessorNumber.java +++ b/src/main/java/com/plaid/client/model/ProcessorNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * An object containing identifying numbers used for making electronic transfers to and from the `account`. The identifying number type (ACH, EFT, IBAN, or Bacs) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by the `account` for which auth data has been requested, a null value will be returned. */ @ApiModel(description = "An object containing identifying numbers used for making electronic transfers to and from the `account`. The identifying number type (ACH, EFT, IBAN, or Bacs) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by the `account` for which auth data has been requested, a null value will be returned.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorNumber { public static final String SERIALIZED_NAME_ACH = "ach"; @SerializedName(SERIALIZED_NAME_ACH) diff --git a/src/main/java/com/plaid/client/model/ProcessorRecurringTransactionsUpdateWebhook.java b/src/main/java/com/plaid/client/model/ProcessorRecurringTransactionsUpdateWebhook.java index 03f100d0a4..8b7b2e3cad 100644 --- a/src/main/java/com/plaid/client/model/ProcessorRecurringTransactionsUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorRecurringTransactionsUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when recurring transactions data is updated. This includes when a new recurring stream is detected or when a new transaction is added to an existing recurring stream. The `RECURRING_TRANSACTIONS_UPDATE` webhook will also fire when one or more attributes of the recurring stream changes, which is usually a result of the addition, update, or removal of transactions to the stream. After receipt of this webhook, the updated data can be fetched from `/processor/transactions/recurring/get`. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when recurring transactions data is updated. This includes when a new recurring stream is detected or when a new transaction is added to an existing recurring stream. The `RECURRING_TRANSACTIONS_UPDATE` webhook will also fire when one or more attributes of the recurring stream changes, which is usually a result of the addition, update, or removal of transactions to the stream. After receipt of this webhook, the updated data can be fetched from `/processor/transactions/recurring/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorRecurringTransactionsUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportRequest.java b/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportRequest.java index 7fdf033ec6..765891a8c6 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorSignalDecisionReportRequest defines the request schema for `/processor/signal/decision/report` */ @ApiModel(description = "ProcessorSignalDecisionReportRequest defines the request schema for `/processor/signal/decision/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalDecisionReportRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportResponse.java b/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportResponse.java index 56f251f814..070937b2e2 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalDecisionReportResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorSignalDecisionReportResponse defines the response schema for `/processor/signal/decision/report` */ @ApiModel(description = "ProcessorSignalDecisionReportResponse defines the response schema for `/processor/signal/decision/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalDecisionReportResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateRequest.java b/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateRequest.java index 4ed97766fa..c5761d4b22 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorSignalEvaluateRequest defines the request schema for `/processor/signal/evaluate` */ @ApiModel(description = "ProcessorSignalEvaluateRequest defines the request schema for `/processor/signal/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalEvaluateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -269,11 +269,11 @@ public ProcessorSignalEvaluateRequest defaultPaymentMethod(String defaultPayment } /** - * The default ACH or non-ACH payment method to complete the transaction. `SAME_DAY_ACH`: Same Day ACH by Nacha. The debit transaction is processed and settled on the same day. `STANDARD_ACH`: Standard ACH by Nacha. `MULTIPLE_PAYMENT_METHODS`: If there is no default debit rail or there are multiple payment methods. Possible values: `SAME_DAY_ACH`, `STANDARD_ACH`, `MULTIPLE_PAYMENT_METHODS` + * The default ACH payment method to complete the transaction. `SAME_DAY_ACH`: Same Day ACH by Nacha. The debit transaction is processed and settled on the same day. `STANDARD_ACH`: Standard ACH by Nacha. `MULTIPLE_PAYMENT_METHODS`: If there is no default debit rail or there are multiple payment methods. Possible values: `SAME_DAY_ACH`, `STANDARD_ACH`, `MULTIPLE_PAYMENT_METHODS` * @return defaultPaymentMethod **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The default ACH or non-ACH payment method to complete the transaction. `SAME_DAY_ACH`: Same Day ACH by Nacha. The debit transaction is processed and settled on the same day. `STANDARD_ACH`: Standard ACH by Nacha. `MULTIPLE_PAYMENT_METHODS`: If there is no default debit rail or there are multiple payment methods. Possible values: `SAME_DAY_ACH`, `STANDARD_ACH`, `MULTIPLE_PAYMENT_METHODS`") + @ApiModelProperty(value = "The default ACH payment method to complete the transaction. `SAME_DAY_ACH`: Same Day ACH by Nacha. The debit transaction is processed and settled on the same day. `STANDARD_ACH`: Standard ACH by Nacha. `MULTIPLE_PAYMENT_METHODS`: If there is no default debit rail or there are multiple payment methods. Possible values: `SAME_DAY_ACH`, `STANDARD_ACH`, `MULTIPLE_PAYMENT_METHODS`") public String getDefaultPaymentMethod() { return defaultPaymentMethod; diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java b/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java index e99f1f7cba..4b424db48a 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * ProcessorSignalEvaluateResponse defines the response schema for `/processor/signal/evaluate` */ @ApiModel(description = "ProcessorSignalEvaluateResponse defines the response schema for `/processor/signal/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalEvaluateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalPrepareRequest.java b/src/main/java/com/plaid/client/model/ProcessorSignalPrepareRequest.java index 3275e2574f..59fac38375 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalPrepareRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalPrepareRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorSignalPrepareRequest defines the request schema for `/processor/signal/prepare` */ @ApiModel(description = "ProcessorSignalPrepareRequest defines the request schema for `/processor/signal/prepare`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalPrepareRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalPrepareResponse.java b/src/main/java/com/plaid/client/model/ProcessorSignalPrepareResponse.java index b9ca426857..13e7ce78aa 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalPrepareResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalPrepareResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorSignalPrepareResponse defines the response schema for `/processor/signal/prepare` */ @ApiModel(description = "ProcessorSignalPrepareResponse defines the response schema for `/processor/signal/prepare`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalPrepareResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportRequest.java b/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportRequest.java index e1c2bf21c9..641d87310e 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorSignalReturnReportRequest defines the request schema for `/processor/signal/return/report` */ @ApiModel(description = "ProcessorSignalReturnReportRequest defines the request schema for `/processor/signal/return/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalReturnReportRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportResponse.java b/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportResponse.java index 587b4b7cfb..a12075e631 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorSignalReturnReportResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorSignalReturnReportResponse defines the response schema for `/processor/signal/return/report` */ @ApiModel(description = "ProcessorSignalReturnReportResponse defines the response schema for `/processor/signal/return/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSignalReturnReportResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateRequest.java b/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateRequest.java index f008b6a4c8..2f506a0e4d 100644 --- a/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorStripeBankAccountTokenCreateRequest defines the request schema for `/processor/stripe/bank_account_token/create` */ @ApiModel(description = "ProcessorStripeBankAccountTokenCreateRequest defines the request schema for `/processor/stripe/bank_account_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorStripeBankAccountTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateResponse.java b/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateResponse.java index 7f819e8585..b85fe9b801 100644 --- a/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorStripeBankAccountTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorStripeBankAccountTokenCreateResponse defines the response schema for `/processor/stripe/bank_account_token/create` */ @ApiModel(description = "ProcessorStripeBankAccountTokenCreateResponse defines the response schema for `/processor/stripe/bank_account_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorStripeBankAccountTokenCreateResponse { public static final String SERIALIZED_NAME_STRIPE_BANK_ACCOUNT_TOKEN = "stripe_bank_account_token"; @SerializedName(SERIALIZED_NAME_STRIPE_BANK_ACCOUNT_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ProcessorSyncUpdatesAvailableWebhook.java b/src/main/java/com/plaid/client/model/ProcessorSyncUpdatesAvailableWebhook.java index 79dcc3b2b7..3a043c9a3d 100644 --- a/src/main/java/com/plaid/client/model/ProcessorSyncUpdatesAvailableWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorSyncUpdatesAvailableWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/processor/transactions/sync` endpoint. Note that when using `/processor/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/processor/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/processor/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/processor/transactions/sync`. Note that to receive this webhook for an Item, `/processor/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will typically not fire in the Sandbox environment, due to the lack of dynamic transactions data. To test this webhook in Sandbox, call `/sandbox/item/fire_webhook`. + * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/processor/transactions/sync` endpoint. Note that when using `/processor/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/processor/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/processor/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/processor/transactions/sync`. Note that to receive this webhook for an Item, `/processor/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/processor/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will typically not fire in the Sandbox environment, due to the lack of dynamic transactions data. To test this webhook in Sandbox, call `/sandbox/item/fire_webhook`. */ -@ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/processor/transactions/sync` endpoint. Note that when using `/processor/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/processor/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/processor/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/processor/transactions/sync`. Note that to receive this webhook for an Item, `/processor/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will typically not fire in the Sandbox environment, due to the lack of dynamic transactions data. To test this webhook in Sandbox, call `/sandbox/item/fire_webhook`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/processor/transactions/sync` endpoint. Note that when using `/processor/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/processor/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/processor/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/processor/transactions/sync`. Note that to receive this webhook for an Item, `/processor/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/processor/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will typically not fire in the Sandbox environment, due to the lack of dynamic transactions data. To test this webhook in Sandbox, call `/sandbox/item/fire_webhook`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorSyncUpdatesAvailableWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenCreateRequest.java b/src/main/java/com/plaid/client/model/ProcessorTokenCreateRequest.java index 2fb5704b84..9a30cd90fc 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenCreateRequest defines the request schema for `/processor/token/create` */ @ApiModel(description = "ProcessorTokenCreateRequest defines the request schema for `/processor/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -205,7 +205,9 @@ public enum ProcessorEnum { NATURAL("natural"), - KANMON("kanmon"); + KANMON("kanmon"), + + KICK("kick"); private String value; diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenCreateResponse.java b/src/main/java/com/plaid/client/model/ProcessorTokenCreateResponse.java index 6a88322d62..1e225f2dcc 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenCreateResponse defines the response schema for `/processor/token/create` and `/processor/apex/processor_token/create` */ @ApiModel(description = "ProcessorTokenCreateResponse defines the response schema for `/processor/token/create` and `/processor/apex/processor_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenCreateResponse { public static final String SERIALIZED_NAME_PROCESSOR_TOKEN = "processor_token"; @SerializedName(SERIALIZED_NAME_PROCESSOR_TOKEN) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetRequest.java index e484e8bb7f..6181e0d93c 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenPermissionsGetRequest defines the request schema for `/processor/token/permissions/get` */ @ApiModel(description = "ProcessorTokenPermissionsGetRequest defines the request schema for `/processor/token/permissions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenPermissionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetResponse.java index eb94a30a16..0eee82fd89 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * ProcessorTokenPermissionsGetResponse defines the response schema for `/processor/token/permissions/get` */ @ApiModel(description = "ProcessorTokenPermissionsGetResponse defines the response schema for `/processor/token/permissions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenPermissionsGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetRequest.java b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetRequest.java index b0621a8d72..284dfad882 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * ProcessorTokenPermissionsSetRequest defines the request schema for `/processor/token/permissions/set` */ @ApiModel(description = "ProcessorTokenPermissionsSetRequest defines the request schema for `/processor/token/permissions/set`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenPermissionsSetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetResponse.java b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetResponse.java index b38e0ab293..f870df8647 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenPermissionsSetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenPermissionsSetResponse defines the response schema for `/processor/token/permissions/set` */ @ApiModel(description = "ProcessorTokenPermissionsSetResponse defines the response schema for `/processor/token/permissions/set`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenPermissionsSetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdate.java b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdate.java index 7a0e57e33a..5214d35a79 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdate.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when a processor updates the webhook URL for a processor token via `/processor/token/webhook/update`. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when a processor updates the webhook URL for a processor token via `/processor/token/webhook/update`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenWebhookUpdate { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateRequest.java b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateRequest.java index 87da2ef6b4..260b8ffa72 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenWebhookUpdateRequest defines the request schema for `/processor/token/webhook/update` */ @ApiModel(description = "ProcessorTokenWebhookUpdateRequest defines the request schema for `/processor/token/webhook/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenWebhookUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java index ba6e9ba29d..eee8a716d0 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTokenWebhookUpdateResponse defines the response schema for `/processor/token/webhook/update` */ @ApiModel(description = "ProcessorTokenWebhookUpdateResponse defines the response schema for `/processor/token/webhook/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTokenWebhookUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequest.java index 5eb349016e..5c57763e64 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * ProcessorTransactionsGetRequest defines the request schema for `/processor/transactions/get` */ @ApiModel(description = "ProcessorTransactionsGetRequest defines the request schema for `/processor/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequestOptions.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequestOptions.java index 873c50c22c..d328ef5f22 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsGetRequestOptions { public static final String SERIALIZED_NAME_COUNT = "count"; @SerializedName(SERIALIZED_NAME_COUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetResponse.java index 5e7ea4f5ad..101319f74e 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * ProcessorTransactionsGetResponse defines the response schema for `/processor/transactions/get` */ @ApiModel(description = "ProcessorTransactionsGetResponse defines the response schema for `/processor/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsGetResponse { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetRequest.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetRequest.java index 8ba8ec3f7a..ab4e950f68 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorTransactionsRecurringGetRequest defines the request schema for `/processor/transactions/recurring/get` */ @ApiModel(description = "ProcessorTransactionsRecurringGetRequest defines the request schema for `/processor/transactions/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsRecurringGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetResponse.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetResponse.java index 83d32b4c80..f1c8b64272 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsRecurringGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * ProcessorTransactionsRecurringGetResponse defines the response schema for `/processor/transactions/recurring/get` */ @ApiModel(description = "ProcessorTransactionsRecurringGetResponse defines the response schema for `/processor/transactions/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsRecurringGetResponse { public static final String SERIALIZED_NAME_INFLOW_STREAMS = "inflow_streams"; @SerializedName(SERIALIZED_NAME_INFLOW_STREAMS) @@ -68,10 +68,10 @@ public ProcessorTransactionsRecurringGetResponse addInflowStreamsItem(Transactio } /** - * An array of depository transaction streams. + * An array of inflow transaction streams. * @return inflowStreams **/ - @ApiModelProperty(required = true, value = "An array of depository transaction streams.") + @ApiModelProperty(required = true, value = "An array of inflow transaction streams.") public List getInflowStreams() { return inflowStreams; diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshRequest.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshRequest.java index 8e950e68a1..063ef9e976 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTransactionsRefreshRequest defines the request schema for `/processor/transactions/refresh` */ @ApiModel(description = "ProcessorTransactionsRefreshRequest defines the request schema for `/processor/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshResponse.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshResponse.java index 82cb619091..fddb6a682e 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * ProcessorTransactionsRefreshResponse defines the response schema for `/processor/transactions/refresh` */ @ApiModel(description = "ProcessorTransactionsRefreshResponse defines the response schema for `/processor/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java index f5d9d22675..0a554ef606 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "This webhook is only sent to [Plaid processor partners](https://plaid.com/docs/auth/partnerships/). Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day. This webhook is intended for use with `/processor/transactions/get`; if you are using the newer `/processor/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsRemovedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncRequest.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncRequest.java index 721cf5e59a..15f461f17b 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncRequest.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProcessorTransactionsSyncRequest defines the request schema for `/processor/transactions/sync` */ @ApiModel(description = "ProcessorTransactionsSyncRequest defines the request schema for `/processor/transactions/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsSyncRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncResponse.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncResponse.java index 7297635d24..f93d2cd003 100644 --- a/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncResponse.java +++ b/src/main/java/com/plaid/client/model/ProcessorTransactionsSyncResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * ProcessorTransactionsSyncResponse defines the response schema for `/processor/transactions/sync` */ @ApiModel(description = "ProcessorTransactionsSyncResponse defines the response schema for `/processor/transactions/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProcessorTransactionsSyncResponse { public static final String SERIALIZED_NAME_TRANSACTIONS_UPDATE_STATUS = "transactions_update_status"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS_UPDATE_STATUS) diff --git a/src/main/java/com/plaid/client/model/ProductAccess.java b/src/main/java/com/plaid/client/model/ProductAccess.java index 2f7c691521..12e16646fd 100644 --- a/src/main/java/com/plaid/client/model/ProductAccess.java +++ b/src/main/java/com/plaid/client/model/ProductAccess.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * The product access being requested. Used to or disallow product access across all accounts. If unset, defaults to all products allowed. + * The product access being requested. Used to allow or disallow product access across all accounts. If unset, defaults to all products allowed. */ -@ApiModel(description = "The product access being requested. Used to or disallow product access across all accounts. If unset, defaults to all products allowed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The product access being requested. Used to allow or disallow product access across all accounts. If unset, defaults to all products allowed.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProductAccess { public static final String SERIALIZED_NAME_STATEMENTS = "statements"; @SerializedName(SERIALIZED_NAME_STATEMENTS) diff --git a/src/main/java/com/plaid/client/model/ProductPermissionsRequiredAuthWebhook.java b/src/main/java/com/plaid/client/model/ProductPermissionsRequiredAuthWebhook.java index 107c8536b2..421553b0da 100644 --- a/src/main/java/com/plaid/client/model/ProductPermissionsRequiredAuthWebhook.java +++ b/src/main/java/com/plaid/client/model/ProductPermissionsRequiredAuthWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an `ACCESS_NOT_GRANTED` error is hit for Auth. The error can be resolved by putting the user through update mode with `auth` in the `products` array, as well as through the limited beta for update mode Authentication product validations. */ @ApiModel(description = "Fired when an `ACCESS_NOT_GRANTED` error is hit for Auth. The error can be resolved by putting the user through update mode with `auth` in the `products` array, as well as through the limited beta for update mode Authentication product validations.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProductPermissionsRequiredAuthWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProductPermissionsRequiredIdentityWebhook.java b/src/main/java/com/plaid/client/model/ProductPermissionsRequiredIdentityWebhook.java index 2af7c6cfdd..f79025153a 100644 --- a/src/main/java/com/plaid/client/model/ProductPermissionsRequiredIdentityWebhook.java +++ b/src/main/java/com/plaid/client/model/ProductPermissionsRequiredIdentityWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an `ACCESS_NOT_GRANTED` error is hit for Identity. The error can be resolved by putting the user through update mode with `identity` in the `products` array, as well as through the limited beta for update mode Identity product validations. */ @ApiModel(description = "Fired when an `ACCESS_NOT_GRANTED` error is hit for Identity. The error can be resolved by putting the user through update mode with `identity` in the `products` array, as well as through the limited beta for update mode Identity product validations.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProductPermissionsRequiredIdentityWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProductStatus.java b/src/main/java/com/plaid/client/model/ProductStatus.java index 980eca5b8d..1e47adc8ce 100644 --- a/src/main/java/com/plaid/client/model/ProductStatus.java +++ b/src/main/java/com/plaid/client/model/ProductStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A representation of the status health of a request type. Auth requests, Balance requests, Identity requests, Investments requests, Liabilities requests, Transactions updates, Investments updates, Liabilities updates, and Item logins each have their own status object. */ @ApiModel(description = "A representation of the status health of a request type. Auth requests, Balance requests, Identity requests, Investments requests, Liabilities requests, Transactions updates, Investments updates, Liabilities updates, and Item logins each have their own status object.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProductStatus { /** * This field is deprecated in favor of the `breakdown` object, which provides more granular institution health data. `HEALTHY`: the majority of requests are successful `DEGRADED`: only some requests are successful `DOWN`: all requests are failing diff --git a/src/main/java/com/plaid/client/model/ProductStatusBreakdown.java b/src/main/java/com/plaid/client/model/ProductStatusBreakdown.java index 4d44c3ec54..a83f191f69 100644 --- a/src/main/java/com/plaid/client/model/ProductStatusBreakdown.java +++ b/src/main/java/com/plaid/client/model/ProductStatusBreakdown.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * A detailed breakdown of the institution's performance for a request type. The values for `success`, `error_plaid`, and `error_institution` sum to 1. The time range used for calculating the breakdown may range from the most recent few minutes to the past six hours. In general, smaller institutions will show status that was calculated over a longer period of time. For Investment updates, which are refreshed less frequently, the period assessed may be 24 hours or more. For more details, see [Institution status details](https://plaid.com/docs/account/activity/#institution-status-details). + * A detailed breakdown of the institution's performance for a request type. The values for `success`, `error_plaid`, and `error_institution` sum to 1. The time range used for calculating the breakdown may range from the most recent few minutes to the past six hours. In general, smaller institutions will show status that was calculated over a longer period of time. For Investment updates, which are refreshed less frequently, the period assessed may be 24 hours or more. For more details, see [Institution status details](https://plaid.com/docs/account/activity/#troubleshooting-institution-insights). */ -@ApiModel(description = "A detailed breakdown of the institution's performance for a request type. The values for `success`, `error_plaid`, and `error_institution` sum to 1. The time range used for calculating the breakdown may range from the most recent few minutes to the past six hours. In general, smaller institutions will show status that was calculated over a longer period of time. For Investment updates, which are refreshed less frequently, the period assessed may be 24 hours or more. For more details, see [Institution status details](https://plaid.com/docs/account/activity/#institution-status-details).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "A detailed breakdown of the institution's performance for a request type. The values for `success`, `error_plaid`, and `error_institution` sum to 1. The time range used for calculating the breakdown may range from the most recent few minutes to the past six hours. In general, smaller institutions will show status that was calculated over a longer period of time. For Investment updates, which are refreshed less frequently, the period assessed may be 24 hours or more. For more details, see [Institution status details](https://plaid.com/docs/account/activity/#troubleshooting-institution-insights).") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProductStatusBreakdown { public static final String SERIALIZED_NAME_SUCCESS = "success"; @SerializedName(SERIALIZED_NAME_SUCCESS) diff --git a/src/main/java/com/plaid/client/model/Products.java b/src/main/java/com/plaid/client/model/Products.java index 2b6549a12a..5557194497 100644 --- a/src/main/java/com/plaid/client/model/Products.java +++ b/src/main/java/com/plaid/client/model/Products.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ProductsTerminateReasonCode.java b/src/main/java/com/plaid/client/model/ProductsTerminateReasonCode.java index c5f0329f23..8cb416ce2b 100644 --- a/src/main/java/com/plaid/client/model/ProductsTerminateReasonCode.java +++ b/src/main/java/com/plaid/client/model/ProductsTerminateReasonCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The reason for terminating products. `FRAUD_FIRST_PARTY`: The end user who owns the connected bank account committed fraud `FRAUD_FALSE_IDENTITY`: The end user created the connection using false identity information or stolen credentials `FRAUD_ABUSE`: The end user is abusing the client's service or platform through their connected account `FRAUD_OTHER`: Other fraud-related reasons involving the end user not covered by the specific fraud categories `FRAUD_TRANSACTION`: Fraud occurred at the transaction level, such as an unauthorized transaction, card testing, chargeback, ACH return, or dispute `CONSUMER_LOAN_PAID_OFF`: The end user paid off their loan and no longer needs the product `CONSUMER_ACCOUNT_CLOSED`: The end user closed their account with the client and no longer needs the product `CONSUMER_CHARGE_OFF`: The end user's account has been charged off `CONSUMER_PAYMENT_METHOD_SWITCHED`: The end user switched to a different payment method and no longer needs the product `USER_OFFBOARDING`: The user is offboarding from the service or platform `DUPLICATE_ITEM`: The connection is a duplicate of another existing connection for the same user `BILLING_TERMINATION`: The user's billing or subscription relationship has ended `OTHER`: Any other reason for terminating products not covered by the above categories + * The reason for terminating products. `FRAUD_FIRST_PARTY`: The end user who owns the connected bank account committed fraud using their real identity `FRAUD_FALSE_IDENTITY`: The connection was created using a false or stolen identity `FRAUD_ABUSE`: The end user is abusing the client's service or platform (for example, automation or excessive retries) through their connected account `FRAUD_OTHER`: Fraud-related, but not covered by the specific fraud categories above; `reason_note` should clarify `FRAUD_TRANSACTION`: Fraud occurred at the transaction level, such as an unauthorized transaction, card testing, chargeback, ACH return, or dispute `CONSUMER_LOAN_PAID_OFF`: The end user paid off their loan and no longer needs the product `CONSUMER_ACCOUNT_CLOSED`: The end user closed their account with the client and no longer needs the product `CONSUMER_CHARGE_OFF`: The end user's account has been charged off `CONSUMER_PAYMENT_METHOD_SWITCHED`: The end user switched to a different payment method and no longer needs the product `USER_OFFBOARDING`: The user is offboarding from the client's service or platform `DUPLICATE_ITEM`: This Item is a duplicate of another active Item for the same user `BILLING_TERMINATION`: The client's billing or subscription relationship with the end user has ended `OTHER`: None of the above; `reason_note` should clarify */ @JsonAdapter(ProductsTerminateReasonCode.Adapter.class) public enum ProductsTerminateReasonCode { diff --git a/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java b/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java index bb93db47ea..ee5f1b605b 100644 --- a/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProfileNetworkStatusGetRequest defines the request schema for `/profile/network_status/get` */ @ApiModel(description = "ProfileNetworkStatusGetRequest defines the request schema for `/profile/network_status/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProfileNetworkStatusGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetResponse.java b/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetResponse.java index 2cfe23cebb..aa86d262c1 100644 --- a/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ProfileNetworkStatusGetResponse defines the response schema for `/profile/network_status/get` */ @ApiModel(description = "ProfileNetworkStatusGetResponse defines the response schema for `/profile/network_status/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProfileNetworkStatusGetResponse { public static final String SERIALIZED_NAME_NETWORK_STATUS = "network_status"; @SerializedName(SERIALIZED_NAME_NETWORK_STATUS) diff --git a/src/main/java/com/plaid/client/model/ProgramNameSensitivity.java b/src/main/java/com/plaid/client/model/ProgramNameSensitivity.java index 7f1cdf8bb1..e25b66633d 100644 --- a/src/main/java/com/plaid/client/model/ProgramNameSensitivity.java +++ b/src/main/java/com/plaid/client/model/ProgramNameSensitivity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ProjectedIncomeSummaryFieldNumber.java b/src/main/java/com/plaid/client/model/ProjectedIncomeSummaryFieldNumber.java index 69a29c00a4..050c82d22c 100644 --- a/src/main/java/com/plaid/client/model/ProjectedIncomeSummaryFieldNumber.java +++ b/src/main/java/com/plaid/client/model/ProjectedIncomeSummaryFieldNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The employee's estimated annual salary, as derived from information reported on the paystub. */ @ApiModel(description = "The employee's estimated annual salary, as derived from information reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProjectedIncomeSummaryFieldNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/ProtectBankAccount.java b/src/main/java/com/plaid/client/model/ProtectBankAccount.java index aef61b90b1..d0702ec237 100644 --- a/src/main/java/com/plaid/client/model/ProtectBankAccount.java +++ b/src/main/java/com/plaid/client/model/ProtectBankAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Bank account information associated with the incident. */ @ApiModel(description = "Bank account information associated with the incident.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectBankAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectComputeRequest.java b/src/main/java/com/plaid/client/model/ProtectComputeRequest.java index be0545d490..da1cc4879d 100644 --- a/src/main/java/com/plaid/client/model/ProtectComputeRequest.java +++ b/src/main/java/com/plaid/client/model/ProtectComputeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Request object for /protect/compute */ @ApiModel(description = "Request object for /protect/compute") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectComputeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectComputeResponse.java b/src/main/java/com/plaid/client/model/ProtectComputeResponse.java index 557a33ee41..21e0ca8f13 100644 --- a/src/main/java/com/plaid/client/model/ProtectComputeResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectComputeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,12 +24,13 @@ import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; +import java.time.OffsetDateTime; /** * Response object for /protect/compute */ @ApiModel(description = "Response object for /protect/compute") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectComputeResponse { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) @@ -47,6 +48,10 @@ public class ProtectComputeResponse { @SerializedName(SERIALIZED_NAME_SUBSCORES) private ProtectComputeSubscores subscores; + public static final String SERIALIZED_NAME_TIMESTAMP = "timestamp"; + @SerializedName(SERIALIZED_NAME_TIMESTAMP) + private OffsetDateTime timestamp; + public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; @@ -144,6 +149,29 @@ public void setSubscores(ProtectComputeSubscores subscores) { } + public ProtectComputeResponse timestamp(OffsetDateTime timestamp) { + + this.timestamp = timestamp; + return this; + } + + /** + * The timestamp when the Trust Index score and fraud attributes were computed, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `\"2017-09-14T14:42:19.350Z\"` + * @return timestamp + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "The timestamp when the Trust Index score and fraud attributes were computed, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `\"2017-09-14T14:42:19.350Z\"`") + + public OffsetDateTime getTimestamp() { + return timestamp; + } + + + public void setTimestamp(OffsetDateTime timestamp) { + this.timestamp = timestamp; + } + + public ProtectComputeResponse requestId(String requestId) { this.requestId = requestId; @@ -179,12 +207,13 @@ public boolean equals(Object o) { Objects.equals(this.model, protectComputeResponse.model) && Objects.equals(this.attributes, protectComputeResponse.attributes) && Objects.equals(this.subscores, protectComputeResponse.subscores) && + Objects.equals(this.timestamp, protectComputeResponse.timestamp) && Objects.equals(this.requestId, protectComputeResponse.requestId); } @Override public int hashCode() { - return Objects.hash(score, model, attributes, subscores, requestId); + return Objects.hash(score, model, attributes, subscores, timestamp, requestId); } @Override @@ -195,6 +224,7 @@ public String toString() { sb.append(" model: ").append(toIndentedString(model)).append("\n"); sb.append(" attributes: ").append(toIndentedString(attributes)).append("\n"); sb.append(" subscores: ").append(toIndentedString(subscores)).append("\n"); + sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java b/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java index 925bf9faef..caf83348e1 100644 --- a/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java +++ b/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Per-bucket subscores returned alongside the overall Trust Index score. For cash-advance models, each key maps to an amount-bucket subscore (0-100); higher values indicate lower fraud risk. Only buckets that were scored are included in the response. */ @ApiModel(description = "Per-bucket subscores returned alongside the overall Trust Index score. For cash-advance models, each key maps to an amount-bucket subscore (0-100); higher values indicate lower fraud risk. Only buckets that were scored are included in the response.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectComputeSubscores { public static final String SERIALIZED_NAME_CASH_ADVANCE_BUCKET025 = "cash_advance_bucket_0_25"; @SerializedName(SERIALIZED_NAME_CASH_ADVANCE_BUCKET025) diff --git a/src/main/java/com/plaid/client/model/ProtectEvent.java b/src/main/java/com/plaid/client/model/ProtectEvent.java index 27408d2516..9e1aa3aab0 100644 --- a/src/main/java/com/plaid/client/model/ProtectEvent.java +++ b/src/main/java/com/plaid/client/model/ProtectEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Event data for Protect events. */ @ApiModel(description = "Event data for Protect events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectEvent { public static final String SERIALIZED_NAME_TIMESTAMP = "timestamp"; @SerializedName(SERIALIZED_NAME_TIMESTAMP) @@ -81,11 +81,11 @@ public ProtectEvent protectSessionId(String protectSessionId) { } /** - * If present, contains the current Protect Session ID from the Plaid Pixel SDK. + * If present, contains the current Protect Session ID from the Protect SDK. * @return protectSessionId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "If present, contains the current Protect Session ID from the Plaid Pixel SDK.") + @ApiModelProperty(value = "If present, contains the current Protect Session ID from the Protect SDK.") public String getProtectSessionId() { return protectSessionId; diff --git a/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java b/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java index 14603f9036..a1d2541bf4 100644 --- a/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request object for /protect/event/get */ @ApiModel(description = "Request object for /protect/event/get") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectEventGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectEventGetResponse.java b/src/main/java/com/plaid/client/model/ProtectEventGetResponse.java index afdff6f50d..6213b9ccdc 100644 --- a/src/main/java/com/plaid/client/model/ProtectEventGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectEventGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Response object for /protect/event/get */ @ApiModel(description = "Response object for /protect/event/get") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectEventGetResponse { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectEventSendRequest.java b/src/main/java/com/plaid/client/model/ProtectEventSendRequest.java index 5b9da81a56..d92c5e5879 100644 --- a/src/main/java/com/plaid/client/model/ProtectEventSendRequest.java +++ b/src/main/java/com/plaid/client/model/ProtectEventSendRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Request object for /protect/event/send */ @ApiModel(description = "Request object for /protect/event/send") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectEventSendRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectEventSendResponse.java b/src/main/java/com/plaid/client/model/ProtectEventSendResponse.java index b0a1164fcb..d731e85f67 100644 --- a/src/main/java/com/plaid/client/model/ProtectEventSendResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectEventSendResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response object for /protect/event/send */ @ApiModel(description = "Response object for /protect/event/send") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectEventSendResponse { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectIncidentAmount.java b/src/main/java/com/plaid/client/model/ProtectIncidentAmount.java index 33b54be426..d3cb7ab888 100644 --- a/src/main/java/com/plaid/client/model/ProtectIncidentAmount.java +++ b/src/main/java/com/plaid/client/model/ProtectIncidentAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The monetary amount associated with the incident. */ @ApiModel(description = "The monetary amount associated with the incident.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectIncidentAmount { public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) diff --git a/src/main/java/com/plaid/client/model/ProtectIncidentEvent.java b/src/main/java/com/plaid/client/model/ProtectIncidentEvent.java index 0f6a0c6471..5061cbc5f3 100644 --- a/src/main/java/com/plaid/client/model/ProtectIncidentEvent.java +++ b/src/main/java/com/plaid/client/model/ProtectIncidentEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the incident event. */ @ApiModel(description = "Details about the incident event.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectIncidentEvent { public static final String SERIALIZED_NAME_PROTECT_EVENT_ID = "protect_event_id"; @SerializedName(SERIALIZED_NAME_PROTECT_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectIncidentEventResponse.java b/src/main/java/com/plaid/client/model/ProtectIncidentEventResponse.java index 0fc571a886..07712d9ea0 100644 --- a/src/main/java/com/plaid/client/model/ProtectIncidentEventResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectIncidentEventResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the incident event. */ @ApiModel(description = "Details about the incident event.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectIncidentEventResponse { public static final String SERIALIZED_NAME_PROTECT_EVENT_ID = "protect_event_id"; @SerializedName(SERIALIZED_NAME_PROTECT_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectLinkModelInputs.java b/src/main/java/com/plaid/client/model/ProtectLinkModelInputs.java index 18229a6114..fe98f6f160 100644 --- a/src/main/java/com/plaid/client/model/ProtectLinkModelInputs.java +++ b/src/main/java/com/plaid/client/model/ProtectLinkModelInputs.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Inputs for link session Trust Index models. */ @ApiModel(description = "Inputs for link session Trust Index models.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectLinkModelInputs { public static final String SERIALIZED_NAME_LINK_SESSION_ID = "link_session_id"; @SerializedName(SERIALIZED_NAME_LINK_SESSION_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectModelInputs.java b/src/main/java/com/plaid/client/model/ProtectModelInputs.java index f355f4d0a0..cdbefc664f 100644 --- a/src/main/java/com/plaid/client/model/ProtectModelInputs.java +++ b/src/main/java/com/plaid/client/model/ProtectModelInputs.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Inputs required by certain Trust Index models. The `link` field is required for link-session models. Other model families (including cash-advance) are identified by `user` alone and do not use this object. */ @ApiModel(description = "Inputs required by certain Trust Index models. The `link` field is required for link-session models. Other model families (including cash-advance) are identified by `user` alone and do not use this object.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectModelInputs { public static final String SERIALIZED_NAME_LINK = "link"; @SerializedName(SERIALIZED_NAME_LINK) diff --git a/src/main/java/com/plaid/client/model/ProtectReport.java b/src/main/java/com/plaid/client/model/ProtectReport.java index 9ddd6937f7..f01cd6b30e 100644 --- a/src/main/java/com/plaid/client/model/ProtectReport.java +++ b/src/main/java/com/plaid/client/model/ProtectReport.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A Protect report associated with a user. Contains details about documented incidents, which may include fraud, investigation outcomes, or other risk events. */ @ApiModel(description = "A Protect report associated with a user. Contains details about documented incidents, which may include fraud, investigation outcomes, or other risk events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectReport { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectReportConfidence.java b/src/main/java/com/plaid/client/model/ProtectReportConfidence.java index 14879dfcd1..3cf807d23a 100644 --- a/src/main/java/com/plaid/client/model/ProtectReportConfidence.java +++ b/src/main/java/com/plaid/client/model/ProtectReportConfidence.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ProtectReportCreateRequest.java b/src/main/java/com/plaid/client/model/ProtectReportCreateRequest.java index da24a20ffd..04878f357d 100644 --- a/src/main/java/com/plaid/client/model/ProtectReportCreateRequest.java +++ b/src/main/java/com/plaid/client/model/ProtectReportCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Request object for `/protect/report/create`. You must provide either `user_id`, or an `incident_event` with at least one supported identifier: `link_session_id`, `idv_session_id`, `protect_event_id`, `signal_client_transaction_id`, or `access_token`. Context fields such as `internal_reference`, `time`, `amount`, and `bank_account` do not satisfy this identifier requirement. */ @ApiModel(description = "Request object for `/protect/report/create`. You must provide either `user_id`, or an `incident_event` with at least one supported identifier: `link_session_id`, `idv_session_id`, `protect_event_id`, `signal_client_transaction_id`, or `access_token`. Context fields such as `internal_reference`, `time`, `amount`, and `bank_account` do not satisfy this identifier requirement.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectReportCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectReportCreateResponse.java b/src/main/java/com/plaid/client/model/ProtectReportCreateResponse.java index e5b0f62705..354dd77e16 100644 --- a/src/main/java/com/plaid/client/model/ProtectReportCreateResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectReportCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Response object for /protect/report/create */ @ApiModel(description = "Response object for /protect/report/create") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectReportCreateResponse { public static final String SERIALIZED_NAME_REPORT_ID = "report_id"; @SerializedName(SERIALIZED_NAME_REPORT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectReportSource.java b/src/main/java/com/plaid/client/model/ProtectReportSource.java index 05b2426f11..1ca861e3e7 100644 --- a/src/main/java/com/plaid/client/model/ProtectReportSource.java +++ b/src/main/java/com/plaid/client/model/ProtectReportSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ProtectReportType.java b/src/main/java/com/plaid/client/model/ProtectReportType.java index bb906a8884..b75212e250 100644 --- a/src/main/java/com/plaid/client/model/ProtectReportType.java +++ b/src/main/java/com/plaid/client/model/ProtectReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ProtectSDKModelInputs.java b/src/main/java/com/plaid/client/model/ProtectSDKModelInputs.java index 64fdc95dbc..0c3ae1336f 100644 --- a/src/main/java/com/plaid/client/model/ProtectSDKModelInputs.java +++ b/src/main/java/com/plaid/client/model/ProtectSDKModelInputs.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Inputs for Protect SDK Trust Index models. */ @ApiModel(description = "Inputs for Protect SDK Trust Index models.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectSDKModelInputs { public static final String SERIALIZED_NAME_SDK_SESSION_ID = "sdk_session_id"; @SerializedName(SERIALIZED_NAME_SDK_SESSION_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectUser.java b/src/main/java/com/plaid/client/model/ProtectUser.java index fc9231c28e..566004bab9 100644 --- a/src/main/java/com/plaid/client/model/ProtectUser.java +++ b/src/main/java/com/plaid/client/model/ProtectUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Represents an end user for `/protect/compute` requests. */ @ApiModel(description = "Represents an end user for `/protect/compute` requests.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectUser { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectUserEventWebhook.java b/src/main/java/com/plaid/client/model/ProtectUserEventWebhook.java index 4d2f324e32..fa677209de 100644 --- a/src/main/java/com/plaid/client/model/ProtectUserEventWebhook.java +++ b/src/main/java/com/plaid/client/model/ProtectUserEventWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when there has been a new user event. The webhook payload contains limited information about the event. For full event details, call [`/protect/event/get`](https://plaid.com/docs/api/products/protect/#protecteventget). */ @ApiModel(description = "Fired when there has been a new user event. The webhook payload contains limited information about the event. For full event details, call [`/protect/event/get`](https://plaid.com/docs/api/products/protect/#protecteventget).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectUserEventWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/ProtectUserInsightsGetRequest.java b/src/main/java/com/plaid/client/model/ProtectUserInsightsGetRequest.java index 21d88352ed..eee318a870 100644 --- a/src/main/java/com/plaid/client/model/ProtectUserInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/ProtectUserInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request object for /protect/user/insights/get */ @ApiModel(description = "Request object for /protect/user/insights/get") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectUserInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/ProtectUserInsightsGetResponse.java b/src/main/java/com/plaid/client/model/ProtectUserInsightsGetResponse.java index 57c25a3404..1552d2acf8 100644 --- a/src/main/java/com/plaid/client/model/ProtectUserInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/ProtectUserInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Response object for /protect/user/insights/get */ @ApiModel(description = "Response object for /protect/user/insights/get") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProtectUserInsightsGetResponse { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/ProviderBusinessAddress.java b/src/main/java/com/plaid/client/model/ProviderBusinessAddress.java index b04b420edc..36fd46c9fd 100644 --- a/src/main/java/com/plaid/client/model/ProviderBusinessAddress.java +++ b/src/main/java/com/plaid/client/model/ProviderBusinessAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Detailed address information for a business from data provider */ @ApiModel(description = "Detailed address information for a business from data provider") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProviderBusinessAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/ProviderBusinessName.java b/src/main/java/com/plaid/client/model/ProviderBusinessName.java index af48d9288e..10092fa3c1 100644 --- a/src/main/java/com/plaid/client/model/ProviderBusinessName.java +++ b/src/main/java/com/plaid/client/model/ProviderBusinessName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Name associated with a business */ @ApiModel(description = "Name associated with a business") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ProviderBusinessName { public static final String SERIALIZED_NAME_IS_PRIMARY = "is_primary"; @SerializedName(SERIALIZED_NAME_IS_PRIMARY) diff --git a/src/main/java/com/plaid/client/model/ProxyType.java b/src/main/java/com/plaid/client/model/ProxyType.java index 0e665bf325..8c766e0ad9 100644 --- a/src/main/java/com/plaid/client/model/ProxyType.java +++ b/src/main/java/com/plaid/client/model/ProxyType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ReasonCode.java b/src/main/java/com/plaid/client/model/ReasonCode.java index 8eab9d8a41..643626dcdb 100644 --- a/src/main/java/com/plaid/client/model/ReasonCode.java +++ b/src/main/java/com/plaid/client/model/ReasonCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RecaptchaRequiredError.java b/src/main/java/com/plaid/client/model/RecaptchaRequiredError.java index e1b065dc8c..2e524400c7 100644 --- a/src/main/java/com/plaid/client/model/RecaptchaRequiredError.java +++ b/src/main/java/com/plaid/client/model/RecaptchaRequiredError.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The request was flagged by Plaid's fraud system and requires additional verification to ensure the user is not a bot. */ @ApiModel(description = "The request was flagged by Plaid's fraud system and requires additional verification to ensure the user is not a bot.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecaptchaRequiredError { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) diff --git a/src/main/java/com/plaid/client/model/ReceiverDetails.java b/src/main/java/com/plaid/client/model/ReceiverDetails.java new file mode 100644 index 0000000000..ad1fb1a997 --- /dev/null +++ b/src/main/java/com/plaid/client/model/ReceiverDetails.java @@ -0,0 +1,99 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Additional details for receiver events. Currently always `null`. + */ +@ApiModel(description = "Additional details for receiver events. Currently always `null`.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class ReceiverDetails { + public static final String SERIALIZED_NAME_AVAILABLE_BALANCE = "available_balance"; + @SerializedName(SERIALIZED_NAME_AVAILABLE_BALANCE) + private String availableBalance; + + + public ReceiverDetails availableBalance(String availableBalance) { + + this.availableBalance = availableBalance; + return this; + } + + /** + * The available balance associated with the receiver event. + * @return availableBalance + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "The available balance associated with the receiver event.") + + public String getAvailableBalance() { + return availableBalance; + } + + + public void setAvailableBalance(String availableBalance) { + this.availableBalance = availableBalance; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + ReceiverDetails receiverDetails = (ReceiverDetails) o; + return Objects.equals(this.availableBalance, receiverDetails.availableBalance); + } + + @Override + public int hashCode() { + return Objects.hash(availableBalance); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class ReceiverDetails {\n"); + sb.append(" availableBalance: ").append(toIndentedString(availableBalance)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/RecipientBACS.java b/src/main/java/com/plaid/client/model/RecipientBACS.java index 7afde72488..a2f0cfdebe 100644 --- a/src/main/java/com/plaid/client/model/RecipientBACS.java +++ b/src/main/java/com/plaid/client/model/RecipientBACS.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object containing a Bacs account number and sort code. If an IBAN is not provided or if you need to accept domestic GBP-denominated payments, Bacs data is required. */ @ApiModel(description = "An object containing a Bacs account number and sort code. If an IBAN is not provided or if you need to accept domestic GBP-denominated payments, Bacs data is required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecipientBACS { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/RecipientBACSNullable.java b/src/main/java/com/plaid/client/model/RecipientBACSNullable.java index 75a9b19771..259debaa64 100644 --- a/src/main/java/com/plaid/client/model/RecipientBACSNullable.java +++ b/src/main/java/com/plaid/client/model/RecipientBACSNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing a Bacs account number and sort code. If an IBAN is not provided or if this recipient needs to accept domestic GBP-denominated payments, Bacs data is required. */ @ApiModel(description = "An object containing a Bacs account number and sort code. If an IBAN is not provided or if this recipient needs to accept domestic GBP-denominated payments, Bacs data is required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecipientBACSNullable { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/RecommendationString.java b/src/main/java/com/plaid/client/model/RecommendationString.java index 28158ed7a0..34d64c6536 100644 --- a/src/main/java/com/plaid/client/model/RecommendationString.java +++ b/src/main/java/com/plaid/client/model/RecommendationString.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RecurringCancelledWebhook.java b/src/main/java/com/plaid/client/model/RecurringCancelledWebhook.java index daf4ab69b9..8e942d35d7 100644 --- a/src/main/java/com/plaid/client/model/RecurringCancelledWebhook.java +++ b/src/main/java/com/plaid/client/model/RecurringCancelledWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a recurring transfer is cancelled by Plaid. */ @ApiModel(description = "Fired when a recurring transfer is cancelled by Plaid.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringCancelledWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/RecurringInsightsStream.java b/src/main/java/com/plaid/client/model/RecurringInsightsStream.java index dff615c5bf..e21f8c73ed 100644 --- a/src/main/java/com/plaid/client/model/RecurringInsightsStream.java +++ b/src/main/java/com/plaid/client/model/RecurringInsightsStream.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Insights object for recurring transactions streams. */ @ApiModel(description = "Insights object for recurring transactions streams.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringInsightsStream { public static final String SERIALIZED_NAME_STREAM_ID = "stream_id"; @SerializedName(SERIALIZED_NAME_STREAM_ID) diff --git a/src/main/java/com/plaid/client/model/RecurringNewTransferWebhook.java b/src/main/java/com/plaid/client/model/RecurringNewTransferWebhook.java index 5a2101604f..9e79cbb956 100644 --- a/src/main/java/com/plaid/client/model/RecurringNewTransferWebhook.java +++ b/src/main/java/com/plaid/client/model/RecurringNewTransferWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when a new transfer of a recurring transfer is originated. */ @ApiModel(description = "Fired when a new transfer of a recurring transfer is originated.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringNewTransferWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/RecurringTransactionFrequency.java b/src/main/java/com/plaid/client/model/RecurringTransactionFrequency.java index dfe5fe1d24..22aada5005 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransactionFrequency.java +++ b/src/main/java/com/plaid/client/model/RecurringTransactionFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RecurringTransactions.java b/src/main/java/com/plaid/client/model/RecurringTransactions.java index 3721e94362..c85ffd70d9 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransactions.java +++ b/src/main/java/com/plaid/client/model/RecurringTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Insights object for recurring transactions for `/beta/transactions/user_insights/v1/get` endpoint */ @ApiModel(description = "Insights object for recurring transactions for `/beta/transactions/user_insights/v1/get` endpoint") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringTransactions { public static final String SERIALIZED_NAME_INFLOW_STREAMS = "inflow_streams"; @SerializedName(SERIALIZED_NAME_INFLOW_STREAMS) diff --git a/src/main/java/com/plaid/client/model/RecurringTransactionsUpdateWebhook.java b/src/main/java/com/plaid/client/model/RecurringTransactionsUpdateWebhook.java index 142103fab8..c1f918032e 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransactionsUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/RecurringTransactionsUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Fired when recurring transactions data is updated. This includes when a new recurring stream is detected or when a new transaction is added to an existing recurring stream. The `RECURRING_TRANSACTIONS_UPDATE` webhook will also fire when one or more attributes of the recurring stream changes, which is usually a result of the addition, update, or removal of transactions to the stream. After receipt of this webhook, the updated data can be fetched from `/transactions/recurring/get`. */ @ApiModel(description = "Fired when recurring transactions data is updated. This includes when a new recurring stream is detected or when a new transaction is added to an existing recurring stream. The `RECURRING_TRANSACTIONS_UPDATE` webhook will also fire when one or more attributes of the recurring stream changes, which is usually a result of the addition, update, or removal of transactions to the stream. After receipt of this webhook, the updated data can be fetched from `/transactions/recurring/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringTransactionsUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/RecurringTransfer.java b/src/main/java/com/plaid/client/model/RecurringTransfer.java index 012c00061a..f3608e05c2 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransfer.java +++ b/src/main/java/com/plaid/client/model/RecurringTransfer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * Represents a recurring transfer within the Transfers API. */ @ApiModel(description = "Represents a recurring transfer within the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringTransfer { public static final String SERIALIZED_NAME_RECURRING_TRANSFER_ID = "recurring_transfer_id"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFER_ID) diff --git a/src/main/java/com/plaid/client/model/RecurringTransferNullable.java b/src/main/java/com/plaid/client/model/RecurringTransferNullable.java index 2c521cc5e5..a85e068e17 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransferNullable.java +++ b/src/main/java/com/plaid/client/model/RecurringTransferNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * Represents a recurring transfer within the Transfers API. */ @ApiModel(description = "Represents a recurring transfer within the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringTransferNullable { public static final String SERIALIZED_NAME_RECURRING_TRANSFER_ID = "recurring_transfer_id"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFER_ID) diff --git a/src/main/java/com/plaid/client/model/RecurringTransferSkippedWebhook.java b/src/main/java/com/plaid/client/model/RecurringTransferSkippedWebhook.java index 79ef1cae3d..61223e7a22 100644 --- a/src/main/java/com/plaid/client/model/RecurringTransferSkippedWebhook.java +++ b/src/main/java/com/plaid/client/model/RecurringTransferSkippedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Fired when Plaid is unable to originate a new ACH transaction of the recurring transfer on the planned date. */ @ApiModel(description = "Fired when Plaid is unable to originate a new ACH transaction of the recurring transfer on the planned date.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RecurringTransferSkippedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/RefreshResult.java b/src/main/java/com/plaid/client/model/RefreshResult.java index 3228208aed..776e02a305 100644 --- a/src/main/java/com/plaid/client/model/RefreshResult.java +++ b/src/main/java/com/plaid/client/model/RefreshResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * RefreshResult represents the result status of a user refresh for a specific item. */ @ApiModel(description = "RefreshResult represents the result status of a user refresh for a specific item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RefreshResult { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/RemovedTransaction.java b/src/main/java/com/plaid/client/model/RemovedTransaction.java index 8edb30fec9..b00f8c0d0f 100644 --- a/src/main/java/com/plaid/client/model/RemovedTransaction.java +++ b/src/main/java/com/plaid/client/model/RemovedTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A representation of a removed transaction */ @ApiModel(description = "A representation of a removed transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RemovedTransaction { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/src/main/java/com/plaid/client/model/ReportType.java b/src/main/java/com/plaid/client/model/ReportType.java index 1eae923b91..0d0bbc06ac 100644 --- a/src/main/java/com/plaid/client/model/ReportType.java +++ b/src/main/java/com/plaid/client/model/ReportType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ReportingInformation.java b/src/main/java/com/plaid/client/model/ReportingInformation.java index 02d92335af..e10c612753 100644 --- a/src/main/java/com/plaid/client/model/ReportingInformation.java +++ b/src/main/java/com/plaid/client/model/ReportingInformation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about a report identifier and a report name. */ @ApiModel(description = "Information about a report identifier and a report name.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ReportingInformation { public static final String SERIALIZED_NAME_REPORTING_INFORMATION_IDENTIFIER = "ReportingInformationIdentifier"; @SerializedName(SERIALIZED_NAME_REPORTING_INFORMATION_IDENTIFIER) diff --git a/src/main/java/com/plaid/client/model/RequestBusinessAddress.java b/src/main/java/com/plaid/client/model/RequestBusinessAddress.java index 6e7fd0d17f..b9835ed265 100644 --- a/src/main/java/com/plaid/client/model/RequestBusinessAddress.java +++ b/src/main/java/com/plaid/client/model/RequestBusinessAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Physical address of a business. Used for input requests. */ @ApiModel(description = "Physical address of a business. Used for input requests.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RequestBusinessAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/ResponseBusinessAddress.java b/src/main/java/com/plaid/client/model/ResponseBusinessAddress.java index 8dd131a1d2..0969785876 100644 --- a/src/main/java/com/plaid/client/model/ResponseBusinessAddress.java +++ b/src/main/java/com/plaid/client/model/ResponseBusinessAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Physical address of a business. Used for response schemas. */ @ApiModel(description = "Physical address of a business. Used for response schemas.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ResponseBusinessAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/RiskCheckBehavior.java b/src/main/java/com/plaid/client/model/RiskCheckBehavior.java index 56e57f10bb..c4ea0ff97f 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckBehavior.java +++ b/src/main/java/com/plaid/client/model/RiskCheckBehavior.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Result summary object specifying values for `behavior` attributes of risk check, when available. */ @ApiModel(description = "Result summary object specifying values for `behavior` attributes of risk check, when available.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckBehavior { public static final String SERIALIZED_NAME_USER_INTERACTIONS = "user_interactions"; @SerializedName(SERIALIZED_NAME_USER_INTERACTIONS) diff --git a/src/main/java/com/plaid/client/model/RiskCheckBehaviorBotDetectedLabel.java b/src/main/java/com/plaid/client/model/RiskCheckBehaviorBotDetectedLabel.java index a67bf3d258..b209ff1193 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckBehaviorBotDetectedLabel.java +++ b/src/main/java/com/plaid/client/model/RiskCheckBehaviorBotDetectedLabel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckBehaviorFraudRingDetectedLabel.java b/src/main/java/com/plaid/client/model/RiskCheckBehaviorFraudRingDetectedLabel.java index 147008489d..a53ea95e37 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckBehaviorFraudRingDetectedLabel.java +++ b/src/main/java/com/plaid/client/model/RiskCheckBehaviorFraudRingDetectedLabel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckBehaviorUserInteractionsLabel.java b/src/main/java/com/plaid/client/model/RiskCheckBehaviorUserInteractionsLabel.java index 343145a69f..88f99d8f2a 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckBehaviorUserInteractionsLabel.java +++ b/src/main/java/com/plaid/client/model/RiskCheckBehaviorUserInteractionsLabel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckDetails.java b/src/main/java/com/plaid/client/model/RiskCheckDetails.java index bbab6e1bb0..f8206517b9 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckDetails.java +++ b/src/main/java/com/plaid/client/model/RiskCheckDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * Additional information for the `risk_check` step. */ @ApiModel(description = "Additional information for the `risk_check` step.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckDetails { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/RiskCheckDevice.java b/src/main/java/com/plaid/client/model/RiskCheckDevice.java index 4eca6cceaf..d7accfaf1b 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckDevice.java +++ b/src/main/java/com/plaid/client/model/RiskCheckDevice.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Result summary object specifying values for `device` attributes of risk check. */ @ApiModel(description = "Result summary object specifying values for `device` attributes of risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckDevice { public static final String SERIALIZED_NAME_IP_PROXY_TYPE = "ip_proxy_type"; @SerializedName(SERIALIZED_NAME_IP_PROXY_TYPE) diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmail.java b/src/main/java/com/plaid/client/model/RiskCheckEmail.java index 0944dde76a..b5c043686b 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmail.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -43,7 +43,7 @@ * Result summary object specifying values for `email` attributes of risk check. */ @ApiModel(description = "Result summary object specifying values for `email` attributes of risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckEmail { public static final String SERIALIZED_NAME_IS_DELIVERABLE = "is_deliverable"; @SerializedName(SERIALIZED_NAME_IS_DELIVERABLE) diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsCustom.java b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsCustom.java index 17f2c1e538..3489a36842 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsCustom.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsCustom.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsDisposable.java b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsDisposable.java index eae2667b70..2415c2a280 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsDisposable.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsDisposable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsFreeProvider.java b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsFreeProvider.java index e45783131c..3c3915b5be 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsFreeProvider.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailDomainIsFreeProvider.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailIncludesDateOfBirth.java b/src/main/java/com/plaid/client/model/RiskCheckEmailIncludesDateOfBirth.java index fc064349e3..0b99503f71 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailIncludesDateOfBirth.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailIncludesDateOfBirth.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailIsDeliverableStatus.java b/src/main/java/com/plaid/client/model/RiskCheckEmailIsDeliverableStatus.java index 0b6df27f70..912dc5999e 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailIsDeliverableStatus.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailIsDeliverableStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailIsEdu.java b/src/main/java/com/plaid/client/model/RiskCheckEmailIsEdu.java index d6175f9f33..3ce288664b 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailIsEdu.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailIsEdu.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailName.java b/src/main/java/com/plaid/client/model/RiskCheckEmailName.java index 0a032518d4..3d7f51f09b 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailName.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckEmailTopLevelDomainIsSuspicious.java b/src/main/java/com/plaid/client/model/RiskCheckEmailTopLevelDomainIsSuspicious.java index ae8cab9125..0db7224a0a 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckEmailTopLevelDomainIsSuspicious.java +++ b/src/main/java/com/plaid/client/model/RiskCheckEmailTopLevelDomainIsSuspicious.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckFacialDuplicate.java b/src/main/java/com/plaid/client/model/RiskCheckFacialDuplicate.java index 61beea1d8e..45b79c3a63 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckFacialDuplicate.java +++ b/src/main/java/com/plaid/client/model/RiskCheckFacialDuplicate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Result summary object specifying values for the `facial_duplicates` attributes of risk check. */ @ApiModel(description = "Result summary object specifying values for the `facial_duplicates` attributes of risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckFacialDuplicate { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/RiskCheckIdentityAbuseSignals.java b/src/main/java/com/plaid/client/model/RiskCheckIdentityAbuseSignals.java index f3220a1c63..f1b71a7455 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckIdentityAbuseSignals.java +++ b/src/main/java/com/plaid/client/model/RiskCheckIdentityAbuseSignals.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Result summary object capturing abuse signals related to `identity abuse`, e.g. stolen and synthetic identity fraud. These attributes are only available for US identities and some signals may not be available depending on what information was collected. */ @ApiModel(description = "Result summary object capturing abuse signals related to `identity abuse`, e.g. stolen and synthetic identity fraud. These attributes are only available for US identities and some signals may not be available depending on what information was collected.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckIdentityAbuseSignals { public static final String SERIALIZED_NAME_SYNTHETIC_IDENTITY = "synthetic_identity"; @SerializedName(SERIALIZED_NAME_SYNTHETIC_IDENTITY) diff --git a/src/main/java/com/plaid/client/model/RiskCheckLinkedService.java b/src/main/java/com/plaid/client/model/RiskCheckLinkedService.java index 59e7654d85..9a8818d2d9 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckLinkedService.java +++ b/src/main/java/com/plaid/client/model/RiskCheckLinkedService.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskCheckNetwork.java b/src/main/java/com/plaid/client/model/RiskCheckNetwork.java index dde2eba322..f4fff4f8c8 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckNetwork.java +++ b/src/main/java/com/plaid/client/model/RiskCheckNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Result summary object specifying values for network attributes of risk check. */ @ApiModel(description = "Result summary object specifying values for network attributes of risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckNetwork { public static final String SERIALIZED_NAME_RISK_LEVEL = "risk_level"; @SerializedName(SERIALIZED_NAME_RISK_LEVEL) diff --git a/src/main/java/com/plaid/client/model/RiskCheckPhone.java b/src/main/java/com/plaid/client/model/RiskCheckPhone.java index 551b7a4601..fb8e0bf6c5 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckPhone.java +++ b/src/main/java/com/plaid/client/model/RiskCheckPhone.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Result summary object specifying values for `phone` attributes of risk check. */ @ApiModel(description = "Result summary object specifying values for `phone` attributes of risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckPhone { public static final String SERIALIZED_NAME_LINKED_SERVICES = "linked_services"; @SerializedName(SERIALIZED_NAME_LINKED_SERVICES) diff --git a/src/main/java/com/plaid/client/model/RiskCheckStolenIdentity.java b/src/main/java/com/plaid/client/model/RiskCheckStolenIdentity.java index adea349f85..79ca6bc9b6 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckStolenIdentity.java +++ b/src/main/java/com/plaid/client/model/RiskCheckStolenIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Field containing the data used in determining the outcome of the stolen identity risk check. Contains the following fields: `score` - A score from 0 to 100 indicating the likelihood that the user is a stolen identity. */ @ApiModel(description = "Field containing the data used in determining the outcome of the stolen identity risk check. Contains the following fields: `score` - A score from 0 to 100 indicating the likelihood that the user is a stolen identity.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckStolenIdentity { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/RiskCheckSyntheticIdentity.java b/src/main/java/com/plaid/client/model/RiskCheckSyntheticIdentity.java index ca55694439..82ac625f8e 100644 --- a/src/main/java/com/plaid/client/model/RiskCheckSyntheticIdentity.java +++ b/src/main/java/com/plaid/client/model/RiskCheckSyntheticIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Field containing the data used in determining the outcome of the synthetic identity risk check. Contains the following fields: `score` - A score from 0 to 100 indicating the likelihood that the user is a synthetic identity. */ @ApiModel(description = "Field containing the data used in determining the outcome of the synthetic identity risk check. Contains the following fields: `score` - A score from 0 to 100 indicating the likelihood that the user is a synthetic identity.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskCheckSyntheticIdentity { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/RiskIndicators.java b/src/main/java/com/plaid/client/model/RiskIndicators.java index 6c1ecb1af4..28ebf2b1d1 100644 --- a/src/main/java/com/plaid/client/model/RiskIndicators.java +++ b/src/main/java/com/plaid/client/model/RiskIndicators.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Risk indicators focus on providing signal on the possibility of a borrower defaulting on their loan repayments by providing data points related to its payment behavior, debt, and other relevant financial information, helping lenders gauge the level of risk involved in a certain operation. */ @ApiModel(description = "Risk indicators focus on providing signal on the possibility of a borrower defaulting on their loan repayments by providing data points related to its payment behavior, debt, and other relevant financial information, helping lenders gauge the level of risk involved in a certain operation.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskIndicators { public static final String SERIALIZED_NAME_BANK_PENALTIES = "bank_penalties"; @SerializedName(SERIALIZED_NAME_BANK_PENALTIES) diff --git a/src/main/java/com/plaid/client/model/RiskLevel.java b/src/main/java/com/plaid/client/model/RiskLevel.java index 53d84ed9bd..b3ed3aa12e 100644 --- a/src/main/java/com/plaid/client/model/RiskLevel.java +++ b/src/main/java/com/plaid/client/model/RiskLevel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskLevelWithNoData.java b/src/main/java/com/plaid/client/model/RiskLevelWithNoData.java index 879b596d2b..34a5ca8271 100644 --- a/src/main/java/com/plaid/client/model/RiskLevelWithNoData.java +++ b/src/main/java/com/plaid/client/model/RiskLevelWithNoData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskProfile.java b/src/main/java/com/plaid/client/model/RiskProfile.java index 6cc78a0854..cb4256a4ba 100644 --- a/src/main/java/com/plaid/client/model/RiskProfile.java +++ b/src/main/java/com/plaid/client/model/RiskProfile.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * RiskProfile is deprecated, use `ruleset` instead. */ @ApiModel(description = "RiskProfile is deprecated, use `ruleset` instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskProfile { public static final String SERIALIZED_NAME_KEY = "key"; @SerializedName(SERIALIZED_NAME_KEY) diff --git a/src/main/java/com/plaid/client/model/RiskReason.java b/src/main/java/com/plaid/client/model/RiskReason.java index 5b75df8a9e..1c6ba84816 100644 --- a/src/main/java/com/plaid/client/model/RiskReason.java +++ b/src/main/java/com/plaid/client/model/RiskReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * This object includes a code and description to describe medium risk transactions and above on `/accounts/balance/get`. */ @ApiModel(description = "This object includes a code and description to describe medium risk transactions and above on `/accounts/balance/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskReason { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/RiskSignalDocumentReference.java b/src/main/java/com/plaid/client/model/RiskSignalDocumentReference.java index 7cd5f89b57..8339eadeac 100644 --- a/src/main/java/com/plaid/client/model/RiskSignalDocumentReference.java +++ b/src/main/java/com/plaid/client/model/RiskSignalDocumentReference.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Object containing metadata for the document */ @ApiModel(description = "Object containing metadata for the document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RiskSignalDocumentReference { public static final String SERIALIZED_NAME_DOCUMENT_ID = "document_id"; @SerializedName(SERIALIZED_NAME_DOCUMENT_ID) diff --git a/src/main/java/com/plaid/client/model/RiskSignalDocumentStatus.java b/src/main/java/com/plaid/client/model/RiskSignalDocumentStatus.java index 18c6068042..45ca528d25 100644 --- a/src/main/java/com/plaid/client/model/RiskSignalDocumentStatus.java +++ b/src/main/java/com/plaid/client/model/RiskSignalDocumentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskSignalDocumentType.java b/src/main/java/com/plaid/client/model/RiskSignalDocumentType.java index a9134adf8c..71c389cb79 100644 --- a/src/main/java/com/plaid/client/model/RiskSignalDocumentType.java +++ b/src/main/java/com/plaid/client/model/RiskSignalDocumentType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/RiskSignalFileType.java b/src/main/java/com/plaid/client/model/RiskSignalFileType.java index 0727cb7e11..0f782b14cf 100644 --- a/src/main/java/com/plaid/client/model/RiskSignalFileType.java +++ b/src/main/java/com/plaid/client/model/RiskSignalFileType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Role.java b/src/main/java/com/plaid/client/model/Role.java index a6c97f0e65..1cdde0455d 100644 --- a/src/main/java/com/plaid/client/model/Role.java +++ b/src/main/java/com/plaid/client/model/Role.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Role { public static final String SERIALIZED_NAME_R_O_L_E_D_E_T_A_I_L = "ROLE_DETAIL"; @SerializedName(SERIALIZED_NAME_R_O_L_E_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/RoleDetail.java b/src/main/java/com/plaid/client/model/RoleDetail.java index a5f2f49099..b136e0b64e 100644 --- a/src/main/java/com/plaid/client/model/RoleDetail.java +++ b/src/main/java/com/plaid/client/model/RoleDetail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RoleDetail { public static final String SERIALIZED_NAME_PARTY_ROLE_TYPE = "PartyRoleType"; @SerializedName(SERIALIZED_NAME_PARTY_ROLE_TYPE) diff --git a/src/main/java/com/plaid/client/model/Roles.java b/src/main/java/com/plaid/client/model/Roles.java index a8d20d988c..b18c8ea291 100644 --- a/src/main/java/com/plaid/client/model/Roles.java +++ b/src/main/java/com/plaid/client/model/Roles.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Roles { public static final String SERIALIZED_NAME_R_O_L_E = "ROLE"; @SerializedName(SERIALIZED_NAME_R_O_L_E) diff --git a/src/main/java/com/plaid/client/model/RuleDetails.java b/src/main/java/com/plaid/client/model/RuleDetails.java index 0061a0f81c..00c40b2925 100644 --- a/src/main/java/com/plaid/client/model/RuleDetails.java +++ b/src/main/java/com/plaid/client/model/RuleDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Rules are run in numerical order. The first rule with a logic match is triggered. These are the details of that rule. */ @ApiModel(description = "Rules are run in numerical order. The first rule with a logic match is triggered. These are the details of that rule.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class RuleDetails { public static final String SERIALIZED_NAME_INTERNAL_NOTE = "internal_note"; @SerializedName(SERIALIZED_NAME_INTERNAL_NOTE) diff --git a/src/main/java/com/plaid/client/model/RuleResult.java b/src/main/java/com/plaid/client/model/RuleResult.java index 8b6a1a96ab..1134119fcd 100644 --- a/src/main/java/com/plaid/client/model/RuleResult.java +++ b/src/main/java/com/plaid/client/model/RuleResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/Ruleset.java b/src/main/java/com/plaid/client/model/Ruleset.java index 4ab3301be8..6ee72249fe 100644 --- a/src/main/java/com/plaid/client/model/Ruleset.java +++ b/src/main/java/com/plaid/client/model/Ruleset.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the transaction result after evaluation by the requested Ruleset. If a `ruleset_key` is not provided, for customers who began using Signal Transaction Scores before October 15, 2025, by default, this field will be omitted. To learn more, see [Signal Rules](https://plaid.com/docs/signal/signal-rules/). */ @ApiModel(description = "Details about the transaction result after evaluation by the requested Ruleset. If a `ruleset_key` is not provided, for customers who began using Signal Transaction Scores before October 15, 2025, by default, this field will be omitted. To learn more, see [Signal Rules](https://plaid.com/docs/signal/signal-rules/).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Ruleset { public static final String SERIALIZED_NAME_RULESET_KEY = "ruleset_key"; @SerializedName(SERIALIZED_NAME_RULESET_KEY) diff --git a/src/main/java/com/plaid/client/model/SMSVerification.java b/src/main/java/com/plaid/client/model/SMSVerification.java index 0c2055b3a1..50c38458ef 100644 --- a/src/main/java/com/plaid/client/model/SMSVerification.java +++ b/src/main/java/com/plaid/client/model/SMSVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Additional information for the individual SMS verification. */ @ApiModel(description = "Additional information for the individual SMS verification.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SMSVerification { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/SMSVerificationStatus.java b/src/main/java/com/plaid/client/model/SMSVerificationStatus.java index 3a092d00b9..d11fa9246b 100644 --- a/src/main/java/com/plaid/client/model/SMSVerificationStatus.java +++ b/src/main/java/com/plaid/client/model/SMSVerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookRequest.java index 1e8e5adb15..6a93f5eb32 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * SandboxBankIncomeFireWebhookRequest defines the request schema for `/sandbox/bank_income/fire_webhook` */ @ApiModel(description = "SandboxBankIncomeFireWebhookRequest defines the request schema for `/sandbox/bank_income/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankIncomeFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookResponse.java b/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookResponse.java index 6410ff4f8b..07f71b0563 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxBankIncomeFireWebhookResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxBankIncomeFireWebhookResponse defines the response schema for `/sandbox/bank_income/fire_webhook` */ @ApiModel(description = "SandboxBankIncomeFireWebhookResponse defines the response schema for `/sandbox/bank_income/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankIncomeFireWebhookResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookCode.java b/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookCode.java index 9e4dd60de4..657a788511 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookCode.java +++ b/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookFields.java b/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookFields.java index d44df5b8da..7747d942f1 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookFields.java +++ b/src/main/java/com/plaid/client/model/SandboxBankIncomeWebhookFireRequestWebhookFields.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Optional fields which will be populated in the simulated webhook */ @ApiModel(description = "Optional fields which will be populated in the simulated webhook") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankIncomeWebhookFireRequestWebhookFields { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookRequest.java index 99e4431a4b..2cb2a98872 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/bank_transfer/fire_webhook` */ @ApiModel(description = "Defines the request schema for `/sandbox/bank_transfer/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankTransferFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookResponse.java b/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookResponse.java index 0ebe3fc565..5e8a52d04e 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxBankTransferFireWebhookResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/bank_transfer/fire_webhook` */ @ApiModel(description = "Defines the response schema for `/sandbox/bank_transfer/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankTransferFireWebhookResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateRequest.java index b78f255876..b0b4fb32aa 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/bank_transfer/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/bank_transfer/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankTransferSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateResponse.java index 4e869bba0e..8d0f5efa60 100644 --- a/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxBankTransferSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/bank_transfer/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/bank_transfer/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxBankTransferSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java b/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java index 5011ab6a42..b428784712 100644 --- a/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * SandboxCraCashflowUpdatesUpdateRequest defines the request schema for `/sandbox/cra/cashflow_updates/update` */ @ApiModel(description = "SandboxCraCashflowUpdatesUpdateRequest defines the request schema for `/sandbox/cra/cashflow_updates/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxCraCashflowUpdatesUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateResponse.java b/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateResponse.java index 7b5a303182..0ddb5982fa 100644 --- a/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * SandboxCraCashflowUpdatesUpdateResponse defines the response schema for `sandbox/cashflow_updates/update` + * SandboxCraCashflowUpdatesUpdateResponse defines the response schema for `/sandbox/cra/cashflow_updates/update` */ -@ApiModel(description = "SandboxCraCashflowUpdatesUpdateResponse defines the response schema for `sandbox/cashflow_updates/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "SandboxCraCashflowUpdatesUpdateResponse defines the response schema for `/sandbox/cra/cashflow_updates/update`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxCraCashflowUpdatesUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedRequest.java b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedRequest.java new file mode 100644 index 0000000000..b66a7d747f --- /dev/null +++ b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedRequest.java @@ -0,0 +1,213 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Request to seed an FDX consent grant, and its backing item, for the given end user and recipient application so the FDX Consent API can be exercised in Sandbox. + */ +@ApiModel(description = "Request to seed an FDX consent grant, and its backing item, for the given end user and recipient application so the FDX Consent API can be exercised in Sandbox.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class SandboxFdxConsentSeedRequest { + public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; + @SerializedName(SERIALIZED_NAME_CLIENT_ID) + private String clientId; + + public static final String SERIALIZED_NAME_SECRET = "secret"; + @SerializedName(SERIALIZED_NAME_SECRET) + private String secret; + + public static final String SERIALIZED_NAME_CUSTOMER_ID = "customer_id"; + @SerializedName(SERIALIZED_NAME_CUSTOMER_ID) + private String customerId; + + public static final String SERIALIZED_NAME_APPLICATION_ID = "application_id"; + @SerializedName(SERIALIZED_NAME_APPLICATION_ID) + private String applicationId; + + public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; + @SerializedName(SERIALIZED_NAME_CONSENT_ID) + private String consentId; + + + public SandboxFdxConsentSeedRequest clientId(String clientId) { + + this.clientId = clientId; + return this; + } + + /** + * Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. + * @return clientId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") + + public String getClientId() { + return clientId; + } + + + public void setClientId(String clientId) { + this.clientId = clientId; + } + + + public SandboxFdxConsentSeedRequest secret(String secret) { + + this.secret = secret; + return this; + } + + /** + * Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. + * @return secret + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") + + public String getSecret() { + return secret; + } + + + public void setSecret(String secret) { + this.secret = secret; + } + + + public SandboxFdxConsentSeedRequest customerId(String customerId) { + + this.customerId = customerId; + return this; + } + + /** + * The data provider's identifier for the end user to associate the seeded consent grant with. + * @return customerId + **/ + @ApiModelProperty(required = true, value = "The data provider's identifier for the end user to associate the seeded consent grant with.") + + public String getCustomerId() { + return customerId; + } + + + public void setCustomerId(String customerId) { + this.customerId = customerId; + } + + + public SandboxFdxConsentSeedRequest applicationId(String applicationId) { + + this.applicationId = applicationId; + return this; + } + + /** + * This field will map to the application ID that is returned from `/item/application/list`, or provided to the institution in an oauth redirect. + * @return applicationId + **/ + @ApiModelProperty(required = true, value = "This field will map to the application ID that is returned from `/item/application/list`, or provided to the institution in an oauth redirect.") + + public String getApplicationId() { + return applicationId; + } + + + public void setApplicationId(String applicationId) { + this.applicationId = applicationId; + } + + + public SandboxFdxConsentSeedRequest consentId(String consentId) { + + this.consentId = consentId; + return this; + } + + /** + * Optional UUIDv4 identifier for the seeded consent grant. If omitted, one is generated. Seeding fails if a grant with this identifier already exists. + * @return consentId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Optional UUIDv4 identifier for the seeded consent grant. If omitted, one is generated. Seeding fails if a grant with this identifier already exists.") + + public String getConsentId() { + return consentId; + } + + + public void setConsentId(String consentId) { + this.consentId = consentId; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SandboxFdxConsentSeedRequest sandboxFdxConsentSeedRequest = (SandboxFdxConsentSeedRequest) o; + return Objects.equals(this.clientId, sandboxFdxConsentSeedRequest.clientId) && + Objects.equals(this.secret, sandboxFdxConsentSeedRequest.secret) && + Objects.equals(this.customerId, sandboxFdxConsentSeedRequest.customerId) && + Objects.equals(this.applicationId, sandboxFdxConsentSeedRequest.applicationId) && + Objects.equals(this.consentId, sandboxFdxConsentSeedRequest.consentId); + } + + @Override + public int hashCode() { + return Objects.hash(clientId, secret, customerId, applicationId, consentId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SandboxFdxConsentSeedRequest {\n"); + sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); + sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); + sb.append(" customerId: ").append(toIndentedString(customerId)).append("\n"); + sb.append(" applicationId: ").append(toIndentedString(applicationId)).append("\n"); + sb.append(" consentId: ").append(toIndentedString(consentId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java new file mode 100644 index 0000000000..85606533cd --- /dev/null +++ b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java @@ -0,0 +1,126 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Response containing the identifier of the seeded FDX consent grant, which can then be listed, retrieved, and revoked through the FDX Consent API. + */ +@ApiModel(description = "Response containing the identifier of the seeded FDX consent grant, which can then be listed, retrieved, and revoked through the FDX Consent API.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class SandboxFdxConsentSeedResponse { + public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; + @SerializedName(SERIALIZED_NAME_CONSENT_ID) + private String consentId; + + public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; + @SerializedName(SERIALIZED_NAME_REQUEST_ID) + private String requestId; + + + public SandboxFdxConsentSeedResponse consentId(String consentId) { + + this.consentId = consentId; + return this; + } + + /** + * The identifier of the newly seeded FDX consent grant. + * @return consentId + **/ + @ApiModelProperty(required = true, value = "The identifier of the newly seeded FDX consent grant.") + + public String getConsentId() { + return consentId; + } + + + public void setConsentId(String consentId) { + this.consentId = consentId; + } + + + public SandboxFdxConsentSeedResponse requestId(String requestId) { + + this.requestId = requestId; + return this; + } + + /** + * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. + * @return requestId + **/ + @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") + + public String getRequestId() { + return requestId; + } + + + public void setRequestId(String requestId) { + this.requestId = requestId; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + SandboxFdxConsentSeedResponse sandboxFdxConsentSeedResponse = (SandboxFdxConsentSeedResponse) o; + return Objects.equals(this.consentId, sandboxFdxConsentSeedResponse.consentId) && + Objects.equals(this.requestId, sandboxFdxConsentSeedResponse.requestId); + } + + @Override + public int hashCode() { + return Objects.hash(consentId, requestId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class SandboxFdxConsentSeedResponse {\n"); + sb.append(" consentId: ").append(toIndentedString(consentId)).append("\n"); + sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookRequest.java index 7c2a4f2647..33c759c225 100644 --- a/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SandboxIncomeFireWebhookRequest defines the request schema for `/sandbox/income/fire_webhook` */ @ApiModel(description = "SandboxIncomeFireWebhookRequest defines the request schema for `/sandbox/income/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxIncomeFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java b/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java index 739e6e5a39..78b26d3683 100644 --- a/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxIncomeFireWebhookResponse defines the response schema for `/sandbox/income/fire_webhook` */ @ApiModel(description = "SandboxIncomeFireWebhookResponse defines the response schema for `/sandbox/income/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxIncomeFireWebhookResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxIncomeWebhookFireRequestWebhookCode.java b/src/main/java/com/plaid/client/model/SandboxIncomeWebhookFireRequestWebhookCode.java index 93c14e24b0..a9d9680d28 100644 --- a/src/main/java/com/plaid/client/model/SandboxIncomeWebhookFireRequestWebhookCode.java +++ b/src/main/java/com/plaid/client/model/SandboxIncomeWebhookFireRequestWebhookCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedRequest.java b/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedRequest.java index 020a8979a4..8de0cbbfe6 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemApplicationSeedRequest defines the request schema for `/sandbox/item/application/seed` */ @ApiModel(description = "SandboxItemApplicationSeedRequest defines the request schema for `/sandbox/item/application/seed`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemApplicationSeedRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedResponse.java b/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedResponse.java index 4add936a9a..f5aec6bff9 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxItemApplicationSeedResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemApplicationSeedResponse defines the response schema for `/sandbox/item/application/seed` */ @ApiModel(description = "SandboxItemApplicationSeedResponse defines the response schema for `/sandbox/item/application/seed`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemApplicationSeedResponse { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxItemFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxItemFireWebhookRequest.java index 37a74a9446..a795c39396 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemFireWebhookRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxItemFireWebhookRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SandboxItemFireWebhookRequest defines the request schema for `/sandbox/item/fire_webhook` */ @ApiModel(description = "SandboxItemFireWebhookRequest defines the request schema for `/sandbox/item/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxItemFireWebhookResponse.java b/src/main/java/com/plaid/client/model/SandboxItemFireWebhookResponse.java index 0c8c92ef66..cc885d81f2 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemFireWebhookResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxItemFireWebhookResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemFireWebhookResponse defines the response schema for `/sandbox/item/fire_webhook` */ @ApiModel(description = "SandboxItemFireWebhookResponse defines the response schema for `/sandbox/item/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemFireWebhookResponse { public static final String SERIALIZED_NAME_WEBHOOK_FIRED = "webhook_fired"; @SerializedName(SERIALIZED_NAME_WEBHOOK_FIRED) diff --git a/src/main/java/com/plaid/client/model/SandboxItemResetLoginRequest.java b/src/main/java/com/plaid/client/model/SandboxItemResetLoginRequest.java index fd1e2b814b..446213ad22 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemResetLoginRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxItemResetLoginRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemResetLoginRequest defines the request schema for `/sandbox/item/reset_login` */ @ApiModel(description = "SandboxItemResetLoginRequest defines the request schema for `/sandbox/item/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemResetLoginRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxItemResetLoginResponse.java b/src/main/java/com/plaid/client/model/SandboxItemResetLoginResponse.java index ced363fce7..2e5669cda9 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemResetLoginResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxItemResetLoginResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemResetLoginResponse defines the response schema for `/sandbox/item/reset_login` */ @ApiModel(description = "SandboxItemResetLoginResponse defines the response schema for `/sandbox/item/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemResetLoginResponse { public static final String SERIALIZED_NAME_RESET_LOGIN = "reset_login"; @SerializedName(SERIALIZED_NAME_RESET_LOGIN) diff --git a/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusRequest.java b/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusRequest.java index fbb2550e10..1bd832029e 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemSetVerificationStatusRequest defines the request schema for `/sandbox/item/set_verification_status` */ @ApiModel(description = "SandboxItemSetVerificationStatusRequest defines the request schema for `/sandbox/item/set_verification_status`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemSetVerificationStatusRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusResponse.java b/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusResponse.java index 833ce0c17b..19b260866b 100644 --- a/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxItemSetVerificationStatusResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxItemSetVerificationStatusResponse defines the response schema for `/sandbox/item/set_verification_status` */ @ApiModel(description = "SandboxItemSetVerificationStatusResponse defines the response schema for `/sandbox/item/set_verification_status`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxItemSetVerificationStatusResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxOauthSelectAccountsRequest.java b/src/main/java/com/plaid/client/model/SandboxOauthSelectAccountsRequest.java index 28f2a1f32b..44c3a4f0e5 100644 --- a/src/main/java/com/plaid/client/model/SandboxOauthSelectAccountsRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxOauthSelectAccountsRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,10 +27,10 @@ import java.util.List; /** - * Defines the request schema for `sandbox/oauth/select_accounts` + * Defines the request schema for `/sandbox/oauth/select_accounts` */ -@ApiModel(description = "Defines the request schema for `sandbox/oauth/select_accounts`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Defines the request schema for `/sandbox/oauth/select_accounts`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxOauthSelectAccountsRequest { public static final String SERIALIZED_NAME_OAUTH_STATE_ID = "oauth_state_id"; @SerializedName(SERIALIZED_NAME_OAUTH_STATE_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginRequest.java b/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginRequest.java index 01f2686c59..ce8d96e6d6 100644 --- a/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxPaymentProfileResetLoginRequest defines the request schema for `/sandbox/payment_profile/reset_login` */ @ApiModel(description = "SandboxPaymentProfileResetLoginRequest defines the request schema for `/sandbox/payment_profile/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPaymentProfileResetLoginRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginResponse.java b/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginResponse.java index 4fb53d8643..14f1fa4994 100644 --- a/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxPaymentProfileResetLoginResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxPaymentProfileResetLoginResponse defines the response schema for `/sandbox/payment_profile/reset_login` */ @ApiModel(description = "SandboxPaymentProfileResetLoginResponse defines the response schema for `/sandbox/payment_profile/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPaymentProfileResetLoginResponse { public static final String SERIALIZED_NAME_RESET_LOGIN = "reset_login"; @SerializedName(SERIALIZED_NAME_RESET_LOGIN) diff --git a/src/main/java/com/plaid/client/model/SandboxPaymentSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxPaymentSimulateRequest.java index a36ad39fc7..3dfaf90755 100644 --- a/src/main/java/com/plaid/client/model/SandboxPaymentSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxPaymentSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxPaymentSimulateRequest defines the request schema for `/sandbox/payment/simulate` */ @ApiModel(description = "SandboxPaymentSimulateRequest defines the request schema for `/sandbox/payment/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPaymentSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxPaymentSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxPaymentSimulateResponse.java index 02bf5eb50b..cf49691396 100644 --- a/src/main/java/com/plaid/client/model/SandboxPaymentSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxPaymentSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SandboxPaymentSimulateResponse defines the response schema for `/sandbox/payment/simulate` */ @ApiModel(description = "SandboxPaymentSimulateResponse defines the response schema for `/sandbox/payment/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPaymentSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequest.java b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequest.java index 75443de677..2239f22cae 100644 --- a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SandboxProcessorTokenCreateRequest defines the request schema for `/sandbox/processor_token/create` */ @ApiModel(description = "SandboxProcessorTokenCreateRequest defines the request schema for `/sandbox/processor_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxProcessorTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequestOptions.java b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequestOptions.java index 276bc900ce..ad9d3d8222 100644 --- a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequestOptions.java +++ b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An optional set of options to be used when configuring the Item. If specified, must not be `null`. */ @ApiModel(description = "An optional set of options to be used when configuring the Item. If specified, must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxProcessorTokenCreateRequestOptions { public static final String SERIALIZED_NAME_OVERRIDE_USERNAME = "override_username"; @SerializedName(SERIALIZED_NAME_OVERRIDE_USERNAME) @@ -46,11 +46,11 @@ public SandboxProcessorTokenCreateRequestOptions overrideUsername(String overrid } /** - * Test username to use for the creation of the Sandbox Item. Default value is `user_good`. + * Test username to use for the creation of the Sandbox Item. Default value is `user_good`. You can also use a custom test user — either set this to the username of a custom user configured in the Dashboard, or set it to `user_custom` and pass the JSON-stringified custom user configuration object as `override_password` to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details. * @return overrideUsername **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Test username to use for the creation of the Sandbox Item. Default value is `user_good`.") + @ApiModelProperty(value = "Test username to use for the creation of the Sandbox Item. Default value is `user_good`. You can also use a custom test user — either set this to the username of a custom user configured in the Dashboard, or set it to `user_custom` and pass the JSON-stringified custom user configuration object as `override_password` to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details.") public String getOverrideUsername() { return overrideUsername; @@ -69,11 +69,11 @@ public SandboxProcessorTokenCreateRequestOptions overridePassword(String overrid } /** - * Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. + * Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. You can also use a custom test user — reference one configured in the Dashboard via `override_username`, or set `override_username` to `user_custom` and pass the JSON-stringified custom user configuration object as this field to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details. * @return overridePassword **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Test password to use for the creation of the Sandbox Item. Default value is `pass_good`.") + @ApiModelProperty(value = "Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. You can also use a custom test user — reference one configured in the Dashboard via `override_username`, or set `override_username` to `user_custom` and pass the JSON-stringified custom user configuration object as this field to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details.") public String getOverridePassword() { return overridePassword; diff --git a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java index dfdeeb8c6c..8b805052f1 100644 --- a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxProcessorTokenCreateResponse defines the response schema for `/sandbox/processor_token/create` */ @ApiModel(description = "SandboxProcessorTokenCreateResponse defines the response schema for `/sandbox/processor_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxProcessorTokenCreateResponse { public static final String SERIALIZED_NAME_PROCESSOR_TOKEN = "processor_token"; @SerializedName(SERIALIZED_NAME_PROCESSOR_TOKEN) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequest.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequest.java index 3a842832c7..cc2edd6b17 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * SandboxPublicTokenCreateRequest defines the request schema for `/sandbox/public_token/create` */ @ApiModel(description = "SandboxPublicTokenCreateRequest defines the request schema for `/sandbox/public_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestIncomeVerificationBankIncome.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestIncomeVerificationBankIncome.java index 0ac30ecd9d..0c6aa9f55a 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestIncomeVerificationBankIncome.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestIncomeVerificationBankIncome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specifies options for Bank Income. This field is required if `income_verification` is included in the `initial_products` array and `bank` is specified in `income_source_types`. */ @ApiModel(description = "Specifies options for Bank Income. This field is required if `income_verification` is included in the `initial_products` array and `bank` is specified in `income_source_types`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequestIncomeVerificationBankIncome { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptions.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptions.java index cae03b4024..5c47af54b5 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptions.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An optional set of options to be used when configuring the Item. If specified, must not be `null`. */ @ApiModel(description = "An optional set of options to be used when configuring the Item. If specified, must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequestOptions { public static final String SERIALIZED_NAME_WEBHOOK = "webhook"; @SerializedName(SERIALIZED_NAME_WEBHOOK) @@ -88,11 +88,11 @@ public SandboxPublicTokenCreateRequestOptions overrideUsername(String overrideUs } /** - * Test username to use for the creation of the Sandbox Item. Default value is `user_good`. + * Test username to use for the creation of the Sandbox Item. Default value is `user_good`. You can also use a custom test user — either set this to the username of a custom user configured in the Dashboard, or set it to `user_custom` and pass the JSON-stringified custom user configuration object as `override_password` to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details. * @return overrideUsername **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Test username to use for the creation of the Sandbox Item. Default value is `user_good`.") + @ApiModelProperty(value = "Test username to use for the creation of the Sandbox Item. Default value is `user_good`. You can also use a custom test user — either set this to the username of a custom user configured in the Dashboard, or set it to `user_custom` and pass the JSON-stringified custom user configuration object as `override_password` to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details.") public String getOverrideUsername() { return overrideUsername; @@ -111,11 +111,11 @@ public SandboxPublicTokenCreateRequestOptions overridePassword(String overridePa } /** - * Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. + * Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. You can also use a custom test user — reference one configured in the Dashboard via `override_username`, or set `override_username` to `user_custom` and pass the JSON-stringified custom user configuration object as this field to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details. * @return overridePassword **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Test password to use for the creation of the Sandbox Item. Default value is `pass_good`.") + @ApiModelProperty(value = "Test password to use for the creation of the Sandbox Item. Default value is `pass_good`. You can also use a custom test user — reference one configured in the Dashboard via `override_username`, or set `override_username` to `user_custom` and pass the JSON-stringified custom user configuration object as this field to define one entirely via API. See [Sandbox Custom Users](https://plaid.com/docs/sandbox/user-custom) for more details.") public String getOverridePassword() { return overridePassword; diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java index 5c02407f28..dd7a358b10 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * A set of parameters for income verification options. This field is required if `income_verification` is included in the `initial_products` array. */ @ApiModel(description = "A set of parameters for income verification options. This field is required if `income_verification` is included in the `initial_products` array.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequestOptionsIncomeVerification { public static final String SERIALIZED_NAME_INCOME_SOURCE_TYPES = "income_source_types"; @SerializedName(SERIALIZED_NAME_INCOME_SOURCE_TYPES) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsStatements.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsStatements.java index a485a810e6..99ce1dc55e 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsStatements.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsStatements.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional set of parameters corresponding to statements options. */ @ApiModel(description = "An optional set of parameters corresponding to statements options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequestOptionsStatements { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsTransactions.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsTransactions.java index 451d1ca61c..6d34ec0225 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsTransactions.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsTransactions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional set of parameters corresponding to transactions options. */ @ApiModel(description = "An optional set of parameters corresponding to transactions options.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateRequestOptionsTransactions { public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateResponse.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateResponse.java index 09b8c71e01..f06aeb59f7 100644 --- a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxPublicTokenCreateResponse defines the response schema for `/sandbox/public_token/create` */ @ApiModel(description = "SandboxPublicTokenCreateResponse defines the response schema for `/sandbox/public_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxPublicTokenCreateResponse { public static final String SERIALIZED_NAME_PUBLIC_TOKEN = "public_token"; @SerializedName(SERIALIZED_NAME_PUBLIC_TOKEN) diff --git a/src/main/java/com/plaid/client/model/SandboxTransactionsCreateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransactionsCreateRequest.java index 549881ac67..786c45d548 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransactionsCreateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransactionsCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * SandboxTransactionsCreateRequest defines the request schema for `/sandbox/transactions/create` */ @ApiModel(description = "SandboxTransactionsCreateRequest defines the request schema for `/sandbox/transactions/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransactionsCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransactionsCreateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransactionsCreateResponse.java index 4f05d6c8d8..b30a28b184 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransactionsCreateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransactionsCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxTransactionsCreateResponse defines the response schema for `/sandbox/transactions/create` */ @ApiModel(description = "SandboxTransactionsCreateResponse defines the response schema for `/sandbox/transactions/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransactionsCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java index 1c5f691c9b..ce1d35b7cc 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/transfer/fire_webhook` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookResponse.java index 75718c2b59..5caf5edb2e 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/fire_webhook` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/fire_webhook`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferFireWebhookResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateRequest.java index e981d9647e..a8431d2d64 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/sandbox/transfer/ledger/deposit/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/ledger/deposit/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerDepositSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateResponse.java index 480c122140..6e4a93c1de 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerDepositSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/ledger/deposit/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/ledger/deposit/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerDepositSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableRequest.java index 9450458319..88f2a46c40 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/transfer/ledger/simulate_available` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/ledger/simulate_available`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerSimulateAvailableRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -108,11 +108,11 @@ public SandboxTransferLedgerSimulateAvailableRequest ledgerId(String ledgerId) { } /** - * Specify which ledger balance to simulate converting pending balance to available balance. If this field is left blank, this will default to id of the default ledger balance. + * Specify which ledger balance to simulate converting pending balance to available balance. If this field is left blank, this will default to the id of the default ledger balance. * @return ledgerId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specify which ledger balance to simulate converting pending balance to available balance. If this field is left blank, this will default to id of the default ledger balance.") + @ApiModelProperty(value = "Specify which ledger balance to simulate converting pending balance to available balance. If this field is left blank, this will default to the id of the default ledger balance.") public String getLedgerId() { return ledgerId; diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java index e082d6032e..7bdb07c317 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/ledger/simulate_available` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/ledger/simulate_available`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerSimulateAvailableResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateRequest.java index f8a17a69b7..1b59c6f296 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/sandbox/transfer/ledger/withdraw/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/ledger/withdraw/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerWithdrawSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateResponse.java index 12314a8bf8..4d6f360a23 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferLedgerWithdrawSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/ledger/withdraw/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/ledger/withdraw/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferLedgerWithdrawSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateRequest.java index d61234dcea..3837359162 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/refund/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/refund/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRefundSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateResponse.java index afecf890a1..91e8fd5e05 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRefundSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/refund/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/refund/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRefundSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateRequest.java index b8913184b5..49388bb781 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/transfer/repayment/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/repayment/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRepaymentSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateResponse.java index 8f2c054307..40f9d7dbf2 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRepaymentSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/repayment/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/repayment/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRepaymentSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateAction.java b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateAction.java index 7402223ebd..4a2fe04652 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateAction.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateAction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateRequest.java index fe6fa73243..ed32bceab9 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/rfp/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/rfp/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRfpSimulateRequest { public static final String SERIALIZED_NAME_TRANSFER_ID = "transfer_id"; @SerializedName(SERIALIZED_NAME_TRANSFER_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateResponse.java index 9258eb08ec..d80aa9c40f 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferRfpSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/rfp/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/rfp/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferRfpSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferSimulateRequest.java index a5b9dc8e14..7bb73ab167 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferSimulateResponse.java index d3021c90e0..ffdcb9c719 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferSimulateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateRequest.java index 2317c35efe..787b813a0f 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/transfer/sweep/simulate` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/sweep/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferSweepSimulateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateResponse.java index 7b6b6cdd7c..8a0e395e88 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferSweepSimulateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/sandbox/transfer/sweep/simulate` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/sweep/simulate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferSweepSimulateResponse { public static final String SERIALIZED_NAME_SWEEP = "sweep"; @SerializedName(SERIALIZED_NAME_SWEEP) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceRequest.java index b916b87946..853de29b53 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/test_clock/advance` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/test_clock/advance`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockAdvanceRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceResponse.java index 2787a78024..3b62916478 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockAdvanceResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/sandbox/transfer/test_clock/advance` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/test_clock/advance`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockAdvanceResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateRequest.java index 4eaba78f4b..abd35f5eca 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/test_clock/create` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/test_clock/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java index 7f499d7507..c767fa8283 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/sandbox/transfer/test_clock/create` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/test_clock/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockCreateResponse { public static final String SERIALIZED_NAME_TEST_CLOCK = "test_clock"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java index 6efaa091fc..97b161d53d 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/sandbox/transfer/test_clock/get` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/test_clock/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetResponse.java index 402e527779..393dc9c7d8 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/sandbox/transfer/test_clock/get` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/test_clock/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockGetResponse { public static final String SERIALIZED_NAME_TEST_CLOCK = "test_clock"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockListRequest.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockListRequest.java index e415ef6214..17c5cc163e 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockListRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/sandbox/transfer/test_clock/list` */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/test_clock/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxTransferTestClockListResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferTestClockListResponse.java index f23b0d605c..55438709f9 100644 --- a/src/main/java/com/plaid/client/model/SandboxTransferTestClockListResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxTransferTestClockListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/sandbox/transfer/test_clock/list` */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/test_clock/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxTransferTestClockListResponse { public static final String SERIALIZED_NAME_TEST_CLOCKS = "test_clocks"; @SerializedName(SERIALIZED_NAME_TEST_CLOCKS) diff --git a/src/main/java/com/plaid/client/model/SandboxUserResetLoginRequest.java b/src/main/java/com/plaid/client/model/SandboxUserResetLoginRequest.java index f0f5868bcb..1d368c41b5 100644 --- a/src/main/java/com/plaid/client/model/SandboxUserResetLoginRequest.java +++ b/src/main/java/com/plaid/client/model/SandboxUserResetLoginRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * SandboxUserResetLoginRequest defines the request schema for `/sandbox/user/reset_login` */ @ApiModel(description = "SandboxUserResetLoginRequest defines the request schema for `/sandbox/user/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxUserResetLoginRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SandboxUserResetLoginResponse.java b/src/main/java/com/plaid/client/model/SandboxUserResetLoginResponse.java index 0335326a98..db2bdf9999 100644 --- a/src/main/java/com/plaid/client/model/SandboxUserResetLoginResponse.java +++ b/src/main/java/com/plaid/client/model/SandboxUserResetLoginResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SandboxUserResetLoginResponse defines the response schema for `/sandbox/user/reset_login` */ @ApiModel(description = "SandboxUserResetLoginResponse defines the response schema for `/sandbox/user/reset_login`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SandboxUserResetLoginResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/Scopes.java b/src/main/java/com/plaid/client/model/Scopes.java index ba8a837932..b7125e9bf0 100644 --- a/src/main/java/com/plaid/client/model/Scopes.java +++ b/src/main/java/com/plaid/client/model/Scopes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The scopes object */ @ApiModel(description = "The scopes object") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Scopes { public static final String SERIALIZED_NAME_PRODUCT_ACCESS = "product_access"; @SerializedName(SERIALIZED_NAME_PRODUCT_ACCESS) diff --git a/src/main/java/com/plaid/client/model/ScopesContext.java b/src/main/java/com/plaid/client/model/ScopesContext.java index 8b994a07d1..d221ae0a6f 100644 --- a/src/main/java/com/plaid/client/model/ScopesContext.java +++ b/src/main/java/com/plaid/client/model/ScopesContext.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ScopesNullable.java b/src/main/java/com/plaid/client/model/ScopesNullable.java index 90c8fddd0d..c5652a0246 100644 --- a/src/main/java/com/plaid/client/model/ScopesNullable.java +++ b/src/main/java/com/plaid/client/model/ScopesNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * The scopes object */ @ApiModel(description = "The scopes object") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScopesNullable { public static final String SERIALIZED_NAME_PRODUCT_ACCESS = "product_access"; @SerializedName(SERIALIZED_NAME_PRODUCT_ACCESS) diff --git a/src/main/java/com/plaid/client/model/ScreeningHitAnalysis.java b/src/main/java/com/plaid/client/model/ScreeningHitAnalysis.java index a6302729ae..fe8aa0474a 100644 --- a/src/main/java/com/plaid/client/model/ScreeningHitAnalysis.java +++ b/src/main/java/com/plaid/client/model/ScreeningHitAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Analysis information describing why a screening hit matched the provided user information */ @ApiModel(description = "Analysis information describing why a screening hit matched the provided user information") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningHitAnalysis { public static final String SERIALIZED_NAME_DATES_OF_BIRTH = "dates_of_birth"; @SerializedName(SERIALIZED_NAME_DATES_OF_BIRTH) diff --git a/src/main/java/com/plaid/client/model/ScreeningHitData.java b/src/main/java/com/plaid/client/model/ScreeningHitData.java index 1cf4e1fc5e..1414b4195a 100644 --- a/src/main/java/com/plaid/client/model/ScreeningHitData.java +++ b/src/main/java/com/plaid/client/model/ScreeningHitData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Information associated with the watchlist hit */ @ApiModel(description = "Information associated with the watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningHitData { public static final String SERIALIZED_NAME_DATES_OF_BIRTH = "dates_of_birth"; @SerializedName(SERIALIZED_NAME_DATES_OF_BIRTH) diff --git a/src/main/java/com/plaid/client/model/ScreeningHitDateOfBirthItem.java b/src/main/java/com/plaid/client/model/ScreeningHitDateOfBirthItem.java index 8f8cd29a6f..409607edd2 100644 --- a/src/main/java/com/plaid/client/model/ScreeningHitDateOfBirthItem.java +++ b/src/main/java/com/plaid/client/model/ScreeningHitDateOfBirthItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed date of birth for the associated hit */ @ApiModel(description = "Analyzed date of birth for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningHitDateOfBirthItem { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/ScreeningHitDocumentsItems.java b/src/main/java/com/plaid/client/model/ScreeningHitDocumentsItems.java index 2f9446307b..b963c6f044 100644 --- a/src/main/java/com/plaid/client/model/ScreeningHitDocumentsItems.java +++ b/src/main/java/com/plaid/client/model/ScreeningHitDocumentsItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed document information for the associated hit */ @ApiModel(description = "Analyzed document information for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningHitDocumentsItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/ScreeningHitNamesItems.java b/src/main/java/com/plaid/client/model/ScreeningHitNamesItems.java index 1c5e476b47..0b49bbec13 100644 --- a/src/main/java/com/plaid/client/model/ScreeningHitNamesItems.java +++ b/src/main/java/com/plaid/client/model/ScreeningHitNamesItems.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Analyzed name information for the associated hit */ @ApiModel(description = "Analyzed name information for the associated hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningHitNamesItems { public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) diff --git a/src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java b/src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java index 4ba757fb29..990023ddc5 100644 --- a/src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java +++ b/src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an individual screening status has changed, which can occur manually via the dashboard or during ongoing monitoring. */ @ApiModel(description = "Fired when an individual screening status has changed, which can occur manually via the dashboard or during ongoing monitoring.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ScreeningStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/Security.java b/src/main/java/com/plaid/client/model/Security.java index d8cf5fb5f2..e96c5aff76 100644 --- a/src/main/java/com/plaid/client/model/Security.java +++ b/src/main/java/com/plaid/client/model/Security.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Contains details about a security */ @ApiModel(description = "Contains details about a security") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Security { public static final String SERIALIZED_NAME_SECURITY_ID = "security_id"; @SerializedName(SERIALIZED_NAME_SECURITY_ID) @@ -118,6 +118,10 @@ public class Security { @SerializedName(SERIALIZED_NAME_CFI_CODE) private String cfiCode; + public static final String SERIALIZED_NAME_FIGI = "figi"; + @SerializedName(SERIALIZED_NAME_FIGI) + private String figi; + public static final String SERIALIZED_NAME_OPTION_CONTRACT = "option_contract"; @SerializedName(SERIALIZED_NAME_OPTION_CONTRACT) private OptionContract optionContract; @@ -501,11 +505,11 @@ public Security unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -609,6 +613,29 @@ public void setCfiCode(String cfiCode) { } + public Security figi(String figi) { + + this.figi = figi; + return this; + } + + /** + * 12-character FIGI, a unique Financial Instrument Global Identifier assigned to securities that is immutable and stays consistent across most corporate actions. This is an open data standard issued by the Object Management Group and administered by Bloomberg L.P. + * @return figi + **/ + @javax.annotation.Nullable + @ApiModelProperty(required = true, value = "12-character FIGI, a unique Financial Instrument Global Identifier assigned to securities that is immutable and stays consistent across most corporate actions. This is an open data standard issued by the Object Management Group and administered by Bloomberg L.P.") + + public String getFigi() { + return figi; + } + + + public void setFigi(String figi) { + this.figi = figi; + } + + public Security optionContract(OptionContract optionContract) { this.optionContract = optionContract; @@ -685,13 +712,14 @@ public boolean equals(Object o) { Objects.equals(this.sector, security.sector) && Objects.equals(this.industry, security.industry) && Objects.equals(this.cfiCode, security.cfiCode) && + Objects.equals(this.figi, security.figi) && Objects.equals(this.optionContract, security.optionContract) && Objects.equals(this.fixedIncome, security.fixedIncome); } @Override public int hashCode() { - return Objects.hash(securityId, isin, cusip, sedol, institutionSecurityId, institutionId, proxySecurityId, name, tickerSymbol, isCashEquivalent, type, subtype, closePrice, closePriceAsOf, updateDatetime, isoCurrencyCode, unofficialCurrencyCode, marketIdentifierCode, sector, industry, cfiCode, optionContract, fixedIncome); + return Objects.hash(securityId, isin, cusip, sedol, institutionSecurityId, institutionId, proxySecurityId, name, tickerSymbol, isCashEquivalent, type, subtype, closePrice, closePriceAsOf, updateDatetime, isoCurrencyCode, unofficialCurrencyCode, marketIdentifierCode, sector, industry, cfiCode, figi, optionContract, fixedIncome); } @Override @@ -719,6 +747,7 @@ public String toString() { sb.append(" sector: ").append(toIndentedString(sector)).append("\n"); sb.append(" industry: ").append(toIndentedString(industry)).append("\n"); sb.append(" cfiCode: ").append(toIndentedString(cfiCode)).append("\n"); + sb.append(" figi: ").append(toIndentedString(figi)).append("\n"); sb.append(" optionContract: ").append(toIndentedString(optionContract)).append("\n"); sb.append(" fixedIncome: ").append(toIndentedString(fixedIncome)).append("\n"); sb.append("}"); diff --git a/src/main/java/com/plaid/client/model/SecurityOverride.java b/src/main/java/com/plaid/client/model/SecurityOverride.java index 4b36c97a75..83bcd277a3 100644 --- a/src/main/java/com/plaid/client/model/SecurityOverride.java +++ b/src/main/java/com/plaid/client/model/SecurityOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Specify the security associated with the holding or investment transaction. When inputting custom security data to the Sandbox, Plaid will perform post-data-retrieval normalization and enrichment. These processes may cause the data returned by the Sandbox to be slightly different from the data you input. An ISO-4217 currency code and a security identifier (`ticker_symbol`, `cusip`, or `isin`) are required. */ @ApiModel(description = "Specify the security associated with the holding or investment transaction. When inputting custom security data to the Sandbox, Plaid will perform post-data-retrieval normalization and enrichment. These processes may cause the data returned by the Sandbox to be slightly different from the data you input. An ISO-4217 currency code and a security identifier (`ticker_symbol`, `cusip`, or `isin`) are required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SecurityOverride { public static final String SERIALIZED_NAME_ISIN = "isin"; @SerializedName(SERIALIZED_NAME_ISIN) diff --git a/src/main/java/com/plaid/client/model/SelfieAgeCheck.java b/src/main/java/com/plaid/client/model/SelfieAgeCheck.java index 66a46acc5a..ccc1b5349e 100644 --- a/src/main/java/com/plaid/client/model/SelfieAgeCheck.java +++ b/src/main/java/com/plaid/client/model/SelfieAgeCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Age-estimation results from the selfie capture. This field is `null` when an age range could not be estimated from the selfie capture. */ @ApiModel(description = "Age-estimation results from the selfie capture. This field is `null` when an age range could not be estimated from the selfie capture.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieAgeCheck { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/SelfieAgeCheckStatus.java b/src/main/java/com/plaid/client/model/SelfieAgeCheckStatus.java index a05466f779..6c23c08cbf 100644 --- a/src/main/java/com/plaid/client/model/SelfieAgeCheckStatus.java +++ b/src/main/java/com/plaid/client/model/SelfieAgeCheckStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SelfieAnalysis.java b/src/main/java/com/plaid/client/model/SelfieAnalysis.java index 35ae508eeb..8d9e75ef82 100644 --- a/src/main/java/com/plaid/client/model/SelfieAnalysis.java +++ b/src/main/java/com/plaid/client/model/SelfieAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * High level descriptions of how the associated selfie was processed. If a selfie fails verification, the details in the `analysis` object should help clarify why the selfie was rejected. */ @ApiModel(description = "High level descriptions of how the associated selfie was processed. If a selfie fails verification, the details in the `analysis` object should help clarify why the selfie was rejected.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieAnalysis { public static final String SERIALIZED_NAME_DOCUMENT_COMPARISON = "document_comparison"; @SerializedName(SERIALIZED_NAME_DOCUMENT_COMPARISON) diff --git a/src/main/java/com/plaid/client/model/SelfieAnalysisDocumentComparison.java b/src/main/java/com/plaid/client/model/SelfieAnalysisDocumentComparison.java index e8a41e744b..53c799e2e1 100644 --- a/src/main/java/com/plaid/client/model/SelfieAnalysisDocumentComparison.java +++ b/src/main/java/com/plaid/client/model/SelfieAnalysisDocumentComparison.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysis.java b/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysis.java index faa9ae8f78..23824339e9 100644 --- a/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysis.java +++ b/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysis.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Analysis of the facial features of the selfie when compared to the face in the uploaded document, if one is present. */ @ApiModel(description = "Analysis of the facial features of the selfie when compared to the face in the uploaded document, if one is present.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieAnalysisFacialAnalysis { public static final String SERIALIZED_NAME_LEFT_EYE = "left_eye"; @SerializedName(SERIALIZED_NAME_LEFT_EYE) diff --git a/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysisOutcome.java b/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysisOutcome.java index 5607d38c62..376d4af954 100644 --- a/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysisOutcome.java +++ b/src/main/java/com/plaid/client/model/SelfieAnalysisFacialAnalysisOutcome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SelfieAnalysisLivenessCheck.java b/src/main/java/com/plaid/client/model/SelfieAnalysisLivenessCheck.java index ea9f03bb11..3a33fd788f 100644 --- a/src/main/java/com/plaid/client/model/SelfieAnalysisLivenessCheck.java +++ b/src/main/java/com/plaid/client/model/SelfieAnalysisLivenessCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SelfieCapture.java b/src/main/java/com/plaid/client/model/SelfieCapture.java index d4bbd02c70..9e7e069bd1 100644 --- a/src/main/java/com/plaid/client/model/SelfieCapture.java +++ b/src/main/java/com/plaid/client/model/SelfieCapture.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The image or video capture of a selfie. Only one of `image_url` or `video_url` will be populated per selfie. In the vast majority of sessions Plaid records a short video of the user, so `video_url` is populated and `image_url` is `null`. `image_url` is only populated in the rare passive-liveness fallback case, where the user's device could not complete the standard video liveness capture (for example, a camera or streaming error) and submitted a single still image instead. */ @ApiModel(description = "The image or video capture of a selfie. Only one of `image_url` or `video_url` will be populated per selfie. In the vast majority of sessions Plaid records a short video of the user, so `video_url` is populated and `image_url` is `null`. `image_url` is only populated in the rare passive-liveness fallback case, where the user's device could not complete the standard video liveness capture (for example, a camera or streaming error) and submitted a single still image instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieCapture { public static final String SERIALIZED_NAME_IMAGE_URL = "image_url"; @SerializedName(SERIALIZED_NAME_IMAGE_URL) diff --git a/src/main/java/com/plaid/client/model/SelfieCheck.java b/src/main/java/com/plaid/client/model/SelfieCheck.java index 1937dbb32f..57a8a81644 100644 --- a/src/main/java/com/plaid/client/model/SelfieCheck.java +++ b/src/main/java/com/plaid/client/model/SelfieCheck.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Additional information for the `selfie_check` step. This field will be `null` unless `steps.selfie_check` has reached a terminal state of either `success` or `failed`. */ @ApiModel(description = "Additional information for the `selfie_check` step. This field will be `null` unless `steps.selfie_check` has reached a terminal state of either `success` or `failed`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieCheck { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/SelfieCheckSelfie.java b/src/main/java/com/plaid/client/model/SelfieCheckSelfie.java index b9bf94e0ca..ea794a1022 100644 --- a/src/main/java/com/plaid/client/model/SelfieCheckSelfie.java +++ b/src/main/java/com/plaid/client/model/SelfieCheckSelfie.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Captures and analysis from a user's selfie. */ @ApiModel(description = "Captures and analysis from a user's selfie.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SelfieCheckSelfie { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/SelfieCheckStatus.java b/src/main/java/com/plaid/client/model/SelfieCheckStatus.java index 3862f407a6..2bf7a7a895 100644 --- a/src/main/java/com/plaid/client/model/SelfieCheckStatus.java +++ b/src/main/java/com/plaid/client/model/SelfieCheckStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SelfieStatus.java b/src/main/java/com/plaid/client/model/SelfieStatus.java index 1f3aa74b2a..cd77e19069 100644 --- a/src/main/java/com/plaid/client/model/SelfieStatus.java +++ b/src/main/java/com/plaid/client/model/SelfieStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SenderBACSNullable.java b/src/main/java/com/plaid/client/model/SenderBACSNullable.java index 9d9adc29e6..147c93dbb8 100644 --- a/src/main/java/com/plaid/client/model/SenderBACSNullable.java +++ b/src/main/java/com/plaid/client/model/SenderBACSNullable.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object containing a Bacs account number and sort code. If an IBAN is not provided or if this recipient needs to accept domestic GBP-denominated payments, Bacs data is required. */ @ApiModel(description = "An object containing a Bacs account number and sort code. If an IBAN is not provided or if this recipient needs to accept domestic GBP-denominated payments, Bacs data is required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SenderBACSNullable { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/Service.java b/src/main/java/com/plaid/client/model/Service.java index 5693baef28..e745af5b42 100644 --- a/src/main/java/com/plaid/client/model/Service.java +++ b/src/main/java/com/plaid/client/model/Service.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A collection of details related to a fulfillment service or product in terms of request, process and result. */ @ApiModel(description = "A collection of details related to a fulfillment service or product in terms of request, process and result.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Service { public static final String SERIALIZED_NAME_V_E_R_I_F_I_C_A_T_I_O_N_O_F_A_S_S_E_T = "VERIFICATION_OF_ASSET"; @SerializedName(SERIALIZED_NAME_V_E_R_I_F_I_C_A_T_I_O_N_O_F_A_S_S_E_T) diff --git a/src/main/java/com/plaid/client/model/ServiceProductFulfillment.java b/src/main/java/com/plaid/client/model/ServiceProductFulfillment.java index e9c47cf6b3..fcccc12023 100644 --- a/src/main/java/com/plaid/client/model/ServiceProductFulfillment.java +++ b/src/main/java/com/plaid/client/model/ServiceProductFulfillment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of details related to a fulfillment service or product in terms of request, process and result. */ @ApiModel(description = "A collection of details related to a fulfillment service or product in terms of request, process and result.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ServiceProductFulfillment { public static final String SERIALIZED_NAME_S_E_R_V_I_C_E_P_R_O_D_U_C_T_F_U_L_F_I_L_L_M_E_N_T_D_E_T_A_I_L = "SERVICE_PRODUCT_FULFILLMENT_DETAIL"; @SerializedName(SERIALIZED_NAME_S_E_R_V_I_C_E_P_R_O_D_U_C_T_F_U_L_F_I_L_L_M_E_N_T_D_E_T_A_I_L) diff --git a/src/main/java/com/plaid/client/model/ServiceProductFulfillmentDetail.java b/src/main/java/com/plaid/client/model/ServiceProductFulfillmentDetail.java index 9f068c4deb..0df915f13a 100644 --- a/src/main/java/com/plaid/client/model/ServiceProductFulfillmentDetail.java +++ b/src/main/java/com/plaid/client/model/ServiceProductFulfillmentDetail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ServiceProductFulfillmentDetail { public static final String SERIALIZED_NAME_VENDOR_ORDER_IDENTIFIER = "VendorOrderIdentifier"; @SerializedName(SERIALIZED_NAME_VENDOR_ORDER_IDENTIFIER) diff --git a/src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java b/src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java index fb45601101..75605f7a3c 100644 --- a/src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java +++ b/src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/ServicerAddressData.java b/src/main/java/com/plaid/client/model/ServicerAddressData.java index 2db5cf2991..0bdd8bfe72 100644 --- a/src/main/java/com/plaid/client/model/ServicerAddressData.java +++ b/src/main/java/com/plaid/client/model/ServicerAddressData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address of the student loan servicer. This is generally the remittance address to which payments should be sent. */ @ApiModel(description = "The address of the student loan servicer. This is generally the remittance address to which payments should be sent.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ServicerAddressData { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/Services.java b/src/main/java/com/plaid/client/model/Services.java index 2391807b4f..1f44ccef70 100644 --- a/src/main/java/com/plaid/client/model/Services.java +++ b/src/main/java/com/plaid/client/model/Services.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of objects that describe requests and responses for services. */ @ApiModel(description = "A collection of objects that describe requests and responses for services.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Services { public static final String SERIALIZED_NAME_S_E_R_V_I_C_E = "SERVICE"; @SerializedName(SERIALIZED_NAME_S_E_R_V_I_C_E) diff --git a/src/main/java/com/plaid/client/model/SessionTokenCreateRequest.java b/src/main/java/com/plaid/client/model/SessionTokenCreateRequest.java index 59eb6ab752..6f1393514a 100644 --- a/src/main/java/com/plaid/client/model/SessionTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/SessionTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SessionTokenCreateRequest defines the request schema for `/session/token/create` */ @ApiModel(description = "SessionTokenCreateRequest defines the request schema for `/session/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SessionTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SessionTokenCreateRequestUser.java b/src/main/java/com/plaid/client/model/SessionTokenCreateRequestUser.java index 1e2cd8c24d..b66c911694 100644 --- a/src/main/java/com/plaid/client/model/SessionTokenCreateRequestUser.java +++ b/src/main/java/com/plaid/client/model/SessionTokenCreateRequestUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Details about the end user. Required if a root-level `user_id` is not provided. */ @ApiModel(description = "Details about the end user. Required if a root-level `user_id` is not provided.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SessionTokenCreateRequestUser { public static final String SERIALIZED_NAME_CLIENT_USER_ID = "client_user_id"; @SerializedName(SERIALIZED_NAME_CLIENT_USER_ID) diff --git a/src/main/java/com/plaid/client/model/SessionTokenCreateResponse.java b/src/main/java/com/plaid/client/model/SessionTokenCreateResponse.java index e4bccf063f..f6fd519f60 100644 --- a/src/main/java/com/plaid/client/model/SessionTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/SessionTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SessionTokenCreateResponse defines the response schema for `/session/token/create` */ @ApiModel(description = "SessionTokenCreateResponse defines the response schema for `/session/token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SessionTokenCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SessionTokenCreateResponseLink.java b/src/main/java/com/plaid/client/model/SessionTokenCreateResponseLink.java index 20cf97ffe0..604c4dc682 100644 --- a/src/main/java/com/plaid/client/model/SessionTokenCreateResponseLink.java +++ b/src/main/java/com/plaid/client/model/SessionTokenCreateResponseLink.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Response data for `/session/token/create` intended for use with the Link SDK. */ @ApiModel(description = "Response data for `/session/token/create` intended for use with the Link SDK.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SessionTokenCreateResponseLink { public static final String SERIALIZED_NAME_LINK_TOKEN = "link_token"; @SerializedName(SERIALIZED_NAME_LINK_TOKEN) diff --git a/src/main/java/com/plaid/client/model/SignalAddressData.java b/src/main/java/com/plaid/client/model/SignalAddressData.java index cfc80019d9..8993c3489b 100644 --- a/src/main/java/com/plaid/client/model/SignalAddressData.java +++ b/src/main/java/com/plaid/client/model/SignalAddressData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data about the components comprising an address. */ @ApiModel(description = "Data about the components comprising an address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalAddressData { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/SignalDecisionOutcome.java b/src/main/java/com/plaid/client/model/SignalDecisionOutcome.java index 976e5515db..a4ce908884 100644 --- a/src/main/java/com/plaid/client/model/SignalDecisionOutcome.java +++ b/src/main/java/com/plaid/client/model/SignalDecisionOutcome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SignalDecisionReportRequest.java b/src/main/java/com/plaid/client/model/SignalDecisionReportRequest.java index 336c1d33ba..41c7f1fbcf 100644 --- a/src/main/java/com/plaid/client/model/SignalDecisionReportRequest.java +++ b/src/main/java/com/plaid/client/model/SignalDecisionReportRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * SignalDecisionReportRequest defines the request schema for `/signal/decision/report` */ @ApiModel(description = "SignalDecisionReportRequest defines the request schema for `/signal/decision/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalDecisionReportRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SignalDecisionReportResponse.java b/src/main/java/com/plaid/client/model/SignalDecisionReportResponse.java index 4bc3a67083..2d09d18bb9 100644 --- a/src/main/java/com/plaid/client/model/SignalDecisionReportResponse.java +++ b/src/main/java/com/plaid/client/model/SignalDecisionReportResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SignalDecisionReportResponse defines the response schema for `/signal/decision/report` */ @ApiModel(description = "SignalDecisionReportResponse defines the response schema for `/signal/decision/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalDecisionReportResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SignalDevice.java b/src/main/java/com/plaid/client/model/SignalDevice.java index 8cb9b2f559..4b47fae484 100644 --- a/src/main/java/com/plaid/client/model/SignalDevice.java +++ b/src/main/java/com/plaid/client/model/SignalDevice.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Details about the end user's device. These fields are optional, but strongly recommended to increase the accuracy of results when using Signal Transaction Scores. When using a Balance-only Ruleset, these fields are ignored if the Signal Addendum has been signed; if it has not been signed, using these fields will result in an error. */ @ApiModel(description = "Details about the end user's device. These fields are optional, but strongly recommended to increase the accuracy of results when using Signal Transaction Scores. When using a Balance-only Ruleset, these fields are ignored if the Signal Addendum has been signed; if it has not been signed, using these fields will result in an error.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalDevice { public static final String SERIALIZED_NAME_IP_ADDRESS = "ip_address"; @SerializedName(SERIALIZED_NAME_IP_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/SignalEvaluateCoreAttributes.java b/src/main/java/com/plaid/client/model/SignalEvaluateCoreAttributes.java index 20b7f47ba8..efd505b36e 100644 --- a/src/main/java/com/plaid/client/model/SignalEvaluateCoreAttributes.java +++ b/src/main/java/com/plaid/client/model/SignalEvaluateCoreAttributes.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The core attributes object contains additional data that can be used to assess the ACH return risk. If using a Balance-only ruleset, only `available_balance` and `current_balance` will be returned as core attributes. If using a Signal Transaction Scores ruleset, over 80 core attributes will be returned. Examples of attributes include: `available_balance` and `current_balance`: The balance in the ACH transaction funding account `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid `is_savings_or_money_market_account`: Indicates whether the ACH transaction funding account is a savings/money market account For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager. */ @ApiModel(description = "The core attributes object contains additional data that can be used to assess the ACH return risk. If using a Balance-only ruleset, only `available_balance` and `current_balance` will be returned as core attributes. If using a Signal Transaction Scores ruleset, over 80 core attributes will be returned. Examples of attributes include: `available_balance` and `current_balance`: The balance in the ACH transaction funding account `days_since_first_plaid_connection`: The number of days since the first time the Item was connected to an application via Plaid `plaid_connections_count_7d`: The number of times the Item has been connected to applications via Plaid over the past 7 days `plaid_connections_count_30d`: The number of times the Item has been connected to applications via Plaid over the past 30 days `total_plaid_connections_count`: The number of times the Item has been connected to applications via Plaid `is_savings_or_money_market_account`: Indicates whether the ACH transaction funding account is a savings/money market account For the full list and detailed documentation of core attributes available, or to request that core attributes not be returned, contact sales or your Plaid account manager.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalEvaluateCoreAttributes { public static final String SERIALIZED_NAME_UNAUTHORIZED_TRANSACTIONS_COUNT7D = "unauthorized_transactions_count_7d"; @SerializedName(SERIALIZED_NAME_UNAUTHORIZED_TRANSACTIONS_COUNT7D) @@ -1720,11 +1720,11 @@ public SignalEvaluateCoreAttributes p50EodBalance61dTo90d(Double p50EodBalance61 } /** - * The 50th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited + * The 50th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited * @return p50EodBalance61dTo90d **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The 50th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited") + @ApiModelProperty(value = "The 50th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited") public Double getP50EodBalance61dTo90d() { return p50EodBalance61dTo90d; @@ -1766,11 +1766,11 @@ public SignalEvaluateCoreAttributes p90EodBalance61dTo90d(Double p90EodBalance61 } /** - * The 90th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited + * The 90th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited * @return p90EodBalance61dTo90d **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The 90th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited") + @ApiModelProperty(value = "The 90th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited") public Double getP90EodBalance61dTo90d() { return p90EodBalance61dTo90d; @@ -1812,11 +1812,11 @@ public SignalEvaluateCoreAttributes p10EodBalance61dTo90d(Double p10EodBalance61 } /** - * The 10th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited + * The 10th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited * @return p10EodBalance61dTo90d **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The 10th percentile of the end-of-day available balance between day 61 and day 90 over the past 60 days of the account that will be debited") + @ApiModelProperty(value = "The 10th percentile of the end-of-day available balance between day 61 and day 90 over the past 90 days of the account that will be debited") public Double getP10EodBalance61dTo90d() { return p10EodBalance61dTo90d; @@ -1858,11 +1858,11 @@ public SignalEvaluateCoreAttributes isAccountClosed(Boolean isAccountClosed) { } /** - * Indicates if the receiver bank account is closed + * Indicates if the account that will be debited is closed * @return isAccountClosed **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Indicates if the receiver bank account is closed") + @ApiModelProperty(value = "Indicates if the account that will be debited is closed") public Boolean getIsAccountClosed() { return isAccountClosed; @@ -1881,11 +1881,11 @@ public SignalEvaluateCoreAttributes isAccountFrozenOrRestricted(Boolean isAccoun } /** - * Indicates if the receiver bank account is either frozen or restricted + * Indicates if the account that will be debited is either frozen or restricted * @return isAccountFrozenOrRestricted **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Indicates if the receiver bank account is either frozen or restricted") + @ApiModelProperty(value = "Indicates if the account that will be debited is either frozen or restricted") public Boolean getIsAccountFrozenOrRestricted() { return isAccountFrozenOrRestricted; diff --git a/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java b/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java index 32a3503294..7ea4cd688c 100644 --- a/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java +++ b/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * SignalEvaluateRequest defines the request schema for `/signal/evaluate` */ @ApiModel(description = "SignalEvaluateRequest defines the request schema for `/signal/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalEvaluateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -186,10 +186,10 @@ public SignalEvaluateRequest clientTransactionId(String clientTransactionId) { } /** - * The unique ID that you would like to use to refer to this evaluation attempt - for example, a payment attempt ID. You will use this later to debug this evaluation, and/or report an ACH return, etc. The max length for this field is 36 characters. + * The unique ID that you would like to use to refer to this evaluation attempt - for example, a payment attempt ID. You will use this later to debug this evaluation, and/or report an ACH return, etc. The max length for this field is 36 characters. The `client_transaction_id` also functions as an idempotency key; calling `/signal/evaluate` with a previously used `client_transaction_id` will return the results of the previous evaluation rather than triggering a fresh evaluation. * @return clientTransactionId **/ - @ApiModelProperty(required = true, value = "The unique ID that you would like to use to refer to this evaluation attempt - for example, a payment attempt ID. You will use this later to debug this evaluation, and/or report an ACH return, etc. The max length for this field is 36 characters.") + @ApiModelProperty(required = true, value = "The unique ID that you would like to use to refer to this evaluation attempt - for example, a payment attempt ID. You will use this later to debug this evaluation, and/or report an ACH return, etc. The max length for this field is 36 characters. The `client_transaction_id` also functions as an idempotency key; calling `/signal/evaluate` with a previously used `client_transaction_id` will return the results of the previous evaluation rather than triggering a fresh evaluation.") public String getClientTransactionId() { return clientTransactionId; diff --git a/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java b/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java index eed853868c..4435613721 100644 --- a/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java +++ b/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * SignalEvaluateResponse defines the response schema for `/signal/evaluate` */ @ApiModel(description = "SignalEvaluateResponse defines the response schema for `/signal/evaluate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalEvaluateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SignalPaymentMethod.java b/src/main/java/com/plaid/client/model/SignalPaymentMethod.java index f64ea5f1ef..ba37e5cf1f 100644 --- a/src/main/java/com/plaid/client/model/SignalPaymentMethod.java +++ b/src/main/java/com/plaid/client/model/SignalPaymentMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SignalPersonName.java b/src/main/java/com/plaid/client/model/SignalPersonName.java index 44896bfc29..bcd9f7a74a 100644 --- a/src/main/java/com/plaid/client/model/SignalPersonName.java +++ b/src/main/java/com/plaid/client/model/SignalPersonName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The user's legal name */ @ApiModel(description = "The user's legal name") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalPersonName { public static final String SERIALIZED_NAME_PREFIX = "prefix"; @SerializedName(SERIALIZED_NAME_PREFIX) diff --git a/src/main/java/com/plaid/client/model/SignalPrepareRequest.java b/src/main/java/com/plaid/client/model/SignalPrepareRequest.java index fc82f01f74..715ffe40fb 100644 --- a/src/main/java/com/plaid/client/model/SignalPrepareRequest.java +++ b/src/main/java/com/plaid/client/model/SignalPrepareRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SignalPrepareRequest defines the request schema for `/signal/prepare` */ @ApiModel(description = "SignalPrepareRequest defines the request schema for `/signal/prepare`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalPrepareRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SignalPrepareResponse.java b/src/main/java/com/plaid/client/model/SignalPrepareResponse.java index aa3dc7675d..929bdf0d92 100644 --- a/src/main/java/com/plaid/client/model/SignalPrepareResponse.java +++ b/src/main/java/com/plaid/client/model/SignalPrepareResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SignalPrepareResponse defines the response schema for `/signal/prepare` */ @ApiModel(description = "SignalPrepareResponse defines the response schema for `/signal/prepare`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalPrepareResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SignalReturnReportRequest.java b/src/main/java/com/plaid/client/model/SignalReturnReportRequest.java index 2a79f4285e..20fd839396 100644 --- a/src/main/java/com/plaid/client/model/SignalReturnReportRequest.java +++ b/src/main/java/com/plaid/client/model/SignalReturnReportRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SignalReturnReportRequest defines the request schema for `/signal/return/report` */ @ApiModel(description = "SignalReturnReportRequest defines the request schema for `/signal/return/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalReturnReportRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -105,10 +105,10 @@ public SignalReturnReportRequest clientTransactionId(String clientTransactionId) } /** - * Must be the same as the `client_transaction_id` supplied when calling `/signal/evaluate` or `/accounts/balance/get`. + * Must be the same as the `client_transaction_id` supplied when calling `/signal/evaluate`. * @return clientTransactionId **/ - @ApiModelProperty(required = true, value = "Must be the same as the `client_transaction_id` supplied when calling `/signal/evaluate` or `/accounts/balance/get`.") + @ApiModelProperty(required = true, value = "Must be the same as the `client_transaction_id` supplied when calling `/signal/evaluate`.") public String getClientTransactionId() { return clientTransactionId; diff --git a/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java b/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java index 11b87afafb..3b6d6f642b 100644 --- a/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java +++ b/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * SignalReturnReportResponse defines the response schema for `/signal/return/report` */ @ApiModel(description = "SignalReturnReportResponse defines the response schema for `/signal/return/report`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalReturnReportResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/SignalScheduleDefaultPaymentMethod.java b/src/main/java/com/plaid/client/model/SignalScheduleDefaultPaymentMethod.java index e378ce683e..b18a445a10 100644 --- a/src/main/java/com/plaid/client/model/SignalScheduleDefaultPaymentMethod.java +++ b/src/main/java/com/plaid/client/model/SignalScheduleDefaultPaymentMethod.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SignalScheduleRecommendation.java b/src/main/java/com/plaid/client/model/SignalScheduleRecommendation.java index 48062f1340..ec17a7d923 100644 --- a/src/main/java/com/plaid/client/model/SignalScheduleRecommendation.java +++ b/src/main/java/com/plaid/client/model/SignalScheduleRecommendation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Conveys information on if a retry is recommended on a given date */ @ApiModel(description = "Conveys information on if a retry is recommended on a given date") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalScheduleRecommendation { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) diff --git a/src/main/java/com/plaid/client/model/SignalScheduleRequest.java b/src/main/java/com/plaid/client/model/SignalScheduleRequest.java index 59c3cda9dc..cd20e6e7dd 100644 --- a/src/main/java/com/plaid/client/model/SignalScheduleRequest.java +++ b/src/main/java/com/plaid/client/model/SignalScheduleRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * SignalScheduleRequest defines the request schema for `/signal/schedule` */ @ApiModel(description = "SignalScheduleRequest defines the request schema for `/signal/schedule`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalScheduleRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/SignalScheduleResponse.java b/src/main/java/com/plaid/client/model/SignalScheduleResponse.java index be32d5a547..2187aa8950 100644 --- a/src/main/java/com/plaid/client/model/SignalScheduleResponse.java +++ b/src/main/java/com/plaid/client/model/SignalScheduleResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * SignalScheduleResponse defines the response schema for `/signal/schedule` */ @ApiModel(description = "SignalScheduleResponse defines the response schema for `/signal/schedule`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalScheduleResponse { public static final String SERIALIZED_NAME_OPTIMAL_DATE = "optimal_date"; @SerializedName(SERIALIZED_NAME_OPTIMAL_DATE) diff --git a/src/main/java/com/plaid/client/model/SignalScores.java b/src/main/java/com/plaid/client/model/SignalScores.java index d5816568ca..db778e744e 100644 --- a/src/main/java/com/plaid/client/model/SignalScores.java +++ b/src/main/java/com/plaid/client/model/SignalScores.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Risk scoring details broken down by risk category. When using a Balance-only ruleset, this object will not be returned. */ @ApiModel(description = "Risk scoring details broken down by risk category. When using a Balance-only ruleset, this object will not be returned.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalScores { public static final String SERIALIZED_NAME_CUSTOMER_INITIATED_RETURN_RISK = "customer_initiated_return_risk"; @SerializedName(SERIALIZED_NAME_CUSTOMER_INITIATED_RETURN_RISK) diff --git a/src/main/java/com/plaid/client/model/SignalUser.java b/src/main/java/com/plaid/client/model/SignalUser.java index 5329a5178b..e5e8a95dcf 100644 --- a/src/main/java/com/plaid/client/model/SignalUser.java +++ b/src/main/java/com/plaid/client/model/SignalUser.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Details about the end user initiating the transaction (i.e., the account holder). These fields are optional, but strongly recommended to increase the accuracy of results when using Signal Transaction Scores. When using a Balance-only ruleset, if the Signal Addendum has been signed, these fields are ignored; if the Addendum has not been signed, using these fields will result in an error. */ @ApiModel(description = "Details about the end user initiating the transaction (i.e., the account holder). These fields are optional, but strongly recommended to increase the accuracy of results when using Signal Transaction Scores. When using a Balance-only ruleset, if the Signal Addendum has been signed, these fields are ignored; if the Addendum has not been signed, using these fields will result in an error.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalUser { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/SignalWarning.java b/src/main/java/com/plaid/client/model/SignalWarning.java index 76584f0376..1785511139 100644 --- a/src/main/java/com/plaid/client/model/SignalWarning.java +++ b/src/main/java/com/plaid/client/model/SignalWarning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Conveys information about the errors causing missing or stale bank data used to construct the `/signal/evaluate` scores and response */ @ApiModel(description = "Conveys information about the errors causing missing or stale bank data used to construct the `/signal/evaluate` scores and response") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SignalWarning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) diff --git a/src/main/java/com/plaid/client/model/SimulatedTransferSweep.java b/src/main/java/com/plaid/client/model/SimulatedTransferSweep.java index 4b7159ec59..43dd4bbacd 100644 --- a/src/main/java/com/plaid/client/model/SimulatedTransferSweep.java +++ b/src/main/java/com/plaid/client/model/SimulatedTransferSweep.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A sweep returned from the `/sandbox/transfer/sweep/simulate` endpoint. Can be null if there are no transfers to include in a sweep. */ @ApiModel(description = "A sweep returned from the `/sandbox/transfer/sweep/simulate` endpoint. Can be null if there are no transfers to include in a sweep.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SimulatedTransferSweep { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/SingleDocumentRiskSignal.java b/src/main/java/com/plaid/client/model/SingleDocumentRiskSignal.java index 54ef23d1c9..702fe65910 100644 --- a/src/main/java/com/plaid/client/model/SingleDocumentRiskSignal.java +++ b/src/main/java/com/plaid/client/model/SingleDocumentRiskSignal.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Object containing all risk signals and relevant metadata for a single document */ @ApiModel(description = "Object containing all risk signals and relevant metadata for a single document") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SingleDocumentRiskSignal { public static final String SERIALIZED_NAME_DOCUMENT_REFERENCE = "document_reference"; @SerializedName(SERIALIZED_NAME_DOCUMENT_REFERENCE) diff --git a/src/main/java/com/plaid/client/model/Source.java b/src/main/java/com/plaid/client/model/Source.java index c5c075a77b..172880c5cc 100644 --- a/src/main/java/com/plaid/client/model/Source.java +++ b/src/main/java/com/plaid/client/model/Source.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * A type indicating whether a dashboard user, an API-based user, or Plaid last touched this object. + * A type indicating who or what last touched this object. `dashboard`, `link`, and `api` indicate the originating surface; `system` indicates Plaid. `retro` indicates a screening created retroactively via a bulk screening creation. */ @JsonAdapter(Source.Adapter.class) public enum Source { @@ -37,6 +37,8 @@ public enum Source { API("api"), SYSTEM("system"), + + RETRO("retro"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. diff --git a/src/main/java/com/plaid/client/model/StandaloneAccountType.java b/src/main/java/com/plaid/client/model/StandaloneAccountType.java index 10d945e985..b5fc761e36 100644 --- a/src/main/java/com/plaid/client/model/StandaloneAccountType.java +++ b/src/main/java/com/plaid/client/model/StandaloneAccountType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The schema below describes the various `types` and corresponding `subtypes` that Plaid recognizes and reports for financial institution accounts. For a mapping of supported types and subtypes to Plaid products, see the [Account type / product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix). */ @ApiModel(description = "The schema below describes the various `types` and corresponding `subtypes` that Plaid recognizes and reports for financial institution accounts. For a mapping of supported types and subtypes to Plaid products, see the [Account type / product support matrix](https://plaid.com/docs/api/accounts/#account-type--product-support-matrix).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StandaloneAccountType { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) diff --git a/src/main/java/com/plaid/client/model/StandaloneCurrencyCodeList.java b/src/main/java/com/plaid/client/model/StandaloneCurrencyCodeList.java index 54f50f5673..f5ad3df23e 100644 --- a/src/main/java/com/plaid/client/model/StandaloneCurrencyCodeList.java +++ b/src/main/java/com/plaid/client/model/StandaloneCurrencyCodeList.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The following currency codes are supported by Plaid. */ @ApiModel(description = "The following currency codes are supported by Plaid.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StandaloneCurrencyCodeList { public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) diff --git a/src/main/java/com/plaid/client/model/StandaloneInvestmentTransactionType.java b/src/main/java/com/plaid/client/model/StandaloneInvestmentTransactionType.java index 1cd01b5ba6..5281e54424 100644 --- a/src/main/java/com/plaid/client/model/StandaloneInvestmentTransactionType.java +++ b/src/main/java/com/plaid/client/model/StandaloneInvestmentTransactionType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Valid values for investment transaction types and subtypes. Note that transactions representing inflow of cash will appear as negative amounts, outflow of cash will appear as positive amounts. */ @ApiModel(description = "Valid values for investment transaction types and subtypes. Note that transactions representing inflow of cash will appear as negative amounts, outflow of cash will appear as positive amounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StandaloneInvestmentTransactionType { public static final String SERIALIZED_NAME_BUY = "buy"; @SerializedName(SERIALIZED_NAME_BUY) diff --git a/src/main/java/com/plaid/client/model/StatementsAccount.java b/src/main/java/com/plaid/client/model/StatementsAccount.java index 66eeead774..fe521ee257 100644 --- a/src/main/java/com/plaid/client/model/StatementsAccount.java +++ b/src/main/java/com/plaid/client/model/StatementsAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Account associated with the Item. */ @ApiModel(description = "Account associated with the Item.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsAccount { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/StatementsDownloadRequest.java b/src/main/java/com/plaid/client/model/StatementsDownloadRequest.java index 9e3b63be60..3b0c6955b4 100644 --- a/src/main/java/com/plaid/client/model/StatementsDownloadRequest.java +++ b/src/main/java/com/plaid/client/model/StatementsDownloadRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * StatementsDownloadRequest defines the request schema for `/statements/download` */ @ApiModel(description = "StatementsDownloadRequest defines the request schema for `/statements/download`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsDownloadRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/StatementsListRequest.java b/src/main/java/com/plaid/client/model/StatementsListRequest.java index b34ce404ce..90baa614c0 100644 --- a/src/main/java/com/plaid/client/model/StatementsListRequest.java +++ b/src/main/java/com/plaid/client/model/StatementsListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * StatementsListRequest defines the request schema for `/statements/list` */ @ApiModel(description = "StatementsListRequest defines the request schema for `/statements/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsListRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/StatementsListResponse.java b/src/main/java/com/plaid/client/model/StatementsListResponse.java index 5bd0cd7658..d4387abbdd 100644 --- a/src/main/java/com/plaid/client/model/StatementsListResponse.java +++ b/src/main/java/com/plaid/client/model/StatementsListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * StatementsListResponse defines the response schema for `/statements/list` */ @ApiModel(description = "StatementsListResponse defines the response schema for `/statements/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsListResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/StatementsRefreshCompleteResult.java b/src/main/java/com/plaid/client/model/StatementsRefreshCompleteResult.java index 846a6459ef..a94e182146 100644 --- a/src/main/java/com/plaid/client/model/StatementsRefreshCompleteResult.java +++ b/src/main/java/com/plaid/client/model/StatementsRefreshCompleteResult.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The result of the statement refresh extraction `SUCCESS`: The statements were successfully extracted and can be listed via `/statements/list/` and downloaded via `/statements/download/`. `FAILURE`: The statements failed to be extracted. + * The result of the statement refresh extraction `SUCCESS`: The statements were successfully extracted and can be listed via `/statements/list` and downloaded via `/statements/download`. `FAILURE`: The statements failed to be extracted. */ @JsonAdapter(StatementsRefreshCompleteResult.Adapter.class) public enum StatementsRefreshCompleteResult { diff --git a/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java b/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java index f98c64d7fb..93a01a8128 100644 --- a/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java +++ b/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when refreshed statements extraction is completed or failed to be completed. Triggered by calling `/statements/refresh`. */ @ApiModel(description = "Fired when refreshed statements extraction is completed or failed to be completed. Triggered by calling `/statements/refresh`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsRefreshCompleteWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/StatementsRefreshRequest.java b/src/main/java/com/plaid/client/model/StatementsRefreshRequest.java index cf14a7d073..9ba182e7a2 100644 --- a/src/main/java/com/plaid/client/model/StatementsRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/StatementsRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * StatementsRefreshRequest defines the request schema for `/statements/refresh` */ @ApiModel(description = "StatementsRefreshRequest defines the request schema for `/statements/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsRefreshRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/StatementsRefreshResponse.java b/src/main/java/com/plaid/client/model/StatementsRefreshResponse.java index f9e4a2d071..84d6c4b685 100644 --- a/src/main/java/com/plaid/client/model/StatementsRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/StatementsRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * StatementsRefreshResponse defines the response schema for `/statements/refresh` */ @ApiModel(description = "StatementsRefreshResponse defines the response schema for `/statements/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/StatementsStatement.java b/src/main/java/com/plaid/client/model/StatementsStatement.java index 7aeb25fc0e..bd38e837f1 100644 --- a/src/main/java/com/plaid/client/model/StatementsStatement.java +++ b/src/main/java/com/plaid/client/model/StatementsStatement.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A statement's metadata associated with an account */ @ApiModel(description = "A statement's metadata associated with an account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StatementsStatement { public static final String SERIALIZED_NAME_STATEMENT_ID = "statement_id"; @SerializedName(SERIALIZED_NAME_STATEMENT_ID) diff --git a/src/main/java/com/plaid/client/model/Status.java b/src/main/java/com/plaid/client/model/Status.java index 3e889e4cf9..c276536f2b 100644 --- a/src/main/java/com/plaid/client/model/Status.java +++ b/src/main/java/com/plaid/client/model/Status.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Status { public static final String SERIALIZED_NAME_STATUS_CODE = "StatusCode"; @SerializedName(SERIALIZED_NAME_STATUS_CODE) diff --git a/src/main/java/com/plaid/client/model/Statuses.java b/src/main/java/com/plaid/client/model/Statuses.java index 481c808ceb..e00dd872c1 100644 --- a/src/main/java/com/plaid/client/model/Statuses.java +++ b/src/main/java/com/plaid/client/model/Statuses.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A collection of STATUS containers. */ @ApiModel(description = "A collection of STATUS containers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Statuses { public static final String SERIALIZED_NAME_S_T_A_T_U_S = "STATUS"; @SerializedName(SERIALIZED_NAME_S_T_A_T_U_S) diff --git a/src/main/java/com/plaid/client/model/Strategy.java b/src/main/java/com/plaid/client/model/Strategy.java index f18aef71e1..9798f00280 100644 --- a/src/main/java/com/plaid/client/model/Strategy.java +++ b/src/main/java/com/plaid/client/model/Strategy.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * An instruction specifying what steps the new Identity Verification attempt should require the user to complete: `reset` - Restart the user at the beginning of the session, regardless of whether they successfully completed part of their previous session. `incomplete` - Start the new session at the step that the user failed in the previous session, skipping steps that have already been successfully completed. `infer` - If the most recent Identity Verification attempt associated with the given `client_user_id` has a status of `failed` or `expired`, retry using the `incomplete` strategy. Otherwise, use the `reset` strategy. `custom` - Start the new session with a custom configuration, specified by the value of the `steps` field Note: The `incomplete` strategy cannot be applied if the session's failing step is `screening` or `risk_check`. The `infer` strategy cannot be applied if the session's status is still `active` + * An instruction specifying what steps the new Identity Verification attempt should require the user to complete: `reset` - Restart the user at the beginning of the session, regardless of whether they successfully completed part of their previous session. `incomplete` - Start the new session at the step that the user failed in the previous session, skipping steps that have already been successfully completed. `infer` - If the most recent Identity Verification attempt associated with the given `client_user_id` has a status of `failed` or `expired`, retry using the `incomplete` strategy. Otherwise, use the `reset` strategy. `custom` - Start the new session with a custom configuration, specified by the value of the `steps` field Note: The `incomplete` strategy cannot be applied if the session's failing step is `watchlist_screening` or `risk_check`. The `infer` strategy cannot be applied if the session's status is still `active` */ @JsonAdapter(Strategy.Adapter.class) public enum Strategy { diff --git a/src/main/java/com/plaid/client/model/StudentLoan.java b/src/main/java/com/plaid/client/model/StudentLoan.java index a40e38bfa7..ce7eb59e44 100644 --- a/src/main/java/com/plaid/client/model/StudentLoan.java +++ b/src/main/java/com/plaid/client/model/StudentLoan.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Contains details about a student loan account */ @ApiModel(description = "Contains details about a student loan account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StudentLoan { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -562,11 +562,11 @@ public StudentLoan paymentReferenceNumber(String paymentReferenceNumber) { } /** - * The relevant account number that should be used to reference this loan for payments. In the majority of cases, `payment_reference_number` will match `account_number,` but in some institutions, such as Great Lakes (`ins_116861`), it will be different. + * The relevant account number that should be used to reference this loan for payments. In the majority of cases, `payment_reference_number` will match `account_number`, but in some institutions, such as Great Lakes (`ins_116861`), it will be different. * @return paymentReferenceNumber **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The relevant account number that should be used to reference this loan for payments. In the majority of cases, `payment_reference_number` will match `account_number,` but in some institutions, such as Great Lakes (`ins_116861`), it will be different.") + @ApiModelProperty(required = true, value = "The relevant account number that should be used to reference this loan for payments. In the majority of cases, `payment_reference_number` will match `account_number`, but in some institutions, such as Great Lakes (`ins_116861`), it will be different.") public String getPaymentReferenceNumber() { return paymentReferenceNumber; diff --git a/src/main/java/com/plaid/client/model/StudentLoanRepaymentModel.java b/src/main/java/com/plaid/client/model/StudentLoanRepaymentModel.java index 14ef9746a1..b72d8eda24 100644 --- a/src/main/java/com/plaid/client/model/StudentLoanRepaymentModel.java +++ b/src/main/java/com/plaid/client/model/StudentLoanRepaymentModel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Student loan repayment information used to configure Sandbox test data for the Liabilities product */ @ApiModel(description = "Student loan repayment information used to configure Sandbox test data for the Liabilities product") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StudentLoanRepaymentModel { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/StudentLoanStatus.java b/src/main/java/com/plaid/client/model/StudentLoanStatus.java index ef6d6277e6..48a0e50227 100644 --- a/src/main/java/com/plaid/client/model/StudentLoanStatus.java +++ b/src/main/java/com/plaid/client/model/StudentLoanStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An object representing the status of the student loan */ @ApiModel(description = "An object representing the status of the student loan") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StudentLoanStatus { public static final String SERIALIZED_NAME_END_DATE = "end_date"; @SerializedName(SERIALIZED_NAME_END_DATE) diff --git a/src/main/java/com/plaid/client/model/StudentRepaymentPlan.java b/src/main/java/com/plaid/client/model/StudentRepaymentPlan.java index 08bc329468..73832d25e1 100644 --- a/src/main/java/com/plaid/client/model/StudentRepaymentPlan.java +++ b/src/main/java/com/plaid/client/model/StudentRepaymentPlan.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the repayment plan for the student loan */ @ApiModel(description = "An object representing the repayment plan for the student loan") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class StudentRepaymentPlan { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) @@ -51,7 +51,7 @@ public enum TypeEnum { INCOME_SENSITIVE_REPAYMENT("income-sensitive repayment"), - INTEREST_ONLY("interest-only"), + INTEREST_ONLY("interest only"), OTHER("other"), diff --git a/src/main/java/com/plaid/client/model/SweepFailure.java b/src/main/java/com/plaid/client/model/SweepFailure.java index 89314e1ebf..09e163dd5f 100644 --- a/src/main/java/com/plaid/client/model/SweepFailure.java +++ b/src/main/java/com/plaid/client/model/SweepFailure.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The failure reason if the status for a sweep is `\"failed\"` or `\"returned\"`. Null value otherwise. */ @ApiModel(description = "The failure reason if the status for a sweep is `\"failed\"` or `\"returned\"`. Null value otherwise.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SweepFailure { public static final String SERIALIZED_NAME_FAILURE_CODE = "failure_code"; @SerializedName(SERIALIZED_NAME_FAILURE_CODE) diff --git a/src/main/java/com/plaid/client/model/SweepStatus.java b/src/main/java/com/plaid/client/model/SweepStatus.java index a5cc53b549..ec1ac9db0e 100644 --- a/src/main/java/com/plaid/client/model/SweepStatus.java +++ b/src/main/java/com/plaid/client/model/SweepStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SweepTrigger.java b/src/main/java/com/plaid/client/model/SweepTrigger.java index 568639c305..de123f53ce 100644 --- a/src/main/java/com/plaid/client/model/SweepTrigger.java +++ b/src/main/java/com/plaid/client/model/SweepTrigger.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/SyncUpdatesAvailableWebhook.java b/src/main/java/com/plaid/client/model/SyncUpdatesAvailableWebhook.java index 0ec6756907..aad35a0188 100644 --- a/src/main/java/com/plaid/client/model/SyncUpdatesAvailableWebhook.java +++ b/src/main/java/com/plaid/client/model/SyncUpdatesAvailableWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/transactions/sync` endpoint. Note that when using `/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/transactions/sync`. Note that to receive this webhook for an Item, `/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will fire in the Sandbox environment as it would in Production. It can also be manually triggered in Sandbox by calling `/sandbox/item/fire_webhook`. */ @ApiModel(description = "Fired when an Item's transactions change. This can be due to any event resulting in new changes, such as an initial 30-day transactions fetch upon the initialization of an Item with transactions, the backfill of historical transactions that occurs shortly after, or when changes are populated from a regularly-scheduled transactions update job. It is recommended to listen for the `SYNC_UPDATES_AVAILABLE` webhook when using the `/transactions/sync` endpoint. Note that when using `/transactions/sync` the older webhooks `INITIAL_UPDATE`, `HISTORICAL_UPDATE`, `DEFAULT_UPDATE`, and `TRANSACTIONS_REMOVED`, which are intended for use with `/transactions/get`, will also continue to be sent in order to maintain backwards compatibility. It is not necessary to listen for and respond to those webhooks when using `/transactions/sync`. After receipt of this webhook, the new changes can be fetched for the Item from `/transactions/sync`. Note that to receive this webhook for an Item, `/transactions/sync` must have been called at least once on that Item. This means that, unlike the `INITIAL_UPDATE` and `HISTORICAL_UPDATE` webhooks, it will not fire immediately upon Item creation. If `/transactions/sync` is called on an Item that was *not* initialized with Transactions, the webhook will fire twice: once the first 30 days of transactions data has been fetched, and a second time when all available historical transactions data has been fetched. This webhook will fire in the Sandbox environment as it would in Production. It can also be manually triggered in Sandbox by calling `/sandbox/item/fire_webhook`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SyncUpdatesAvailableWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/SyntheticFraud.java b/src/main/java/com/plaid/client/model/SyntheticFraud.java index 6031306d73..a9e5438abf 100644 --- a/src/main/java/com/plaid/client/model/SyntheticFraud.java +++ b/src/main/java/com/plaid/client/model/SyntheticFraud.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Field containing the data used in determining the outcome of a synthetic fraud risk check. */ @ApiModel(description = "Field containing the data used in determining the outcome of a synthetic fraud risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class SyntheticFraud { public static final String SERIALIZED_NAME_RISK_LEVEL = "risk_level"; @SerializedName(SERIALIZED_NAME_RISK_LEVEL) diff --git a/src/main/java/com/plaid/client/model/Taxform.java b/src/main/java/com/plaid/client/model/Taxform.java index 66bb7441d2..548b3f2632 100644 --- a/src/main/java/com/plaid/client/model/Taxform.java +++ b/src/main/java/com/plaid/client/model/Taxform.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data about an official document used to report the user's income to the IRS. */ @ApiModel(description = "Data about an official document used to report the user's income to the IRS.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Taxform { public static final String SERIALIZED_NAME_DOC_ID = "doc_id"; @SerializedName(SERIALIZED_NAME_DOC_ID) diff --git a/src/main/java/com/plaid/client/model/TaxpayerID.java b/src/main/java/com/plaid/client/model/TaxpayerID.java index dd02253801..7e814272da 100644 --- a/src/main/java/com/plaid/client/model/TaxpayerID.java +++ b/src/main/java/com/plaid/client/model/TaxpayerID.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Taxpayer ID of the individual receiving the paystub. */ @ApiModel(description = "Taxpayer ID of the individual receiving the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TaxpayerID { public static final String SERIALIZED_NAME_ID_TYPE = "id_type"; @SerializedName(SERIALIZED_NAME_ID_TYPE) diff --git a/src/main/java/com/plaid/client/model/TaxpayerIdentifier.java b/src/main/java/com/plaid/client/model/TaxpayerIdentifier.java index 4fe56e4a14..64e7c5edbf 100644 --- a/src/main/java/com/plaid/client/model/TaxpayerIdentifier.java +++ b/src/main/java/com/plaid/client/model/TaxpayerIdentifier.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the Taxpayer identification values assigned to the individual or legal entity. */ @ApiModel(description = "Information about the Taxpayer identification values assigned to the individual or legal entity.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TaxpayerIdentifier { public static final String SERIALIZED_NAME_TAXPAYER_IDENTIFIER_TYPE = "TaxpayerIdentifierType"; @SerializedName(SERIALIZED_NAME_TAXPAYER_IDENTIFIER_TYPE) diff --git a/src/main/java/com/plaid/client/model/TaxpayerIdentifierType.java b/src/main/java/com/plaid/client/model/TaxpayerIdentifierType.java index 901f3ceb69..7e33611356 100644 --- a/src/main/java/com/plaid/client/model/TaxpayerIdentifierType.java +++ b/src/main/java/com/plaid/client/model/TaxpayerIdentifierType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TaxpayerIdentifiers.java b/src/main/java/com/plaid/client/model/TaxpayerIdentifiers.java index bd30aca70e..c5bfa5f9fb 100644 --- a/src/main/java/com/plaid/client/model/TaxpayerIdentifiers.java +++ b/src/main/java/com/plaid/client/model/TaxpayerIdentifiers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The collection of `TAXPAYER_IDENTIFICATION` elements */ @ApiModel(description = "The collection of `TAXPAYER_IDENTIFICATION` elements") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TaxpayerIdentifiers { public static final String SERIALIZED_NAME_T_A_X_P_A_Y_E_R_I_D_E_N_T_I_F_I_E_R = "TAXPAYER_IDENTIFIER"; @SerializedName(SERIALIZED_NAME_T_A_X_P_A_Y_E_R_I_D_E_N_T_I_F_I_E_R) diff --git a/src/main/java/com/plaid/client/model/Total.java b/src/main/java/com/plaid/client/model/Total.java index cdd22e01f1..98276c033c 100644 --- a/src/main/java/com/plaid/client/model/Total.java +++ b/src/main/java/com/plaid/client/model/Total.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing both the current pay period and year to date amount for a category. */ @ApiModel(description = "An object representing both the current pay period and year to date amount for a category.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Total { public static final String SERIALIZED_NAME_CANONICAL_DESCRIPTION = "canonical_description"; @SerializedName(SERIALIZED_NAME_CANONICAL_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/TotalCanonicalDescription.java b/src/main/java/com/plaid/client/model/TotalCanonicalDescription.java index b438e596f7..35678a807f 100644 --- a/src/main/java/com/plaid/client/model/TotalCanonicalDescription.java +++ b/src/main/java/com/plaid/client/model/TotalCanonicalDescription.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TotalInflowAmount.java b/src/main/java/com/plaid/client/model/TotalInflowAmount.java index 59f94778d1..2969fd317c 100644 --- a/src/main/java/com/plaid/client/model/TotalInflowAmount.java +++ b/src/main/java/com/plaid/client/model/TotalInflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ @ApiModel(description = "Total amount of debit transactions into the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalInflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalInflowAmount30d.java b/src/main/java/com/plaid/client/model/TotalInflowAmount30d.java index ed9d2702e1..d9c128cac3 100644 --- a/src/main/java/com/plaid/client/model/TotalInflowAmount30d.java +++ b/src/main/java/com/plaid/client/model/TotalInflowAmount30d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ @ApiModel(description = "Total amount of debit transactions into the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalInflowAmount30d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalInflowAmount60d.java b/src/main/java/com/plaid/client/model/TotalInflowAmount60d.java index 2855f954ab..bf9f2de82c 100644 --- a/src/main/java/com/plaid/client/model/TotalInflowAmount60d.java +++ b/src/main/java/com/plaid/client/model/TotalInflowAmount60d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ @ApiModel(description = "Total amount of debit transactions into the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalInflowAmount60d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalInflowAmount90d.java b/src/main/java/com/plaid/client/model/TotalInflowAmount90d.java index 8f686b98a6..61038fcf22 100644 --- a/src/main/java/com/plaid/client/model/TotalInflowAmount90d.java +++ b/src/main/java/com/plaid/client/model/TotalInflowAmount90d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ @ApiModel(description = "Total amount of debit transactions into the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalInflowAmount90d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalMonthlyIncomeInsights.java b/src/main/java/com/plaid/client/model/TotalMonthlyIncomeInsights.java index cb35725e39..16d89461ef 100644 --- a/src/main/java/com/plaid/client/model/TotalMonthlyIncomeInsights.java +++ b/src/main/java/com/plaid/client/model/TotalMonthlyIncomeInsights.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about the total monthly income */ @ApiModel(description = "Details about the total monthly income") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalMonthlyIncomeInsights { public static final String SERIALIZED_NAME_BASELINE_AMOUNT = "baseline_amount"; @SerializedName(SERIALIZED_NAME_BASELINE_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalOutflowAmount.java b/src/main/java/com/plaid/client/model/TotalOutflowAmount.java index 93d9032303..c89ec45c87 100644 --- a/src/main/java/com/plaid/client/model/TotalOutflowAmount.java +++ b/src/main/java/com/plaid/client/model/TotalOutflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. + * Total amount of credit transactions out of the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ -@ApiModel(description = "Total amount of credit transactions into the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the account in the time period of the report. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalOutflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalOutflowAmount30d.java b/src/main/java/com/plaid/client/model/TotalOutflowAmount30d.java index 8d5b6a75a6..533c354e33 100644 --- a/src/main/java/com/plaid/client/model/TotalOutflowAmount30d.java +++ b/src/main/java/com/plaid/client/model/TotalOutflowAmount30d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. + * Total amount of credit transactions out of the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ -@ApiModel(description = "Total amount of credit transactions into the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the account in the last 30 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalOutflowAmount30d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalOutflowAmount60d.java b/src/main/java/com/plaid/client/model/TotalOutflowAmount60d.java index dfb0265b4d..2d29afd12f 100644 --- a/src/main/java/com/plaid/client/model/TotalOutflowAmount60d.java +++ b/src/main/java/com/plaid/client/model/TotalOutflowAmount60d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. + * Total amount of credit transactions out of the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ -@ApiModel(description = "Total amount of credit transactions into the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the account in the last 60 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalOutflowAmount60d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalOutflowAmount90d.java b/src/main/java/com/plaid/client/model/TotalOutflowAmount90d.java index 5796fdc1e1..bd51647326 100644 --- a/src/main/java/com/plaid/client/model/TotalOutflowAmount90d.java +++ b/src/main/java/com/plaid/client/model/TotalOutflowAmount90d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. + * Total amount of credit transactions out of the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account. */ -@ApiModel(description = "Total amount of credit transactions into the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the account in the last 90 days. This field will be empty for non-depository accounts. This field only takes into account USD transactions from the account.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalOutflowAmount90d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportInflowAmount.java b/src/main/java/com/plaid/client/model/TotalReportInflowAmount.java index 2fdbe7ef91..d3860a6842 100644 --- a/src/main/java/com/plaid/client/model/TotalReportInflowAmount.java +++ b/src/main/java/com/plaid/client/model/TotalReportInflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts. */ @ApiModel(description = "Total amount of debit transactions into the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportInflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportInflowAmount30d.java b/src/main/java/com/plaid/client/model/TotalReportInflowAmount30d.java index 2affbb4f7a..086b90c0a0 100644 --- a/src/main/java/com/plaid/client/model/TotalReportInflowAmount30d.java +++ b/src/main/java/com/plaid/client/model/TotalReportInflowAmount30d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts. */ @ApiModel(description = "Total amount of debit transactions into the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportInflowAmount30d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportInflowAmount60d.java b/src/main/java/com/plaid/client/model/TotalReportInflowAmount60d.java index 7484e3c758..a7956b081f 100644 --- a/src/main/java/com/plaid/client/model/TotalReportInflowAmount60d.java +++ b/src/main/java/com/plaid/client/model/TotalReportInflowAmount60d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts. */ @ApiModel(description = "Total amount of debit transactions into the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportInflowAmount60d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportInflowAmount90d.java b/src/main/java/com/plaid/client/model/TotalReportInflowAmount90d.java index 73029811fd..5f58d9accc 100644 --- a/src/main/java/com/plaid/client/model/TotalReportInflowAmount90d.java +++ b/src/main/java/com/plaid/client/model/TotalReportInflowAmount90d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Total amount of debit transactions into the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts. */ @ApiModel(description = "Total amount of debit transactions into the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportInflowAmount90d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount.java b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount.java index 527ae7b777..1c9030f02b 100644 --- a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount.java +++ b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts. + * Total amount of credit transactions out of the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts. */ -@ApiModel(description = "Total amount of credit transactions into the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the report's accounts in the time period of the report. This field only takes into account USD transactions from the accounts.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportOutflowAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount30d.java b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount30d.java index 660da4af14..5ac0d07fa2 100644 --- a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount30d.java +++ b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount30d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts. + * Total amount of credit transactions out of the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts. */ -@ApiModel(description = "Total amount of credit transactions into the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the report's accounts in the last 30 days. This field only takes into account USD transactions from the accounts.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportOutflowAmount30d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount60d.java b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount60d.java index fc0bfabaca..41e4c34662 100644 --- a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount60d.java +++ b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount60d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts. + * Total amount of credit transactions out of the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts. */ -@ApiModel(description = "Total amount of credit transactions into the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the report's accounts in the last 60 days. This field only takes into account USD transactions from the accounts.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportOutflowAmount60d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount90d.java b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount90d.java index 14311e9278..30f74030f9 100644 --- a/src/main/java/com/plaid/client/model/TotalReportOutflowAmount90d.java +++ b/src/main/java/com/plaid/client/model/TotalReportOutflowAmount90d.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.math.BigDecimal; /** - * Total amount of credit transactions into the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts. + * Total amount of credit transactions out of the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts. */ -@ApiModel(description = "Total amount of credit transactions into the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Total amount of credit transactions out of the report's accounts in the last 90 days. This field only takes into account USD transactions from the accounts.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TotalReportOutflowAmount90d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/Transaction.java b/src/main/java/com/plaid/client/model/Transaction.java index 4ff74bbe2e..dcadbdc8c2 100644 --- a/src/main/java/com/plaid/client/model/Transaction.java +++ b/src/main/java/com/plaid/client/model/Transaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -41,7 +41,7 @@ * A representation of a transaction */ @ApiModel(description = "A representation of a transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Transaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -297,10 +297,10 @@ public Transaction amount(Double amount) { } /** - * The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. + * The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. * @return amount **/ - @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") + @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") public Double getAmount() { return amount; @@ -342,11 +342,11 @@ public Transaction unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -373,11 +373,11 @@ public Transaction addCategoryItem(String categoryItem) { } /** - * A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return category **/ @javax.annotation.Nullable - @ApiModelProperty(value = "A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(value = "A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public List getCategory() { return category; @@ -396,11 +396,11 @@ public Transaction categoryId(String categoryId) { } /** - * The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return categoryId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(value = "The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getCategoryId() { return categoryId; @@ -486,10 +486,10 @@ public Transaction name(String name) { } /** - * The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return name **/ - @ApiModelProperty(required = true, value = "The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(required = true, value = "The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getName() { return name; @@ -689,11 +689,11 @@ public Transaction logoUrl(String logoUrl) { } /** - * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; @@ -895,11 +895,11 @@ public Transaction personalFinanceCategoryIconUrl(String personalFinanceCategory } /** - * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. + * The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; diff --git a/src/main/java/com/plaid/client/model/TransactionAllOf.java b/src/main/java/com/plaid/client/model/TransactionAllOf.java index 44358f42d4..df57a549ac 100644 --- a/src/main/java/com/plaid/client/model/TransactionAllOf.java +++ b/src/main/java/com/plaid/client/model/TransactionAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ /** * TransactionAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionAllOf { public static final String SERIALIZED_NAME_AUTHORIZED_DATE = "authorized_date"; @SerializedName(SERIALIZED_NAME_AUTHORIZED_DATE) @@ -299,11 +299,11 @@ public TransactionAllOf personalFinanceCategoryIconUrl(String personalFinanceCat } /** - * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. + * The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be a 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; diff --git a/src/main/java/com/plaid/client/model/TransactionBase.java b/src/main/java/com/plaid/client/model/TransactionBase.java index 56c2b90977..e8e5c461dc 100644 --- a/src/main/java/com/plaid/client/model/TransactionBase.java +++ b/src/main/java/com/plaid/client/model/TransactionBase.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * A representation of a transaction */ @ApiModel(description = "A representation of a transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionBase { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) @@ -196,10 +196,10 @@ public TransactionBase amount(Double amount) { } /** - * The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. + * The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. * @return amount **/ - @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") + @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transaction's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") public Double getAmount() { return amount; @@ -241,11 +241,11 @@ public TransactionBase unofficialCurrencyCode(String unofficialCurrencyCode) { } /** - * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s. + * The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") + @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `unofficial_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; @@ -272,11 +272,11 @@ public TransactionBase addCategoryItem(String categoryItem) { } /** - * A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return category **/ @javax.annotation.Nullable - @ApiModelProperty(value = "A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(value = "A hierarchical array of the categories to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public List getCategory() { return category; @@ -295,11 +295,11 @@ public TransactionBase categoryId(String categoryId) { } /** - * The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return categoryId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(value = "The ID of the category to which this transaction belongs. For a full list of categories, see [`/categories/get`](https://plaid.com/docs/api/products/transactions/#categoriesget). All Transactions implementations are recommended to use the new `personal_finance_category` instead of `category`, as it provides greater accuracy and more meaningful categorization. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getCategoryId() { return categoryId; @@ -386,11 +386,11 @@ public TransactionBase name(String name) { } /** - * The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. + * The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights. * @return name **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") + @ApiModelProperty(value = "The merchant name or transaction description. Note: While Plaid does not currently plan to remove this field, it is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getName() { return name; @@ -591,11 +591,11 @@ public TransactionBase logoUrl(String logoUrl) { } /** - * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; diff --git a/src/main/java/com/plaid/client/model/TransactionCode.java b/src/main/java/com/plaid/client/model/TransactionCode.java index 5087764b8c..08d34be18b 100644 --- a/src/main/java/com/plaid/client/model/TransactionCode.java +++ b/src/main/java/com/plaid/client/model/TransactionCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * An identifier classifying the transaction type. This field is populated for European institutions, as well as certain institutions in the United States. For institutions where this classification is not available, this field is set to `null`. `adjustment:` Bank adjustment `atm:` Cash deposit or withdrawal via an automated teller machine `bank charge:` Charge or fee levied by the institution `bill payment`: Payment of a bill `cash:` Cash deposit or withdrawal `cashback:` Cash withdrawal while making a debit card purchase `cheque:` Document ordering the payment of money to another person or organization `direct debit:` Automatic withdrawal of funds initiated by a third party at a regular interval `interest:` Interest earned or incurred `payment:` One-off outbound payment not classified as a bill payment, direct debit, or standing order `purchase:` Purchase made with a debit or credit card `refund:` Merchant credit or return, such as a refund of a prior purchase `standing order:` Payment instructed by the account holder to a third party at a regular interval `transfer:` Transfer of money between accounts + * An identifier classifying the transaction type. This field is populated for European institutions, as well as certain institutions in the United States. For institutions where this classification is not available, this field is set to `null`. `adjustment:` Bank adjustment `atm:` Cash deposit or withdrawal via an automated teller machine `bank charge:` Charge or fee levied by the institution `bill payment`: Payment of a bill `cash:` Cash deposit or withdrawal `cash advance:` Cash advance drawn against a credit card or line of credit `cashback:` Cash withdrawal while making a debit card purchase `cheque:` Document ordering the payment of money to another person or organization `direct debit:` Automatic withdrawal of funds initiated by a third party at a regular interval `interest:` Interest earned or incurred `late fee:` Fee associated with a late or past-due payment `membership fee:` Annual or recurring membership fee `payment:` One-off outbound payment not classified as a bill payment, direct debit, or standing order `purchase:` Purchase made with a debit or credit card `refund:` Merchant credit or return, such as a refund of a prior purchase `returned item fee:` Fee for a returned item, such as a returned check or stop payment `standing order:` Payment instructed by the account holder to a third party at a regular interval `transfer:` Transfer of money between accounts */ @JsonAdapter(TransactionCode.Adapter.class) public enum TransactionCode { @@ -40,6 +40,8 @@ public enum TransactionCode { CASH("cash"), + CASH_ADVANCE("cash advance"), + CASHBACK("cashback"), CHEQUE("cheque"), @@ -48,12 +50,18 @@ public enum TransactionCode { INTEREST("interest"), + LATE_FEE("late fee"), + + MEMBERSHIP_FEE("membership fee"), + PAYMENT("payment"), PURCHASE("purchase"), REFUND("refund"), + RETURNED_ITEM_FEE("returned item fee"), + STANDING_ORDER("standing order"), TRANSFER("transfer"), diff --git a/src/main/java/com/plaid/client/model/TransactionCounterparty.java b/src/main/java/com/plaid/client/model/TransactionCounterparty.java index 10207225df..2664ed5022 100644 --- a/src/main/java/com/plaid/client/model/TransactionCounterparty.java +++ b/src/main/java/com/plaid/client/model/TransactionCounterparty.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description. */ @ApiModel(description = "The counterparty, such as the merchant or financial institution, is extracted by Plaid from the raw description.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionCounterparty { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) @@ -158,11 +158,11 @@ public TransactionCounterparty logoUrl(String logoUrl) { } /** - * The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file. + * The URL of a logo associated with the counterparty, if available. The logo will always be a 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The URL of a logo associated with the counterparty, if available. The logo will always be 100×100 pixel PNG file.") + @ApiModelProperty(required = true, value = "The URL of a logo associated with the counterparty, if available. The logo will always be a 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; diff --git a/src/main/java/com/plaid/client/model/TransactionData.java b/src/main/java/com/plaid/client/model/TransactionData.java index a1fa70bb8b..e6caa43767 100644 --- a/src/main/java/com/plaid/client/model/TransactionData.java +++ b/src/main/java/com/plaid/client/model/TransactionData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the matched direct deposit transaction used to verify a user's payroll information. */ @ApiModel(description = "Information about the matched direct deposit transaction used to verify a user's payroll information.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionData { public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/TransactionOverride.java b/src/main/java/com/plaid/client/model/TransactionOverride.java index ecb0294bef..559ce858c6 100644 --- a/src/main/java/com/plaid/client/model/TransactionOverride.java +++ b/src/main/java/com/plaid/client/model/TransactionOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Data to populate as test transaction data. If not specified, random transactions will be generated instead. */ @ApiModel(description = "Data to populate as test transaction data. If not specified, random transactions will be generated instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionOverride { public static final String SERIALIZED_NAME_DATE_TRANSACTED = "date_transacted"; @SerializedName(SERIALIZED_NAME_DATE_TRANSACTED) diff --git a/src/main/java/com/plaid/client/model/TransactionStream.java b/src/main/java/com/plaid/client/model/TransactionStream.java index b2d3e1c154..65fc358789 100644 --- a/src/main/java/com/plaid/client/model/TransactionStream.java +++ b/src/main/java/com/plaid/client/model/TransactionStream.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * A grouping of related transactions */ @ApiModel(description = "A grouping of related transactions") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionStream { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionStreamAmount.java b/src/main/java/com/plaid/client/model/TransactionStreamAmount.java index d59dba917d..22af753c9c 100644 --- a/src/main/java/com/plaid/client/model/TransactionStreamAmount.java +++ b/src/main/java/com/plaid/client/model/TransactionStreamAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Object with data pertaining to an amount on the transaction stream. */ @ApiModel(description = "Object with data pertaining to an amount on the transaction stream.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionStreamAmount { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TransactionStreamStatus.java b/src/main/java/com/plaid/client/model/TransactionStreamStatus.java index 381f1f5f4b..344508755a 100644 --- a/src/main/java/com/plaid/client/model/TransactionStreamStatus.java +++ b/src/main/java/com/plaid/client/model/TransactionStreamStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransactionsCategoryRule.java b/src/main/java/com/plaid/client/model/TransactionsCategoryRule.java index b6b2fa7059..6d72df7390 100644 --- a/src/main/java/com/plaid/client/model/TransactionsCategoryRule.java +++ b/src/main/java/com/plaid/client/model/TransactionsCategoryRule.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A representation of a transactions category rule. */ @ApiModel(description = "A representation of a transactions category rule.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsCategoryRule { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsEnhanceGetRequest.java b/src/main/java/com/plaid/client/model/TransactionsEnhanceGetRequest.java index c7b18bf0d3..d4aa8f5e64 100644 --- a/src/main/java/com/plaid/client/model/TransactionsEnhanceGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsEnhanceGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsEnhanceGetRequest defines the request schema for `/beta/transactions/v1/enhance`. */ @ApiModel(description = "TransactionsEnhanceGetRequest defines the request schema for `/beta/transactions/v1/enhance`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsEnhanceGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsEnhanceGetResponse.java b/src/main/java/com/plaid/client/model/TransactionsEnhanceGetResponse.java index 53886ba81d..7645f94786 100644 --- a/src/main/java/com/plaid/client/model/TransactionsEnhanceGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsEnhanceGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsEnhanceGetResponse defines the response schema for `/beta/transactions/v1/enhance`. */ @ApiModel(description = "TransactionsEnhanceGetResponse defines the response schema for `/beta/transactions/v1/enhance`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsEnhanceGetResponse { public static final String SERIALIZED_NAME_ENHANCED_TRANSACTIONS = "enhanced_transactions"; @SerializedName(SERIALIZED_NAME_ENHANCED_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/TransactionsEnrichRequest.java b/src/main/java/com/plaid/client/model/TransactionsEnrichRequest.java index 48fe5e5da7..31704d4f82 100644 --- a/src/main/java/com/plaid/client/model/TransactionsEnrichRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsEnrichRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * TransactionsEnrichRequest defines the request schema for `/transactions/enrich`. */ @ApiModel(description = "TransactionsEnrichRequest defines the request schema for `/transactions/enrich`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsEnrichRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsEnrichRequestOptions.java b/src/main/java/com/plaid/client/model/TransactionsEnrichRequestOptions.java index 61f4988a7a..6f3fe75353 100644 --- a/src/main/java/com/plaid/client/model/TransactionsEnrichRequestOptions.java +++ b/src/main/java/com/plaid/client/model/TransactionsEnrichRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object to be used with the request. */ @ApiModel(description = "An optional object to be used with the request.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsEnrichRequestOptions { public static final String SERIALIZED_NAME_INCLUDE_LEGACY_CATEGORY = "include_legacy_category"; @SerializedName(SERIALIZED_NAME_INCLUDE_LEGACY_CATEGORY) diff --git a/src/main/java/com/plaid/client/model/TransactionsEnrichResponse.java b/src/main/java/com/plaid/client/model/TransactionsEnrichResponse.java index fefe8712a0..93a1bfa651 100644 --- a/src/main/java/com/plaid/client/model/TransactionsEnrichResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsEnrichResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsEnrichResponse defines the response schema for `/transactions/enrich`. */ @ApiModel(description = "TransactionsEnrichResponse defines the response schema for `/transactions/enrich`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsEnrichResponse { public static final String SERIALIZED_NAME_ENRICHED_TRANSACTIONS = "enriched_transactions"; @SerializedName(SERIALIZED_NAME_ENRICHED_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/TransactionsGetRequest.java b/src/main/java/com/plaid/client/model/TransactionsGetRequest.java index e11dc2a752..8058247715 100644 --- a/src/main/java/com/plaid/client/model/TransactionsGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * TransactionsGetRequest defines the request schema for `/transactions/get` */ @ApiModel(description = "TransactionsGetRequest defines the request schema for `/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsGetRequestOptions.java b/src/main/java/com/plaid/client/model/TransactionsGetRequestOptions.java index 2394abd7c0..648802e8f0 100644 --- a/src/main/java/com/plaid/client/model/TransactionsGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/TransactionsGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsGetRequestOptions { public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) diff --git a/src/main/java/com/plaid/client/model/TransactionsGetResponse.java b/src/main/java/com/plaid/client/model/TransactionsGetResponse.java index 34cbe99b36..dc15a684d1 100644 --- a/src/main/java/com/plaid/client/model/TransactionsGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * TransactionsGetResponse defines the response schema for `/transactions/get` */ @ApiModel(description = "TransactionsGetResponse defines the response schema for `/transactions/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateInput.java b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateInput.java index 8b116034c7..fcbbc916e8 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateInput.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateInput.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * TransactionsRecurringCreateInput defines a single input to the `/transactions/recurring/streams/create` endpoint. */ @ApiModel(description = "TransactionsRecurringCreateInput defines a single input to the `/transactions/recurring/streams/create` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringCreateInput { public static final String SERIALIZED_NAME_TRANSACTION_IDS = "transaction_ids"; @SerializedName(SERIALIZED_NAME_TRANSACTION_IDS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateRequest.java b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateRequest.java index f94a2bc3b9..7cc6959d57 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * TransactionsRecurringCreateRequest defined the request schema for `/transactions/recurring/streams/create` endpoint. + * TransactionsRecurringCreateRequest defines the request schema for `/transactions/recurring/streams/create` endpoint. */ -@ApiModel(description = "TransactionsRecurringCreateRequest defined the request schema for `/transactions/recurring/streams/create` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "TransactionsRecurringCreateRequest defines the request schema for `/transactions/recurring/streams/create` endpoint.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateResponse.java b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateResponse.java index 0313dd656a..09955e0156 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsRecurringCreateResponse defines the response schema for the `/transactions/recurring/streams/create` endpoint. */ @ApiModel(description = "TransactionsRecurringCreateResponse defines the response schema for the `/transactions/recurring/streams/create` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringCreateResponse { public static final String SERIALIZED_NAME_ADDED_STREAMS = "added_streams"; @SerializedName(SERIALIZED_NAME_ADDED_STREAMS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java b/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java index 496f49ce94..19e99b54a8 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsRecurringGetRequest defines the request schema for `/transactions/recurring/get` */ @ApiModel(description = "TransactionsRecurringGetRequest defines the request schema for `/transactions/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequestOptions.java b/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequestOptions.java index 4a34f25a81..cd3cb9c078 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequestOptions.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringGetRequestOptions { public static final String SERIALIZED_NAME_INCLUDE_PERSONAL_FINANCE_CATEGORY = "include_personal_finance_category"; @SerializedName(SERIALIZED_NAME_INCLUDE_PERSONAL_FINANCE_CATEGORY) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringGetResponse.java b/src/main/java/com/plaid/client/model/TransactionsRecurringGetResponse.java index 0907e8e65d..6946ba7c10 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * TransactionsRecurringGetResponse defines the response schema for `/transactions/recurring/get` */ @ApiModel(description = "TransactionsRecurringGetResponse defines the response schema for `/transactions/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringGetResponse { public static final String SERIALIZED_NAME_INFLOW_STREAMS = "inflow_streams"; @SerializedName(SERIALIZED_NAME_INFLOW_STREAMS) @@ -68,10 +68,10 @@ public TransactionsRecurringGetResponse addInflowStreamsItem(TransactionStream i } /** - * An array of depository transaction streams. + * An array of inflow transaction streams. * @return inflowStreams **/ - @ApiModelProperty(required = true, value = "An array of depository transaction streams.") + @ApiModelProperty(required = true, value = "An array of inflow transaction streams.") public List getInflowStreams() { return inflowStreams; diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeInput.java b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeInput.java index 9f7429fc20..78e3e650b6 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeInput.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeInput.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * TransactionsRecurringMergeInput defines a single input to the `/transactions/recurring/streams/merge` endpoint. */ @ApiModel(description = "TransactionsRecurringMergeInput defines a single input to the `/transactions/recurring/streams/merge` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringMergeInput { public static final String SERIALIZED_NAME_STREAM_IDS = "stream_ids"; @SerializedName(SERIALIZED_NAME_STREAM_IDS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeRequest.java b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeRequest.java index 19063cb115..ca7bd7cb56 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * TransactionsRecurringMergeRequest defined the request schema for `/transactions/recurring/streams/merge` endpoint. + * TransactionsRecurringMergeRequest defines the request schema for `/transactions/recurring/streams/merge` endpoint. */ -@ApiModel(description = "TransactionsRecurringMergeRequest defined the request schema for `/transactions/recurring/streams/merge` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "TransactionsRecurringMergeRequest defines the request schema for `/transactions/recurring/streams/merge` endpoint.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringMergeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeResponse.java b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeResponse.java index 43ccde7ee9..790ca404a6 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringMergeResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsRecurringMergeResponse defines the response schema for the `/transactions/recurring/streams/merge` endpoint. */ @ApiModel(description = "TransactionsRecurringMergeResponse defines the response schema for the `/transactions/recurring/streams/merge` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringMergeResponse { public static final String SERIALIZED_NAME_MODIFIED_STREAMS = "modified_streams"; @SerializedName(SERIALIZED_NAME_MODIFIED_STREAMS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateInput.java b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateInput.java index 5d3f766ff0..e002eb29b4 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateInput.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateInput.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * TransactionsRecurringUpdateInput defines a single operation to the `/transactions/recurring/streams/update` endpoint. */ @ApiModel(description = "TransactionsRecurringUpdateInput defines a single operation to the `/transactions/recurring/streams/update` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringUpdateInput { public static final String SERIALIZED_NAME_STREAM_ID = "stream_id"; @SerializedName(SERIALIZED_NAME_STREAM_ID) @@ -48,10 +48,10 @@ public TransactionsRecurringUpdateInput streamId(String streamId) { } /** - * ID of the stream that all the transactions will be added in to. + * ID of the stream that all the transactions will be added into. * @return streamId **/ - @ApiModelProperty(required = true, value = "ID of the stream that all the transactions will be added in to.") + @ApiModelProperty(required = true, value = "ID of the stream that all the transactions will be added into.") public String getStreamId() { return streamId; @@ -75,10 +75,10 @@ public TransactionsRecurringUpdateInput addTransactionIdsItem(String transaction } /** - * IDs of all the transactions that will be added into the stream. If any transaction currently exist in another stream, it will be removed from the other stream. + * IDs of all the transactions that will be added into the stream. If any transaction currently exists in another stream, it will be removed from the other stream. * @return transactionIds **/ - @ApiModelProperty(required = true, value = "IDs of all the transactions that will be added into the stream. If any transaction currently exist in another stream, it will be removed from the other stream.") + @ApiModelProperty(required = true, value = "IDs of all the transactions that will be added into the stream. If any transaction currently exists in another stream, it will be removed from the other stream.") public List getTransactionIds() { return transactionIds; diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateRequest.java b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateRequest.java index 8374723586..3262d6497b 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * TransactionsRecurringUpdateRequest defined the request schema for `/transactions/recurring/streams/update` endpoint. + * TransactionsRecurringUpdateRequest defines the request schema for `/transactions/recurring/streams/update` endpoint. */ -@ApiModel(description = "TransactionsRecurringUpdateRequest defined the request schema for `/transactions/recurring/streams/update` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "TransactionsRecurringUpdateRequest defines the request schema for `/transactions/recurring/streams/update` endpoint.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateResponse.java b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateResponse.java index 6f1b60096e..bc79174e2b 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsRecurringUpdateResponse defines the response schema for the `/transactions/recurring/streams/update` endpoint. */ @ApiModel(description = "TransactionsRecurringUpdateResponse defines the response schema for the `/transactions/recurring/streams/update` endpoint.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRecurringUpdateResponse { public static final String SERIALIZED_NAME_MODIFIED_STREAMS = "modified_streams"; @SerializedName(SERIALIZED_NAME_MODIFIED_STREAMS) diff --git a/src/main/java/com/plaid/client/model/TransactionsRefreshRequest.java b/src/main/java/com/plaid/client/model/TransactionsRefreshRequest.java index b6d06f4ab3..ff6f358485 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsRefreshRequest defines the request schema for `/transactions/refresh` */ @ApiModel(description = "TransactionsRefreshRequest defines the request schema for `/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRefreshResponse.java b/src/main/java/com/plaid/client/model/TransactionsRefreshResponse.java index 1338aba2ed..0ba1eb6fb0 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsRefreshResponse defines the response schema for `/transactions/refresh` */ @ApiModel(description = "TransactionsRefreshResponse defines the response schema for `/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRemovedWebhook.java b/src/main/java/com/plaid/client/model/TransactionsRemovedWebhook.java index 4585d3944c..ba2ea3ecbf 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRemovedWebhook.java +++ b/src/main/java/com/plaid/client/model/TransactionsRemovedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead. */ @ApiModel(description = "Fired when transaction(s) for an Item are deleted. The deleted transaction IDs are included in the webhook payload. Plaid will typically check for deleted transaction data several times a day. This webhook is intended for use with `/transactions/get`; if you are using the newer `/transactions/sync` endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the `SYNC_UPDATES_AVAILABLE` webhook instead.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRemovedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransactionsRuleDetails.java b/src/main/java/com/plaid/client/model/TransactionsRuleDetails.java index 45fc4232b3..244ad87419 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRuleDetails.java +++ b/src/main/java/com/plaid/client/model/TransactionsRuleDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * A representation of transactions rule details. */ @ApiModel(description = "A representation of transactions rule details.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRuleDetails { public static final String SERIALIZED_NAME_FIELD = "field"; @SerializedName(SERIALIZED_NAME_FIELD) @@ -96,10 +96,10 @@ public TransactionsRuleDetails query(String query) { } /** - * For `TRANSACTION_ID` field, provide `transaction_id`. For `NAME` field, provide a string pattern. + * For `TRANSACTION_ID` field, provide `transaction_id`. For `MERCHANT_NAME` field, provide a string pattern. * @return query **/ - @ApiModelProperty(required = true, value = "For `TRANSACTION_ID` field, provide `transaction_id`. For `NAME` field, provide a string pattern. ") + @ApiModelProperty(required = true, value = "For `TRANSACTION_ID` field, provide `transaction_id`. For `MERCHANT_NAME` field, provide a string pattern. ") public String getQuery() { return query; diff --git a/src/main/java/com/plaid/client/model/TransactionsRuleField.java b/src/main/java/com/plaid/client/model/TransactionsRuleField.java index 9951b51d30..d3cba8786f 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRuleField.java +++ b/src/main/java/com/plaid/client/model/TransactionsRuleField.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransactionsRuleType.java b/src/main/java/com/plaid/client/model/TransactionsRuleType.java index d1737b6047..6bae413f2b 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRuleType.java +++ b/src/main/java/com/plaid/client/model/TransactionsRuleType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesCreateRequest.java b/src/main/java/com/plaid/client/model/TransactionsRulesCreateRequest.java index 2091f746a1..c877274a26 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * TransactionsRulesCreateRequest defines the request schema for `beta/transactions/rules/v1/create` + * TransactionsRulesCreateRequest defines the request schema for `/beta/transactions/rules/v1/create` */ -@ApiModel(description = "TransactionsRulesCreateRequest defines the request schema for `beta/transactions/rules/v1/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "TransactionsRulesCreateRequest defines the request schema for `/beta/transactions/rules/v1/create`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesCreateResponse.java b/src/main/java/com/plaid/client/model/TransactionsRulesCreateResponse.java index 326855abee..c608c8d159 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * TransactionsRulesCreateResponse defines the response schema for `/beta/transactions/rules/v1/create` */ @ApiModel(description = "TransactionsRulesCreateResponse defines the response schema for `/beta/transactions/rules/v1/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesCreateResponse { public static final String SERIALIZED_NAME_RULE = "rule"; @SerializedName(SERIALIZED_NAME_RULE) diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesListRequest.java b/src/main/java/com/plaid/client/model/TransactionsRulesListRequest.java index 1897859b21..76332eebb3 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesListRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsRulesListRequest defines the request schema for `/beta/transactions/rules/v1/list` */ @ApiModel(description = "TransactionsRulesListRequest defines the request schema for `/beta/transactions/rules/v1/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesListResponse.java b/src/main/java/com/plaid/client/model/TransactionsRulesListResponse.java index fb929f35ce..6772fc6e81 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesListResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * TransactionsRulesListResponse defines the response schema for `/beta/transactions/rules/v1/list` */ @ApiModel(description = "TransactionsRulesListResponse defines the response schema for `/beta/transactions/rules/v1/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesListResponse { public static final String SERIALIZED_NAME_RULES = "rules"; @SerializedName(SERIALIZED_NAME_RULES) diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java b/src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java index 75920f11ac..e3a755a1e4 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsRulesRemoveRequest defines the request schema for `/beta/transactions/rules/v1/remove` */ @ApiModel(description = "TransactionsRulesRemoveRequest defines the request schema for `/beta/transactions/rules/v1/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsRulesRemoveResponse.java b/src/main/java/com/plaid/client/model/TransactionsRulesRemoveResponse.java index e57f7e3115..745fdab6dc 100644 --- a/src/main/java/com/plaid/client/model/TransactionsRulesRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsRulesRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsRulesRemoveResponse defines the response schema for `/beta/transactions/rules/v1/remove` */ @ApiModel(description = "TransactionsRulesRemoveResponse defines the response schema for `/beta/transactions/rules/v1/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsRulesRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsSyncRequest.java b/src/main/java/com/plaid/client/model/TransactionsSyncRequest.java index 92922f7746..0ebfbfdc0e 100644 --- a/src/main/java/com/plaid/client/model/TransactionsSyncRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsSyncRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * TransactionsSyncRequest defines the request schema for `/transactions/sync` */ @ApiModel(description = "TransactionsSyncRequest defines the request schema for `/transactions/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsSyncRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsSyncRequestOptions.java b/src/main/java/com/plaid/client/model/TransactionsSyncRequestOptions.java index e85f56c0f0..e25dce5ec0 100644 --- a/src/main/java/com/plaid/client/model/TransactionsSyncRequestOptions.java +++ b/src/main/java/com/plaid/client/model/TransactionsSyncRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An optional object to be used with the request. If specified, `options` must not be `null`. */ @ApiModel(description = "An optional object to be used with the request. If specified, `options` must not be `null`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsSyncRequestOptions { public static final String SERIALIZED_NAME_INCLUDE_ORIGINAL_DESCRIPTION = "include_original_description"; @SerializedName(SERIALIZED_NAME_INCLUDE_ORIGINAL_DESCRIPTION) diff --git a/src/main/java/com/plaid/client/model/TransactionsSyncResponse.java b/src/main/java/com/plaid/client/model/TransactionsSyncResponse.java index fbdd78578e..419235bd4d 100644 --- a/src/main/java/com/plaid/client/model/TransactionsSyncResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsSyncResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * TransactionsSyncResponse defines the response schema for `/transactions/sync` */ @ApiModel(description = "TransactionsSyncResponse defines the response schema for `/transactions/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsSyncResponse { public static final String SERIALIZED_NAME_TRANSACTIONS_UPDATE_STATUS = "transactions_update_status"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS_UPDATE_STATUS) diff --git a/src/main/java/com/plaid/client/model/TransactionsUpdateStatus.java b/src/main/java/com/plaid/client/model/TransactionsUpdateStatus.java index 90b57e8b10..e522376bbf 100644 --- a/src/main/java/com/plaid/client/model/TransactionsUpdateStatus.java +++ b/src/main/java/com/plaid/client/model/TransactionsUpdateStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetRequest.java b/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetRequest.java index a7d0a609fd..b4f9642086 100644 --- a/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * TransactionsUserInsightsGetRequest defines the request schema for `/beta/transactions/user_insights/v1/get`. */ @ApiModel(description = "TransactionsUserInsightsGetRequest defines the request schema for `/beta/transactions/user_insights/v1/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsUserInsightsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetResponse.java b/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetResponse.java index fcb70d3ff0..d0e3e76c58 100644 --- a/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransactionsUserInsightsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * TransactionsUserInsightsGetResponse defines the response schema for `/beta/transactions/user_insights/v1/get`. */ @ApiModel(description = "TransactionsUserInsightsGetResponse defines the response schema for `/beta/transactions/user_insights/v1/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransactionsUserInsightsGetResponse { public static final String SERIALIZED_NAME_USER_DATA_OVERVIEW = "user_data_overview"; @SerializedName(SERIALIZED_NAME_USER_DATA_OVERVIEW) diff --git a/src/main/java/com/plaid/client/model/Transfer.java b/src/main/java/com/plaid/client/model/Transfer.java index 6ccb8098bf..682f081e0a 100644 --- a/src/main/java/com/plaid/client/model/Transfer.java +++ b/src/main/java/com/plaid/client/model/Transfer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -48,7 +48,7 @@ * Represents a transfer within the Transfers API. */ @ApiModel(description = "Represents a transfer within the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Transfer { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -738,11 +738,11 @@ public Transfer unauthorizedReturnWindow(LocalDate unauthorizedReturnWindow) { } /** - * The date 61 business days from settlement date indicating the following ACH returns can no longer happen: R05, R07, R10, R11, R51, R33, R37, R38, R51, R52, R53. This will be of the form YYYY-MM-DD. + * The date 61 business days from settlement date indicating the following ACH returns can no longer happen: R05, R07, R10, R11, R51, R33, R37, R38, R52, R53. This will be of the form YYYY-MM-DD. * @return unauthorizedReturnWindow **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "The date 61 business days from settlement date indicating the following ACH returns can no longer happen: R05, R07, R10, R11, R51, R33, R37, R38, R51, R52, R53. This will be of the form YYYY-MM-DD.") + @ApiModelProperty(required = true, value = "The date 61 business days from settlement date indicating the following ACH returns can no longer happen: R05, R07, R10, R11, R51, R33, R37, R38, R52, R53. This will be of the form YYYY-MM-DD.") public LocalDate getUnauthorizedReturnWindow() { return unauthorizedReturnWindow; diff --git a/src/main/java/com/plaid/client/model/TransferACHNetwork.java b/src/main/java/com/plaid/client/model/TransferACHNetwork.java index 49c4a6faed..ed60fb54a2 100644 --- a/src/main/java/com/plaid/client/model/TransferACHNetwork.java +++ b/src/main/java/com/plaid/client/model/TransferACHNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorization.java b/src/main/java/com/plaid/client/model/TransferAuthorization.java index 3b40b2e494..a54d629fbc 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorization.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorization.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ * Contains the authorization decision for a proposed transfer. */ @ApiModel(description = "Contains the authorization decision for a proposed transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorization { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationCancelRequest.java b/src/main/java/com/plaid/client/model/TransferAuthorizationCancelRequest.java index 279421a686..fde47e6ee0 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationCancelRequest.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationCancelRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/authorization/cancel` */ @ApiModel(description = "Defines the request schema for `/transfer/authorization/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationCancelRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationCancelResponse.java b/src/main/java/com/plaid/client/model/TransferAuthorizationCancelResponse.java index 3cf4505ec5..1cc81ccbc2 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationCancelResponse.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationCancelResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/authorization/cancel` */ @ApiModel(description = "Defines the response schema for `/transfer/authorization/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationCancelResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationCreateRequest.java b/src/main/java/com/plaid/client/model/TransferAuthorizationCreateRequest.java index 68f7c63bda..8458872b62 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -38,7 +38,7 @@ * Defines the request schema for `/transfer/authorization/create` */ @ApiModel(description = "Defines the request schema for `/transfer/authorization/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -265,11 +265,11 @@ public TransferAuthorizationCreateRequest ledgerId(String ledgerId) { } /** - * Specify which ledger balance should be used to fund the transfer. You can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance. + * Specify which ledger balance should be used to fund the transfer. You can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance. * @return ledgerId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specify which ledger balance should be used to fund the transfer. You can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance.") + @ApiModelProperty(value = "Specify which ledger balance should be used to fund the transfer. You can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance.") public String getLedgerId() { return ledgerId; @@ -560,11 +560,11 @@ public TransferAuthorizationCreateRequest withGuarantee(Boolean withGuarantee) { } /** - * If set to `false`, Plaid will not offer a `guarantee_decision` for this request (Guarantee customers only). This field is deprecated in favor for `guarantee`. + * If set to `false`, Plaid will not offer a `guarantee_decision` for this request (Guarantee customers only). This field is deprecated in favor of `guarantee`. * @return withGuarantee **/ @javax.annotation.Nullable - @ApiModelProperty(value = "If set to `false`, Plaid will not offer a `guarantee_decision` for this request (Guarantee customers only). This field is deprecated in favor for `guarantee`.") + @ApiModelProperty(value = "If set to `false`, Plaid will not offer a `guarantee_decision` for this request (Guarantee customers only). This field is deprecated in favor of `guarantee`.") public Boolean getWithGuarantee() { return withGuarantee; diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java b/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java index 92f2d9e80b..677d39b31d 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/authorization/create` */ @ApiModel(description = "Defines the response schema for `/transfer/authorization/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationCreateResponse { public static final String SERIALIZED_NAME_AUTHORIZATION = "authorization"; @SerializedName(SERIALIZED_NAME_AUTHORIZATION) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationDecision.java b/src/main/java/com/plaid/client/model/TransferAuthorizationDecision.java index 14c5fa514f..adfa650c9e 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationDecision.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationDecision.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationale.java b/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationale.java index 73a93a734e..48e723c5ae 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationale.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationale.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The rationale for Plaid's decision regarding a proposed transfer. It is always set for `declined` decisions, and may or may not be null for `approved` decisions. */ @ApiModel(description = "The rationale for Plaid's decision regarding a proposed transfer. It is always set for `declined` decisions, and may or may not be null for `approved` decisions.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationDecisionRationale { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationaleCode.java b/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationaleCode.java index 3e1314288c..6a610765c9 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationaleCode.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationDecisionRationaleCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java b/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java index 43d5206e8b..be409fa34f 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the device being used to initiate the authorization. These fields are not currently incorporated into the risk check. */ @ApiModel(description = "Information about the device being used to initiate the authorization. These fields are not currently incorporated into the risk check.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationDevice { public static final String SERIALIZED_NAME_IP_ADDRESS = "ip_address"; @SerializedName(SERIALIZED_NAME_IP_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecision.java b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecision.java index 53f22b2532..f55793cae6 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecision.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecision.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationale.java b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationale.java index 443b3dd745..76d29260ed 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationale.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationale.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The rationale for Plaid's decision to not guarantee a transfer. Will be `null` unless `guarantee_decision` is `NOT_GUARANTEED`. */ @ApiModel(description = "The rationale for Plaid's decision to not guarantee a transfer. Will be `null` unless `guarantee_decision` is `NOT_GUARANTEED`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationGuaranteeDecisionRationale { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationaleCode.java b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationaleCode.java index ec8440e494..60bcf85745 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationaleCode.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationGuaranteeDecisionRationaleCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java b/src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java index d6ce047d19..cd429a0841 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * This object includes the scores and risk level. This response is offered as an add-on to `/transfer/authorization/create`. To request access to these fields, please contact your Plaid account manager. */ @ApiModel(description = "This object includes the scores and risk level. This response is offered as an add-on to `/transfer/authorization/create`. To request access to these fields, please contact your Plaid account manager.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationPaymentRisk { public static final String SERIALIZED_NAME_BANK_INITIATED_RETURN_SCORE = "bank_initiated_return_score"; @SerializedName(SERIALIZED_NAME_BANK_INITIATED_RETURN_SCORE) @@ -83,13 +83,13 @@ public TransferAuthorizationPaymentRisk customerInitiatedReturnScore(Integer cus } /** - * A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized. + * A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, customers of financial institutions can dispute a transaction as unauthorized. * minimum: 1 * maximum: 99 * @return customerInitiatedReturnScore **/ @javax.annotation.Nullable - @ApiModelProperty(required = true, value = "A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized.") + @ApiModelProperty(required = true, value = "A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, customers of financial institutions can dispute a transaction as unauthorized.") public Integer getCustomerInitiatedReturnScore() { return customerInitiatedReturnScore; diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java b/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java index fbbbde1be2..d4c4ebe381 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Details regarding the proposed transfer. */ @ApiModel(description = "Details regarding the proposed transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationProposedTransfer { public static final String SERIALIZED_NAME_ACH_CLASS = "ach_class"; @SerializedName(SERIALIZED_NAME_ACH_CLASS) diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationRiskLevel.java b/src/main/java/com/plaid/client/model/TransferAuthorizationRiskLevel.java index fc2c91edfd..4ce68d0928 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationRiskLevel.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationRiskLevel.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationUserInRequest.java b/src/main/java/com/plaid/client/model/TransferAuthorizationUserInRequest.java index 662c77e09e..ee703ca541 100644 --- a/src/main/java/com/plaid/client/model/TransferAuthorizationUserInRequest.java +++ b/src/main/java/com/plaid/client/model/TransferAuthorizationUserInRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The legal name and other information for the account holder. If the account has multiple account holders, provide the information for the account holder on whose behalf the authorization is being requested. The `user.legal_name` field is required. Other fields are not currently used and are present to support planned future functionality. */ @ApiModel(description = "The legal name and other information for the account holder. If the account has multiple account holders, provide the information for the account holder on whose behalf the authorization is being requested. The `user.legal_name` field is required. Other fields are not currently used and are present to support planned future functionality.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferAuthorizationUserInRequest { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferBalance.java b/src/main/java/com/plaid/client/model/TransferBalance.java index 8001c13d75..19dd02c6e3 100644 --- a/src/main/java/com/plaid/client/model/TransferBalance.java +++ b/src/main/java/com/plaid/client/model/TransferBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the balance held with Plaid. */ @ApiModel(description = "Information about the balance held with Plaid.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) @@ -73,11 +73,11 @@ public TransferBalance current(String current) { } /** - * The available balance, plus amount of pending funds that in processing (decimal string with two digits of precision e.g. \"10.00\"). + * The available balance, plus the amount of pending funds that are in processing (decimal string with two digits of precision e.g. \"10.00\"). * @return current **/ @javax.annotation.Nullable - @ApiModelProperty(value = "The available balance, plus amount of pending funds that in processing (decimal string with two digits of precision e.g. \"10.00\").") + @ApiModelProperty(value = "The available balance, plus the amount of pending funds that are in processing (decimal string with two digits of precision e.g. \"10.00\").") public String getCurrent() { return current; diff --git a/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java b/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java index 8458a4be69..6847d81617 100644 --- a/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/balance/get` */ @ApiModel(description = "Defines the request schema for `/transfer/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferBalanceGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferBalanceGetResponse.java b/src/main/java/com/plaid/client/model/TransferBalanceGetResponse.java index cd11e6816d..cbf50dec6e 100644 --- a/src/main/java/com/plaid/client/model/TransferBalanceGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferBalanceGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/balance/get` */ @ApiModel(description = "Defines the response schema for `/transfer/balance/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferBalanceGetResponse { public static final String SERIALIZED_NAME_BALANCE = "balance"; @SerializedName(SERIALIZED_NAME_BALANCE) diff --git a/src/main/java/com/plaid/client/model/TransferBalanceType.java b/src/main/java/com/plaid/client/model/TransferBalanceType.java index a04642db9e..3777d4b181 100644 --- a/src/main/java/com/plaid/client/model/TransferBalanceType.java +++ b/src/main/java/com/plaid/client/model/TransferBalanceType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferCancelRequest.java b/src/main/java/com/plaid/client/model/TransferCancelRequest.java index 9e088bea2d..d2109f17fb 100644 --- a/src/main/java/com/plaid/client/model/TransferCancelRequest.java +++ b/src/main/java/com/plaid/client/model/TransferCancelRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/cancel` */ @ApiModel(description = "Defines the request schema for `/transfer/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCancelRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferCancelResponse.java b/src/main/java/com/plaid/client/model/TransferCancelResponse.java index f516c9a829..120c4bc843 100644 --- a/src/main/java/com/plaid/client/model/TransferCancelResponse.java +++ b/src/main/java/com/plaid/client/model/TransferCancelResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/cancel` */ @ApiModel(description = "Defines the response schema for `/transfer/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCancelResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRTP.java b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRTP.java index 97a503e9c3..cf39c44403 100644 --- a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRTP.java +++ b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRTP.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Contains the supported service types in RTP */ @ApiModel(description = "Contains the supported service types in RTP") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCapabilitiesGetRTP { public static final String SERIALIZED_NAME_CREDIT = "credit"; @SerializedName(SERIALIZED_NAME_CREDIT) diff --git a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRequest.java b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRequest.java index e4d37f112d..248c82869c 100644 --- a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/capabilities/get` */ @ApiModel(description = "Defines the request schema for `/transfer/capabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCapabilitiesGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetResponse.java b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetResponse.java index c3aff0e898..3d379cdf86 100644 --- a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/capabilities/get` */ @ApiModel(description = "Defines the response schema for `/transfer/capabilities/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCapabilitiesGetResponse { public static final String SERIALIZED_NAME_INSTITUTION_SUPPORTED_NETWORKS = "institution_supported_networks"; @SerializedName(SERIALIZED_NAME_INSTITUTION_SUPPORTED_NETWORKS) diff --git a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRfP.java b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRfP.java index 29d295554e..eedc77d09f 100644 --- a/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRfP.java +++ b/src/main/java/com/plaid/client/model/TransferCapabilitiesGetRfP.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Contains the supported service types in RfP */ @ApiModel(description = "Contains the supported service types in RfP") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCapabilitiesGetRfP { public static final String SERIALIZED_NAME_DEBIT = "debit"; @SerializedName(SERIALIZED_NAME_DEBIT) diff --git a/src/main/java/com/plaid/client/model/TransferConfigurationGetRequest.java b/src/main/java/com/plaid/client/model/TransferConfigurationGetRequest.java index d152b9cddc..3bd51ca321 100644 --- a/src/main/java/com/plaid/client/model/TransferConfigurationGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferConfigurationGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/configuration/get` */ @ApiModel(description = "Defines the request schema for `/transfer/configuration/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferConfigurationGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferConfigurationGetResponse.java b/src/main/java/com/plaid/client/model/TransferConfigurationGetResponse.java index 366987bf2f..430bfbf6d0 100644 --- a/src/main/java/com/plaid/client/model/TransferConfigurationGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferConfigurationGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/configuration/get` */ @ApiModel(description = "Defines the response schema for `/transfer/configuration/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferConfigurationGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferCreateRequest.java b/src/main/java/com/plaid/client/model/TransferCreateRequest.java index 298d074faa..60fa9d6a9b 100644 --- a/src/main/java/com/plaid/client/model/TransferCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Defines the request schema for `/transfer/create` */ @ApiModel(description = "Defines the request schema for `/transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferCreateResponse.java b/src/main/java/com/plaid/client/model/TransferCreateResponse.java index 0a89a48b47..4efc9fbdf2 100644 --- a/src/main/java/com/plaid/client/model/TransferCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/create` */ @ApiModel(description = "Defines the response schema for `/transfer/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCreateResponse { public static final String SERIALIZED_NAME_TRANSFER = "transfer"; @SerializedName(SERIALIZED_NAME_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/TransferCreditFundsSource.java b/src/main/java/com/plaid/client/model/TransferCreditFundsSource.java index 79afbcb6c1..ed24a52ccd 100644 --- a/src/main/java/com/plaid/client/model/TransferCreditFundsSource.java +++ b/src/main/java/com/plaid/client/model/TransferCreditFundsSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferCreditUsageConfiguration.java b/src/main/java/com/plaid/client/model/TransferCreditUsageConfiguration.java index 1071a5ed5c..3509d15091 100644 --- a/src/main/java/com/plaid/client/model/TransferCreditUsageConfiguration.java +++ b/src/main/java/com/plaid/client/model/TransferCreditUsageConfiguration.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Specifies the originator's expected usage of credits. For all dollar amounts, use a decimal string with two digits of precision e.g. \"10.00\". This field is required if the originator is expected to process credit transfers. */ @ApiModel(description = "Specifies the originator's expected usage of credits. For all dollar amounts, use a decimal string with two digits of precision e.g. \"10.00\". This field is required if the originator is expected to process credit transfers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferCreditUsageConfiguration { public static final String SERIALIZED_NAME_EXPECTED_FREQUENCY = "expected_frequency"; @SerializedName(SERIALIZED_NAME_EXPECTED_FREQUENCY) diff --git a/src/main/java/com/plaid/client/model/TransferDebitUsageConfiguration.java b/src/main/java/com/plaid/client/model/TransferDebitUsageConfiguration.java index 422cf9c7ae..f0ee7e2ac2 100644 --- a/src/main/java/com/plaid/client/model/TransferDebitUsageConfiguration.java +++ b/src/main/java/com/plaid/client/model/TransferDebitUsageConfiguration.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Specifies the originator's expected usage of debits. For all dollar amounts, use a decimal string with two digits of precision e.g. \"10.00\". This field is required if the originator is expected to process debit transfers. */ @ApiModel(description = "Specifies the originator's expected usage of debits. For all dollar amounts, use a decimal string with two digits of precision e.g. \"10.00\". This field is required if the originator is expected to process debit transfers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDebitUsageConfiguration { public static final String SERIALIZED_NAME_EXPECTED_FREQUENCY = "expected_frequency"; @SerializedName(SERIALIZED_NAME_EXPECTED_FREQUENCY) diff --git a/src/main/java/com/plaid/client/model/TransferDevice.java b/src/main/java/com/plaid/client/model/TransferDevice.java index 59b1a277a7..629c7c771e 100644 --- a/src/main/java/com/plaid/client/model/TransferDevice.java +++ b/src/main/java/com/plaid/client/model/TransferDevice.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the device being used to initiate the authorization. */ @ApiModel(description = "Information about the device being used to initiate the authorization.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDevice { public static final String SERIALIZED_NAME_IP_ADDRESS = "ip_address"; @SerializedName(SERIALIZED_NAME_IP_ADDRESS) diff --git a/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadRequest.java b/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadRequest.java index 1cdc9a8799..a9bf293531 100644 --- a/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadRequest.java +++ b/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/transfer/diligence/document/upload` */ @ApiModel(description = "Defines the request schema for `/transfer/diligence/document/upload`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDiligenceDocumentUploadRequest { public static final String SERIALIZED_NAME_ORIGINATOR_CLIENT_ID = "originator_client_id"; @SerializedName(SERIALIZED_NAME_ORIGINATOR_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadResponse.java b/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadResponse.java index 8647f1e538..8556c62e8d 100644 --- a/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadResponse.java +++ b/src/main/java/com/plaid/client/model/TransferDiligenceDocumentUploadResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/diligence/document/upload` */ @ApiModel(description = "Defines the response schema for `/transfer/diligence/document/upload`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDiligenceDocumentUploadResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferDiligenceStatus.java b/src/main/java/com/plaid/client/model/TransferDiligenceStatus.java index 2b27ea02dc..2182241d2a 100644 --- a/src/main/java/com/plaid/client/model/TransferDiligenceStatus.java +++ b/src/main/java/com/plaid/client/model/TransferDiligenceStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferDiligenceSubmitRequest.java b/src/main/java/com/plaid/client/model/TransferDiligenceSubmitRequest.java index 03601f9e01..5e9b713adf 100644 --- a/src/main/java/com/plaid/client/model/TransferDiligenceSubmitRequest.java +++ b/src/main/java/com/plaid/client/model/TransferDiligenceSubmitRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/diligence/submit` */ @ApiModel(description = "Defines the request schema for `/transfer/diligence/submit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDiligenceSubmitRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferDiligenceSubmitResponse.java b/src/main/java/com/plaid/client/model/TransferDiligenceSubmitResponse.java index 4879fc51bb..f58d940fff 100644 --- a/src/main/java/com/plaid/client/model/TransferDiligenceSubmitResponse.java +++ b/src/main/java/com/plaid/client/model/TransferDiligenceSubmitResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/diligence/submit` */ @ApiModel(description = "Defines the response schema for `/transfer/diligence/submit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferDiligenceSubmitResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferDocumentPurpose.java b/src/main/java/com/plaid/client/model/TransferDocumentPurpose.java index 1446572ba2..b447e3bd3d 100644 --- a/src/main/java/com/plaid/client/model/TransferDocumentPurpose.java +++ b/src/main/java/com/plaid/client/model/TransferDocumentPurpose.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferEvent.java b/src/main/java/com/plaid/client/model/TransferEvent.java index 4ddf45cfbd..919d27e1eb 100644 --- a/src/main/java/com/plaid/client/model/TransferEvent.java +++ b/src/main/java/com/plaid/client/model/TransferEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Represents an event in the Transfers API. */ @ApiModel(description = "Represents an event in the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEvent { public static final String SERIALIZED_NAME_EVENT_ID = "event_id"; @SerializedName(SERIALIZED_NAME_EVENT_ID) @@ -86,6 +86,10 @@ public class TransferEvent { @SerializedName(SERIALIZED_NAME_SWEEP_AMOUNT) private String sweepAmount; + public static final String SERIALIZED_NAME_EVENT_AMOUNT = "event_amount"; + @SerializedName(SERIALIZED_NAME_EVENT_AMOUNT) + private String eventAmount; + public static final String SERIALIZED_NAME_REFUND_ID = "refund_id"; @SerializedName(SERIALIZED_NAME_REFUND_ID) private String refundId; @@ -399,6 +403,29 @@ public void setSweepAmount(String sweepAmount) { } + public TransferEvent eventAmount(String eventAmount) { + + this.eventAmount = eventAmount; + return this; + } + + /** + * A signed amount associated with this event (decimal string with two digits of precision e.g. \"10.00\" or \"-10.00\"). + * @return eventAmount + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "A signed amount associated with this event (decimal string with two digits of precision e.g. \"10.00\" or \"-10.00\").") + + public String getEventAmount() { + return eventAmount; + } + + + public void setEventAmount(String eventAmount) { + this.eventAmount = eventAmount; + } + + public TransferEvent refundId(String refundId) { this.refundId = refundId; @@ -513,6 +540,7 @@ public boolean equals(Object o) { Objects.equals(this.failureReason, transferEvent.failureReason) && Objects.equals(this.sweepId, transferEvent.sweepId) && Objects.equals(this.sweepAmount, transferEvent.sweepAmount) && + Objects.equals(this.eventAmount, transferEvent.eventAmount) && Objects.equals(this.refundId, transferEvent.refundId) && Objects.equals(this.originatorClientId, transferEvent.originatorClientId) && Objects.equals(this.intentId, transferEvent.intentId) && @@ -521,7 +549,7 @@ public boolean equals(Object o) { @Override public int hashCode() { - return Objects.hash(eventId, timestamp, eventType, accountId, fundingAccountId, ledgerId, transferId, originationAccountId, transferType, transferAmount, failureReason, sweepId, sweepAmount, refundId, originatorClientId, intentId, wireReturnFee); + return Objects.hash(eventId, timestamp, eventType, accountId, fundingAccountId, ledgerId, transferId, originationAccountId, transferType, transferAmount, failureReason, sweepId, sweepAmount, eventAmount, refundId, originatorClientId, intentId, wireReturnFee); } @Override @@ -541,6 +569,7 @@ public String toString() { sb.append(" failureReason: ").append(toIndentedString(failureReason)).append("\n"); sb.append(" sweepId: ").append(toIndentedString(sweepId)).append("\n"); sb.append(" sweepAmount: ").append(toIndentedString(sweepAmount)).append("\n"); + sb.append(" eventAmount: ").append(toIndentedString(eventAmount)).append("\n"); sb.append(" refundId: ").append(toIndentedString(refundId)).append("\n"); sb.append(" originatorClientId: ").append(toIndentedString(originatorClientId)).append("\n"); sb.append(" intentId: ").append(toIndentedString(intentId)).append("\n"); diff --git a/src/main/java/com/plaid/client/model/TransferEventListRequest.java b/src/main/java/com/plaid/client/model/TransferEventListRequest.java index 2c6fe8d929..16148da11d 100644 --- a/src/main/java/com/plaid/client/model/TransferEventListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferEventListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Defines the request schema for `/transfer/event/list` */ @ApiModel(description = "Defines the request schema for `/transfer/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEventListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferEventListResponse.java b/src/main/java/com/plaid/client/model/TransferEventListResponse.java index ba1befe673..128c8767f3 100644 --- a/src/main/java/com/plaid/client/model/TransferEventListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferEventListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/event/list` */ @ApiModel(description = "Defines the response schema for `/transfer/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEventListResponse { public static final String SERIALIZED_NAME_TRANSFER_EVENTS = "transfer_events"; @SerializedName(SERIALIZED_NAME_TRANSFER_EVENTS) diff --git a/src/main/java/com/plaid/client/model/TransferEventListTransferType.java b/src/main/java/com/plaid/client/model/TransferEventListTransferType.java index 75985cfb32..1805ac73c6 100644 --- a/src/main/java/com/plaid/client/model/TransferEventListTransferType.java +++ b/src/main/java/com/plaid/client/model/TransferEventListTransferType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferEventSyncRequest.java b/src/main/java/com/plaid/client/model/TransferEventSyncRequest.java index c31312437a..420f288d3c 100644 --- a/src/main/java/com/plaid/client/model/TransferEventSyncRequest.java +++ b/src/main/java/com/plaid/client/model/TransferEventSyncRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/event/sync` */ @ApiModel(description = "Defines the request schema for `/transfer/event/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEventSyncRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferEventSyncResponse.java b/src/main/java/com/plaid/client/model/TransferEventSyncResponse.java index eb5b540c05..c022d0b116 100644 --- a/src/main/java/com/plaid/client/model/TransferEventSyncResponse.java +++ b/src/main/java/com/plaid/client/model/TransferEventSyncResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/event/sync` */ @ApiModel(description = "Defines the response schema for `/transfer/event/sync`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEventSyncResponse { public static final String SERIALIZED_NAME_TRANSFER_EVENTS = "transfer_events"; @SerializedName(SERIALIZED_NAME_TRANSFER_EVENTS) diff --git a/src/main/java/com/plaid/client/model/TransferEventType.java b/src/main/java/com/plaid/client/model/TransferEventType.java index 7fac871292..7fab6070dc 100644 --- a/src/main/java/com/plaid/client/model/TransferEventType.java +++ b/src/main/java/com/plaid/client/model/TransferEventType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The type of event that this transfer represents. Event types with prefix `sweep` represents events for Plaid Ledger sweeps. `pending`: A new transfer was created; it is in the pending state. `cancelled`: The transfer was cancelled by the client. `failed`: The transfer failed, no funds were moved. `posted`: The transfer has been successfully submitted to the payment network. `settled`: The transfer has been successfully completed by the payment network. `funds_available`: Funds from the transfer have been released from hold and applied to the ledger's available balance. (Only applicable to ACH debits.) `returned`: A posted transfer was returned. `swept`: The transfer was swept to / from the sweep account. `swept_settled`: Credits are available to be withdrawn or debits have been deducted from the customer's business checking account. `return_swept`: Due to the transfer being returned, funds were pulled from or pushed back to the sweep account. `sweep.pending`: A new ledger sweep was created; it is in the pending state. `sweep.posted`: The ledger sweep has been successfully submitted to the payment network. `sweep.settled`: The transaction has settled in the funding account. This means that funds withdrawn from Plaid Ledger balance have reached the funding account, or funds to be deposited into the Plaid Ledger Balance have been pulled, and the hold period has begun. `sweep.returned`: A posted ledger sweep was returned. `sweep.failed`: The ledger sweep failed, no funds were moved. `sweep.funds_available`: Funds from the ledger sweep have been released from hold and applied to the ledger's available balance. This is only applicable to debits. `refund.pending`: A new refund was created; it is in the pending state. `refund.cancelled`: The refund was cancelled. `refund.failed`: The refund failed, no funds were moved. `refund.posted`: The refund has been successfully submitted to the payment network. `refund.settled`: The refund transaction has settled in the Plaid linked account. `refund.returned`: A posted refund was returned. `refund.swept`: The refund was swept from the sweep account. `refund.return_swept`: Due to the refund being returned, funds were pushed back to the sweep account. + * The type of event that this transfer represents. Event types with prefix `sweep` represent events for Plaid Ledger sweeps. `pending`: A new transfer was created; it is in the pending state. `cancelled`: The transfer was cancelled by the client. `failed`: The transfer failed, no funds were moved. `posted`: The transfer has been successfully submitted to the payment network. `settled`: The transfer has been successfully completed by the payment network. `funds_available`: Funds from the transfer have been released from hold and applied to the ledger's available balance. (Only applicable to ACH debits.) `guaranteed`: The transfer has been fully guaranteed by Plaid. `returned`: A posted transfer was returned. `guarantee_reimbursed`: Plaid reimbursed the client for the loss on a returned guaranteed transfer. The `event_amount` is the reimbursed amount. `client_return_recovered`: The client reported recovering the loss on a returned transfer via `/transfer/return/recover`, and Plaid debited the recovered amount from the client's ledger. The `event_amount` is the recovered amount. `plaid_return_recovered`: Plaid recovered the loss on a returned transfer by successfully reinitiating it. The `event_amount` is the recovered amount. Client should stop their return recovery effort. `swept`: The transfer was swept to / from the sweep account. `swept_settled`: Credits are available to be withdrawn or debits have been deducted from the customer's business checking account. `return_swept`: Due to the transfer being returned, funds were pulled from or pushed back to the sweep account. `sweep.pending`: A new ledger sweep was created; it is in the pending state. `sweep.posted`: The ledger sweep has been successfully submitted to the payment network. `sweep.settled`: The transaction has settled in the funding account. This means that funds withdrawn from Plaid Ledger balance have reached the funding account, or funds to be deposited into the Plaid Ledger Balance have been pulled, and the hold period has begun. `sweep.returned`: A posted ledger sweep was returned. `sweep.failed`: The ledger sweep failed, no funds were moved. `sweep.funds_available`: Funds from the ledger sweep have been released from hold and applied to the ledger's available balance. This is only applicable to debits. `refund.pending`: A new refund was created; it is in the pending state. `refund.cancelled`: The refund was cancelled. `refund.failed`: The refund failed, no funds were moved. `refund.posted`: The refund has been successfully submitted to the payment network. `refund.settled`: The refund transaction has settled in the Plaid linked account. `refund.returned`: A posted refund was returned. `refund.swept`: The refund was swept from the sweep account. `refund.return_swept`: Due to the refund being returned, funds were pushed back to the sweep account. */ @JsonAdapter(TransferEventType.Adapter.class) public enum TransferEventType { @@ -42,8 +42,16 @@ public enum TransferEventType { FUNDS_AVAILABLE("funds_available"), + GUARANTEED("guaranteed"), + RETURNED("returned"), + GUARANTEE_REIMBURSED("guarantee_reimbursed"), + + CLIENT_RETURN_RECOVERED("client_return_recovered"), + + PLAID_RETURN_RECOVERED("plaid_return_recovered"), + SWEPT("swept"), SWEPT_SETTLED("swept_settled"), diff --git a/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java b/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java index ec6f0ca0ad..1dc26b1cc0 100644 --- a/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when new transfer events are available. Receiving this webhook indicates you should fetch the new events from `/transfer/event/sync`. If multiple transfer events occur within a single minute, only one webhook will be fired, so a single webhook instance may correspond to multiple transfer events. */ @ApiModel(description = "Fired when new transfer events are available. Receiving this webhook indicates you should fetch the new events from `/transfer/event/sync`. If multiple transfer events occur within a single minute, only one webhook will be fired, so a single webhook instance may correspond to multiple transfer events.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferEventsUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransferExpectedSweepSettlementScheduleItem.java b/src/main/java/com/plaid/client/model/TransferExpectedSweepSettlementScheduleItem.java index cb7fff79f8..295f269695 100644 --- a/src/main/java/com/plaid/client/model/TransferExpectedSweepSettlementScheduleItem.java +++ b/src/main/java/com/plaid/client/model/TransferExpectedSweepSettlementScheduleItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines an expected sweep date and amount. */ @ApiModel(description = "Defines an expected sweep date and amount.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferExpectedSweepSettlementScheduleItem { public static final String SERIALIZED_NAME_SWEEP_SETTLEMENT_DATE = "sweep_settlement_date"; @SerializedName(SERIALIZED_NAME_SWEEP_SETTLEMENT_DATE) diff --git a/src/main/java/com/plaid/client/model/TransferFailure.java b/src/main/java/com/plaid/client/model/TransferFailure.java index 72f7ec620a..d921d9349f 100644 --- a/src/main/java/com/plaid/client/model/TransferFailure.java +++ b/src/main/java/com/plaid/client/model/TransferFailure.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The failure reason if the event type for a transfer is `\"failed\"` or `\"returned\"`. Null value otherwise. */ @ApiModel(description = "The failure reason if the event type for a transfer is `\"failed\"` or `\"returned\"`. Null value otherwise.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferFailure { public static final String SERIALIZED_NAME_FAILURE_CODE = "failure_code"; @SerializedName(SERIALIZED_NAME_FAILURE_CODE) diff --git a/src/main/java/com/plaid/client/model/TransferFundingAccount.java b/src/main/java/com/plaid/client/model/TransferFundingAccount.java index f99d92ccea..0b59e539be 100644 --- a/src/main/java/com/plaid/client/model/TransferFundingAccount.java +++ b/src/main/java/com/plaid/client/model/TransferFundingAccount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The originator's funding account, linked with Plaid Link or `/transfer/migrate_account`. */ @ApiModel(description = "The originator's funding account, linked with Plaid Link or `/transfer/migrate_account`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferFundingAccount { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayName.java b/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayName.java index 04dbb897d9..412c714327 100644 --- a/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayName.java +++ b/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The originator's funding account, linked with Plaid Link or `/transfer/migrate_account`. */ @ApiModel(description = "The originator's funding account, linked with Plaid Link or `/transfer/migrate_account`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferFundingAccountWithDisplayName { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayNameAllOf.java b/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayNameAllOf.java index 08d6d7ccd3..7a7f22607f 100644 --- a/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayNameAllOf.java +++ b/src/main/java/com/plaid/client/model/TransferFundingAccountWithDisplayNameAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ /** * TransferFundingAccountWithDisplayNameAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferFundingAccountWithDisplayNameAllOf { public static final String SERIALIZED_NAME_DISPLAY_NAME = "display_name"; @SerializedName(SERIALIZED_NAME_DISPLAY_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferGetRequest.java b/src/main/java/com/plaid/client/model/TransferGetRequest.java index 65e3746597..55fcc3e70e 100644 --- a/src/main/java/com/plaid/client/model/TransferGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/get` */ @ApiModel(description = "Defines the request schema for `/transfer/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferGetResponse.java b/src/main/java/com/plaid/client/model/TransferGetResponse.java index 40096b51f1..18f5abf4fa 100644 --- a/src/main/java/com/plaid/client/model/TransferGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/get` */ @ApiModel(description = "Defines the response schema for `/transfer/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferGetResponse { public static final String SERIALIZED_NAME_TRANSFER = "transfer"; @SerializedName(SERIALIZED_NAME_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/TransferGuaranteeDetails.java b/src/main/java/com/plaid/client/model/TransferGuaranteeDetails.java index 9771cf1917..6ee76f90fb 100644 --- a/src/main/java/com/plaid/client/model/TransferGuaranteeDetails.java +++ b/src/main/java/com/plaid/client/model/TransferGuaranteeDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Adaptive guarantee details for a transfer, including the guaranteed amount and settlement schedule. Omitted when no guarantee was attempted. */ @ApiModel(description = "Adaptive guarantee details for a transfer, including the guaranteed amount and settlement schedule. Omitted when no guarantee was attempted.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferGuaranteeDetails { public static final String SERIALIZED_NAME_GUARANTEED_AMOUNT = "guaranteed_amount"; @SerializedName(SERIALIZED_NAME_GUARANTEED_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TransferGuaranteeOutcome.java b/src/main/java/com/plaid/client/model/TransferGuaranteeOutcome.java index 026cb1c26d..ff07173d3a 100644 --- a/src/main/java/com/plaid/client/model/TransferGuaranteeOutcome.java +++ b/src/main/java/com/plaid/client/model/TransferGuaranteeOutcome.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItem.java b/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItem.java index 03b225929e..c3f5aa7fa8 100644 --- a/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItem.java +++ b/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A single entry in the adaptive guarantee settlement schedule, describing one tranche of guaranteed funds. Adds `observation_window_expiration_time`, which is only known once a transfer is created. */ @ApiModel(description = "A single entry in the adaptive guarantee settlement schedule, describing one tranche of guaranteed funds. Adds `observation_window_expiration_time`, which is only known once a transfer is created.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferGuaranteeScheduleItem { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) diff --git a/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItemAllOf.java b/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItemAllOf.java index 278dfac970..2115a7c859 100644 --- a/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItemAllOf.java +++ b/src/main/java/com/plaid/client/model/TransferGuaranteeScheduleItemAllOf.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ /** * TransferGuaranteeScheduleItemAllOf */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferGuaranteeScheduleItemAllOf { public static final String SERIALIZED_NAME_OBSERVATION_WINDOW_EXPIRATION_TIME = "observation_window_expiration_time"; @SerializedName(SERIALIZED_NAME_OBSERVATION_WINDOW_EXPIRATION_TIME) diff --git a/src/main/java/com/plaid/client/model/TransferIntentAuthorizationDecision.java b/src/main/java/com/plaid/client/model/TransferIntentAuthorizationDecision.java index e4413d7491..fe308a7e36 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentAuthorizationDecision.java +++ b/src/main/java/com/plaid/client/model/TransferIntentAuthorizationDecision.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreate.java b/src/main/java/com/plaid/client/model/TransferIntentCreate.java index 635d30a4ef..60b4112754 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentCreate.java +++ b/src/main/java/com/plaid/client/model/TransferIntentCreate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -37,7 +37,7 @@ * Represents a transfer intent within Transfer UI. */ @ApiModel(description = "Represents a transfer intent within Transfer UI.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentCreate { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -352,10 +352,10 @@ public TransferIntentCreate description(String description) { } /** - * A description for the underlying transfer. Maximum of 8 characters. + * A description for the underlying transfer. Maximum of 15 characters. * @return description **/ - @ApiModelProperty(required = true, value = "A description for the underlying transfer. Maximum of 8 characters.") + @ApiModelProperty(required = true, value = "A description for the underlying transfer. Maximum of 15 characters.") public String getDescription() { return description; diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java b/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java index 19a10a230a..fa6420d275 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java +++ b/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreateNetwork.java b/src/main/java/com/plaid/client/model/TransferIntentCreateNetwork.java index 6517cdb471..83f08697b4 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentCreateNetwork.java +++ b/src/main/java/com/plaid/client/model/TransferIntentCreateNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreateRequest.java b/src/main/java/com/plaid/client/model/TransferIntentCreateRequest.java index fdb2f01fc5..995dd300b9 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferIntentCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Defines the request schema for `/transfer/intent/create` */ @ApiModel(description = "Defines the request schema for `/transfer/intent/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java b/src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java index 9968c83750..86ec91fadf 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/intent/create` */ @ApiModel(description = "Defines the response schema for `/transfer/intent/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentCreateResponse { public static final String SERIALIZED_NAME_TRANSFER_INTENT = "transfer_intent"; @SerializedName(SERIALIZED_NAME_TRANSFER_INTENT) diff --git a/src/main/java/com/plaid/client/model/TransferIntentGet.java b/src/main/java/com/plaid/client/model/TransferIntentGet.java index fc5ca61781..086f14b85e 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentGet.java +++ b/src/main/java/com/plaid/client/model/TransferIntentGet.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,7 +42,7 @@ * Represents a transfer intent within Transfer UI. */ @ApiModel(description = "Represents a transfer intent within Transfer UI.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentGet { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) @@ -473,10 +473,10 @@ public TransferIntentGet description(String description) { } /** - * A description for the underlying transfer. Maximum of 8 characters. + * A description for the underlying transfer. Maximum of 15 characters. * @return description **/ - @ApiModelProperty(required = true, value = "A description for the underlying transfer. Maximum of 8 characters.") + @ApiModelProperty(required = true, value = "A description for the underlying transfer. Maximum of 15 characters.") public String getDescription() { return description; diff --git a/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java b/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java index 7313afb773..cd2a144018 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java +++ b/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The reason for a failed transfer intent. Returned only if the transfer intent status is `failed`. Null otherwise. */ @ApiModel(description = "The reason for a failed transfer intent. Returned only if the transfer intent status is `failed`. Null otherwise.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentGetFailureReason { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransferIntentGetRequest.java b/src/main/java/com/plaid/client/model/TransferIntentGetRequest.java index f7df7a295e..bbbbe982cd 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferIntentGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/intent/get` */ @ApiModel(description = "Defines the request schema for `/transfer/intent/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferIntentGetResponse.java b/src/main/java/com/plaid/client/model/TransferIntentGetResponse.java index 9dd195719a..fdbda4210e 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferIntentGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/intent/get` */ @ApiModel(description = "Defines the response schema for `/transfer/intent/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferIntentGetResponse { public static final String SERIALIZED_NAME_TRANSFER_INTENT = "transfer_intent"; @SerializedName(SERIALIZED_NAME_TRANSFER_INTENT) diff --git a/src/main/java/com/plaid/client/model/TransferIntentStatus.java b/src/main/java/com/plaid/client/model/TransferIntentStatus.java index 1c9414ffd0..00f8d45684 100644 --- a/src/main/java/com/plaid/client/model/TransferIntentStatus.java +++ b/src/main/java/com/plaid/client/model/TransferIntentStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferLedgerBalance.java b/src/main/java/com/plaid/client/model/TransferLedgerBalance.java index eeb700c2f7..2990ac5e93 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerBalance.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information about the balance of the ledger held with Plaid. */ @ApiModel(description = "Information about the balance of the ledger held with Plaid.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerBalance { public static final String SERIALIZED_NAME_AVAILABLE = "available"; @SerializedName(SERIALIZED_NAME_AVAILABLE) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerDepositRequest.java b/src/main/java/com/plaid/client/model/TransferLedgerDepositRequest.java index 72f736992a..41c7ff4ecf 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerDepositRequest.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerDepositRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/ledger/deposit` */ @ApiModel(description = "Defines the request schema for `/transfer/ledger/deposit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerDepositRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -121,11 +121,11 @@ public TransferLedgerDepositRequest originatorClientId(String originatorClientId } /** - * Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to payout or collect funds. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself. + * Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to pay out to or collect funds from. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself. * @return originatorClientId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to payout or collect funds. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself.") + @ApiModelProperty(value = "Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to pay out to or collect funds from. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself.") public String getOriginatorClientId() { return originatorClientId; @@ -167,11 +167,11 @@ public TransferLedgerDepositRequest ledgerId(String ledgerId) { } /** - * Specify which ledger balance to deposit to. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance. + * Specify which ledger balance to deposit to. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance. * @return ledgerId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specify which ledger balance to deposit to. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance.") + @ApiModelProperty(value = "Specify which ledger balance to deposit to. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance.") public String getLedgerId() { return ledgerId; diff --git a/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java index e1669e2df7..c7fefd62aa 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/ledger/deposit` */ @ApiModel(description = "Defines the response schema for `/transfer/ledger/deposit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerDepositResponse { public static final String SERIALIZED_NAME_SWEEP = "sweep"; @SerializedName(SERIALIZED_NAME_SWEEP) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerDistributeRequest.java b/src/main/java/com/plaid/client/model/TransferLedgerDistributeRequest.java index 6d36ec00c0..71f193f558 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerDistributeRequest.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerDistributeRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/ledger/distribute` */ @ApiModel(description = "Defines the request schema for `/transfer/ledger/distribute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerDistributeRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerDistributeResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerDistributeResponse.java index a203ac02ad..c5066c4067 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerDistributeResponse.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerDistributeResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/ledger/distribute` */ @ApiModel(description = "Defines the response schema for `/transfer/ledger/distribute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerDistributeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerEvent.java b/src/main/java/com/plaid/client/model/TransferLedgerEvent.java index fee11801e8..921d9c93aa 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerEvent.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Represents a ledger event in the Transfers API. */ @ApiModel(description = "Represents a ledger event in the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerEvent { public static final String SERIALIZED_NAME_LEDGER_EVENT_ID = "ledger_event_id"; @SerializedName(SERIALIZED_NAME_LEDGER_EVENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerEventListRequest.java b/src/main/java/com/plaid/client/model/TransferLedgerEventListRequest.java index 05990b18f3..e663566aa9 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerEventListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerEventListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/transfer/ledger/event/list` */ @ApiModel(description = "Defines the request schema for `/transfer/ledger/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerEventListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerEventListResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerEventListResponse.java index 547be897d7..f63dc6bb24 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerEventListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerEventListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/ledger/event/list` */ @ApiModel(description = "Defines the response schema for `/transfer/ledger/event/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerEventListResponse { public static final String SERIALIZED_NAME_LEDGER_EVENTS = "ledger_events"; @SerializedName(SERIALIZED_NAME_LEDGER_EVENTS) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerGetRequest.java b/src/main/java/com/plaid/client/model/TransferLedgerGetRequest.java index 7ec9d869b0..84cf316f40 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/ledger/get` */ @ApiModel(description = "Defines the request schema for `/transfer/ledger/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -100,11 +100,11 @@ public TransferLedgerGetRequest ledgerId(String ledgerId) { } /** - * Specify which ledger balance to get. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance. + * Specify which ledger balance to get. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance. * @return ledgerId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specify which ledger balance to get. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance.") + @ApiModelProperty(value = "Specify which ledger balance to get. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance.") public String getLedgerId() { return ledgerId; diff --git a/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java index 9cb728ffd0..de4be87411 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/ledger/get` */ @ApiModel(description = "Defines the response schema for `/transfer/ledger/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerGetResponse { public static final String SERIALIZED_NAME_LEDGER_ID = "ledger_id"; @SerializedName(SERIALIZED_NAME_LEDGER_ID) diff --git a/src/main/java/com/plaid/client/model/TransferLedgerSweepSimulateEventType.java b/src/main/java/com/plaid/client/model/TransferLedgerSweepSimulateEventType.java index f2f0dab52a..a5d8decdb5 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerSweepSimulateEventType.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerSweepSimulateEventType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferLedgerWithdrawRequest.java b/src/main/java/com/plaid/client/model/TransferLedgerWithdrawRequest.java index b44fa5bce5..ce4f7b08b5 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerWithdrawRequest.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerWithdrawRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/ledger/withdraw` */ @ApiModel(description = "Defines the request schema for `/transfer/ledger/withdraw`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerWithdrawRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -121,11 +121,11 @@ public TransferLedgerWithdrawRequest originatorClientId(String originatorClientI } /** - * Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to payout or collect funds. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself. + * Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to pay out to or collect funds from. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself. * @return originatorClientId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to payout or collect funds. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself.") + @ApiModelProperty(value = "Client ID of the customer that owns the Ledger balance. This is so Plaid knows which of your customers to pay out to or collect funds from. Only applicable for [Platform customers](https://plaid.com/docs/transfer/application/#originators-vs-platforms). Do not include if you're paying out to yourself.") public String getOriginatorClientId() { return originatorClientId; @@ -167,11 +167,11 @@ public TransferLedgerWithdrawRequest ledgerId(String ledgerId) { } /** - * Specify which ledger balance to withdraw from. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance. + * Specify which ledger balance to withdraw from. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance. * @return ledgerId **/ @javax.annotation.Nullable - @ApiModelProperty(value = "Specify which ledger balance to withdraw from. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance.") + @ApiModelProperty(value = "Specify which ledger balance to withdraw from. Customers can find a list of `ledger_id`s in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to the id of the default ledger balance.") public String getLedgerId() { return ledgerId; diff --git a/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java index 75e4933b02..cfbd9a112c 100644 --- a/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java +++ b/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/ledger/withdraw` */ @ApiModel(description = "Defines the response schema for `/transfer/ledger/withdraw`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferLedgerWithdrawResponse { public static final String SERIALIZED_NAME_SWEEP = "sweep"; @SerializedName(SERIALIZED_NAME_SWEEP) diff --git a/src/main/java/com/plaid/client/model/TransferListRequest.java b/src/main/java/com/plaid/client/model/TransferListRequest.java index c5ab7bd3d4..d9c57bb5e0 100644 --- a/src/main/java/com/plaid/client/model/TransferListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/list` */ @ApiModel(description = "Defines the request schema for `/transfer/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferListResponse.java b/src/main/java/com/plaid/client/model/TransferListResponse.java index d083b4ba05..cd31f077da 100644 --- a/src/main/java/com/plaid/client/model/TransferListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/list` */ @ApiModel(description = "Defines the response schema for `/transfer/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferListResponse { public static final String SERIALIZED_NAME_TRANSFERS = "transfers"; @SerializedName(SERIALIZED_NAME_TRANSFERS) diff --git a/src/main/java/com/plaid/client/model/TransferMetricsGetAuthorizationUsage.java b/src/main/java/com/plaid/client/model/TransferMetricsGetAuthorizationUsage.java index bb6cddec01..8670ab911d 100644 --- a/src/main/java/com/plaid/client/model/TransferMetricsGetAuthorizationUsage.java +++ b/src/main/java/com/plaid/client/model/TransferMetricsGetAuthorizationUsage.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Details regarding authorization usage. */ @ApiModel(description = "Details regarding authorization usage.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMetricsGetAuthorizationUsage { public static final String SERIALIZED_NAME_DAILY_CREDIT_UTILIZATION = "daily_credit_utilization"; @SerializedName(SERIALIZED_NAME_DAILY_CREDIT_UTILIZATION) diff --git a/src/main/java/com/plaid/client/model/TransferMetricsGetRequest.java b/src/main/java/com/plaid/client/model/TransferMetricsGetRequest.java index 36f7cb0977..64bba299c3 100644 --- a/src/main/java/com/plaid/client/model/TransferMetricsGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferMetricsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/metrics/get` */ @ApiModel(description = "Defines the request schema for `/transfer/metrics/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMetricsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferMetricsGetResponse.java b/src/main/java/com/plaid/client/model/TransferMetricsGetResponse.java index d631bc3d20..9241654a8e 100644 --- a/src/main/java/com/plaid/client/model/TransferMetricsGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferMetricsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the response schema for `/transfer/metrics/get` */ @ApiModel(description = "Defines the response schema for `/transfer/metrics/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMetricsGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRates.java b/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRates.java index 1be8e82947..358ab0d5aa 100644 --- a/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRates.java +++ b/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRates.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details regarding return rates. */ @ApiModel(description = "Details regarding return rates.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMetricsGetReturnRates { public static final String SERIALIZED_NAME_LAST60D = "last_60d"; @SerializedName(SERIALIZED_NAME_LAST60D) diff --git a/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRatesOverInterval.java b/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRatesOverInterval.java index d982a4bf18..8673d72045 100644 --- a/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRatesOverInterval.java +++ b/src/main/java/com/plaid/client/model/TransferMetricsGetReturnRatesOverInterval.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Details regarding return rates. */ @ApiModel(description = "Details regarding return rates.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMetricsGetReturnRatesOverInterval { public static final String SERIALIZED_NAME_OVERALL_RETURN_RATE = "overall_return_rate"; @SerializedName(SERIALIZED_NAME_OVERALL_RETURN_RATE) diff --git a/src/main/java/com/plaid/client/model/TransferMigrateAccountRequest.java b/src/main/java/com/plaid/client/model/TransferMigrateAccountRequest.java index 9eba73d8cc..1831217206 100644 --- a/src/main/java/com/plaid/client/model/TransferMigrateAccountRequest.java +++ b/src/main/java/com/plaid/client/model/TransferMigrateAccountRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/migrate_account` */ @ApiModel(description = "Defines the request schema for `/transfer/migrate_account`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMigrateAccountRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferMigrateAccountResponse.java b/src/main/java/com/plaid/client/model/TransferMigrateAccountResponse.java index 2773d6bc40..eba81606df 100644 --- a/src/main/java/com/plaid/client/model/TransferMigrateAccountResponse.java +++ b/src/main/java/com/plaid/client/model/TransferMigrateAccountResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/migrate_account` */ @ApiModel(description = "Defines the response schema for `/transfer/migrate_account`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferMigrateAccountResponse { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) diff --git a/src/main/java/com/plaid/client/model/TransferNetwork.java b/src/main/java/com/plaid/client/model/TransferNetwork.java index d9e748408f..128f2e113a 100644 --- a/src/main/java/com/plaid/client/model/TransferNetwork.java +++ b/src/main/java/com/plaid/client/model/TransferNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The network or rails used for the transfer. For transfers submitted as `ach` or `same-day-ach`, the Standard ACH cutoff is 8:30 PM Eastern Time. For transfers submitted as `same-day-ach`, the Same Day ACH cutoff is 3:00 PM Eastern Time. It is recommended to send the request 15 minutes prior to the cutoff to ensure that it will be processed in time for submission before the cutoff. If the transfer is processed after this cutoff but before the Standard ACH cutoff, it will be sent over Standard ACH rails and will not incur same-day charges; this will apply to both legs of the transfer if applicable. The transaction limit for a Same Day ACH transfer is $1,000,000. Authorization requests sent with an amount greater than $1,000,000 will fail. For transfers submitted as `rtp`, Plaid will automatically route between the Real-Time Payments (RTP) rail by TCH or FedNow rails as necessary. If a transfer is submitted as `rtp` and the counterparty account is not eligible for RTP, the `/transfer/authorization/create` request will fail with an `INVALID_FIELD` error code. To pre-check to determine whether a counterparty account can support RTP, call `/transfer/capabilities/get` before calling `/transfer/authorization/create`. Wire transfers are currently in early availability. To request access to `wire` as a payment network, contact your account manager. For transfers submitted as `wire`, the `type` must be `credit`; wire debits are not supported. The cutoff to submit a wire payment is 6:30 PM Eastern Time on a business day; wires submitted after that time will be processed on the next business day. The transaction limit for a wire is $999,999.99. Authorization requests sent with an amount greater than $999,999.99 will fail. + * The network or rails used for the transfer. For transfers submitted as `ach` or `same-day-ach`, the Standard ACH cutoff is 8:30 PM Eastern Time. For transfers submitted as `same-day-ach`, the Same Day ACH cutoff is 3:00 PM Eastern Time. It is recommended to send the request 15 minutes prior to the cutoff to ensure that it will be processed in time for submission before the cutoff. If the transfer is processed after this cutoff but before the Standard ACH cutoff, it will be sent over Standard ACH rails and will not incur same-day charges; this will apply to both legs of the transfer if applicable. The transaction limit for a Same Day ACH transfer is $1,000,000. Authorization requests sent with an amount greater than $1,000,000 will fail. For transfers submitted as `rtp`, Plaid will automatically route between the Real-Time Payments (RTP) rail by TCH or FedNow rails as necessary. If a transfer is submitted as `rtp` and the counterparty account is not eligible for RTP, the `/transfer/authorization/create` request will fail with an `INVALID_FIELD` error code. To pre-check to determine whether a counterparty account can support RTP, call `/transfer/capabilities/get` before calling `/transfer/authorization/create`. Wire transfers are currently in early availability. To request access to `wire` as a payment network, contact your account manager. For transfers submitted as `wire`, the `type` must be `credit`; wire debits are not supported. The cutoff to submit a wire payment is 6:30 PM Eastern Time on a business day; wires submitted after that time will be processed on the next business day. The transaction limit for a wire is $999,999.99. Authorization requests sent with an amount greater than $999,999.99 will fail. Support for `rfp` (request for payment) is currently in closed beta. To learn more, contact your Plaid account manager. For transfers submitted as `rfp`, the `type` must be `debit`. */ @JsonAdapter(TransferNetwork.Adapter.class) public enum TransferNetwork { @@ -37,6 +37,8 @@ public enum TransferNetwork { RTP("rtp"), WIRE("wire"), + + RFP("rfp"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java b/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java index d5117c3f31..fae2a0bd00 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The originator's address. */ @ApiModel(description = "The originator's address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorCreateRequest.java b/src/main/java/com/plaid/client/model/TransferOriginatorCreateRequest.java index 4e12532648..539e8686d0 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/originator/create` */ @ApiModel(description = "Defines the request schema for `/transfer/originator/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorCreateResponse.java b/src/main/java/com/plaid/client/model/TransferOriginatorCreateResponse.java index efd8e3e3b1..9cb03639b6 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/originator/create` */ @ApiModel(description = "Defines the response schema for `/transfer/originator/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorCreateResponse { public static final String SERIALIZED_NAME_ORIGINATOR_CLIENT_ID = "originator_client_id"; @SerializedName(SERIALIZED_NAME_ORIGINATOR_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorDiligence.java b/src/main/java/com/plaid/client/model/TransferOriginatorDiligence.java index ae39542374..cd812cc11d 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorDiligence.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorDiligence.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * The diligence information for the originator. */ @ApiModel(description = "The diligence information for the originator.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorDiligence { public static final String SERIALIZED_NAME_DBA = "dba"; @SerializedName(SERIALIZED_NAME_DBA) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateRequest.java b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateRequest.java index 20e67df89c..225c0b5e2e 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/originator/funding_account/create` */ @ApiModel(description = "Defines the request schema for `/transfer/originator/funding_account/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorFundingAccountCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateResponse.java b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateResponse.java index 1c4f02199a..7eccb057fd 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/originator/funding_account/create` */ @ApiModel(description = "Defines the response schema for `/transfer/originator/funding_account/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorFundingAccountCreateResponse { public static final String SERIALIZED_NAME_FUNDING_ACCOUNT_ID = "funding_account_id"; @SerializedName(SERIALIZED_NAME_FUNDING_ACCOUNT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateRequest.java b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateRequest.java index cce1cf1ead..a4efb90a8a 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/originator/funding_account/update` */ @ApiModel(description = "Defines the request schema for `/transfer/originator/funding_account/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorFundingAccountUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateResponse.java b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateResponse.java index a99f129157..7c8d554527 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorFundingAccountUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/originator/funding_account/update` */ @ApiModel(description = "Defines the response schema for `/transfer/originator/funding_account/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorFundingAccountUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java b/src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java index 6ee8f3d8dd..18a39fccef 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/originator/get` */ @ApiModel(description = "Defines the request schema for `/transfer/originator/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorGetResponse.java b/src/main/java/com/plaid/client/model/TransferOriginatorGetResponse.java index 912a817bb1..252e91d082 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/originator/get` */ @ApiModel(description = "Defines the response schema for `/transfer/originator/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorGetResponse { public static final String SERIALIZED_NAME_ORIGINATOR = "originator"; @SerializedName(SERIALIZED_NAME_ORIGINATOR) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorListRequest.java b/src/main/java/com/plaid/client/model/TransferOriginatorListRequest.java index b1949c8ace..583abd3499 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/originator/list` */ @ApiModel(description = "Defines the request schema for `/transfer/originator/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorListResponse.java b/src/main/java/com/plaid/client/model/TransferOriginatorListResponse.java index e687617c13..b291665b6b 100644 --- a/src/main/java/com/plaid/client/model/TransferOriginatorListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferOriginatorListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/originator/list` */ @ApiModel(description = "Defines the response schema for `/transfer/originator/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferOriginatorListResponse { public static final String SERIALIZED_NAME_ORIGINATORS = "originators"; @SerializedName(SERIALIZED_NAME_ORIGINATORS) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformOnboardingUpdateWebhook.java b/src/main/java/com/plaid/client/model/TransferPlatformOnboardingUpdateWebhook.java index 730e63e321..17185b0612 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformOnboardingUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformOnboardingUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Fired when the status of an onboarding originator has been updated. Call `/transfer/originator/get` to check the latest status */ @ApiModel(description = "Fired when the status of an onboarding originator has been updated. Call `/transfer/originator/get` to check the latest status") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformOnboardingUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateRequest.java b/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateRequest.java index 2f00c4a931..16265e7839 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Defines the request schema for `/transfer/platform/originator/create` */ @ApiModel(description = "Defines the request schema for `/transfer/platform/originator/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformOriginatorCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateResponse.java b/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateResponse.java index 9e127ad1a9..80f32265a5 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformOriginatorCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/platform/originator/create` */ @ApiModel(description = "Defines the response schema for `/transfer/platform/originator/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformOriginatorCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformPersonAddress.java b/src/main/java/com/plaid/client/model/TransferPlatformPersonAddress.java index 124d6a5098..1f5667b488 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformPersonAddress.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformPersonAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Home address of a person */ @ApiModel(description = "Home address of a person") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformPersonAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateRequest.java b/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateRequest.java index f9ca4216a7..67f1aa0bda 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Defines the request schema for `/transfer/platform/person/create` */ @ApiModel(description = "Defines the request schema for `/transfer/platform/person/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformPersonCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateResponse.java b/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateResponse.java index 3197a2b451..eae1b8321a 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformPersonCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/platform/person/create` */ @ApiModel(description = "Defines the response schema for `/transfer/platform/person/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformPersonCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformPersonIDNumber.java b/src/main/java/com/plaid/client/model/TransferPlatformPersonIDNumber.java index d319bb03e5..252d216de4 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformPersonIDNumber.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformPersonIDNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ID number of the person */ @ApiModel(description = "ID number of the person") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformPersonIDNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformPersonName.java b/src/main/java/com/plaid/client/model/TransferPlatformPersonName.java index 4db5644933..31d80e745e 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformPersonName.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformPersonName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The person's legal name */ @ApiModel(description = "The person's legal name") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformPersonName { public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformRequirement.java b/src/main/java/com/plaid/client/model/TransferPlatformRequirement.java index 5471935356..7b04728131 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformRequirement.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformRequirement.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * A piece of information that is required for originator onboarding. */ @ApiModel(description = "A piece of information that is required for originator onboarding.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformRequirement { public static final String SERIALIZED_NAME_REQUIREMENT_TYPE = "requirement_type"; @SerializedName(SERIALIZED_NAME_REQUIREMENT_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java index 2a94b07466..93754bf0b0 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A single requirement submission */ @ApiModel(description = "A single requirement submission") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformRequirementSubmission { public static final String SERIALIZED_NAME_REQUIREMENT_TYPE = "requirement_type"; @SerializedName(SERIALIZED_NAME_REQUIREMENT_TYPE) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitRequest.java b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitRequest.java index 3f32334794..fb569c95fa 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitRequest.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the request schema for `/transfer/platform/requirement/submit` */ @ApiModel(description = "Defines the request schema for `/transfer/platform/requirement/submit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformRequirementSubmitRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitResponse.java b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitResponse.java index 4e512bd963..63dc898ebd 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitResponse.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmitResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/platform/requirement/submit` */ @ApiModel(description = "Defines the response schema for `/transfer/platform/requirement/submit`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformRequirementSubmitResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java b/src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java index 9450bcc095..086e022a88 100644 --- a/src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java +++ b/src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Metadata related to the acceptance of Terms of Service */ @ApiModel(description = "Metadata related to the acceptance of Terms of Service") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferPlatformTOSAcceptanceMetadata { public static final String SERIALIZED_NAME_AGREEMENT_ACCEPTED = "agreement_accepted"; @SerializedName(SERIALIZED_NAME_AGREEMENT_ACCEPTED) diff --git a/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateRequest.java b/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateRequest.java index 49e0c416ea..b13bf441dc 100644 --- a/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/questionnaire/create` */ @ApiModel(description = "Defines the request schema for `/transfer/questionnaire/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferQuestionnaireCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateResponse.java b/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateResponse.java index 6ab68722d9..b78ffc2b10 100644 --- a/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferQuestionnaireCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/questionnaire/create` */ @ApiModel(description = "Defines the response schema for `/transfer/questionnaire/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferQuestionnaireCreateResponse { public static final String SERIALIZED_NAME_ONBOARDING_URL = "onboarding_url"; @SerializedName(SERIALIZED_NAME_ONBOARDING_URL) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringCancelRequest.java b/src/main/java/com/plaid/client/model/TransferRecurringCancelRequest.java index a098df8269..8a194b0ece 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringCancelRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringCancelRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/recurring/cancel` */ @ApiModel(description = "Defines the request schema for `/transfer/recurring/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringCancelRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringCancelResponse.java b/src/main/java/com/plaid/client/model/TransferRecurringCancelResponse.java index 1c520e36c7..86b881e586 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringCancelResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringCancelResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/recurring/cancel` */ @ApiModel(description = "Defines the response schema for `/transfer/recurring/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringCancelResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringCreateRequest.java b/src/main/java/com/plaid/client/model/TransferRecurringCreateRequest.java index 922abbf38a..3f26d94afa 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * Defines the request schema for `/transfer/recurring/create` */ @ApiModel(description = "Defines the request schema for `/transfer/recurring/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -180,10 +180,10 @@ public TransferRecurringCreateRequest idempotencyKey(String idempotencyKey) { } /** - * A random key provided by the client, per unique recurring transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a recurring fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recurring transfer is created. + * A random key provided by the client, per unique recurring transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a recurring transfer fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recurring transfer is created. * @return idempotencyKey **/ - @ApiModelProperty(required = true, value = "A random key provided by the client, per unique recurring transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a recurring fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recurring transfer is created.") + @ApiModelProperty(required = true, value = "A random key provided by the client, per unique recurring transfer. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to create a recurring transfer fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recurring transfer is created.") public String getIdempotencyKey() { return idempotencyKey; diff --git a/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java b/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java index cb66a0285e..af557cf71a 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/recurring/create` */ @ApiModel(description = "Defines the response schema for `/transfer/recurring/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringCreateResponse { public static final String SERIALIZED_NAME_RECURRING_TRANSFER = "recurring_transfer"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringGetRequest.java b/src/main/java/com/plaid/client/model/TransferRecurringGetRequest.java index e747d91856..3bafc2877a 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/recurring/get` */ @ApiModel(description = "Defines the request schema for `/transfer/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringGetResponse.java b/src/main/java/com/plaid/client/model/TransferRecurringGetResponse.java index 7a83713a6f..ea0ab667df 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/recurring/get` */ @ApiModel(description = "Defines the response schema for `/transfer/recurring/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringGetResponse { public static final String SERIALIZED_NAME_RECURRING_TRANSFER = "recurring_transfer"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFER) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringListRequest.java b/src/main/java/com/plaid/client/model/TransferRecurringListRequest.java index d94ec21e5f..b43e991e40 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/recurring/list` */ @ApiModel(description = "Defines the request schema for `/transfer/recurring/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringListResponse.java b/src/main/java/com/plaid/client/model/TransferRecurringListResponse.java index 0eb3123e0e..9698ab8ff8 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/recurring/list` */ @ApiModel(description = "Defines the response schema for `/transfer/recurring/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringListResponse { public static final String SERIALIZED_NAME_RECURRING_TRANSFERS = "recurring_transfers"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFERS) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringNetwork.java b/src/main/java/com/plaid/client/model/TransferRecurringNetwork.java index c3ee23c0af..6ca3833af0 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringNetwork.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringNetwork.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferRecurringSchedule.java b/src/main/java/com/plaid/client/model/TransferRecurringSchedule.java index a98b3afe1d..a6ca618001 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringSchedule.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringSchedule.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The schedule that the recurring transfer will be executed on. */ @ApiModel(description = "The schedule that the recurring transfer will be executed on.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRecurringSchedule { public static final String SERIALIZED_NAME_INTERVAL_UNIT = "interval_unit"; @SerializedName(SERIALIZED_NAME_INTERVAL_UNIT) diff --git a/src/main/java/com/plaid/client/model/TransferRecurringStatus.java b/src/main/java/com/plaid/client/model/TransferRecurringStatus.java index 0167c7ee3d..9b12cbd7dc 100644 --- a/src/main/java/com/plaid/client/model/TransferRecurringStatus.java +++ b/src/main/java/com/plaid/client/model/TransferRecurringStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferRefund.java b/src/main/java/com/plaid/client/model/TransferRefund.java index e66fccd064..a3fc920921 100644 --- a/src/main/java/com/plaid/client/model/TransferRefund.java +++ b/src/main/java/com/plaid/client/model/TransferRefund.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Represents a refund within the Transfers API. */ @ApiModel(description = "Represents a refund within the Transfers API.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefund { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRefundCancelRequest.java b/src/main/java/com/plaid/client/model/TransferRefundCancelRequest.java index b5279a52db..dba80b7c21 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundCancelRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRefundCancelRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/refund/cancel` */ @ApiModel(description = "Defines the request schema for `/transfer/refund/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundCancelRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRefundCancelResponse.java b/src/main/java/com/plaid/client/model/TransferRefundCancelResponse.java index 303f0908a7..8810a79c30 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundCancelResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRefundCancelResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the response schema for `/transfer/refund/cancel` */ @ApiModel(description = "Defines the response schema for `/transfer/refund/cancel`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundCancelResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRefundCreateRequest.java b/src/main/java/com/plaid/client/model/TransferRefundCreateRequest.java index e151bf714f..0395489626 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundCreateRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRefundCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/refund/create` */ @ApiModel(description = "Defines the request schema for `/transfer/refund/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRefundCreateResponse.java b/src/main/java/com/plaid/client/model/TransferRefundCreateResponse.java index c16b775f72..ed42549f7f 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundCreateResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRefundCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/refund/create` */ @ApiModel(description = "Defines the response schema for `/transfer/refund/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundCreateResponse { public static final String SERIALIZED_NAME_REFUND = "refund"; @SerializedName(SERIALIZED_NAME_REFUND) diff --git a/src/main/java/com/plaid/client/model/TransferRefundFailure.java b/src/main/java/com/plaid/client/model/TransferRefundFailure.java index fd4804aca9..95997f77c5 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundFailure.java +++ b/src/main/java/com/plaid/client/model/TransferRefundFailure.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * The failure reason if the event type for a refund is `\"failed\"` or `\"returned\"`. Null value otherwise. + * The failure reason if the status for a refund is `\"failed\"` or `\"returned\"`. Null value otherwise. */ -@ApiModel(description = "The failure reason if the event type for a refund is `\"failed\"` or `\"returned\"`. Null value otherwise.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "The failure reason if the status for a refund is `\"failed\"` or `\"returned\"`. Null value otherwise.") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundFailure { public static final String SERIALIZED_NAME_FAILURE_CODE = "failure_code"; @SerializedName(SERIALIZED_NAME_FAILURE_CODE) diff --git a/src/main/java/com/plaid/client/model/TransferRefundGetRequest.java b/src/main/java/com/plaid/client/model/TransferRefundGetRequest.java index 66520332a9..f836231ae5 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRefundGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/refund/get` */ @ApiModel(description = "Defines the request schema for `/transfer/refund/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRefundGetResponse.java b/src/main/java/com/plaid/client/model/TransferRefundGetResponse.java index 5e5980b584..82569a9416 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRefundGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/refund/get` */ @ApiModel(description = "Defines the response schema for `/transfer/refund/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRefundGetResponse { public static final String SERIALIZED_NAME_REFUND = "refund"; @SerializedName(SERIALIZED_NAME_REFUND) diff --git a/src/main/java/com/plaid/client/model/TransferRefundStatus.java b/src/main/java/com/plaid/client/model/TransferRefundStatus.java index 460f5e8217..35cdb7e2d1 100644 --- a/src/main/java/com/plaid/client/model/TransferRefundStatus.java +++ b/src/main/java/com/plaid/client/model/TransferRefundStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferRepayment.java b/src/main/java/com/plaid/client/model/TransferRepayment.java index 915d38631b..9f71a59acf 100644 --- a/src/main/java/com/plaid/client/model/TransferRepayment.java +++ b/src/main/java/com/plaid/client/model/TransferRepayment.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * A repayment is created automatically after one or more guaranteed transactions receive a return. If there are multiple eligible returns in a day, they are batched together into a single repayment. Repayments are sent over ACH, with funds typically available on the next banking day. */ @ApiModel(description = "A repayment is created automatically after one or more guaranteed transactions receive a return. If there are multiple eligible returns in a day, they are batched together into a single repayment. Repayments are sent over ACH, with funds typically available on the next banking day.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepayment { public static final String SERIALIZED_NAME_REPAYMENT_ID = "repayment_id"; @SerializedName(SERIALIZED_NAME_REPAYMENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRepaymentListRequest.java b/src/main/java/com/plaid/client/model/TransferRepaymentListRequest.java index 14d97e394b..5885c2e6f4 100644 --- a/src/main/java/com/plaid/client/model/TransferRepaymentListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRepaymentListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the request schema for `/transfer/repayment/list` */ @ApiModel(description = "Defines the request schema for `/transfer/repayment/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepaymentListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRepaymentListResponse.java b/src/main/java/com/plaid/client/model/TransferRepaymentListResponse.java index 6f30650e22..58d8cb9797 100644 --- a/src/main/java/com/plaid/client/model/TransferRepaymentListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRepaymentListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/repayment/list` */ @ApiModel(description = "Defines the response schema for `/transfer/repayment/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepaymentListResponse { public static final String SERIALIZED_NAME_REPAYMENTS = "repayments"; @SerializedName(SERIALIZED_NAME_REPAYMENTS) diff --git a/src/main/java/com/plaid/client/model/TransferRepaymentReturn.java b/src/main/java/com/plaid/client/model/TransferRepaymentReturn.java index 1a352fbdc1..24dc9ca305 100644 --- a/src/main/java/com/plaid/client/model/TransferRepaymentReturn.java +++ b/src/main/java/com/plaid/client/model/TransferRepaymentReturn.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Represents a return on a Guaranteed ACH transfer that is included in the specified repayment. */ @ApiModel(description = "Represents a return on a Guaranteed ACH transfer that is included in the specified repayment.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepaymentReturn { public static final String SERIALIZED_NAME_TRANSFER_ID = "transfer_id"; @SerializedName(SERIALIZED_NAME_TRANSFER_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRepaymentReturnListRequest.java b/src/main/java/com/plaid/client/model/TransferRepaymentReturnListRequest.java index a7ca9a05ae..66892b3e2c 100644 --- a/src/main/java/com/plaid/client/model/TransferRepaymentReturnListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferRepaymentReturnListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/repayment/return/list` */ @ApiModel(description = "Defines the request schema for `/transfer/repayment/return/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepaymentReturnListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java b/src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java index 128b53947e..8ac1c60c7e 100644 --- a/src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/repayment/return/list` */ @ApiModel(description = "Defines the response schema for `/transfer/repayment/return/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferRepaymentReturnListResponse { public static final String SERIALIZED_NAME_REPAYMENT_RETURNS = "repayment_returns"; @SerializedName(SERIALIZED_NAME_REPAYMENT_RETURNS) diff --git a/src/main/java/com/plaid/client/model/TransferReturnRecoverRequest.java b/src/main/java/com/plaid/client/model/TransferReturnRecoverRequest.java new file mode 100644 index 0000000000..aa6ff21744 --- /dev/null +++ b/src/main/java/com/plaid/client/model/TransferReturnRecoverRequest.java @@ -0,0 +1,212 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines the request schema for `/transfer/return/recover` + */ +@ApiModel(description = "Defines the request schema for `/transfer/return/recover`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class TransferReturnRecoverRequest { + public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; + @SerializedName(SERIALIZED_NAME_CLIENT_ID) + private String clientId; + + public static final String SERIALIZED_NAME_SECRET = "secret"; + @SerializedName(SERIALIZED_NAME_SECRET) + private String secret; + + public static final String SERIALIZED_NAME_TRANSFER_ID = "transfer_id"; + @SerializedName(SERIALIZED_NAME_TRANSFER_ID) + private String transferId; + + public static final String SERIALIZED_NAME_AMOUNT = "amount"; + @SerializedName(SERIALIZED_NAME_AMOUNT) + private String amount; + + public static final String SERIALIZED_NAME_IDEMPOTENCY_KEY = "idempotency_key"; + @SerializedName(SERIALIZED_NAME_IDEMPOTENCY_KEY) + private String idempotencyKey; + + + public TransferReturnRecoverRequest clientId(String clientId) { + + this.clientId = clientId; + return this; + } + + /** + * Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. + * @return clientId + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") + + public String getClientId() { + return clientId; + } + + + public void setClientId(String clientId) { + this.clientId = clientId; + } + + + public TransferReturnRecoverRequest secret(String secret) { + + this.secret = secret; + return this; + } + + /** + * Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. + * @return secret + **/ + @javax.annotation.Nullable + @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") + + public String getSecret() { + return secret; + } + + + public void setSecret(String secret) { + this.secret = secret; + } + + + public TransferReturnRecoverRequest transferId(String transferId) { + + this.transferId = transferId; + return this; + } + + /** + * The ID of the returned transfer that was recovered. + * @return transferId + **/ + @ApiModelProperty(required = true, value = "The ID of the returned transfer that was recovered.") + + public String getTransferId() { + return transferId; + } + + + public void setTransferId(String transferId) { + this.transferId = transferId; + } + + + public TransferReturnRecoverRequest amount(String amount) { + + this.amount = amount; + return this; + } + + /** + * The amount being recovered (decimal string with two digits of precision e.g. \"10.00\"). The sum of recovered amounts across calls cannot exceed the original transfer's amount. + * @return amount + **/ + @ApiModelProperty(required = true, value = "The amount being recovered (decimal string with two digits of precision e.g. \"10.00\"). The sum of recovered amounts across calls cannot exceed the original transfer's amount.") + + public String getAmount() { + return amount; + } + + + public void setAmount(String amount) { + this.amount = amount; + } + + + public TransferReturnRecoverRequest idempotencyKey(String idempotencyKey) { + + this.idempotencyKey = idempotencyKey; + return this; + } + + /** + * A random key provided by the client, per unique recovery. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to report a recovery fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recovery is recorded. + * @return idempotencyKey + **/ + @ApiModelProperty(required = true, value = "A random key provided by the client, per unique recovery. Maximum of 50 characters. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. For example, if a request to report a recovery fails due to a network connection error, you can retry the request with the same idempotency key to guarantee that only a single recovery is recorded.") + + public String getIdempotencyKey() { + return idempotencyKey; + } + + + public void setIdempotencyKey(String idempotencyKey) { + this.idempotencyKey = idempotencyKey; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TransferReturnRecoverRequest transferReturnRecoverRequest = (TransferReturnRecoverRequest) o; + return Objects.equals(this.clientId, transferReturnRecoverRequest.clientId) && + Objects.equals(this.secret, transferReturnRecoverRequest.secret) && + Objects.equals(this.transferId, transferReturnRecoverRequest.transferId) && + Objects.equals(this.amount, transferReturnRecoverRequest.amount) && + Objects.equals(this.idempotencyKey, transferReturnRecoverRequest.idempotencyKey); + } + + @Override + public int hashCode() { + return Objects.hash(clientId, secret, transferId, amount, idempotencyKey); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TransferReturnRecoverRequest {\n"); + sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); + sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); + sb.append(" transferId: ").append(toIndentedString(transferId)).append("\n"); + sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); + sb.append(" idempotencyKey: ").append(toIndentedString(idempotencyKey)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java b/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java new file mode 100644 index 0000000000..a24bbd1a13 --- /dev/null +++ b/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java @@ -0,0 +1,98 @@ +/* + * The Plaid API + * The Plaid REST API. Please see https://plaid.com/docs/api for more details. + * + * The version of the OpenAPI document: 2020-09-14_1.706.1 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package com.plaid.client.model; + +import java.util.Objects; +import java.util.Arrays; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import io.swagger.annotations.ApiModel; +import io.swagger.annotations.ApiModelProperty; +import java.io.IOException; + +/** + * Defines the response schema for `/transfer/return/recover` + */ +@ApiModel(description = "Defines the response schema for `/transfer/return/recover`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") +public class TransferReturnRecoverResponse { + public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; + @SerializedName(SERIALIZED_NAME_REQUEST_ID) + private String requestId; + + + public TransferReturnRecoverResponse requestId(String requestId) { + + this.requestId = requestId; + return this; + } + + /** + * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. + * @return requestId + **/ + @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") + + public String getRequestId() { + return requestId; + } + + + public void setRequestId(String requestId) { + this.requestId = requestId; + } + + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TransferReturnRecoverResponse transferReturnRecoverResponse = (TransferReturnRecoverResponse) o; + return Objects.equals(this.requestId, transferReturnRecoverResponse.requestId); + } + + @Override + public int hashCode() { + return Objects.hash(requestId); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TransferReturnRecoverResponse {\n"); + sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces + * (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } + +} + diff --git a/src/main/java/com/plaid/client/model/TransferScheduleIntervalUnit.java b/src/main/java/com/plaid/client/model/TransferScheduleIntervalUnit.java index 388c45b639..59a6a7b2d8 100644 --- a/src/main/java/com/plaid/client/model/TransferScheduleIntervalUnit.java +++ b/src/main/java/com/plaid/client/model/TransferScheduleIntervalUnit.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferStatus.java b/src/main/java/com/plaid/client/model/TransferStatus.java index b03429e772..bdb25a9495 100644 --- a/src/main/java/com/plaid/client/model/TransferStatus.java +++ b/src/main/java/com/plaid/client/model/TransferStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferSweep.java b/src/main/java/com/plaid/client/model/TransferSweep.java index 7c04f28669..bef640fc8e 100644 --- a/src/main/java/com/plaid/client/model/TransferSweep.java +++ b/src/main/java/com/plaid/client/model/TransferSweep.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Describes a sweep of funds to / from the sweep account. A sweep is associated with many sweep events (events of type `swept` or `return_swept`) which can be retrieved by invoking the `/transfer/event/list` endpoint with the corresponding `sweep_id`. `swept` events occur when the transfer amount is credited or debited from your sweep account, depending on the `type` of the transfer. `return_swept` events occur when a transfer is returned and Plaid undoes the credit or debit. The total sum of the `swept` and `return_swept` events is equal to the `amount` of the sweep Plaid creates and matches the amount of the entry on your sweep account ledger. */ @ApiModel(description = "Describes a sweep of funds to / from the sweep account. A sweep is associated with many sweep events (events of type `swept` or `return_swept`) which can be retrieved by invoking the `/transfer/event/list` endpoint with the corresponding `sweep_id`. `swept` events occur when the transfer amount is credited or debited from your sweep account, depending on the `type` of the transfer. `return_swept` events occur when a transfer is returned and Plaid undoes the credit or debit. The total sum of the `swept` and `return_swept` events is equal to the `amount` of the sweep Plaid creates and matches the amount of the entry on your sweep account ledger.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferSweep { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/TransferSweepGetRequest.java b/src/main/java/com/plaid/client/model/TransferSweepGetRequest.java index 25170a8fef..9e3eceeda2 100644 --- a/src/main/java/com/plaid/client/model/TransferSweepGetRequest.java +++ b/src/main/java/com/plaid/client/model/TransferSweepGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Defines the request schema for `/transfer/sweep/get` */ @ApiModel(description = "Defines the request schema for `/transfer/sweep/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferSweepGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferSweepGetResponse.java b/src/main/java/com/plaid/client/model/TransferSweepGetResponse.java index 1b33531c9c..b6ed3b2c41 100644 --- a/src/main/java/com/plaid/client/model/TransferSweepGetResponse.java +++ b/src/main/java/com/plaid/client/model/TransferSweepGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the response schema for `/transfer/sweep/get` */ @ApiModel(description = "Defines the response schema for `/transfer/sweep/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferSweepGetResponse { public static final String SERIALIZED_NAME_SWEEP = "sweep"; @SerializedName(SERIALIZED_NAME_SWEEP) diff --git a/src/main/java/com/plaid/client/model/TransferSweepListRequest.java b/src/main/java/com/plaid/client/model/TransferSweepListRequest.java index 269485053c..39147b753a 100644 --- a/src/main/java/com/plaid/client/model/TransferSweepListRequest.java +++ b/src/main/java/com/plaid/client/model/TransferSweepListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the request schema for `/transfer/sweep/list` */ @ApiModel(description = "Defines the request schema for `/transfer/sweep/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferSweepListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/TransferSweepListResponse.java b/src/main/java/com/plaid/client/model/TransferSweepListResponse.java index e09b5a1496..10a40f12b4 100644 --- a/src/main/java/com/plaid/client/model/TransferSweepListResponse.java +++ b/src/main/java/com/plaid/client/model/TransferSweepListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Defines the response schema for `/transfer/sweep/list` */ @ApiModel(description = "Defines the response schema for `/transfer/sweep/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferSweepListResponse { public static final String SERIALIZED_NAME_SWEEPS = "sweeps"; @SerializedName(SERIALIZED_NAME_SWEEPS) diff --git a/src/main/java/com/plaid/client/model/TransferSweepStatus.java b/src/main/java/com/plaid/client/model/TransferSweepStatus.java index 6e48f2a7c9..22d9afb67c 100644 --- a/src/main/java/com/plaid/client/model/TransferSweepStatus.java +++ b/src/main/java/com/plaid/client/model/TransferSweepStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferTestClock.java b/src/main/java/com/plaid/client/model/TransferTestClock.java index 811e683781..ab58de38dc 100644 --- a/src/main/java/com/plaid/client/model/TransferTestClock.java +++ b/src/main/java/com/plaid/client/model/TransferTestClock.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Defines the test clock for a transfer. */ @ApiModel(description = "Defines the test clock for a transfer.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferTestClock { public static final String SERIALIZED_NAME_TEST_CLOCK_ID = "test_clock_id"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK_ID) diff --git a/src/main/java/com/plaid/client/model/TransferType.java b/src/main/java/com/plaid/client/model/TransferType.java index 1194408b59..9d967fceaf 100644 --- a/src/main/java/com/plaid/client/model/TransferType.java +++ b/src/main/java/com/plaid/client/model/TransferType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/TransferUserAddressInRequest.java b/src/main/java/com/plaid/client/model/TransferUserAddressInRequest.java index f5ddb491ad..8fd752ca2f 100644 --- a/src/main/java/com/plaid/client/model/TransferUserAddressInRequest.java +++ b/src/main/java/com/plaid/client/model/TransferUserAddressInRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address associated with the account holder. */ @ApiModel(description = "The address associated with the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferUserAddressInRequest { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/TransferUserAddressInResponse.java b/src/main/java/com/plaid/client/model/TransferUserAddressInResponse.java index c170ea92a9..437d7b84f6 100644 --- a/src/main/java/com/plaid/client/model/TransferUserAddressInResponse.java +++ b/src/main/java/com/plaid/client/model/TransferUserAddressInResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The address associated with the account holder. */ @ApiModel(description = "The address associated with the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferUserAddressInResponse { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/TransferUserInRequest.java b/src/main/java/com/plaid/client/model/TransferUserInRequest.java index 13389115bf..2700c95cbe 100644 --- a/src/main/java/com/plaid/client/model/TransferUserInRequest.java +++ b/src/main/java/com/plaid/client/model/TransferUserInRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The legal name and other information for the account holder. */ @ApiModel(description = "The legal name and other information for the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferUserInRequest { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferUserInRequestDeprecated.java b/src/main/java/com/plaid/client/model/TransferUserInRequestDeprecated.java index 14c7bafc90..d38b82399e 100644 --- a/src/main/java/com/plaid/client/model/TransferUserInRequestDeprecated.java +++ b/src/main/java/com/plaid/client/model/TransferUserInRequestDeprecated.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The legal name and other information for the account holder. */ @ApiModel(description = "The legal name and other information for the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferUserInRequestDeprecated { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferUserInResponse.java b/src/main/java/com/plaid/client/model/TransferUserInResponse.java index 7ec7b0cf06..cfb14ff0e0 100644 --- a/src/main/java/com/plaid/client/model/TransferUserInResponse.java +++ b/src/main/java/com/plaid/client/model/TransferUserInResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The legal name and other information for the account holder. */ @ApiModel(description = "The legal name and other information for the account holder.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferUserInResponse { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) diff --git a/src/main/java/com/plaid/client/model/TransferWireDetails.java b/src/main/java/com/plaid/client/model/TransferWireDetails.java index fce69a58ea..a43fffc085 100644 --- a/src/main/java/com/plaid/client/model/TransferWireDetails.java +++ b/src/main/java/com/plaid/client/model/TransferWireDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Information specific to wire transfers. */ @ApiModel(description = "Information specific to wire transfers.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TransferWireDetails { public static final String SERIALIZED_NAME_MESSAGE_TO_BENEFICIARY = "message_to_beneficiary"; @SerializedName(SERIALIZED_NAME_MESSAGE_TO_BENEFICIARY) diff --git a/src/main/java/com/plaid/client/model/TrustIndex.java b/src/main/java/com/plaid/client/model/TrustIndex.java index 6659279ebc..7d853b9484 100644 --- a/src/main/java/com/plaid/client/model/TrustIndex.java +++ b/src/main/java/com/plaid/client/model/TrustIndex.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Represents a calculated Trust Index Score. */ @ApiModel(description = "Represents a calculated Trust Index Score.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TrustIndex { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/TrustIndexSubscore.java b/src/main/java/com/plaid/client/model/TrustIndexSubscore.java index 7571abcea5..b2f5b592ac 100644 --- a/src/main/java/com/plaid/client/model/TrustIndexSubscore.java +++ b/src/main/java/com/plaid/client/model/TrustIndexSubscore.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Represents Trust Index Subscore. */ @ApiModel(description = "Represents Trust Index Subscore.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TrustIndexSubscore { public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) diff --git a/src/main/java/com/plaid/client/model/TrustIndexSubscores.java b/src/main/java/com/plaid/client/model/TrustIndexSubscores.java index 4a5e7d8894..d1b276b142 100644 --- a/src/main/java/com/plaid/client/model/TrustIndexSubscores.java +++ b/src/main/java/com/plaid/client/model/TrustIndexSubscores.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Contains sub-score metadata. */ @ApiModel(description = "Contains sub-score metadata.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TrustIndexSubscores { public static final String SERIALIZED_NAME_DEVICE_AND_CONNECTION = "device_and_connection"; @SerializedName(SERIALIZED_NAME_DEVICE_AND_CONNECTION) diff --git a/src/main/java/com/plaid/client/model/TrustedDeviceData.java b/src/main/java/com/plaid/client/model/TrustedDeviceData.java index e101752b1b..2ffea6eaa2 100644 --- a/src/main/java/com/plaid/client/model/TrustedDeviceData.java +++ b/src/main/java/com/plaid/client/model/TrustedDeviceData.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Trusted Device data associated with the previous Link session. */ @ApiModel(description = "Trusted Device data associated with the previous Link session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class TrustedDeviceData { public static final String SERIALIZED_NAME_TRUST_LEVEL = "trust_level"; @SerializedName(SERIALIZED_NAME_TRUST_LEVEL) diff --git a/src/main/java/com/plaid/client/model/UpdateEntityScreeningRequestSearchTerms.java b/src/main/java/com/plaid/client/model/UpdateEntityScreeningRequestSearchTerms.java index 4905932097..da59b8009f 100644 --- a/src/main/java/com/plaid/client/model/UpdateEntityScreeningRequestSearchTerms.java +++ b/src/main/java/com/plaid/client/model/UpdateEntityScreeningRequestSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search terms for editing an entity watchlist screening */ @ApiModel(description = "Search terms for editing an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UpdateEntityScreeningRequestSearchTerms { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID = "entity_watchlist_program_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/UpdateIndividualScreeningRequestSearchTerms.java b/src/main/java/com/plaid/client/model/UpdateIndividualScreeningRequestSearchTerms.java index 62cba69dd8..180d620891 100644 --- a/src/main/java/com/plaid/client/model/UpdateIndividualScreeningRequestSearchTerms.java +++ b/src/main/java/com/plaid/client/model/UpdateIndividualScreeningRequestSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search terms for editing an individual watchlist screening */ @ApiModel(description = "Search terms for editing an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UpdateIndividualScreeningRequestSearchTerms { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAM_ID = "watchlist_program_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentity.java b/src/main/java/com/plaid/client/model/UserAccountIdentity.java index 8f026a9dc5..594f624cc8 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentity.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentity.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The identity data permissioned by the end user during the authorization flow. */ @ApiModel(description = "The identity data permissioned by the end user during the authorization flow.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentity { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentityAddress.java b/src/main/java/com/plaid/client/model/UserAccountIdentityAddress.java index a2e983de31..0ce74e1aaa 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentityAddress.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentityAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The user's address. */ @ApiModel(description = "The user's address.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentityAddress { public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentityEditCounts.java b/src/main/java/com/plaid/client/model/UserAccountIdentityEditCounts.java index 7dc2d77bf8..033fc085fe 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentityEditCounts.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentityEditCounts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Edit counts over various time periods. */ @ApiModel(description = "Edit counts over various time periods.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentityEditCounts { public static final String SERIALIZED_NAME_EDITS_CURRENT = "edits_current"; @SerializedName(SERIALIZED_NAME_EDITS_CURRENT) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentityEditHistory.java b/src/main/java/com/plaid/client/model/UserAccountIdentityEditHistory.java index d56172c88c..053e9b5d23 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentityEditHistory.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentityEditHistory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Statistics tracking the number of edits made to identity fields over various time periods. */ @ApiModel(description = "Statistics tracking the number of edits made to identity fields over various time periods.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentityEditHistory { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentityName.java b/src/main/java/com/plaid/client/model/UserAccountIdentityName.java index cf9f1f255b..8d2c4ad8bb 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentityName.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentityName.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * The user's first name and last name. */ @ApiModel(description = "The user's first name and last name.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentityName { public static final String SERIALIZED_NAME_FIRST_NAME = "first_name"; @SerializedName(SERIALIZED_NAME_FIRST_NAME) diff --git a/src/main/java/com/plaid/client/model/UserAccountIdentityOfficialDocument.java b/src/main/java/com/plaid/client/model/UserAccountIdentityOfficialDocument.java index 8dfc5431ff..9d0942a0b4 100644 --- a/src/main/java/com/plaid/client/model/UserAccountIdentityOfficialDocument.java +++ b/src/main/java/com/plaid/client/model/UserAccountIdentityOfficialDocument.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Official identity document edit statistics. */ @ApiModel(description = "Official identity document edit statistics.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountIdentityOfficialDocument { public static final String SERIALIZED_NAME_SSN = "ssn"; @SerializedName(SERIALIZED_NAME_SSN) diff --git a/src/main/java/com/plaid/client/model/UserAccountItem.java b/src/main/java/com/plaid/client/model/UserAccountItem.java index 93a24c4a8d..ff29f931e4 100644 --- a/src/main/java/com/plaid/client/model/UserAccountItem.java +++ b/src/main/java/com/plaid/client/model/UserAccountItem.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An Item created during a Layer authorization session. */ @ApiModel(description = "An Item created during a Layer authorization session.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountItem { public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) diff --git a/src/main/java/com/plaid/client/model/UserAccountRevokedWebhook.java b/src/main/java/com/plaid/client/model/UserAccountRevokedWebhook.java index 34e8097834..e64cfb61ed 100644 --- a/src/main/java/com/plaid/client/model/UserAccountRevokedWebhook.java +++ b/src/main/java/com/plaid/client/model/UserAccountRevokedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The `USER_ACCOUNT_REVOKED` webhook is fired when an end user has revoked access to their account on the Data Provider's portal. This webhook is currently sent only for PNC Items, but may be sent in the future for other financial institutions that allow account-level permissions revocation through their portals. Upon receiving this webhook, it is recommended to delete any Plaid-derived data you have stored that is associated with the revoked account. If you are using Auth and receive this webhook, this webhook indicates that the TAN associated with the revoked account is no longer valid and cannot be used to create new transfers. You should not create new ACH transfers for the account that was revoked until access has been re-granted. You can request the user to re-grant access to their account by sending them through [update mode](https://plaid.com/docs/link/update-mode). Alternatively, they may re-grant access directly through the Data Provider's portal. After the user has re-granted access, Auth customers should call the auth endpoint again to obtain the new TAN. */ @ApiModel(description = "The `USER_ACCOUNT_REVOKED` webhook is fired when an end user has revoked access to their account on the Data Provider's portal. This webhook is currently sent only for PNC Items, but may be sent in the future for other financial institutions that allow account-level permissions revocation through their portals. Upon receiving this webhook, it is recommended to delete any Plaid-derived data you have stored that is associated with the revoked account. If you are using Auth and receive this webhook, this webhook indicates that the TAN associated with the revoked account is no longer valid and cannot be used to create new transfers. You should not create new ACH transfers for the account that was revoked until access has been re-granted. You can request the user to re-grant access to their account by sending them through [update mode](https://plaid.com/docs/link/update-mode). Alternatively, they may re-grant access directly through the Data Provider's portal. After the user has re-granted access, Auth customers should call the auth endpoint again to obtain the new TAN.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountRevokedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/UserAccountSessionEvent.java b/src/main/java/com/plaid/client/model/UserAccountSessionEvent.java index b04eb57b51..1a6674185d 100644 --- a/src/main/java/com/plaid/client/model/UserAccountSessionEvent.java +++ b/src/main/java/com/plaid/client/model/UserAccountSessionEvent.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Event data for user account session tracking */ @ApiModel(description = "Event data for user account session tracking") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountSessionEvent { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/UserAccountSessionEventSendRequest.java b/src/main/java/com/plaid/client/model/UserAccountSessionEventSendRequest.java index ee79a3000a..d312aa1b99 100644 --- a/src/main/java/com/plaid/client/model/UserAccountSessionEventSendRequest.java +++ b/src/main/java/com/plaid/client/model/UserAccountSessionEventSendRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * UserAccountSessionEventSendRequest defines the request schema for `/user_account/session/event/send` */ @ApiModel(description = "UserAccountSessionEventSendRequest defines the request schema for `/user_account/session/event/send`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountSessionEventSendRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserAccountSessionEventSendResponse.java b/src/main/java/com/plaid/client/model/UserAccountSessionEventSendResponse.java index b5852b906a..0eda030b72 100644 --- a/src/main/java/com/plaid/client/model/UserAccountSessionEventSendResponse.java +++ b/src/main/java/com/plaid/client/model/UserAccountSessionEventSendResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserAccountSessionEventSendResponse defines the response schema for `/user_account/session/event/send` */ @ApiModel(description = "UserAccountSessionEventSendResponse defines the response schema for `/user_account/session/event/send`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountSessionEventSendResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserAccountSessionGetRequest.java b/src/main/java/com/plaid/client/model/UserAccountSessionGetRequest.java index 6cf42ea788..91e56025e7 100644 --- a/src/main/java/com/plaid/client/model/UserAccountSessionGetRequest.java +++ b/src/main/java/com/plaid/client/model/UserAccountSessionGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserAccountSessionGetRequest defines the request schema for `/user_account/session/get` */ @ApiModel(description = "UserAccountSessionGetRequest defines the request schema for `/user_account/session/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountSessionGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserAccountSessionGetResponse.java b/src/main/java/com/plaid/client/model/UserAccountSessionGetResponse.java index 0562b3ad5c..07be7a4a77 100644 --- a/src/main/java/com/plaid/client/model/UserAccountSessionGetResponse.java +++ b/src/main/java/com/plaid/client/model/UserAccountSessionGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * UserAccountSessionGetResponse defines the response schema for `/user_account/session/get` */ @ApiModel(description = "UserAccountSessionGetResponse defines the response schema for `/user_account/session/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAccountSessionGetResponse { public static final String SERIALIZED_NAME_IDENTITY = "identity"; @SerializedName(SERIALIZED_NAME_IDENTITY) diff --git a/src/main/java/com/plaid/client/model/UserAddress.java b/src/main/java/com/plaid/client/model/UserAddress.java index f9401bbb47..bced2cdaf4 100644 --- a/src/main/java/com/plaid/client/model/UserAddress.java +++ b/src/main/java/com/plaid/client/model/UserAddress.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Home address for the user. Supported values are: not provided, address with only country code or full address. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country). */ @ApiModel(description = "Home address for the user. Supported values are: not provided, address with only country code or full address. For more context on this field, see [Input Validation by Country](https://plaid.com/docs/identity-verification/hybrid-input-validation/#input-validation-by-country).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserAddress { public static final String SERIALIZED_NAME_STREET = "street"; @SerializedName(SERIALIZED_NAME_STREET) diff --git a/src/main/java/com/plaid/client/model/UserBasedProducts.java b/src/main/java/com/plaid/client/model/UserBasedProducts.java index 446e98e231..d6035529cb 100644 --- a/src/main/java/com/plaid/client/model/UserBasedProducts.java +++ b/src/main/java/com/plaid/client/model/UserBasedProducts.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/UserCreateRequest.java b/src/main/java/com/plaid/client/model/UserCreateRequest.java index 90c1218259..182e9969b8 100644 --- a/src/main/java/com/plaid/client/model/UserCreateRequest.java +++ b/src/main/java/com/plaid/client/model/UserCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * UserCreateRequest defines the request schema for `/user/create` */ @ApiModel(description = "UserCreateRequest defines the request schema for `/user/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserCreateResponse.java b/src/main/java/com/plaid/client/model/UserCreateResponse.java index ac54a1e22a..9cdf212837 100644 --- a/src/main/java/com/plaid/client/model/UserCreateResponse.java +++ b/src/main/java/com/plaid/client/model/UserCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserCreateResponse defines the response schema for `/user/create` */ @ApiModel(description = "UserCreateResponse defines the response schema for `/user/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserCreateResponse { public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) diff --git a/src/main/java/com/plaid/client/model/UserCustomPassword.java b/src/main/java/com/plaid/client/model/UserCustomPassword.java index a55f9f2c1a..e2d3581fce 100644 --- a/src/main/java/com/plaid/client/model/UserCustomPassword.java +++ b/src/main/java/com/plaid/client/model/UserCustomPassword.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Custom test accounts are configured with a JSON configuration object formulated according to the schema below. All top level fields are optional. Sending an empty object as a configuration will result in an account configured with random balances and transaction history. */ @ApiModel(description = "Custom test accounts are configured with a JSON configuration object formulated according to the schema below. All top level fields are optional. Sending an empty object as a configuration will result in an account configured with random balances and transaction history.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserCustomPassword { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/src/main/java/com/plaid/client/model/UserDataOverview.java b/src/main/java/com/plaid/client/model/UserDataOverview.java index 2af2e8ec9a..6196bf53e1 100644 --- a/src/main/java/com/plaid/client/model/UserDataOverview.java +++ b/src/main/java/com/plaid/client/model/UserDataOverview.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * metadata for the set of insights provided in `TransactionsUserInsightsGetResponse` */ @ApiModel(description = "metadata for the set of insights provided in `TransactionsUserInsightsGetResponse`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserDataOverview { public static final String SERIALIZED_NAME_TRANSACTION_COUNT = "transaction_count"; @SerializedName(SERIALIZED_NAME_TRANSACTION_COUNT) diff --git a/src/main/java/com/plaid/client/model/UserFinancialDataRefreshRequest.java b/src/main/java/com/plaid/client/model/UserFinancialDataRefreshRequest.java index 1163737e71..dd31cffbe9 100644 --- a/src/main/java/com/plaid/client/model/UserFinancialDataRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/UserFinancialDataRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * UserFinancialDataRefreshRequest defines the request schema for `user/financial_data/refresh` + * UserFinancialDataRefreshRequest defines the request schema for `/user/financial_data/refresh` */ -@ApiModel(description = "UserFinancialDataRefreshRequest defines the request schema for `user/financial_data/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserFinancialDataRefreshRequest defines the request schema for `/user/financial_data/refresh`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserFinancialDataRefreshRequest { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/UserFinancialDataRefreshResponse.java b/src/main/java/com/plaid/client/model/UserFinancialDataRefreshResponse.java index 66724db69a..7de98756f7 100644 --- a/src/main/java/com/plaid/client/model/UserFinancialDataRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/UserFinancialDataRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * UserFinancialDataRefreshResponse defines the response schema for `user/financial_data/refresh` + * UserFinancialDataRefreshResponse defines the response schema for `/user/financial_data/refresh` */ -@ApiModel(description = "UserFinancialDataRefreshResponse defines the response schema for `user/financial_data/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserFinancialDataRefreshResponse defines the response schema for `/user/financial_data/refresh`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserFinancialDataRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserGetRequest.java b/src/main/java/com/plaid/client/model/UserGetRequest.java index 30e701873a..116be40e6c 100644 --- a/src/main/java/com/plaid/client/model/UserGetRequest.java +++ b/src/main/java/com/plaid/client/model/UserGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserGetRequest defines the request schema for `/user/get`. */ @ApiModel(description = "UserGetRequest defines the request schema for `/user/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserGetResponse.java b/src/main/java/com/plaid/client/model/UserGetResponse.java index 0b2546b51d..99132bc7a2 100644 --- a/src/main/java/com/plaid/client/model/UserGetResponse.java +++ b/src/main/java/com/plaid/client/model/UserGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * UserGetResponse defines the response schema for `/user/get`. */ @ApiModel(description = "UserGetResponse defines the response schema for `/user/get`.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserGetResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserIDNumber.java b/src/main/java/com/plaid/client/model/UserIDNumber.java index c83b65685a..4eeec8b417 100644 --- a/src/main/java/com/plaid/client/model/UserIDNumber.java +++ b/src/main/java/com/plaid/client/model/UserIDNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * ID number submitted by the user, currently used only for the Identity Verification product. If the user has not submitted this data yet, this field will be `null`. Otherwise, both fields are guaranteed to be filled. */ @ApiModel(description = "ID number submitted by the user, currently used only for the Identity Verification product. If the user has not submitted this data yet, this field will be `null`. Otherwise, both fields are guaranteed to be filled.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserIDNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/UserIdentityRemoveRequest.java b/src/main/java/com/plaid/client/model/UserIdentityRemoveRequest.java index 36e44117c4..0dc5051e55 100644 --- a/src/main/java/com/plaid/client/model/UserIdentityRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/UserIdentityRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserIdentityRemoveRequest defines the request schema for `/user/identity/remove` */ @ApiModel(description = "UserIdentityRemoveRequest defines the request schema for `/user/identity/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserIdentityRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserIdentityRemoveResponse.java b/src/main/java/com/plaid/client/model/UserIdentityRemoveResponse.java index abd092930b..0212edb3d3 100644 --- a/src/main/java/com/plaid/client/model/UserIdentityRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/UserIdentityRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserIdentityRemoveResponse defines the response schema for `/user/identity/remove` */ @ApiModel(description = "UserIdentityRemoveResponse defines the response schema for `/user/identity/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserIdentityRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserItemsAssociateRequest.java b/src/main/java/com/plaid/client/model/UserItemsAssociateRequest.java index 3ed05e89bd..d635161a71 100644 --- a/src/main/java/com/plaid/client/model/UserItemsAssociateRequest.java +++ b/src/main/java/com/plaid/client/model/UserItemsAssociateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * UserItemsAssociateRequest defines the request schema for `/user/items/associate` */ @ApiModel(description = "UserItemsAssociateRequest defines the request schema for `/user/items/associate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsAssociateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserItemsAssociateResponse.java b/src/main/java/com/plaid/client/model/UserItemsAssociateResponse.java index ebca9dca4e..d38002b69b 100644 --- a/src/main/java/com/plaid/client/model/UserItemsAssociateResponse.java +++ b/src/main/java/com/plaid/client/model/UserItemsAssociateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserItemsAssociateResponse defines the response schema for `/user/items/associate` */ @ApiModel(description = "UserItemsAssociateResponse defines the response schema for `/user/items/associate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsAssociateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserItemsGetRequest.java b/src/main/java/com/plaid/client/model/UserItemsGetRequest.java index e4b52a1a13..2790eeea37 100644 --- a/src/main/java/com/plaid/client/model/UserItemsGetRequest.java +++ b/src/main/java/com/plaid/client/model/UserItemsGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserItemsGetRequest defines the request schema for `/user/items/get` */ @ApiModel(description = "UserItemsGetRequest defines the request schema for `/user/items/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserItemsGetResponse.java b/src/main/java/com/plaid/client/model/UserItemsGetResponse.java index 7525d85b18..50338fa6e0 100644 --- a/src/main/java/com/plaid/client/model/UserItemsGetResponse.java +++ b/src/main/java/com/plaid/client/model/UserItemsGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * UserItemsGetResponse defines the response schema for `/user/items/get` */ @ApiModel(description = "UserItemsGetResponse defines the response schema for `/user/items/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsGetResponse { public static final String SERIALIZED_NAME_ITEMS = "items"; @SerializedName(SERIALIZED_NAME_ITEMS) diff --git a/src/main/java/com/plaid/client/model/UserItemsRemoveRequest.java b/src/main/java/com/plaid/client/model/UserItemsRemoveRequest.java index a3e4f7ce75..86d880ad10 100644 --- a/src/main/java/com/plaid/client/model/UserItemsRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/UserItemsRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * UserItemsRemoveRequest defines the request schema for `/user/items/remove` */ @ApiModel(description = "UserItemsRemoveRequest defines the request schema for `/user/items/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserItemsRemoveResponse.java b/src/main/java/com/plaid/client/model/UserItemsRemoveResponse.java index 62082d3631..8c92d558ff 100644 --- a/src/main/java/com/plaid/client/model/UserItemsRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/UserItemsRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserItemsRemoveResponse defines the response schema for `/user/items/remove` */ @ApiModel(description = "UserItemsRemoveResponse defines the response schema for `/user/items/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserItemsRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserPermissionRevokedWebhook.java b/src/main/java/com/plaid/client/model/UserPermissionRevokedWebhook.java index 078d5662f6..16c7bf873b 100644 --- a/src/main/java/com/plaid/client/model/UserPermissionRevokedWebhook.java +++ b/src/main/java/com/plaid/client/model/UserPermissionRevokedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The `USER_PERMISSION_REVOKED` webhook may be fired when an end user has revoked the permission that they previously granted to access an Item. If the end user revoked their permissions through Plaid (such as via the Plaid Portal or by contacting Plaid support), the webhook will fire. If the end user revoked their permissions directly through the institution, this webhook may not always fire, since some institutions' consent portals do not trigger this webhook. To attempt to restore the Item, it can be sent through [update mode](https://plaid.com/docs/link/update-mode). Depending on the exact process the end user used to revoke permissions, it may not be possible to launch update mode for the Item. If you encounter an error when attempting to create a Link token for update mode on an Item with revoked permissions, create a fresh Link token for the user. Note that when working with tokenized account numbers with Auth or Transfer, the account number provided by Plaid will no longer work for creating transfers once user permission has been revoked, except for US Bank Items. */ @ApiModel(description = "The `USER_PERMISSION_REVOKED` webhook may be fired when an end user has revoked the permission that they previously granted to access an Item. If the end user revoked their permissions through Plaid (such as via the Plaid Portal or by contacting Plaid support), the webhook will fire. If the end user revoked their permissions directly through the institution, this webhook may not always fire, since some institutions' consent portals do not trigger this webhook. To attempt to restore the Item, it can be sent through [update mode](https://plaid.com/docs/link/update-mode). Depending on the exact process the end user used to revoke permissions, it may not be possible to launch update mode for the Item. If you encounter an error when attempting to create a Link token for update mode on an Item with revoked permissions, create a fresh Link token for the user. Note that when working with tokenized account numbers with Auth or Transfer, the account number provided by Plaid will no longer work for creating transfers once user permission has been revoked, except for US Bank Items.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserPermissionRevokedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/UserProductsTerminateReasonCode.java b/src/main/java/com/plaid/client/model/UserProductsTerminateReasonCode.java deleted file mode 100644 index f2748c43f4..0000000000 --- a/src/main/java/com/plaid/client/model/UserProductsTerminateReasonCode.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * The Plaid API - * The Plaid REST API. Please see https://plaid.com/docs/api for more details. - * - * The version of the OpenAPI document: 2020-09-14_1.698.7 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - */ - - -package com.plaid.client.model; - -import java.util.Objects; -import java.util.Arrays; -import com.plaid.client.model.ProductsTerminateReasonCode; -import io.swagger.annotations.ApiModel; - -/** - * The reason for terminating user-based products. - */ -@ApiModel(description = "The reason for terminating user-based products.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") -public class UserProductsTerminateReasonCode { - - @Override - public boolean equals(Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - return true; - } - - @Override - public int hashCode() { - return Objects.hash(); - } - - @Override - public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class UserProductsTerminateReasonCode {\n"); - sb.append("}"); - return sb.toString(); - } - - /** - * Convert the given object to string with each line indented by 4 spaces - * (except the first line). - */ - private String toIndentedString(Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); - } - -} - diff --git a/src/main/java/com/plaid/client/model/UserProductsTerminateRequest.java b/src/main/java/com/plaid/client/model/UserProductsTerminateRequest.java index a1c97c3b2c..549c8e17d2 100644 --- a/src/main/java/com/plaid/client/model/UserProductsTerminateRequest.java +++ b/src/main/java/com/plaid/client/model/UserProductsTerminateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; -import com.plaid.client.model.UserProductsTerminateReasonCode; +import com.plaid.client.model.ProductsTerminateReasonCode; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; @@ -29,7 +29,7 @@ * UserProductsTerminateRequest defines the request schema for `/user/products/terminate` */ @ApiModel(description = "UserProductsTerminateRequest defines the request schema for `/user/products/terminate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserProductsTerminateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) @@ -45,7 +45,7 @@ public class UserProductsTerminateRequest { public static final String SERIALIZED_NAME_REASON_CODE = "reason_code"; @SerializedName(SERIALIZED_NAME_REASON_CODE) - private UserProductsTerminateReasonCode reasonCode; + private ProductsTerminateReasonCode reasonCode; public static final String SERIALIZED_NAME_REASON_NOTE = "reason_note"; @SerializedName(SERIALIZED_NAME_REASON_NOTE) @@ -120,7 +120,7 @@ public void setUserId(String userId) { } - public UserProductsTerminateRequest reasonCode(UserProductsTerminateReasonCode reasonCode) { + public UserProductsTerminateRequest reasonCode(ProductsTerminateReasonCode reasonCode) { this.reasonCode = reasonCode; return this; @@ -132,12 +132,12 @@ public UserProductsTerminateRequest reasonCode(UserProductsTerminateReasonCode r **/ @ApiModelProperty(required = true, value = "") - public UserProductsTerminateReasonCode getReasonCode() { + public ProductsTerminateReasonCode getReasonCode() { return reasonCode; } - public void setReasonCode(UserProductsTerminateReasonCode reasonCode) { + public void setReasonCode(ProductsTerminateReasonCode reasonCode) { this.reasonCode = reasonCode; } diff --git a/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java b/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java index d1af796f89..a57f26766f 100644 --- a/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java +++ b/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserProductsTerminateResponse defines the response schema for `/user/products/terminate` */ @ApiModel(description = "UserProductsTerminateResponse defines the response schema for `/user/products/terminate`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserProductsTerminateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserRemoveRequest.java b/src/main/java/com/plaid/client/model/UserRemoveRequest.java index 5f0519523c..93f1b54cb1 100644 --- a/src/main/java/com/plaid/client/model/UserRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/UserRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserRemoveRequest defines the request schema for `/user/remove` */ @ApiModel(description = "UserRemoveRequest defines the request schema for `/user/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserRemoveResponse.java b/src/main/java/com/plaid/client/model/UserRemoveResponse.java index 87988e658e..ead848a462 100644 --- a/src/main/java/com/plaid/client/model/UserRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/UserRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserRemoveResponse defines the response schema for `/user/remove` */ @ApiModel(description = "UserRemoveResponse defines the response schema for `/user/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserRemoveResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserStatedIncomeSourceCategory.java b/src/main/java/com/plaid/client/model/UserStatedIncomeSourceCategory.java index 79cda11395..0d8e906f62 100644 --- a/src/main/java/com/plaid/client/model/UserStatedIncomeSourceCategory.java +++ b/src/main/java/com/plaid/client/model/UserStatedIncomeSourceCategory.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/UserStatedIncomeSourceFrequency.java b/src/main/java/com/plaid/client/model/UserStatedIncomeSourceFrequency.java index 69ce871647..b460025098 100644 --- a/src/main/java/com/plaid/client/model/UserStatedIncomeSourceFrequency.java +++ b/src/main/java/com/plaid/client/model/UserStatedIncomeSourceFrequency.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/UserStatedIncomeSourcePayType.java b/src/main/java/com/plaid/client/model/UserStatedIncomeSourcePayType.java index 596c8cc38c..bffe23b417 100644 --- a/src/main/java/com/plaid/client/model/UserStatedIncomeSourcePayType.java +++ b/src/main/java/com/plaid/client/model/UserStatedIncomeSourcePayType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateRequest.java b/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateRequest.java index 7632f798d2..9fd351e25a 100644 --- a/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateRequest.java +++ b/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * UserThirdPartyTokenCreateRequest defines the request schema for `/user/third_party_token/create` */ @ApiModel(description = "UserThirdPartyTokenCreateRequest defines the request schema for `/user/third_party_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserThirdPartyTokenCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java b/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java index 8f9a93efdc..748f110bb8 100644 --- a/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java +++ b/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserThirdPartyTokenCreateResponse defines the response schema for `/user/third_party_token/create` */ @ApiModel(description = "UserThirdPartyTokenCreateResponse defines the response schema for `/user/third_party_token/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserThirdPartyTokenCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveRequest.java b/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveRequest.java index ad91969bd0..236435cd08 100644 --- a/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveRequest.java +++ b/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * UserThirdPartyTokenCreateRequest defines the request schema for `/user/third_party_token/remove` + * UserThirdPartyTokenRemoveRequest defines the request schema for `/user/third_party_token/remove` */ -@ApiModel(description = "UserThirdPartyTokenCreateRequest defines the request schema for `/user/third_party_token/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserThirdPartyTokenRemoveRequest defines the request schema for `/user/third_party_token/remove`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserThirdPartyTokenRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveResponse.java b/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveResponse.java index fdb351b076..8584f07ad8 100644 --- a/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveResponse.java +++ b/src/main/java/com/plaid/client/model/UserThirdPartyTokenRemoveResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * UserThirdPartyTokenCreateResponse defines the response schema for `/user/third_party_token/remove` + * UserThirdPartyTokenRemoveResponse defines the response schema for `/user/third_party_token/remove` */ -@ApiModel(description = "UserThirdPartyTokenCreateResponse defines the response schema for `/user/third_party_token/remove`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserThirdPartyTokenRemoveResponse defines the response schema for `/user/third_party_token/remove`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserThirdPartyTokenRemoveResponse { public static final String SERIALIZED_NAME_REMOVED = "removed"; @SerializedName(SERIALIZED_NAME_REMOVED) diff --git a/src/main/java/com/plaid/client/model/UserTransactionsRefreshRequest.java b/src/main/java/com/plaid/client/model/UserTransactionsRefreshRequest.java index cb8da19048..e3937b81d6 100644 --- a/src/main/java/com/plaid/client/model/UserTransactionsRefreshRequest.java +++ b/src/main/java/com/plaid/client/model/UserTransactionsRefreshRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * UserTransactionsRefreshRequest defines the request schema for `user/transactions/refresh` + * UserTransactionsRefreshRequest defines the request schema for `/user/transactions/refresh` */ -@ApiModel(description = "UserTransactionsRefreshRequest defines the request schema for `user/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserTransactionsRefreshRequest defines the request schema for `/user/transactions/refresh`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserTransactionsRefreshRequest { public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) diff --git a/src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java b/src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java index c560fc867c..795849ef42 100644 --- a/src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java +++ b/src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,10 +28,10 @@ import java.util.List; /** - * UserTransactionsRefreshResponse defines the response schema for `user/transactions/refresh` + * UserTransactionsRefreshResponse defines the response schema for `/user/transactions/refresh` */ -@ApiModel(description = "UserTransactionsRefreshResponse defines the response schema for `user/transactions/refresh`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "UserTransactionsRefreshResponse defines the response schema for `/user/transactions/refresh`") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserTransactionsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/UserUpdateRequest.java b/src/main/java/com/plaid/client/model/UserUpdateRequest.java index e7a8047228..0f20e47bd2 100644 --- a/src/main/java/com/plaid/client/model/UserUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/UserUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * UserUpdateRequest defines the request schema for `/user/update` */ @ApiModel(description = "UserUpdateRequest defines the request schema for `/user/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/UserUpdateResponse.java b/src/main/java/com/plaid/client/model/UserUpdateResponse.java index 100cac9394..acdb09dfe5 100644 --- a/src/main/java/com/plaid/client/model/UserUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/UserUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * UserUpdateResponse defines the response schema for `/user/update` */ @ApiModel(description = "UserUpdateResponse defines the response schema for `/user/update`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class UserUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) diff --git a/src/main/java/com/plaid/client/model/ValidationSource.java b/src/main/java/com/plaid/client/model/ValidationSource.java index 53a3f2794c..4857a50dc0 100644 --- a/src/main/java/com/plaid/client/model/ValidationSource.java +++ b/src/main/java/com/plaid/client/model/ValidationSource.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ValidationSource { public static final String SERIALIZED_NAME_VALIDATION_SOURCE_NAME = "ValidationSourceName"; @SerializedName(SERIALIZED_NAME_VALIDATION_SOURCE_NAME) diff --git a/src/main/java/com/plaid/client/model/ValidationSources.java b/src/main/java/com/plaid/client/model/ValidationSources.java index a4c3405c4f..dbe17dd21f 100644 --- a/src/main/java/com/plaid/client/model/ValidationSources.java +++ b/src/main/java/com/plaid/client/model/ValidationSources.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class ValidationSources { public static final String SERIALIZED_NAME_V_A_L_I_D_A_T_I_O_N_S_O_U_R_C_E = "VALIDATION_SOURCE"; @SerializedName(SERIALIZED_NAME_V_A_L_I_D_A_T_I_O_N_S_O_U_R_C_E) diff --git a/src/main/java/com/plaid/client/model/VerificationExpiredWebhook.java b/src/main/java/com/plaid/client/model/VerificationExpiredWebhook.java index efbc3b0f0c..71e78b086a 100644 --- a/src/main/java/com/plaid/client/model/VerificationExpiredWebhook.java +++ b/src/main/java/com/plaid/client/model/VerificationExpiredWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an Item was not verified via automated micro-deposits after seven days since the automated micro-deposit was made. */ @ApiModel(description = "Fired when an Item was not verified via automated micro-deposits after seven days since the automated micro-deposit was made.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class VerificationExpiredWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/VerificationOfAsset.java b/src/main/java/com/plaid/client/model/VerificationOfAsset.java index 66ad9a298e..9ea593c37e 100644 --- a/src/main/java/com/plaid/client/model/VerificationOfAsset.java +++ b/src/main/java/com/plaid/client/model/VerificationOfAsset.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class VerificationOfAsset { public static final String SERIALIZED_NAME_R_E_P_O_R_T_I_N_G_I_N_F_O_R_M_A_T_I_O_N = "REPORTING_INFORMATION"; @SerializedName(SERIALIZED_NAME_R_E_P_O_R_T_I_N_G_I_N_F_O_R_M_A_T_I_O_N) diff --git a/src/main/java/com/plaid/client/model/VerificationOfAssetResponse.java b/src/main/java/com/plaid/client/model/VerificationOfAssetResponse.java index 43bace7188..eaf07f1a92 100644 --- a/src/main/java/com/plaid/client/model/VerificationOfAssetResponse.java +++ b/src/main/java/com/plaid/client/model/VerificationOfAssetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @ApiModel(description = "Documentation not found in the MISMO model viewer and not provided by Freddie Mac.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class VerificationOfAssetResponse { public static final String SERIALIZED_NAME_A_S_S_E_T_S = "ASSETS"; @SerializedName(SERIALIZED_NAME_A_S_S_E_T_S) diff --git a/src/main/java/com/plaid/client/model/VerificationRefreshStatus.java b/src/main/java/com/plaid/client/model/VerificationRefreshStatus.java index c65f684c47..0bb83710eb 100644 --- a/src/main/java/com/plaid/client/model/VerificationRefreshStatus.java +++ b/src/main/java/com/plaid/client/model/VerificationRefreshStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/VerificationStatus.java b/src/main/java/com/plaid/client/model/VerificationStatus.java index b01e107fac..bf4f1bb3ee 100644 --- a/src/main/java/com/plaid/client/model/VerificationStatus.java +++ b/src/main/java/com/plaid/client/model/VerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/VerifySMSDetails.java b/src/main/java/com/plaid/client/model/VerifySMSDetails.java index e9000ecd81..0412949d7a 100644 --- a/src/main/java/com/plaid/client/model/VerifySMSDetails.java +++ b/src/main/java/com/plaid/client/model/VerifySMSDetails.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ * Additional information for the `verify_sms` step. */ @ApiModel(description = "Additional information for the `verify_sms` step.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class VerifySMSDetails { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/src/main/java/com/plaid/client/model/VerifySMSDetailsStatus.java b/src/main/java/com/plaid/client/model/VerifySMSDetailsStatus.java index d8e4e8169d..5255a3500b 100644 --- a/src/main/java/com/plaid/client/model/VerifySMSDetailsStatus.java +++ b/src/main/java/com/plaid/client/model/VerifySMSDetailsStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/W2.java b/src/main/java/com/plaid/client/model/W2.java index f3b6cb3190..96d0eeee34 100644 --- a/src/main/java/com/plaid/client/model/W2.java +++ b/src/main/java/com/plaid/client/model/W2.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * W2 is an object that represents income data taken from a W2 tax document. */ @ApiModel(description = "W2 is an object that represents income data taken from a W2 tax document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2 { public static final String SERIALIZED_NAME_EMPLOYER = "employer"; @SerializedName(SERIALIZED_NAME_EMPLOYER) @@ -197,11 +197,11 @@ public W2 employerIdNumber(String employerIdNumber) { } /** - * An employee identification number or EIN. + * An employer identification number or EIN. * @return employerIdNumber **/ @javax.annotation.Nullable - @ApiModelProperty(value = "An employee identification number or EIN.") + @ApiModelProperty(value = "An employer identification number or EIN.") public String getEmployerIdNumber() { return employerIdNumber; diff --git a/src/main/java/com/plaid/client/model/W2Box12.java b/src/main/java/com/plaid/client/model/W2Box12.java index 8e4250536d..d9223d09b1 100644 --- a/src/main/java/com/plaid/client/model/W2Box12.java +++ b/src/main/java/com/plaid/client/model/W2Box12.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data on the W2 Box 12 */ @ApiModel(description = "Data on the W2 Box 12") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2Box12 { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/W2Box12Override.java b/src/main/java/com/plaid/client/model/W2Box12Override.java index 2c15060acd..f125f5e384 100644 --- a/src/main/java/com/plaid/client/model/W2Box12Override.java +++ b/src/main/java/com/plaid/client/model/W2Box12Override.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Data on the W2 Box 12 */ @ApiModel(description = "Data on the W2 Box 12") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2Box12Override { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/src/main/java/com/plaid/client/model/W2Override.java b/src/main/java/com/plaid/client/model/W2Override.java index b24ef12d7f..8e263b4354 100644 --- a/src/main/java/com/plaid/client/model/W2Override.java +++ b/src/main/java/com/plaid/client/model/W2Override.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * W2 is an object that represents income data taken from a W2 tax document. */ @ApiModel(description = "W2 is an object that represents income data taken from a W2 tax document.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2Override { public static final String SERIALIZED_NAME_EMPLOYER = "employer"; @SerializedName(SERIALIZED_NAME_EMPLOYER) diff --git a/src/main/java/com/plaid/client/model/W2StateAndLocalWages.java b/src/main/java/com/plaid/client/model/W2StateAndLocalWages.java index f01c7d6648..898f15fdbd 100644 --- a/src/main/java/com/plaid/client/model/W2StateAndLocalWages.java +++ b/src/main/java/com/plaid/client/model/W2StateAndLocalWages.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * W2 state and local wages */ @ApiModel(description = "W2 state and local wages") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2StateAndLocalWages { public static final String SERIALIZED_NAME_STATE = "state"; @SerializedName(SERIALIZED_NAME_STATE) diff --git a/src/main/java/com/plaid/client/model/W2StateAndLocalWagesOverride.java b/src/main/java/com/plaid/client/model/W2StateAndLocalWagesOverride.java index 48e5714956..93d88bebfe 100644 --- a/src/main/java/com/plaid/client/model/W2StateAndLocalWagesOverride.java +++ b/src/main/java/com/plaid/client/model/W2StateAndLocalWagesOverride.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * W2 state and local wages */ @ApiModel(description = "W2 state and local wages") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class W2StateAndLocalWagesOverride { public static final String SERIALIZED_NAME_STATE = "state"; @SerializedName(SERIALIZED_NAME_STATE) diff --git a/src/main/java/com/plaid/client/model/Wallet.java b/src/main/java/com/plaid/client/model/Wallet.java index bea571773a..8b6b8c5230 100644 --- a/src/main/java/com/plaid/client/model/Wallet.java +++ b/src/main/java/com/plaid/client/model/Wallet.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing the e-wallet */ @ApiModel(description = "An object representing the e-wallet") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Wallet { public static final String SERIALIZED_NAME_WALLET_ID = "wallet_id"; @SerializedName(SERIALIZED_NAME_WALLET_ID) diff --git a/src/main/java/com/plaid/client/model/WalletBalance.java b/src/main/java/com/plaid/client/model/WalletBalance.java index 13ad6a66c9..e4df4289b3 100644 --- a/src/main/java/com/plaid/client/model/WalletBalance.java +++ b/src/main/java/com/plaid/client/model/WalletBalance.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * An object representing the e-wallet balance */ @ApiModel(description = "An object representing the e-wallet balance") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletBalance { public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) diff --git a/src/main/java/com/plaid/client/model/WalletCreateRequest.java b/src/main/java/com/plaid/client/model/WalletCreateRequest.java index 35b793e090..ada7f9e122 100644 --- a/src/main/java/com/plaid/client/model/WalletCreateRequest.java +++ b/src/main/java/com/plaid/client/model/WalletCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WalletCreateRequest defines the request schema for `/wallet/create` */ @ApiModel(description = "WalletCreateRequest defines the request schema for `/wallet/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletCreateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletCreateResponse.java b/src/main/java/com/plaid/client/model/WalletCreateResponse.java index 4ffa6ba2d8..e26df28544 100644 --- a/src/main/java/com/plaid/client/model/WalletCreateResponse.java +++ b/src/main/java/com/plaid/client/model/WalletCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * WalletCreateResponse defines the response schema for `/wallet/create` */ @ApiModel(description = "WalletCreateResponse defines the response schema for `/wallet/create`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletCreateResponse { public static final String SERIALIZED_NAME_WALLET_ID = "wallet_id"; @SerializedName(SERIALIZED_NAME_WALLET_ID) diff --git a/src/main/java/com/plaid/client/model/WalletGetRequest.java b/src/main/java/com/plaid/client/model/WalletGetRequest.java index f8488e3928..97a25039a1 100644 --- a/src/main/java/com/plaid/client/model/WalletGetRequest.java +++ b/src/main/java/com/plaid/client/model/WalletGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * WalletGetRequest defines the request schema for `/wallet/get` */ @ApiModel(description = "WalletGetRequest defines the request schema for `/wallet/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletGetResponse.java b/src/main/java/com/plaid/client/model/WalletGetResponse.java index e14421b07b..5265630186 100644 --- a/src/main/java/com/plaid/client/model/WalletGetResponse.java +++ b/src/main/java/com/plaid/client/model/WalletGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * WalletGetResponse defines the response schema for `/wallet/get` */ @ApiModel(description = "WalletGetResponse defines the response schema for `/wallet/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletGetResponse { public static final String SERIALIZED_NAME_WALLET_ID = "wallet_id"; @SerializedName(SERIALIZED_NAME_WALLET_ID) diff --git a/src/main/java/com/plaid/client/model/WalletISOCurrencyCode.java b/src/main/java/com/plaid/client/model/WalletISOCurrencyCode.java index cf18135168..97922f1a6d 100644 --- a/src/main/java/com/plaid/client/model/WalletISOCurrencyCode.java +++ b/src/main/java/com/plaid/client/model/WalletISOCurrencyCode.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletListRequest.java b/src/main/java/com/plaid/client/model/WalletListRequest.java index 76b6986a15..7b0e2d7402 100644 --- a/src/main/java/com/plaid/client/model/WalletListRequest.java +++ b/src/main/java/com/plaid/client/model/WalletListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WalletListRequest defines the request schema for `/wallet/list` */ @ApiModel(description = "WalletListRequest defines the request schema for `/wallet/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletListResponse.java b/src/main/java/com/plaid/client/model/WalletListResponse.java index 155990bad5..fa004e8361 100644 --- a/src/main/java/com/plaid/client/model/WalletListResponse.java +++ b/src/main/java/com/plaid/client/model/WalletListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * WalletListResponse defines the response schema for `/wallet/list` */ @ApiModel(description = "WalletListResponse defines the response schema for `/wallet/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletListResponse { public static final String SERIALIZED_NAME_WALLETS = "wallets"; @SerializedName(SERIALIZED_NAME_WALLETS) diff --git a/src/main/java/com/plaid/client/model/WalletNumbers.java b/src/main/java/com/plaid/client/model/WalletNumbers.java index 919575d591..fef5cb69b2 100644 --- a/src/main/java/com/plaid/client/model/WalletNumbers.java +++ b/src/main/java/com/plaid/client/model/WalletNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * An object representing the e-wallet account numbers */ @ApiModel(description = "An object representing the e-wallet account numbers") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletNumbers { public static final String SERIALIZED_NAME_BACS = "bacs"; @SerializedName(SERIALIZED_NAME_BACS) diff --git a/src/main/java/com/plaid/client/model/WalletPaymentScheme.java b/src/main/java/com/plaid/client/model/WalletPaymentScheme.java index abf21fee2f..a85103d3ea 100644 --- a/src/main/java/com/plaid/client/model/WalletPaymentScheme.java +++ b/src/main/java/com/plaid/client/model/WalletPaymentScheme.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletStatus.java b/src/main/java/com/plaid/client/model/WalletStatus.java index 43dc31e024..964317cd98 100644 --- a/src/main/java/com/plaid/client/model/WalletStatus.java +++ b/src/main/java/com/plaid/client/model/WalletStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletTransaction.java b/src/main/java/com/plaid/client/model/WalletTransaction.java index 2d81865694..3dcb739a8a 100644 --- a/src/main/java/com/plaid/client/model/WalletTransaction.java +++ b/src/main/java/com/plaid/client/model/WalletTransaction.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -39,7 +39,7 @@ * The transaction details */ @ApiModel(description = "The transaction details") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransaction { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) @@ -192,10 +192,10 @@ public WalletTransaction walletId(String walletId) { } /** - * The EMI (E-Money Institution) wallet that this payment is associated with, if any. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests. + * The ID of the e-wallet that this transaction is associated with. * @return walletId **/ - @ApiModelProperty(required = true, value = "The EMI (E-Money Institution) wallet that this payment is associated with, if any. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests.") + @ApiModelProperty(required = true, value = "The ID of the e-wallet that this transaction is associated with.") public String getWalletId() { return walletId; @@ -369,10 +369,10 @@ public WalletTransaction lastStatusUpdate(OffsetDateTime lastStatusUpdate) { } /** - * The date and time of the last time the `status` was updated, in IS0 8601 format + * The date and time of the last time the `status` was updated, in ISO 8601 format * @return lastStatusUpdate **/ - @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in IS0 8601 format") + @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in ISO 8601 format") public OffsetDateTime getLastStatusUpdate() { return lastStatusUpdate; diff --git a/src/main/java/com/plaid/client/model/WalletTransactionAmount.java b/src/main/java/com/plaid/client/model/WalletTransactionAmount.java index f63fd6910a..e1f8d84855 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionAmount.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionAmount.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The amount and currency of a transaction */ @ApiModel(description = "The amount and currency of a transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionAmount { public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionCounterparty.java b/src/main/java/com/plaid/client/model/WalletTransactionCounterparty.java index 4bbdf17507..2405fc7f52 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionCounterparty.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionCounterparty.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * An object representing the e-wallet transaction's counterparty */ @ApiModel(description = "An object representing the e-wallet transaction's counterparty") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionCounterparty { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyBACS.java b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyBACS.java index fc5c3a4c88..1e78667943 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyBACS.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyBACS.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * The account number and sort code of the counterparty's account */ @ApiModel(description = "The account number and sort code of the counterparty's account") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionCounterpartyBACS { public static final String SERIALIZED_NAME_ACCOUNT = "account"; @SerializedName(SERIALIZED_NAME_ACCOUNT) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java index d05a94c681..450d3830f9 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * International Bank Account Number for a Wallet Transaction */ @ApiModel(description = "International Bank Account Number for a Wallet Transaction") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionCounterpartyInternational { public static final String SERIALIZED_NAME_IBAN = "iban"; @SerializedName(SERIALIZED_NAME_IBAN) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyNumbers.java b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyNumbers.java index 4f0b723682..bd42009776 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyNumbers.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyNumbers.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * The counterparty's bank account numbers. Exactly one of IBAN or Bacs data is required. */ @ApiModel(description = "The counterparty's bank account numbers. Exactly one of IBAN or Bacs data is required.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionCounterpartyNumbers { public static final String SERIALIZED_NAME_BACS = "bacs"; @SerializedName(SERIALIZED_NAME_BACS) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionExecuteRequest.java b/src/main/java/com/plaid/client/model/WalletTransactionExecuteRequest.java index de98bbb29b..2b4b8aadb6 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionExecuteRequest.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionExecuteRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * WalletTransactionExecuteRequest defines the request schema for `/wallet/transaction/execute` */ @ApiModel(description = "WalletTransactionExecuteRequest defines the request schema for `/wallet/transaction/execute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionExecuteRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionExecuteResponse.java b/src/main/java/com/plaid/client/model/WalletTransactionExecuteResponse.java index 1075eb8b5a..54311fabd3 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionExecuteResponse.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionExecuteResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WalletTransactionExecuteResponse defines the response schema for `/wallet/transaction/execute` */ @ApiModel(description = "WalletTransactionExecuteResponse defines the response schema for `/wallet/transaction/execute`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionExecuteResponse { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionFailureReason.java b/src/main/java/com/plaid/client/model/WalletTransactionFailureReason.java index daa1198da5..de9cb76674 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionFailureReason.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionFailureReason.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletTransactionGetRequest.java b/src/main/java/com/plaid/client/model/WalletTransactionGetRequest.java index cf6d7c6ba4..cac5bdda20 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionGetRequest.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * WalletTransactionGetRequest defines the request schema for `/wallet/transaction/get` */ @ApiModel(description = "WalletTransactionGetRequest defines the request schema for `/wallet/transaction/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionGetResponse.java b/src/main/java/com/plaid/client/model/WalletTransactionGetResponse.java index 00f20bb2c0..4b8731f310 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionGetResponse.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -41,7 +41,7 @@ * WalletTransactionGetResponse defines the response schema for `/wallet/transaction/get` */ @ApiModel(description = "WalletTransactionGetResponse defines the response schema for `/wallet/transaction/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionGetResponse { public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) @@ -198,10 +198,10 @@ public WalletTransactionGetResponse walletId(String walletId) { } /** - * The EMI (E-Money Institution) wallet that this payment is associated with, if any. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests. + * The ID of the e-wallet that this transaction is associated with. * @return walletId **/ - @ApiModelProperty(required = true, value = "The EMI (E-Money Institution) wallet that this payment is associated with, if any. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests.") + @ApiModelProperty(required = true, value = "The ID of the e-wallet that this transaction is associated with.") public String getWalletId() { return walletId; @@ -375,10 +375,10 @@ public WalletTransactionGetResponse lastStatusUpdate(OffsetDateTime lastStatusUp } /** - * The date and time of the last time the `status` was updated, in IS0 8601 format + * The date and time of the last time the `status` was updated, in ISO 8601 format * @return lastStatusUpdate **/ - @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in IS0 8601 format") + @ApiModelProperty(required = true, value = "The date and time of the last time the `status` was updated, in ISO 8601 format") public OffsetDateTime getLastStatusUpdate() { return lastStatusUpdate; diff --git a/src/main/java/com/plaid/client/model/WalletTransactionListRequest.java b/src/main/java/com/plaid/client/model/WalletTransactionListRequest.java index 3c81b4285a..7b3c28c360 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionListRequest.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WalletTransactionListRequest defines the request schema for `/wallet/transaction/list` */ @ApiModel(description = "WalletTransactionListRequest defines the request schema for `/wallet/transaction/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionListRequestOptions.java b/src/main/java/com/plaid/client/model/WalletTransactionListRequestOptions.java index 7d11e6509c..673e70c022 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionListRequestOptions.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionListRequestOptions.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Additional wallet transaction options */ @ApiModel(description = "Additional wallet transaction options") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionListRequestOptions { public static final String SERIALIZED_NAME_START_TIME = "start_time"; @SerializedName(SERIALIZED_NAME_START_TIME) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionListResponse.java b/src/main/java/com/plaid/client/model/WalletTransactionListResponse.java index 81850d572e..01ec055a64 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionListResponse.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * WalletTransactionListResponse defines the response schema for `/wallet/transaction/list` */ @ApiModel(description = "WalletTransactionListResponse defines the response schema for `/wallet/transaction/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionListResponse { public static final String SERIALIZED_NAME_TRANSACTIONS = "transactions"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionPayeeVerificationStatus.java b/src/main/java/com/plaid/client/model/WalletTransactionPayeeVerificationStatus.java index 678fbd8297..20d7ca3936 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionPayeeVerificationStatus.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionPayeeVerificationStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletTransactionRelation.java b/src/main/java/com/plaid/client/model/WalletTransactionRelation.java index 3e16544da0..4bdbf745ac 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionRelation.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionRelation.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Transactions are related when they have a logical connection. For example, a `PAYOUT` transaction can be returned by the sender, creating a `RETURN` transaction. Each `PAYOUT` transaction can have at most one corresponding `RETURN` transaction in case of reversal. These relationships are bi-directional, meaning that both entities have references to each other. For instance, when a transaction of type RETURN occurs, it is linked to the original transaction being returned. Likewise, the original transaction has a reference back to the RETURN transaction that represents the return. This field is only populated for transactions of type `RETURN`, `FUNDS_SWEEP`, `REFUND` and `PAYOUT`. The relationship between a `PIS_PAY_IN` payment and its corresponding `REFUND` transactions is only available through `refund_ids` property in the payment object. See[`/payment_initiation/payment/get`](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-get-response-refund-ids). + * Transactions are related when they have a logical connection. For example, a `PAYOUT` transaction can be returned by the sender, creating a `RETURN` transaction. Each `PAYOUT` transaction can have at most one corresponding `RETURN` transaction in case of reversal. These relationships are bi-directional, meaning that both entities have references to each other. For instance, when a transaction of type RETURN occurs, it is linked to the original transaction being returned. Likewise, the original transaction has a reference back to the RETURN transaction that represents the return. This field is only populated for transactions of type `RETURN`, `FUNDS_SWEEP`, `REFUND` and `PAYOUT`. The relationship between a `PIS_PAY_IN` payment and its corresponding `REFUND` transactions is only available through the `refund_ids` property in the payment object. See [`/payment_initiation/payment/get`](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-get-response-refund-ids). */ -@ApiModel(description = "Transactions are related when they have a logical connection. For example, a `PAYOUT` transaction can be returned by the sender, creating a `RETURN` transaction. Each `PAYOUT` transaction can have at most one corresponding `RETURN` transaction in case of reversal. These relationships are bi-directional, meaning that both entities have references to each other. For instance, when a transaction of type RETURN occurs, it is linked to the original transaction being returned. Likewise, the original transaction has a reference back to the RETURN transaction that represents the return. This field is only populated for transactions of type `RETURN`, `FUNDS_SWEEP`, `REFUND` and `PAYOUT`. The relationship between a `PIS_PAY_IN` payment and its corresponding `REFUND` transactions is only available through `refund_ids` property in the payment object. See[`/payment_initiation/payment/get`](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-get-response-refund-ids).") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Transactions are related when they have a logical connection. For example, a `PAYOUT` transaction can be returned by the sender, creating a `RETURN` transaction. Each `PAYOUT` transaction can have at most one corresponding `RETURN` transaction in case of reversal. These relationships are bi-directional, meaning that both entities have references to each other. For instance, when a transaction of type RETURN occurs, it is linked to the original transaction being returned. Likewise, the original transaction has a reference back to the RETURN transaction that represents the return. This field is only populated for transactions of type `RETURN`, `FUNDS_SWEEP`, `REFUND` and `PAYOUT`. The relationship between a `PIS_PAY_IN` payment and its corresponding `REFUND` transactions is only available through the `refund_ids` property in the payment object. See [`/payment_initiation/payment/get`](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-get-response-refund-ids).") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionRelation { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionStatus.java b/src/main/java/com/plaid/client/model/WalletTransactionStatus.java index 6d338ed3a6..489fc58880 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionStatus.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java b/src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java index f81b9254ea..507bfbbf32 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Fired when the status of a wallet transaction has changed. */ @ApiModel(description = "Fired when the status of a wallet transaction has changed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionStatusUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/WalletTransactionsListRequest.java b/src/main/java/com/plaid/client/model/WalletTransactionsListRequest.java index 2c26b201bb..fcf30ae25d 100644 --- a/src/main/java/com/plaid/client/model/WalletTransactionsListRequest.java +++ b/src/main/java/com/plaid/client/model/WalletTransactionsListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WalletTransactionListRequest defines the request schema for `/wallet/transaction/list` */ @ApiModel(description = "WalletTransactionListRequest defines the request schema for `/wallet/transaction/list`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WalletTransactionsListRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/Warning.java b/src/main/java/com/plaid/client/model/Warning.java index d413a47d1c..6b5ea7d55b 100644 --- a/src/main/java/com/plaid/client/model/Warning.java +++ b/src/main/java/com/plaid/client/model/Warning.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,14 +29,14 @@ * It is possible for an Asset Report to be returned with missing account owner information. In such cases, the Asset Report will contain warning data in the response, indicating why obtaining the owner information failed. */ @ApiModel(description = "It is possible for an Asset Report to be returned with missing account owner information. In such cases, the Asset Report will contain warning data in the response, indicating why obtaining the owner information failed.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class Warning { public static final String SERIALIZED_NAME_WARNING_TYPE = "warning_type"; @SerializedName(SERIALIZED_NAME_WARNING_TYPE) private String warningType; /** - * The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available.`INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable. + * The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available. `INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable. The `BANK_INCOME_INSIGHTS_*` codes apply to the Bank Income add-on: `BANK_INCOME_INSIGHTS_INSUFFICIENT_DATA` indicates there was not enough data to compute Bank Income Insights; `BANK_INCOME_INSIGHTS_INCOMPLETE` indicates the Bank Income Insights flow was not completed; `BANK_INCOME_INSIGHTS_STATUS_IN_PROGRESS` indicates Bank Income Insights are still being computed; `BANK_INCOME_INSIGHTS_INTERNAL_ERROR` indicates an internal error occurred while computing Bank Income Insights; `BANK_INCOME_INSIGHTS_MISMATCHED_DAYS_REQUESTED` indicates the days requested for Bank Income Insights did not match that of the Asset Report. */ @JsonAdapter(WarningCodeEnum.Adapter.class) public enum WarningCodeEnum { @@ -44,7 +44,17 @@ public enum WarningCodeEnum { INVESTMENTS_UNAVAILABLE("INVESTMENTS_UNAVAILABLE"), - TRANSACTIONS_UNAVAILABLE("TRANSACTIONS_UNAVAILABLE"); + TRANSACTIONS_UNAVAILABLE("TRANSACTIONS_UNAVAILABLE"), + + BANK_INCOME_INSIGHTS_INSUFFICIENT_DATA("BANK_INCOME_INSIGHTS_INSUFFICIENT_DATA"), + + BANK_INCOME_INSIGHTS_INCOMPLETE("BANK_INCOME_INSIGHTS_INCOMPLETE"), + + BANK_INCOME_INSIGHTS_STATUS_IN_PROGRESS("BANK_INCOME_INSIGHTS_STATUS_IN_PROGRESS"), + + BANK_INCOME_INSIGHTS_INTERNAL_ERROR("BANK_INCOME_INSIGHTS_INTERNAL_ERROR"), + + BANK_INCOME_INSIGHTS_MISMATCHED_DAYS_REQUESTED("BANK_INCOME_INSIGHTS_MISMATCHED_DAYS_REQUESTED"); private String value; @@ -122,10 +132,10 @@ public Warning warningCode(WarningCodeEnum warningCode) { } /** - * The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available.`INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable. + * The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available. `INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable. The `BANK_INCOME_INSIGHTS_*` codes apply to the Bank Income add-on: `BANK_INCOME_INSIGHTS_INSUFFICIENT_DATA` indicates there was not enough data to compute Bank Income Insights; `BANK_INCOME_INSIGHTS_INCOMPLETE` indicates the Bank Income Insights flow was not completed; `BANK_INCOME_INSIGHTS_STATUS_IN_PROGRESS` indicates Bank Income Insights are still being computed; `BANK_INCOME_INSIGHTS_INTERNAL_ERROR` indicates an internal error occurred while computing Bank Income Insights; `BANK_INCOME_INSIGHTS_MISMATCHED_DAYS_REQUESTED` indicates the days requested for Bank Income Insights did not match that of the Asset Report. * @return warningCode **/ - @ApiModelProperty(required = true, value = "The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available.`INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable.") + @ApiModelProperty(required = true, value = "The warning code identifies a specific kind of warning. `OWNERS_UNAVAILABLE` indicates that account-owner information is not available. `INVESTMENTS_UNAVAILABLE` indicates that Investments specific information is not available. `TRANSACTIONS_UNAVAILABLE` indicates that transactions information associated with Credit and Depository accounts are unavailable. The `BANK_INCOME_INSIGHTS_*` codes apply to the Bank Income add-on: `BANK_INCOME_INSIGHTS_INSUFFICIENT_DATA` indicates there was not enough data to compute Bank Income Insights; `BANK_INCOME_INSIGHTS_INCOMPLETE` indicates the Bank Income Insights flow was not completed; `BANK_INCOME_INSIGHTS_STATUS_IN_PROGRESS` indicates Bank Income Insights are still being computed; `BANK_INCOME_INSIGHTS_INTERNAL_ERROR` indicates an internal error occurred while computing Bank Income Insights; `BANK_INCOME_INSIGHTS_MISMATCHED_DAYS_REQUESTED` indicates the days requested for Bank Income Insights did not match that of the Asset Report.") public WarningCodeEnum getWarningCode() { return warningCode; diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningAuditTrail.java b/src/main/java/com/plaid/client/model/WatchlistScreeningAuditTrail.java index b17246664a..c3e32ca37d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningAuditTrail.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningAuditTrail.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Information about the last change made to the parent object specifying what caused the change as well as when it occurred. */ @ApiModel(description = "Information about the last change made to the parent object specifying what caused the change as well as when it occurred.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningAuditTrail { public static final String SERIALIZED_NAME_SOURCE = "source"; @SerializedName(SERIALIZED_NAME_SOURCE) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningDocument.java b/src/main/java/com/plaid/client/model/WatchlistScreeningDocument.java index 063d9a3602..92c7a403f8 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningDocument.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningDocument.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * An official document, usually issued by a governing body or institution, with an associated identifier. */ @ApiModel(description = "An official document, usually issued by a governing body or institution, with an associated identifier.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningDocument { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningDocumentType.java b/src/main/java/com/plaid/client/model/WatchlistScreeningDocumentType.java index d53af15707..2967919b5f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningDocumentType.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningDocumentType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateRequest.java index d2a406f80d..7e2c7650b7 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,10 +26,10 @@ import java.io.IOException; /** - * Request input for creating an entity screening review + * Request input for creating an entity watchlist screening */ -@ApiModel(description = "Request input for creating an entity screening review") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Request input for creating an entity watchlist screening") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityCreateRequest { public static final String SERIALIZED_NAME_SEARCH_TERMS = "search_terms"; @SerializedName(SERIALIZED_NAME_SEARCH_TERMS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateResponse.java index 1fcf2d71c9..b8e5d9bd61 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration. */ @ApiModel(description = "The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetRequest.java index def35407bd..259644ea5e 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching an entity watchlist screening */ @ApiModel(description = "Request input for fetching an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityGetRequest { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID = "entity_watchlist_screening_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetResponse.java index 3265048756..0d5f2a39f4 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration. */ @ApiModel(description = "The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListRequest.java index 97709ee5e7..71376d5a99 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing changes to entity watchlist screenings */ @ApiModel(description = "Request input for listing changes to entity watchlist screenings") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityHistoryListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListResponse.java index fb07c6a502..73a385235f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHistoryListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of entity watchlist screenings */ @ApiModel(description = "Paginated list of entity watchlist screenings") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityHistoryListResponse { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS = "entity_watchlist_screenings"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java index 17452c2640..959c39f2dd 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing hits for an entity watchlist screening */ @ApiModel(description = "Request input for listing hits for an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityHitListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java index 0ed700fe5b..02a2c819b5 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of entity watchlist screening hits */ @ApiModel(description = "Paginated list of entity watchlist screening hits") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityHitListResponse { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_HITS = "entity_watchlist_screening_hits"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_HITS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListRequest.java index 2127e0e139..8484c27168 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request input for listing entity watchlist screenings */ @ApiModel(description = "Request input for listing entity watchlist screenings") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListResponse.java index 32faa5c840..bcc440c61d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of entity watchlist screenings */ @ApiModel(description = "Paginated list of entity watchlist screenings") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityListResponse { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS = "entity_watchlist_screenings"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENINGS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetRequest.java index 0a93f6532a..33ea5a129a 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching an entity watchlist program */ @ApiModel(description = "Request input for fetching an entity watchlist program") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityProgramGetRequest { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID = "entity_watchlist_program_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetResponse.java index ff29a713ca..b64ebd6cc6 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of entities. */ @ApiModel(description = "A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of entities.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityProgramGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListRequest.java index 1cb184c29f..4059e6cae8 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing entity watchlist screening programs */ @ApiModel(description = "Request input for listing entity watchlist screening programs") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityProgramListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListResponse.java index 4a42e36294..495ef199a1 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityProgramListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of entity watchlist screening programs */ @ApiModel(description = "Paginated list of entity watchlist screening programs") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityProgramListResponse { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAMS = "entity_watchlist_programs"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAMS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateRequest.java index 2f5be0af98..67ea140705 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Request input for creating a review for an entity screening */ @ApiModel(description = "Request input for creating a review for an entity screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityReviewCreateRequest { public static final String SERIALIZED_NAME_CONFIRMED_HITS = "confirmed_hits"; @SerializedName(SERIALIZED_NAME_CONFIRMED_HITS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateResponse.java index 342608eb2d..8fd0182210 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A review submitted by a team member for an entity watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both. */ @ApiModel(description = "A review submitted by a team member for an entity watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityReviewCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListRequest.java index c6d5db209f..e18ac3e870 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing reviews for an entity watchlist screening */ @ApiModel(description = "Request input for listing reviews for an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityReviewListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListResponse.java index 9a32963cd9..a6c713a5c1 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityReviewListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of entity watchlist screening reviews */ @ApiModel(description = "Paginated list of entity watchlist screening reviews") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityReviewListResponse { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_REVIEWS = "entity_watchlist_screening_reviews"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_REVIEWS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequest.java index 9b4ba7ab77..764f976bfa 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Request input for editing an entity watchlist screening */ @ApiModel(description = "Request input for editing an entity watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityUpdateRequest { public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID = "entity_watchlist_screening_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequestResettableField.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequestResettableField.java index 52187553d0..9592a7bc5a 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequestResettableField.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateRequestResettableField.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateResponse.java index ae8ac4dbab..6a6ab01db6 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningEntityUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration. */ @ApiModel(description = "The entity screening object allows you to represent an entity in your system, update its profile, and search for it on various watchlists. Note: Rejected entity screenings will not receive new hits, regardless of entity program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningEntityUpdateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningHit.java b/src/main/java/com/plaid/client/model/WatchlistScreeningHit.java index 823bc96fea..9227983382 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningHit.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningHit.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,7 +35,7 @@ * Data from a government watchlist or PEP list that has been attached to the screening. */ @ApiModel(description = "Data from a government watchlist or PEP list that has been attached to the screening.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningHit { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningHitLocations.java b/src/main/java/com/plaid/client/model/WatchlistScreeningHitLocations.java index 10a6dd987b..cdc5eeafd1 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningHitLocations.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningHitLocations.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,10 +25,10 @@ import java.io.IOException; /** - * Location information for the associated individual watchlist hit + * Location information for the associated watchlist hit */ -@ApiModel(description = "Location information for the associated individual watchlist hit") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@ApiModel(description = "Location information for the associated watchlist hit") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningHitLocations { public static final String SERIALIZED_NAME_FULL = "full"; @SerializedName(SERIALIZED_NAME_FULL) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningHitStatus.java b/src/main/java/com/plaid/client/model/WatchlistScreeningHitStatus.java index e8315aa9a5..a042b18a8d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningHitStatus.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningHitStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividual.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividual.java index 3390401665..cf0189ad45 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividual.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividual.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration. */ @ApiModel(description = "The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividual { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateRequest.java index b0c148b41c..c360f51c59 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request input for creating an individual watchlist screening */ @ApiModel(description = "Request input for creating an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualCreateRequest { public static final String SERIALIZED_NAME_SEARCH_TERMS = "search_terms"; @SerializedName(SERIALIZED_NAME_SEARCH_TERMS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateResponse.java index 534debfc2e..da45494e67 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration. */ @ApiModel(description = "The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetRequest.java index 76070a556b..867059e25f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching an individual watchlist screening */ @ApiModel(description = "Request input for fetching an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualGetRequest { public static final String SERIALIZED_NAME_WATCHLIST_SCREENING_ID = "watchlist_screening_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENING_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetResponse.java index 2a3356c089..8818543cd8 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration. */ @ApiModel(description = "The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListRequest.java index 08486e17bf..40b278a63f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing changes to watchlist screenings for individuals */ @ApiModel(description = "Request input for listing changes to watchlist screenings for individuals") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualHistoryListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListResponse.java index 02debf2a51..9a8903c19f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHistoryListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of individual watchlist screenings. */ @ApiModel(description = "Paginated list of individual watchlist screenings.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualHistoryListResponse { public static final String SERIALIZED_NAME_WATCHLIST_SCREENINGS = "watchlist_screenings"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENINGS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListRequest.java index a767a3cf52..ec47d0bb2b 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing hits for an individual watchlist screening */ @ApiModel(description = "Request input for listing hits for an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualHitListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListResponse.java index 4a67225f4b..4b4c69f0bd 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualHitListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of individual watchlist screening hits */ @ApiModel(description = "Paginated list of individual watchlist screening hits") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualHitListResponse { public static final String SERIALIZED_NAME_WATCHLIST_SCREENING_HITS = "watchlist_screening_hits"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENING_HITS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListRequest.java index 4f47b150d8..30ee5914b4 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Request input for listing watchlist screenings for individuals */ @ApiModel(description = "Request input for listing watchlist screenings for individuals") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListResponse.java index 81d30c1018..d30434fcea 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of individual watchlist screenings. */ @ApiModel(description = "Paginated list of individual watchlist screenings.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualListResponse { public static final String SERIALIZED_NAME_WATCHLIST_SCREENINGS = "watchlist_screenings"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENINGS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java index c12377cbe1..5c30a2d29f 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for fetching an individual watchlist program */ @ApiModel(description = "Request input for fetching an individual watchlist program") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualProgramGetRequest { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAM_ID = "watchlist_program_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetResponse.java index 6a574d1f8a..99aa885d2a 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -34,7 +34,7 @@ * A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of individuals. */ @ApiModel(description = "A program that configures the active lists, search parameters, and other behavior for initial and ongoing screening of individuals.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualProgramGetResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListRequest.java index 00841d8859..0bc21f6942 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing watchlist screening programs for individuals */ @ApiModel(description = "Request input for listing watchlist screening programs for individuals") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualProgramListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListResponse.java index 389089965a..e085cbe2fb 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of individual watchlist screening programs */ @ApiModel(description = "Paginated list of individual watchlist screening programs") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualProgramListResponse { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAMS = "watchlist_programs"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAMS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateRequest.java index eecc9a4ba4..bf80fc9566 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Request input for creating a screening review */ @ApiModel(description = "Request input for creating a screening review") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualReviewCreateRequest { public static final String SERIALIZED_NAME_CONFIRMED_HITS = "confirmed_hits"; @SerializedName(SERIALIZED_NAME_CONFIRMED_HITS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateResponse.java index 666f7d8aac..799cdfa8c1 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewCreateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A review submitted by a team member for an individual watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both. */ @ApiModel(description = "A review submitted by a team member for an individual watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualReviewCreateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListRequest.java index eb52bec0d4..068785121d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * Request input for listing reviews for an individual watchlist screening */ @ApiModel(description = "Request input for listing reviews for an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualReviewListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListResponse.java index 181ec956d3..eb2b141c9d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualReviewListResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * Paginated list of screening reviews */ @ApiModel(description = "Paginated list of screening reviews") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualReviewListResponse { public static final String SERIALIZED_NAME_WATCHLIST_SCREENING_REVIEWS = "watchlist_screening_reviews"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENING_REVIEWS) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequest.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequest.java index 456443c837..8e609e8512 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequest.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -33,7 +33,7 @@ * Request input for editing an individual watchlist screening */ @ApiModel(description = "Request input for editing an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualUpdateRequest { public static final String SERIALIZED_NAME_WATCHLIST_SCREENING_ID = "watchlist_screening_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_SCREENING_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequestResettableField.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequestResettableField.java index fb0609d95a..85c46d91dc 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequestResettableField.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateRequestResettableField.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateResponse.java b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateResponse.java index ce646ce131..b6b99ea56c 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateResponse.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualUpdateResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration. */ @ApiModel(description = "The screening object allows you to represent a customer in your system, update their profile, and search for them on various watchlists. Note: Rejected customers will not receive new hits, regardless of program configuration.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningIndividualUpdateResponse { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningRequestSearchTerms.java b/src/main/java/com/plaid/client/model/WatchlistScreeningRequestSearchTerms.java index b72639a6a4..2a6a08bb32 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningRequestSearchTerms.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningRequestSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search inputs for creating a watchlist screening */ @ApiModel(description = "Search inputs for creating a watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningRequestSearchTerms { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAM_ID = "watchlist_program_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningReview.java b/src/main/java/com/plaid/client/model/WatchlistScreeningReview.java index 302f010b9a..ff7607ab5d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningReview.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningReview.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -31,7 +31,7 @@ * A review submitted by a team member for an individual watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both. */ @ApiModel(description = "A review submitted by a team member for an individual watchlist screening. A review can be either a comment on the current screening state, actions taken against hits attached to the watchlist screening, or both.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningReview { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningSearchTerms.java b/src/main/java/com/plaid/client/model/WatchlistScreeningSearchTerms.java index a805690ae5..f53ef78b0d 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningSearchTerms.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningSearchTerms.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Search terms for creating an individual watchlist screening */ @ApiModel(description = "Search terms for creating an individual watchlist screening") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WatchlistScreeningSearchTerms { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAM_ID = "watchlist_program_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAM_ID) diff --git a/src/main/java/com/plaid/client/model/WatchlistScreeningStatus.java b/src/main/java/com/plaid/client/model/WatchlistScreeningStatus.java index 28f822acde..df9767bdfa 100644 --- a/src/main/java/com/plaid/client/model/WatchlistScreeningStatus.java +++ b/src/main/java/com/plaid/client/model/WatchlistScreeningStatus.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WeakAliasDetermination.java b/src/main/java/com/plaid/client/model/WeakAliasDetermination.java index c80acec670..088603da30 100644 --- a/src/main/java/com/plaid/client/model/WeakAliasDetermination.java +++ b/src/main/java/com/plaid/client/model/WeakAliasDetermination.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WebhookEnvironmentValues.java b/src/main/java/com/plaid/client/model/WebhookEnvironmentValues.java index c2c5e22b0e..2318f05fb9 100644 --- a/src/main/java/com/plaid/client/model/WebhookEnvironmentValues.java +++ b/src/main/java/com/plaid/client/model/WebhookEnvironmentValues.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WebhookType.java b/src/main/java/com/plaid/client/model/WebhookType.java index 28bff52372..03d01a5473 100644 --- a/src/main/java/com/plaid/client/model/WebhookType.java +++ b/src/main/java/com/plaid/client/model/WebhookType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/plaid/client/model/WebhookUpdateAcknowledgedWebhook.java b/src/main/java/com/plaid/client/model/WebhookUpdateAcknowledgedWebhook.java index 80f09bef27..e910068c88 100644 --- a/src/main/java/com/plaid/client/model/WebhookUpdateAcknowledgedWebhook.java +++ b/src/main/java/com/plaid/client/model/WebhookUpdateAcknowledgedWebhook.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Fired when an Item's webhook is updated. This will be sent to the newly specified webhook. */ @ApiModel(description = "Fired when an Item's webhook is updated. This will be sent to the newly specified webhook.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WebhookUpdateAcknowledgedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) diff --git a/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetRequest.java b/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetRequest.java index 8d3e1a2cc5..f150cefcc2 100644 --- a/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetRequest.java +++ b/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetRequest.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,7 @@ * WebhookVerificationKeyGetRequest defines the request schema for `/webhook_verification_key/get` */ @ApiModel(description = "WebhookVerificationKeyGetRequest defines the request schema for `/webhook_verification_key/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WebhookVerificationKeyGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) diff --git a/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetResponse.java b/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetResponse.java index 78dcee6389..f9b775f3d1 100644 --- a/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetResponse.java +++ b/src/main/java/com/plaid/client/model/WebhookVerificationKeyGetResponse.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * WebhookVerificationKeyGetResponse defines the response schema for `/webhook_verification_key/get` */ @ApiModel(description = "WebhookVerificationKeyGetResponse defines the response schema for `/webhook_verification_key/get`") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class WebhookVerificationKeyGetResponse { public static final String SERIALIZED_NAME_KEY = "key"; @SerializedName(SERIALIZED_NAME_KEY) diff --git a/src/main/java/com/plaid/client/model/YTDGrossIncomeSummaryFieldNumber.java b/src/main/java/com/plaid/client/model/YTDGrossIncomeSummaryFieldNumber.java index 37d6ad56dd..d5dd7b3fe8 100644 --- a/src/main/java/com/plaid/client/model/YTDGrossIncomeSummaryFieldNumber.java +++ b/src/main/java/com/plaid/client/model/YTDGrossIncomeSummaryFieldNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Year-to-date pre-tax earnings, as reported on the paystub. */ @ApiModel(description = "Year-to-date pre-tax earnings, as reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class YTDGrossIncomeSummaryFieldNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/YTDNetIncomeSummaryFieldNumber.java b/src/main/java/com/plaid/client/model/YTDNetIncomeSummaryFieldNumber.java index c67c06c582..851972e8c3 100644 --- a/src/main/java/com/plaid/client/model/YTDNetIncomeSummaryFieldNumber.java +++ b/src/main/java/com/plaid/client/model/YTDNetIncomeSummaryFieldNumber.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -30,7 +30,7 @@ * Year-to-date earnings after any tax withholdings, benefit payments or deductions, as reported on the paystub. */ @ApiModel(description = "Year-to-date earnings after any tax withholdings, benefit payments or deductions, as reported on the paystub.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class YTDNetIncomeSummaryFieldNumber { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) diff --git a/src/main/java/com/plaid/client/model/YieldRate.java b/src/main/java/com/plaid/client/model/YieldRate.java index 1fbc5b8302..928bbfbcaf 100644 --- a/src/main/java/com/plaid/client/model/YieldRate.java +++ b/src/main/java/com/plaid/client/model/YieldRate.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -29,7 +29,7 @@ * Details about a fixed income security's expected rate of return. */ @ApiModel(description = "Details about a fixed income security's expected rate of return.") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-06-25T19:00:45.518774Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]") public class YieldRate { public static final String SERIALIZED_NAME_PERCENTAGE = "percentage"; @SerializedName(SERIALIZED_NAME_PERCENTAGE) diff --git a/src/main/java/com/plaid/client/model/YieldRateType.java b/src/main/java/com/plaid/client/model/YieldRateType.java index e71e06901e..826319f9cb 100644 --- a/src/main/java/com/plaid/client/model/YieldRateType.java +++ b/src/main/java/com/plaid/client/model/YieldRateType.java @@ -2,7 +2,7 @@ * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * - * The version of the OpenAPI document: 2020-09-14_1.698.7 + * The version of the OpenAPI document: 2020-09-14_1.706.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import com.google.gson.stream.JsonWriter; /** - * The type of rate which indicates how the predicted yield was calculated. It is one of: `coupon`: the annualized interest rate for securities with a one-year term or longer, such as treasury notes and bonds. `coupon_equivalent`: the calculated equivalent for the annualized interest rate factoring in the discount rate and time to maturity, for shorter term, non-interest-bearing securities such as treasury bills. `discount`: the rate at which the present value or cost is discounted from the future value upon maturity, also known as the face value. `yield`: the total predicted rate of return factoring in both the discount rate and the coupon rate, applicable to securities such as exchange-traded bonds which can both be interest-bearing as well as sold at a discount off its face value. + * The type of rate which indicates how the predicted yield was calculated. It is one of: `coupon`: the annualized interest rate for securities with a one-year term or longer, such as treasury notes and bonds. `coupon_equivalent`: the calculated equivalent for the annualized interest rate factoring in the discount rate and time to maturity, for shorter term, non-interest-bearing securities such as treasury bills. `discount`: the rate at which the present value or cost is discounted from the future value upon maturity, also known as the face value. `yield`: the total predicted rate of return factoring in both the discount rate and the coupon rate, applicable to securities such as exchange-traded bonds which can both be interest-bearing as well as sold at a discount off their face value. */ @JsonAdapter(YieldRateType.Adapter.class) public enum YieldRateType { diff --git a/src/main/java/com/plaid/client/request/PlaidApi.java b/src/main/java/com/plaid/client/request/PlaidApi.java index 0e9c6f0603..ce4faf6a5f 100644 --- a/src/main/java/com/plaid/client/request/PlaidApi.java +++ b/src/main/java/com/plaid/client/request/PlaidApi.java @@ -144,6 +144,8 @@ import com.plaid.client.model.CraMonitoringInsightsUnsubscribeResponse; import com.plaid.client.model.CraPartnerInsightsGetRequest; import com.plaid.client.model.CraPartnerInsightsGetResponse; +import com.plaid.client.model.CraReportGetRequest; +import com.plaid.client.model.CraReportGetResponse; import com.plaid.client.model.CreditAuditCopyTokenCreateRequest; import com.plaid.client.model.CreditAuditCopyTokenCreateResponse; import com.plaid.client.model.CreditAuditCopyTokenRemoveRequest; @@ -194,10 +196,12 @@ import com.plaid.client.model.EmploymentVerificationGetRequest; import com.plaid.client.model.EmploymentVerificationGetResponse; import com.plaid.client.model.FDXConsentGrant; +import com.plaid.client.model.FDXConsentGrantStatus; import com.plaid.client.model.FDXConsentRevocation; import com.plaid.client.model.FDXConsentRevocations; import com.plaid.client.model.FDXNotification; import java.io.File; +import com.plaid.client.model.GetConsentsResponse; import com.plaid.client.model.GetRecipientResponse; import com.plaid.client.model.GetRecipientsResponse; import com.plaid.client.model.IdentityDocumentsUploadsGetRequest; @@ -400,6 +404,8 @@ import com.plaid.client.model.SandboxBankTransferSimulateResponse; import com.plaid.client.model.SandboxCraCashflowUpdatesUpdateRequest; import com.plaid.client.model.SandboxCraCashflowUpdatesUpdateResponse; +import com.plaid.client.model.SandboxFdxConsentSeedRequest; +import com.plaid.client.model.SandboxFdxConsentSeedResponse; import com.plaid.client.model.SandboxIncomeFireWebhookRequest; import com.plaid.client.model.SandboxIncomeFireWebhookResponse; import com.plaid.client.model.SandboxItemApplicationSeedRequest; @@ -564,6 +570,8 @@ import com.plaid.client.model.TransferRepaymentListResponse; import com.plaid.client.model.TransferRepaymentReturnListRequest; import com.plaid.client.model.TransferRepaymentReturnListResponse; +import com.plaid.client.model.TransferReturnRecoverRequest; +import com.plaid.client.model.TransferReturnRecoverResponse; import com.plaid.client.model.TransferSweepGetRequest; import com.plaid.client.model.TransferSweepGetResponse; import com.plaid.client.model.TransferSweepListRequest; @@ -803,7 +811,7 @@ Call assetReportFilter( /** * Retrieve an Asset Report - * The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](https://plaid.com/docs/api/products/assets/#product_ready) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call `/asset_report/get` endpoint with `include_insights` set to `true`. For latency-sensitive applications, you can optionally call `/asset_report/create` with `options.add_ons` set to `[\"fast_assets\"]`. This will cause Plaid to create two versions of the Asset Report: one with only current and available balance and identity information, and then later on the complete Asset Report. You will receive separate webhooks for each version of the Asset Report. + * The `/asset_report/get` endpoint retrieves the Asset Report in JSON format. Before calling `/asset_report/get`, you must first create the Asset Report using `/asset_report/create` (or filter an Asset Report using `/asset_report/filter`) and then wait for the [`PRODUCT_READY`](https://plaid.com/docs/api/products/assets/#product_ready) webhook to fire, indicating that the Report is ready to be retrieved. By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report. To retrieve an Asset Report with Insights, call the `/asset_report/get` endpoint with `include_insights` set to `true`. For latency-sensitive applications, you can optionally call `/asset_report/create` with `options.add_ons` set to `[\"fast_assets\"]`. This will cause Plaid to create two versions of the Asset Report: one with only current and available balance and identity information, and then later on the complete Asset Report. You will receive separate webhooks for each version of the Asset Report. * @param assetReportGetRequest (required) * @return Call<AssetReportGetResponse> * @@ -898,13 +906,15 @@ Call authVerify( ); /** - * Get balance of your Bank Transfer account + * (Deprecated) Get balance of your Bank Transfer account * Use the `/bank_transfer/balance/get` endpoint to see the available balance in your bank transfer account. Debit transfers increase this balance once their status is posted. Credit transfers decrease this balance when they are created. The transactable balance shows the amount in your account that you are able to use for transfers, and is essentially your available balance minus your minimum balance. Note that this endpoint can only be used with FBO accounts, when using Bank Transfers in the Full Service configuration. It cannot be used on your own account when using Bank Transfers in the BTS Platform configuration. * @param bankTransferBalanceGetRequest (required) * @return Call<BankTransferBalanceGetResponse> + * @deprecated * - * @see Get balance of your Bank Transfer account Documentation + * @see (Deprecated) Get balance of your Bank Transfer account Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -914,13 +924,15 @@ Call bankTransferBalanceGet( ); /** - * Cancel a bank transfer + * (Deprecated) Cancel a bank transfer * Use the `/bank_transfer/cancel` endpoint to cancel a bank transfer. A transfer is eligible for cancelation if the `cancellable` property returned by `/bank_transfer/get` is `true`. * @param bankTransferCancelRequest (required) * @return Call<BankTransferCancelResponse> + * @deprecated * - * @see Cancel a bank transfer Documentation + * @see (Deprecated) Cancel a bank transfer Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -930,13 +942,15 @@ Call bankTransferCancel( ); /** - * Create a bank transfer + * (Deprecated) Create a bank transfer * Use the `/bank_transfer/create` endpoint to initiate a new bank transfer. * @param bankTransferCreateRequest (required) * @return Call<BankTransferCreateResponse> + * @deprecated * - * @see Create a bank transfer Documentation + * @see (Deprecated) Create a bank transfer Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -978,13 +992,15 @@ Call bankTransferEventSync( ); /** - * Retrieve a bank transfer + * (Deprecated) Retrieve a bank transfer * The `/bank_transfer/get` fetches information about the bank transfer corresponding to the given `bank_transfer_id`. * @param bankTransferGetRequest (required) * @return Call<BankTransferGetResponse> + * @deprecated * - * @see Retrieve a bank transfer Documentation + * @see (Deprecated) Retrieve a bank transfer Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -994,13 +1010,15 @@ Call bankTransferGet( ); /** - * List bank transfers + * (Deprecated) List bank transfers * Use the `/bank_transfer/list` endpoint to see a list of all your bank transfers and their statuses. Results are paginated; use the `count` and `offset` query parameters to retrieve the desired bank transfers. * @param bankTransferListRequest (required) * @return Call<BankTransferListResponse> + * @deprecated * - * @see List bank transfers Documentation + * @see (Deprecated) List bank transfers Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1010,13 +1028,15 @@ Call bankTransferList( ); /** - * Migrate account into Bank Transfers + * (Deprecated) Migrate account into Bank Transfers * As an alternative to adding Items via Link, you can also use the `/bank_transfer/migrate_account` endpoint to migrate known account and routing numbers to Plaid Items. Note that Items created in this way are not compatible with endpoints for other products, such as `/accounts/balance/get`, and can only be used with Bank Transfer endpoints. If you require access to other endpoints, create the Item through Link instead. Access to `/bank_transfer/migrate_account` is not enabled by default; to obtain access, contact your Plaid account manager. * @param bankTransferMigrateAccountRequest (required) * @return Call<BankTransferMigrateAccountResponse> + * @deprecated * - * @see Migrate account into Bank Transfers Documentation + * @see (Deprecated) Migrate account into Bank Transfers Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1026,13 +1046,15 @@ Call bankTransferMigrateAccount( ); /** - * Retrieve a sweep + * (Deprecated) Retrieve a sweep * The `/bank_transfer/sweep/get` endpoint fetches information about the sweep corresponding to the given `sweep_id`. * @param bankTransferSweepGetRequest (required) * @return Call<BankTransferSweepGetResponse> + * @deprecated * - * @see Retrieve a sweep Documentation + * @see (Deprecated) Retrieve a sweep Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1042,13 +1064,15 @@ Call bankTransferSweepGet( ); /** - * List sweeps + * (Deprecated) List sweeps * The `/bank_transfer/sweep/list` endpoint fetches information about the sweeps matching the given filters. * @param bankTransferSweepListRequest (required) * @return Call<BankTransferSweepListResponse> + * @deprecated * - * @see List sweeps Documentation + * @see (Deprecated) List sweeps Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1058,13 +1082,15 @@ Call bankTransferSweepList( ); /** - * Evaluate risk of a bank account + * (Deprecated) Evaluate risk of a bank account * Use `/beacon/account_risk/v1/evaluate` to get risk insights for a linked account. * @param beaconAccountRiskEvaluateRequest (required) * @return Call<BeaconAccountRiskEvaluateResponse> + * @deprecated * - * @see Evaluate risk of a bank account Documentation + * @see (Deprecated) Evaluate risk of a bank account Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1074,13 +1100,15 @@ Call beaconAccountRiskEvaluate( ); /** - * Get a Beacon Duplicate + * (Deprecated) Get a Beacon Duplicate * Returns a Beacon Duplicate for a given Beacon Duplicate id. A Beacon Duplicate represents a pair of similar Beacon Users within your organization. Two Beacon User revisions are returned for each Duplicate record in either the `beacon_user1` or `beacon_user2` response fields. The `analysis` field in the response indicates which fields matched between `beacon_user1` and `beacon_user2`. * @param beaconDuplicateGetRequest (required) * @return Call<BeaconDuplicateGetResponse> + * @deprecated * - * @see Get a Beacon Duplicate Documentation + * @see (Deprecated) Get a Beacon Duplicate Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1090,13 +1118,15 @@ Call beaconDuplicateGet( ); /** - * Create a Beacon Report + * (Deprecated) Create a Beacon Report * Create a fraud report for a given Beacon User. * @param beaconReportCreateRequest (required) * @return Call<BeaconReportCreateResponse> + * @deprecated * - * @see Create a Beacon Report Documentation + * @see (Deprecated) Create a Beacon Report Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1106,13 +1136,15 @@ Call beaconReportCreate( ); /** - * Get a Beacon Report + * (Deprecated) Get a Beacon Report * Returns a Beacon Report for a given Beacon Report ID. * @param beaconReportGetRequest (required) * @return Call<BeaconReportGetResponse> + * @deprecated * - * @see Get a Beacon Report Documentation + * @see (Deprecated) Get a Beacon Report Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1122,13 +1154,15 @@ Call beaconReportGet( ); /** - * List Beacon Reports for a Beacon User + * (Deprecated) List Beacon Reports for a Beacon User * Use the `/beacon/report/list` endpoint to view all Beacon Reports you created for a specific Beacon User. The reports returned by this endpoint are exclusively reports you created for a specific user. A Beacon User can only have one active report at a time, but a new report can be created if a previous report has been deleted. The results from this endpoint are paginated; the `next_cursor` field will be populated if there is another page of results that can be retrieved. To fetch the next page, pass the `next_cursor` value as the `cursor` parameter in the next request. * @param beaconReportListRequest (required) * @return Call<BeaconReportListResponse> + * @deprecated * - * @see List Beacon Reports for a Beacon User Documentation + * @see (Deprecated) List Beacon Reports for a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1138,13 +1172,15 @@ Call beaconReportList( ); /** - * Get a Beacon Report Syndication + * (Deprecated) Get a Beacon Report Syndication * Returns a Beacon Report Syndication for a given Beacon Report Syndication id. * @param beaconReportSyndicationGetRequest (required) * @return Call<BeaconReportSyndicationGetResponse> + * @deprecated * - * @see Get a Beacon Report Syndication Documentation + * @see (Deprecated) Get a Beacon Report Syndication Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1154,13 +1190,15 @@ Call beaconReportSyndicationGet( ); /** - * List Beacon Report Syndications for a Beacon User + * (Deprecated) List Beacon Report Syndications for a Beacon User * Use the `/beacon/report_syndication/list` endpoint to view all Beacon Reports that have been syndicated to a specific Beacon User. This endpoint returns Beacon Report Syndications which are references to Beacon Reports created either by you, or another Beacon customer, that matched the specified Beacon User. A Beacon User can have multiple active Beacon Report Syndications at once. The results from this endpoint are paginated; the `next_cursor` field will be populated if there is another page of results that can be retrieved. To fetch the next page, pass the `next_cursor` value as the `cursor` parameter in the next request. * @param beaconReportSyndicationListRequest (required) * @return Call<BeaconReportSyndicationListResponse> + * @deprecated * - * @see List Beacon Report Syndications for a Beacon User Documentation + * @see (Deprecated) List Beacon Report Syndications for a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1170,13 +1208,15 @@ Call beaconReportSyndicationList( ); /** - * Get Account Insights for a Beacon User + * (Deprecated) Get Account Insights for a Beacon User * Get Account Insights for all Accounts linked to this Beacon User. The insights for each account are computed based on the information that was last retrieved from the financial institution. * @param beaconUserAccountInsightsGetRequest (required) * @return Call<BeaconUserAccountInsightsGetResponse> + * @deprecated * - * @see Get Account Insights for a Beacon User Documentation + * @see (Deprecated) Get Account Insights for a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1186,13 +1226,15 @@ Call beaconUserAccountInsightsGet( ); /** - * Create a Beacon User - * Create and scan a Beacon User against your Beacon Program, according to your program's settings. When you submit a new user to `/beacon/user/create`, several checks are performed immediately: - The user's PII (provided within the `user` object) is searched against all other users within the Beacon Program you specified. If a match is found that violates your program's \"Duplicate Information Filtering\" settings, the user will be returned with a status of `pending_review`. - The user's PII is also searched against all fraud reports created by your organization across all of your Beacon Programs. If the user's data matches a fraud report that your team created, the user will be returned with a status of `rejected`. - Finally, the user's PII is searched against all fraud report shared with the Beacon Network by other companies. If a matching fraud report is found, the user will be returned with a `pending_review` status if your program has enabled automatic flagging based on network fraud. + * (Deprecated) Create a Beacon User + * Create and scan a Beacon User against your Beacon Program, according to your program's settings. When you submit a new user to `/beacon/user/create`, several checks are performed immediately: - The user's PII (provided within the `user` object) is searched against all other users within the Beacon Program you specified. If a match is found that violates your program's \"Duplicate Information Filtering\" settings, the user will be returned with a status of `pending_review`. - The user's PII is also searched against all fraud reports created by your organization across all of your Beacon Programs. If the user's data matches a fraud report that your team created, the user will be returned with a status of `rejected`. - Finally, the user's PII is searched against all fraud reports shared with the Beacon Network by other companies. If a matching fraud report is found, the user will be returned with a `pending_review` status if your program has enabled automatic flagging based on network fraud. * @param beaconUserCreateRequest (required) * @return Call<BeaconUserCreateResponse> + * @deprecated * - * @see Create a Beacon User Documentation + * @see (Deprecated) Create a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1202,13 +1244,15 @@ Call beaconUserCreate( ); /** - * Get a Beacon User + * (Deprecated) Get a Beacon User * Fetch a Beacon User. The Beacon User is returned with all of their associated information and a `status` based on the Beacon Network duplicate record and fraud checks. * @param beaconUserGetRequest (required) * @return Call<BeaconUserGetResponse> + * @deprecated * - * @see Get a Beacon User Documentation + * @see (Deprecated) Get a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1218,13 +1262,15 @@ Call beaconUserGet( ); /** - * List a Beacon User's history + * (Deprecated) List a Beacon User's history * List all changes to the Beacon User in reverse-chronological order. * @param beaconUserHistoryListRequest (required) * @return Call<BeaconUserHistoryListResponse> + * @deprecated * - * @see List a Beacon User's history Documentation + * @see (Deprecated) List a Beacon User's history Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1234,13 +1280,15 @@ Call beaconUserHistoryList( ); /** - * Review a Beacon User + * (Deprecated) Review a Beacon User * Update the status of a Beacon User. When updating a Beacon User's status via this endpoint, Plaid validates that the status change is consistent with the related state for this Beacon User. Specifically, we will check: 1. Whether there are any associated Beacon Reports connected to the Beacon User, and 2. Whether there are any confirmed Beacon Report Syndications connected to the Beacon User. When updating a Beacon User's status to `rejected`, we enforce that either a Beacon Report has been created for the Beacon User or a Beacon Report Syndication has been confirmed. When updating a Beacon User's status to `cleared`, we enforce that there are no active Beacon Reports or confirmed Beacon Report Syndications associated with the user. If you previously created a Beacon Report for this user, you must delete it before updating the Beacon User's status to `cleared`. There are no restrictions on updating a Beacon User's status to `pending_review`. If these conditions are not met, the request will be rejected with an error explaining the issue. * @param beaconUserReviewRequest (required) * @return Call<BeaconUserGetResponse> + * @deprecated * - * @see Review a Beacon User Documentation + * @see (Deprecated) Review a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1250,13 +1298,15 @@ Call beaconUserReview( ); /** - * Update the identity data of a Beacon User - * Update the identity data for a Beacon User in your Beacon Program or add new accounts to the Beacon User. Similar to `/beacon/user/create`, several checks are performed immediately when you submit an identity data change to `/beacon/user/update`: - The user's updated PII is searched against all other users within the Beacon Program you specified. If a match is found that violates your program's \"Duplicate Information Filtering\" settings, the user will be returned with a status of `pending_review`. - The user's updated PII is also searched against all fraud reports created by your organization across all of your Beacon Programs. If the user's data matches a fraud report that your team created, the user will be returned with a status of `rejected`. - Finally, the user's PII is searched against all fraud report shared with the Beacon Network by other companies. If a matching fraud report is found, the user will be returned with a `pending_review` status if your program has enabled automatic flagging based on network fraud. Plaid maintains a version history for each Beacon User, so the Beacon User's identity data before and after the update is retained as separate versions. + * (Deprecated) Update the identity data of a Beacon User + * Update the identity data for a Beacon User in your Beacon Program or add new accounts to the Beacon User. Similar to `/beacon/user/create`, several checks are performed immediately when you submit an identity data change to `/beacon/user/update`: - The user's updated PII is searched against all other users within the Beacon Program you specified. If a match is found that violates your program's \"Duplicate Information Filtering\" settings, the user will be returned with a status of `pending_review`. - The user's updated PII is also searched against all fraud reports created by your organization across all of your Beacon Programs. If the user's data matches a fraud report that your team created, the user will be returned with a status of `rejected`. - Finally, the user's PII is searched against all fraud reports shared with the Beacon Network by other companies. If a matching fraud report is found, the user will be returned with a `pending_review` status if your program has enabled automatic flagging based on network fraud. Plaid maintains a version history for each Beacon User, so the Beacon User's identity data before and after the update is retained as separate versions. * @param beaconUserUpdateRequest (required) * @return Call<BeaconUserUpdateResponse> + * @deprecated * - * @see Update the identity data of a Beacon User Documentation + * @see (Deprecated) Update the identity data of a Beacon User Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -1379,7 +1429,7 @@ Call businessVerificationGet( /** * Gets transaction data in `cashflow_report` - * The `/cashflow_report/get` endpoint retrieves transactions data associated with an Item. Transactions data is standardized across financial institutions. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `cursor` parameters in conjunction with the `has_more` response body field to fetch all available transactions. Note that data isn't likely to be immediately available to `/cashflow_report/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `cashflow_report`, or if it wasn't, upon the first call to `/cashflow_report/refresh`. To be alerted when transaction data is ready to be fetched, listen for the `CASHFLOW_REPORT_READY` webhook. + * The `/cashflow_report/get` endpoint retrieves transactions data associated with an Item. Transactions data is standardized across financial institutions. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/cashflow_report/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `cursor` parameters in conjunction with the `has_more` response body field to fetch all available transactions. Note that data isn't likely to be immediately available to `/cashflow_report/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `cashflow_report`, or if it wasn't, upon the first call to `/cashflow_report/refresh`. To be alerted when transaction data is ready to be fetched, listen for the `CASHFLOW_REPORT_READY` webhook. * @param cashflowReportGetRequest (required) * @return Call<CashflowReportGetResponse> * @@ -1427,7 +1477,7 @@ Call cashflowReportRefresh( /** * Gets transaction data in `cashflow_report` - * The `/cashflow_report/transactions/get` endpoint retrieves transactions data associated with an Item. Transactions data is standardized across financial institutions. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `cursor` parameters in conjunction with the `has_more` response body field to fetch all available transactions. Note that data isn't likely to be immediately available to `/cashflow_report/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `cashflow_report`, or if it wasn't, upon the first call to `/cashflow_report/refresh`. To be alerted when transaction data is ready to be fetched, listen for the `CASHFLOW_REPORT_READY` webhook. + * The `/cashflow_report/transactions/get` endpoint retrieves transactions data associated with an Item. Transactions data is standardized across financial institutions. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/cashflow_report/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `cursor` parameters in conjunction with the `has_more` response body field to fetch all available transactions. Note that data isn't likely to be immediately available to `/cashflow_report/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `cashflow_report`, or if it wasn't, upon the first call to `/cashflow_report/refresh`. To be alerted when transaction data is ready to be fetched, listen for the `CASHFLOW_REPORT_READY` webhook. * @param cashflowReportTransactionsGetRequest (required) * @return Call<CashflowReportTransactionsGetResponse> * @@ -1509,7 +1559,7 @@ Call craCheckReportBaseReportGet( /** * Retrieve cash flow insights from your user's banking data - * This endpoint allows you to retrieve the Cashflow Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the insights, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. If you did not initialize Link with the `cra_cashflow_insights` product or have generated a report using `/cra/check_report/create`, we will generate the insights when you call this endpoint. In this case, you may optionally provide parameters under `options` to configure which insights you want to receive. + * This endpoint allows you to retrieve the Cashflow Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. * @param craCheckReportCashflowInsightsGetRequest (required) * @return Call<CraCheckReportCashflowInsightsGetResponse> * @@ -1540,12 +1590,12 @@ Call craCheckReportCreate( ); /** - * Retrieve cash flow information from your user's banks - * This endpoint allows you to retrieve the Income Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the base report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. NOTE: The following schema was updated in April 2026 to reflect the response when the provided version is \"II2\". Please see [this document](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.0#heading=h.rudamzinus2i) for guidance on migrating to II2 if you are currently using the II1 version, and [this section](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.0#bookmark=id.tdcc2wpk0h60) for an example II1 response along with its [documentation](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.36c85n2ircqk#heading=h.79dwr5c1iszl). + * Retrieve income insights from your user's banks + * This endpoint allows you to retrieve the Income Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. NOTE: The following schema was updated in April 2026 to reflect the response when the provided version is \"II2\". Please see [this document](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.0#heading=h.rudamzinus2i) for guidance on migrating to II2 if you are currently using the II1 version, and [this section](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.0#bookmark=id.tdcc2wpk0h60) for an example II1 response along with its [documentation](https://docs.google.com/document/d/1kQkQ7FOgFaC4n-sUGUk74hoXZNY_L_nJeCuMe7Keip4/edit?tab=t.36c85n2ircqk#heading=h.79dwr5c1iszl). * @param craCheckReportIncomeInsightsGetRequest (required) * @return Call<CraCheckReportIncomeInsightsGetResponse> * - * @see Retrieve cash flow information from your user's banks Documentation + * @see Retrieve income insights from your user's banks Documentation */ @Headers({ "Content-Type:application/json" @@ -1557,7 +1607,7 @@ Call craCheckReportIncomeInsightsGet( /** * Retrieve the LendScore from your user's banking data - * This endpoint allows you to retrieve the LendScore report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the insights, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. If you did not initialize Link with the `cra_lend_score` product or call `/cra/check_report/create` with the `cra_lend_score` product, Plaid will generate the insights when you call this endpoint. In this case, you may optionally provide parameters under `options` to configure which insights you want to receive. + * This endpoint allows you to retrieve the LendScore report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. * @param craCheckReportLendScoreGetRequest (required) * @return Call<CraCheckReportLendScoreGetResponse> * @@ -1573,7 +1623,7 @@ Call craCheckReportLendScoreGet( /** * Retrieve network attributes for the user - * This endpoint allows you to retrieve the Network Insights product for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. If you did not initialize Link with the `cra_network_insights` product or have generated a report using `/cra/check_report/create`, Plaid will generate the attributes when you call this endpoint. + * This endpoint allows you to retrieve the Network Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. * @param craCheckReportNetworkInsightsGetRequest (required) * @return Call<CraCheckReportNetworkInsightsGetResponse> * @@ -1589,7 +1639,7 @@ Call craCheckReportNetworkInsightsGet( /** * Retrieve cash flow insights from partners - * This endpoint allows you to retrieve the Partner Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the base report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. If you did not initialize Link with the `credit_partner_insights` product or have generated a report using `/cra/check_report/create`, we will call our partners to generate the insights when you call this endpoint. In this case, you may optionally provide parameters under `options` to configure which insights you want to receive. + * This endpoint allows you to retrieve the Partner Insights report for your user. You should call this endpoint after you've received a `CHECK_REPORT_READY` or a `USER_CHECK_REPORT_READY` webhook, either after the Link session for the user or after calling `/cra/check_report/create`. If the most recent consumer report for the user doesn't have sufficient data to generate the report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling `/cra/check_report/create`. * @param craCheckReportPartnerInsightsGetRequest (required) * @return Call<CraCheckReportPartnerInsightsGetResponse> * @@ -1795,9 +1845,25 @@ Call craPartnerInsightsGet( @retrofit2.http.Body CraPartnerInsightsGetRequest craPartnerInsightsGetRequest ); + /** + * Retrieve a CRA Report for provided user + * `/cra/report/get` retrieves a CRA Report for a user. + * @param craReportGetRequest (required) + * @return Call<CraReportGetResponse> + * + * @see Retrieve a CRA Report for provided user Documentation + */ + @Headers({ + "Content-Type:application/json" + }) + @POST("cra/report/get") + Call craReportGet( + @retrofit2.http.Body CraReportGetRequest craReportGetRequest + ); + /** * Create payment token - * The `/payment_initiation/payment/token/create` endpoint has been deprecated. New Plaid customers will be unable to use this endpoint, and existing customers are encouraged to migrate to the newer, `link_token`-based flow. The recommended flow is to provide the `payment_id` to `/link/token/create`, which returns a `link_token` used to initialize Link. The `/payment_initiation/payment/token/create` is used to create a `payment_token`, which can then be used in Link initialization to enter a payment initiation flow. You can only use a `payment_token` once. If this attempt fails, the end user aborts the flow, or the token expires, you will need to create a new payment token. Creating a new payment token does not require end user input. + * The `/payment_initiation/payment/token/create` endpoint has been deprecated. New Plaid customers will be unable to use this endpoint, and existing customers are encouraged to migrate to the newer, `link_token`-based flow. The recommended flow is to provide the `payment_id` to `/link/token/create`, which returns a `link_token` used to initialize Link. The `/payment_initiation/payment/token/create` endpoint is used to create a `payment_token`, which can then be used in Link initialization to enter a payment initiation flow. You can only use a `payment_token` once. If this attempt fails, the end user aborts the flow, or the token expires, you will need to create a new payment token. Creating a new payment token does not require end user input. * @param paymentInitiationPaymentTokenCreateRequest (required) * @return Call<PaymentInitiationPaymentTokenCreateResponse> * @deprecated @@ -2106,12 +2172,12 @@ Call creditRelayGet( ); /** - * Retrieve the pdf reports associated with a relay token that was shared with you (beta) - * `/credit/relay/pdf/get` allows third parties to receive a pdf report that was shared with them, using a `relay_token` that was created by the report owner. The `/credit/relay/pdf/get` endpoint retrieves the Asset Report in PDF format. Before calling `/credit/relay/pdf/get`, you must first create the Asset Report using `/credit/relay/create` and then wait for the [`PRODUCT_READY`](https://plaid.com/docs/api/products/assets/#product_ready) webhook to fire, indicating that the Report is ready to be retrieved. The response to `/credit/relay/pdf/get` is the PDF binary data. The `request_id` is returned in the `Plaid-Request-ID` header. [View a sample PDF Asset Report](https://plaid.com/documents/sample-asset-report.pdf). + * Retrieve the PDF reports associated with a relay token that was shared with you (beta) + * `/credit/relay/pdf/get` allows third parties to receive a PDF report that was shared with them, using a `relay_token` that was created by the report owner. The `/credit/relay/pdf/get` endpoint retrieves the Asset Report in PDF format. Before calling `/credit/relay/pdf/get`, you must first create the Asset Report using `/credit/relay/create` and then wait for the [`PRODUCT_READY`](https://plaid.com/docs/api/products/assets/#product_ready) webhook to fire, indicating that the Report is ready to be retrieved. The response to `/credit/relay/pdf/get` is the PDF binary data. The `request_id` is returned in the `Plaid-Request-ID` header. [View a sample PDF Asset Report](https://plaid.com/documents/sample-asset-report.pdf). * @param creditRelayPDFGetRequest (required) * @return Call<ResponseBody> * - * @see Retrieve the pdf reports associated with a relay token that was shared with you (beta) Documentation + * @see Retrieve the PDF reports associated with a relay token that was shared with you (beta) Documentation */ @Headers({ "Content-Type:application/json" @@ -2218,13 +2284,15 @@ Call dashboardUserList( ); /** - * Search employer database + * (Deprecated) Search employer database * `/employers/search` allows you the ability to search Plaid's database of known employers, for use with Deposit Switch. You can use this endpoint to look up a user's employer in order to confirm that they are supported. Users with non-supported employers can then be routed out of the Deposit Switch flow. The data in the employer database is currently limited. As the Deposit Switch and Income products progress through their respective beta periods, more employers are being regularly added. Because the employer database is frequently updated, we recommend that you do not cache or store data from this endpoint for more than a day. * @param employersSearchRequest (required) * @return Call<EmployersSearchResponse> + * @deprecated * - * @see Search employer database Documentation + * @see (Deprecated) Search employer database Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -2262,6 +2330,18 @@ Call fdxConsentsGet( @retrofit2.http.Path("consentId") String consentId ); + /** + * List FDX Consent Grants for a customer + * Returns zero or more consent grants associated with the given data provider customer, optionally filtered by status. + * @param customerId Data provider customer identifier whose consent grants to return. (required) + * @param status Optional filter restricting results to a single consent grant status. One of `ACTIVE`, `REVOKED`, `EXPIRED`. (optional) + * @return Call<GetConsentsResponse> + */ + @GET("fdx/consents") + Call fdxConsentsList( + @retrofit2.http.Query("customerId") String customerId, @retrofit2.http.Query("status") FDXConsentGrantStatus status + ); + /** * Retrieve FDX Consent Grant revocation records * Returns the revocation history of a consent grant @@ -2407,7 +2487,7 @@ Call identityVerificationAutofillCre /** * Create a new Identity Verification - * Create a new Identity Verification for the user specified by the `client_user_id` and/or `user_id` field. At least one of these two fields must be provided. The requirements and behavior of the verification are determined by the `template_id` provided. If `user_id` is provided, there must be an associated user otherwise an error will be returned. If you don't know whether an active Identity Verification exists for a given `client_user_id` and/or `user_id`, you can specify `\"is_idempotent\": true` in the request body. With idempotency enabled, a new Identity Verification will only be created if one does not already exist for the associated `client_user_id` and/or `user_id`, and `template_id`. If an Identity Verification is found, it will be returned unmodified with a `200 OK` HTTP status code. If `user_id` is not provided, you can also use this endpoint to supply information you already have collected about the user; if any of these fields are specified, the screens prompting the user to enter them will be skipped during the Link flow. If `user_id` is provided, user information can not be included in the request body. Please use the `/user/update` endpoint to update user data instead. + * Create a new Identity Verification for the user specified by the `client_user_id` and/or `user_id` field. At least one of these two fields must be provided. The requirements and behavior of the verification are determined by the `template_id` provided. If `user_id` is provided, there must be an associated user; otherwise, an error will be returned. If you don't know whether an active Identity Verification exists for a given `client_user_id` and/or `user_id`, you can specify `\"is_idempotent\": true` in the request body. With idempotency enabled, a new Identity Verification will only be created if one does not already exist for the associated `client_user_id` and/or `user_id`, and `template_id`. If an Identity Verification is found, it will be returned unmodified with a `200 OK` HTTP status code. If `user_id` is not provided, you can also use this endpoint to supply information you already have collected about the user; if any of these fields are specified, the screens prompting the user to enter them will be skipped during the Link flow. If `user_id` is provided, user information can not be included in the request body. Please use the `/user/update` endpoint to update user data instead. * @param identityVerificationCreateRequest (required) * @return Call<IdentityVerificationCreateResponse> * @@ -2794,13 +2874,15 @@ Call itemApplicationUnlink( ); /** - * Create public token + * (Deprecated) Create public token * Note: As of July 2020, the `/item/public_token/create` endpoint is deprecated. Instead, use `/link/token/create` with an `access_token` to create a Link token for use with [update mode](https://plaid.com/docs/link/update-mode). If you need your user to take action to restore or resolve an error associated with an Item, generate a public token with the `/item/public_token/create` endpoint and then initialize Link with that `public_token`. A `public_token` is one-time use and expires after 30 minutes. You use a `public_token` to initialize Link in [update mode](https://plaid.com/docs/link/update-mode) for a particular Item. You can generate a `public_token` for an Item even if you did not use Link to create the Item originally. The `/item/public_token/create` endpoint is **not** used to create your initial `public_token`. If you have not already received an `access_token` for a specific Item, use Link to obtain your `public_token` instead. See the [Quickstart](https://plaid.com/docs/quickstart) for more information. * @param itemPublicTokenCreateRequest (required) * @return Call<ItemPublicTokenCreateResponse> + * @deprecated * - * @see Create public token Documentation + * @see (Deprecated) Create public token Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -2924,9 +3006,11 @@ Call liabilitiesGet( * Use the `/link_delivery/create` endpoint to create a Hosted Link session. * @param linkDeliveryCreateRequest (required) * @return Call<LinkDeliveryCreateResponse> + * @deprecated * - * @see Create Hosted Link session Documentation + * @see Create Hosted Link session Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -2940,9 +3024,11 @@ Call linkDeliveryCreate( * Use the `/link_delivery/get` endpoint to get the status of a Hosted Link session. * @param linkDeliveryGetRequest (required) * @return Call<LinkDeliveryGetResponse> + * @deprecated * - * @see Get Hosted Link session Documentation + * @see Get Hosted Link session Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -3209,7 +3295,7 @@ Call paymentInitiationConsentRevoke( /** * Create a payment - * After creating a payment recipient, you can use the `/payment_initiation/payment/create` endpoint to create a payment to that recipient. Payments can be one-time or standing order (recurring) and can be denominated in either EUR, GBP or other chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency). If making domestic GBP-denominated payments, your recipient must have been created with Bacs numbers. In general, EUR-denominated payments will be sent via SEPA Credit Transfer, GBP-denominated payments will be sent via the Faster Payments network and for non-Eurozone markets typically via the local payment scheme, but the payment network used will be determined by the institution. Payments sent via Faster Payments will typically arrive immediately, while payments sent via SEPA Credit Transfer or other local payment schemes will typically arrive in one business day. Standing orders (recurring payments) must be denominated in GBP and can only be sent to recipients in the UK. Once created, standing order payments cannot be modified or canceled via the API. An end user can cancel or modify a standing order directly on their banking application or website, or by contacting the bank. Standing orders will follow the payment rules of the underlying rails (Faster Payments in UK). Payments can be sent Monday to Friday, excluding bank holidays. If the pre-arranged date falls on a weekend or bank holiday, the payment is made on the next working day. It is not possible to guarantee the exact time the payment will reach the recipient's account, although at least 90% of standing order payments are sent by 6am. + * After creating a payment recipient, you can use the `/payment_initiation/payment/create` endpoint to create a payment to that recipient. Payments can be one-time or standing order (recurring) and can be denominated in EUR, GBP, or another chosen [currency](https://plaid.com/docs/api/products/payment-initiation/#payment_initiation-payment-create-request-amount-currency). If making domestic GBP-denominated payments, your recipient must have been created with Bacs numbers. In general, EUR-denominated payments will be sent via SEPA Credit Transfer, GBP-denominated payments will be sent via the Faster Payments network and for non-Eurozone markets typically via the local payment scheme, but the payment network used will be determined by the institution. Payments sent via Faster Payments will typically arrive immediately, while payments sent via SEPA Credit Transfer or other local payment schemes will typically arrive in one business day. Standing orders (recurring payments) must be denominated in GBP and can only be sent to recipients in the UK. Once created, standing order payments cannot be modified or canceled via the API. An end user can cancel or modify a standing order directly on their banking application or website, or by contacting the bank. Standing orders will follow the payment rules of the underlying rails (Faster Payments in UK). Payments can be sent Monday to Friday, excluding bank holidays. If the pre-arranged date falls on a weekend or bank holiday, the payment is made on the next working day. It is not possible to guarantee the exact time the payment will reach the recipient's account, although at least 90% of standing order payments are sent by 6am. * @param paymentInitiationPaymentCreateRequest (required) * @return Call<PaymentInitiationPaymentCreateResponse> * @@ -3225,7 +3311,7 @@ Call paymentInitiationPaymentCreate( /** * Get payment details - * The `/payment_initiation/payment/get` endpoint can be used to check the status of a payment, as well as to receive basic information such as recipient and payment amount. In the case of standing orders, the `/payment_initiation/payment/get` endpoint will provide information about the status of the overall standing order itself; the API cannot be used to retrieve payment status for individual payments within a standing order. Polling for status updates in Production is highly discouraged. Repeatedly calling `/payment_initiation/payment/get` to check a payment's status is unreliable and may trigger API rate limits. Only the `payment_status_update` webhook should be used to receive real-time status updates in Production. In the case of standing orders, the `/payment_initiation/payment/get` endpoint will provide information about the status of the overall standing order itself; the API cannot be used to retrieve payment status for individual payments within a standing order. + * The `/payment_initiation/payment/get` endpoint can be used to check the status of a payment, as well as to receive basic information such as recipient and payment amount. In the case of standing orders, the `/payment_initiation/payment/get` endpoint will provide information about the status of the overall standing order itself; the API cannot be used to retrieve payment status for individual payments within a standing order. Polling for status updates in Production is highly discouraged. Repeatedly calling `/payment_initiation/payment/get` to check a payment's status is unreliable and may trigger API rate limits. Only the `payment_status_update` webhook should be used to receive real-time status updates in Production. * @param paymentInitiationPaymentGetRequest (required) * @return Call<PaymentInitiationPaymentGetResponse> * @@ -3305,7 +3391,7 @@ Call paymentInitiationRecipientGet( /** * List payment recipients - * The `/payment_initiation/recipient/list` endpoint list the payment recipients that you have previously created. + * The `/payment_initiation/recipient/list` endpoint lists the payment recipients that you have previously created. * @param paymentInitiationRecipientListRequest (required) * @return Call<PaymentInitiationRecipientListResponse> * @@ -3390,12 +3476,12 @@ Call processorAccountGet( ); /** - * Create Apex bank account token + * Create Apex processor token * Used to create a token suitable for sending to Apex to enable Plaid-Apex integrations. * @param processorApexProcessorTokenCreateRequest (required) * @return Call<ProcessorTokenCreateResponse> * - * @see Create Apex bank account token Documentation + * @see Create Apex processor token Documentation */ @Headers({ "Content-Type:application/json" @@ -3438,13 +3524,15 @@ Call processorBalanceGet( ); /** - * Create a bank transfer as a processor + * (Deprecated) Create a bank transfer as a processor * Use the `/processor/bank_transfer/create` endpoint to initiate a new bank transfer as a processor * @param processorBankTransferCreateRequest (required) * @return Call<ProcessorBankTransferCreateResponse> + * @deprecated * - * @see Create a bank transfer as a processor Documentation + * @see (Deprecated) Create a bank transfer as a processor Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -3471,7 +3559,7 @@ Call processorIdentityGet( /** * Retrieve identity match score - * The `/processor/identity/match` endpoint generates a match score, which indicates how well the provided identity data matches the identity information on file with the account holder's financial institution. Fields within the `balances` object will always be null when retrieved by `/identity/match`. Instead, use the free `/accounts/get` endpoint to request balance cached data, or `/accounts/balance/get` for real-time data. + * The `/processor/identity/match` endpoint generates a match score, which indicates how well the provided identity data matches the identity information on file with the account holder's financial institution. Fields within the `balances` object will always be null when retrieved by `/processor/identity/match`. Instead, use the `/processor/balance/get` endpoint to retrieve balance data. * @param processorIdentityMatchRequest (required) * @return Call<ProcessorIdentityMatchResponse> * @@ -3695,7 +3783,7 @@ Call processorTokenWebhookUpdate( /** * Get transaction data - * The `/processor/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype `student`; coverage may be limited). Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/processor/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with a processor token, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Data returned by `/processor/transactions/get` will be the data available for the processor token as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. To force Plaid to check for new transactions, you can use the `/processor/transactions/refresh` endpoint. Note that data may not be immediately available to `/processor/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/processor/transactions/get`, if it wasn't. If no transaction history is ready when `/processor/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. + * The `/processor/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype `student` or `mortgage`; coverage may be limited). Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/processor/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with a processor token, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Data returned by `/processor/transactions/get` will be the data available for the processor token as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. To force Plaid to check for new transactions, you can use the `/processor/transactions/refresh` endpoint. Note that data may not be immediately available to `/processor/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/processor/transactions/get`, if it wasn't. If no transaction history is ready when `/processor/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. * @param processorTransactionsGetRequest (required) * @return Call<ProcessorTransactionsGetResponse> * @@ -3711,7 +3799,7 @@ Call processorTransactionsGet( /** * Fetch recurring transaction streams - * The `/processor/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user's checking, savings or credit card accounts. Additionally, Plaid provides key insights about each recurring stream including the category, merchant, last amount, and more. Developers can use these insights to build tools and experiences that help their users better manage cash flow, monitor subscriptions, reduce spend, and stay on track with bill payments. This endpoint is offered as an add-on to Transactions. To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. This endpoint can only be called on a processor token that has already been initialized with Transactions (either during Link, by specifying it in `/link/token/create`; or after Link, by calling `/processor/transactions/get` or `/processor/transactions/sync`). Once all historical transactions have been fetched, call `/processor/transactions/recurring/get` to receive the Recurring Transactions streams and subscribe to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook. To know when historical transactions have been fetched, if you are using `/processor/transactions/sync` listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#SyncUpdatesAvailableWebhook-historical-update-complete) webhook and check that the `historical_update_complete` field in the payload is `true`. If using `/processor/transactions/get`, listen for the [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhook. After the initial call, you can call `/processor/transactions/recurring/get` endpoint at any point in the future to retrieve the latest summary of recurring streams. Listen to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook to be notified when new updates are available. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. + * The `/processor/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user's checking, savings or credit card accounts. Additionally, Plaid provides key insights about each recurring stream including the category, merchant, last amount, and more. Developers can use these insights to build tools and experiences that help their users better manage cash flow, monitor subscriptions, reduce spend, and stay on track with bill payments. This endpoint is offered as an add-on to Transactions. To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. This endpoint can only be called on a processor token that has already been initialized with Transactions (either during Link, by specifying it in `/link/token/create`; or after Link, by calling `/processor/transactions/get` or `/processor/transactions/sync`). Once all historical transactions have been fetched, call `/processor/transactions/recurring/get` to receive the Recurring Transactions streams and subscribe to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook. To know when historical transactions have been fetched, if you are using `/processor/transactions/sync` listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#SyncUpdatesAvailableWebhook-historical-update-complete) webhook and check that the `historical_update_complete` field in the payload is `true`. If using `/processor/transactions/get`, listen for the [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhook. After the initial call, you can call the `/processor/transactions/recurring/get` endpoint at any point in the future to retrieve the latest summary of recurring streams. Listen to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook to be notified when new updates are available. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. * @param processorTransactionsRecurringGetRequest (required) * @return Call<ProcessorTransactionsRecurringGetResponse> * @@ -3727,7 +3815,7 @@ Call processorTransactionsRecurringGe /** * Refresh transaction data - * `/processor/transactions/refresh` is an optional endpoint for users of the Transactions product. It initiates an on-demand extraction to fetch the newest transactions for a processor token. This on-demand extraction takes place in addition to the periodic extractions that automatically occur one or more times per day for any Transactions-enabled processor token. If changes to transactions are discovered after calling `/processor/transactions/refresh`, Plaid will fire a webhook: for `/transactions/sync` users, [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) will be fired if there are any transactions updated, added, or removed. For users of both `/processor/transactions/sync` and `/processor/transactions/get`, [`TRANSACTIONS_REMOVED`](https://plaid.com/docs/api/products/transactions/#transactions_removed) will be fired if any removed transactions are detected, and [`DEFAULT_UPDATE`](https://plaid.com/docs/api/products/transactions/#default_update) will be fired if any new transactions are detected. New transactions can be fetched by calling `/processor/transactions/get` or `/processor/transactions/sync`. Note that the `/transactions/refresh` endpoint is not supported for Capital One (`ins_128026`) non-depository accounts and will result in a `PRODUCTS_NOT_SUPPORTED` error if called on an Item that contains only non-depository accounts from that institution. As this endpoint triggers a synchronous request for fresh data, latency may be higher than for other Plaid endpoints (typically less than 10 seconds, but occasionally up to 30 seconds or more); if you encounter errors, you may find it necessary to adjust your timeout period when making requests. `/processor/transactions/refresh` is offered as an add-on to Transactions and has a separate [fee model](https://plaid.com/docs/account/billing/#per-request-flat-fee). To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. + * `/processor/transactions/refresh` is an optional endpoint for users of the Transactions product. It initiates an on-demand extraction to fetch the newest transactions for a processor token. This on-demand extraction takes place in addition to the periodic extractions that automatically occur one or more times per day for any Transactions-enabled processor token. If changes to transactions are discovered after calling `/processor/transactions/refresh`, Plaid will fire a webhook: for `/processor/transactions/sync` users, [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) will be fired if there are any transactions updated, added, or removed. For users of both `/processor/transactions/sync` and `/processor/transactions/get`, [`TRANSACTIONS_REMOVED`](https://plaid.com/docs/api/products/transactions/#transactions_removed) will be fired if any removed transactions are detected, and [`DEFAULT_UPDATE`](https://plaid.com/docs/api/products/transactions/#default_update) will be fired if any new transactions are detected. New transactions can be fetched by calling `/processor/transactions/get` or `/processor/transactions/sync`. Note that the `/processor/transactions/refresh` endpoint is not supported for Capital One (`ins_128026`) non-depository accounts and will result in a `PRODUCTS_NOT_SUPPORTED` error if called on an Item that contains only non-depository accounts from that institution. As this endpoint triggers a synchronous request for fresh data, latency may be higher than for other Plaid endpoints (typically less than 10 seconds, but occasionally up to 30 seconds or more); if you encounter errors, you may find it necessary to adjust your timeout period when making requests. `/processor/transactions/refresh` is offered as an add-on to Transactions and has a separate [fee model](https://plaid.com/docs/account/billing/#per-request-flat-fee). To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. * @param processorTransactionsRefreshRequest (required) * @return Call<ProcessorTransactionsRefreshResponse> * @@ -3743,7 +3831,7 @@ Call processorTransactionsRefresh( /** * Get incremental transaction updates on a processor token - * The `/processor/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. For important instructions on integrating with `/processor/transactions/sync`, see the [Transactions integration overview](https://plaid.com/docs/transactions/#integration-overview). If you are migrating from an existing integration using `/processor/transactions/get`, see the [Transactions Sync migration guide](https://plaid.com/docs/transactions/sync-migration/). This endpoint supports `credit`, `depository`, and some `loan`-type accounts (only those with account subtype `student`). For `investments` accounts, use `/investments/transactions/get` instead. When retrieving paginated updates, track both the `next_cursor` from the latest response and the original cursor from the first call in which `has_more` was `true`; if a call to `/processor/transactions/sync` fails when retrieving a paginated update (e.g. due to the [`TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION`](https://plaid.com/docs/errors/transactions/#transactions_sync_mutation_during_pagination) error), the entire pagination request loop must be restarted beginning with the cursor for the first page of the update, rather than retrying only the single request that failed. If transactions data is not yet available for the Item, which can happen if the Item was not initialized with transactions during the `/link/token/create` call or if `/processor/transactions/sync` was called within a few seconds of Item creation, `/processor/transactions/sync` will return empty transactions arrays. Plaid typically checks for new transactions data between one and four times per day, depending on the institution. To find out when transactions were last updated for an Item, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, use the `/processor/transactions/refresh` endpoint. To be alerted when new transactions are available, listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) webhook. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. + * The `/processor/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. For important instructions on integrating with `/processor/transactions/sync`, see the [Transactions integration overview](https://plaid.com/docs/transactions/#integration-overview). If you are migrating from an existing integration using `/processor/transactions/get`, see the [Transactions Sync migration guide](https://plaid.com/docs/transactions/sync-migration/). This endpoint supports `credit`, `depository`, and some `loan`-type accounts (only those with account subtype `student` or `mortgage`). For `investments` accounts, use `/investments/transactions/get` instead. When retrieving paginated updates, track both the `next_cursor` from the latest response and the original cursor from the first call in which `has_more` was `true`; if a call to `/processor/transactions/sync` fails when retrieving a paginated update (e.g. due to the [`TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION`](https://plaid.com/docs/errors/transactions/#transactions_sync_mutation_during_pagination) error), the entire pagination request loop must be restarted beginning with the cursor for the first page of the update, rather than retrying only the single request that failed. If transactions data is not yet available for the Item, which can happen if the Item was not initialized with transactions during the `/link/token/create` call or if `/processor/transactions/sync` was called within a few seconds of Item creation, `/processor/transactions/sync` will return empty transactions arrays. Plaid typically checks for new transactions data between one and four times per day, depending on the institution. To find out when transactions were last updated for an Item, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, use the `/processor/transactions/refresh` endpoint. To be alerted when new transactions are available, listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) webhook. To receive Transactions webhooks for a processor token, set its webhook URL via the [`/processor/token/webhook/update`](https://plaid.com/docs/api/processor-partners/#processortokenwebhookupdate) endpoint. * @param processorTransactionsSyncRequest (required) * @return Call<ProcessorTransactionsSyncResponse> * @@ -3858,13 +3946,15 @@ Call protectUserInsightsGet( ); /** - * Manually fire a Bank Income webhook in Sandbox + * (Deprecated) Manually fire a Bank Income webhook in Sandbox * Use the `/sandbox/bank_income/fire_webhook` endpoint to manually trigger a Bank Income webhook in the Sandbox environment. * @param sandboxBankIncomeFireWebhookRequest (required) * @return Call<SandboxBankIncomeFireWebhookResponse> + * @deprecated * - * @see Manually fire a Bank Income webhook in Sandbox Documentation + * @see (Deprecated) Manually fire a Bank Income webhook in Sandbox Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -3874,13 +3964,15 @@ Call sandboxBankIncomeFireWebhook( ); /** - * Manually fire a Bank Transfer webhook + * (Deprecated) Manually fire a Bank Transfer webhook * Use the `/sandbox/bank_transfer/fire_webhook` endpoint to manually trigger a Bank Transfers webhook in the Sandbox environment. * @param sandboxBankTransferFireWebhookRequest (required) * @return Call<SandboxBankTransferFireWebhookResponse> + * @deprecated * - * @see Manually fire a Bank Transfer webhook Documentation + * @see (Deprecated) Manually fire a Bank Transfer webhook Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -3890,13 +3982,15 @@ Call sandboxBankTransferFireWebhook( ); /** - * Simulate a bank transfer event in Sandbox + * (Deprecated) Simulate a bank transfer event in Sandbox * Use the `/sandbox/bank_transfer/simulate` endpoint to simulate a bank transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endpoints such as `/bank_transfer/event/sync` or `/bank_transfer/event/list`, no transactions will actually take place and funds will not move between accounts, even within the Sandbox. * @param sandboxBankTransferSimulateRequest (required) * @return Call<SandboxBankTransferSimulateResponse> + * @deprecated * - * @see Simulate a bank transfer event in Sandbox Documentation + * @see (Deprecated) Simulate a bank transfer event in Sandbox Documentation */ + @Deprecated @Headers({ "Content-Type:application/json" }) @@ -3921,6 +4015,20 @@ Call sandboxCraCashflowUpdatesUpdate( @retrofit2.http.Body SandboxCraCashflowUpdatesUpdateRequest sandboxCraCashflowUpdatesUpdateRequest ); + /** + * Seed an FDX consent grant for a sandbox data partner + * `/sandbox/fdx/consent/seed` creates a test FDX consent grant (and a backing Item) for a data provider's customer in Sandbox, so the FDX Consent API endpoints can be exercised end-to-end without a live data provider connection. `customer_id` is the data provider's identifier for the end user and `application_id` identifies the data recipient application the consent is granted to; both are required. Optionally provide `consent_id` (a UUIDv4) to control the seeded grant's identifier; one is generated when omitted. The seeded grant is returned by `/fdx/consents` and `/fdx/consents/{consentId}`, and can be revoked via `/fdx/consents/{consentId}/revocation`. + * @param sandboxFdxConsentSeedRequest (required) + * @return Call<SandboxFdxConsentSeedResponse> + */ + @Headers({ + "Content-Type:application/json" + }) + @POST("sandbox/fdx/consent/seed") + Call sandboxFdxConsentSeed( + @retrofit2.http.Body SandboxFdxConsentSeedRequest sandboxFdxConsentSeedRequest + ); + /** * Manually fire an Income webhook * Use the `/sandbox/income/fire_webhook` endpoint to manually trigger a Payroll or Document Income webhook in the Sandbox environment. @@ -3969,7 +4077,7 @@ Call sandboxItemFireWebhook( /** * Force a Sandbox Item into an error state - * `/sandbox/item/reset_login/` forces an Item into an `ITEM_LOGIN_REQUIRED` state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's [update mode](https://plaid.com/docs/link/update-mode) flow in the Sandbox environment. After calling `/sandbox/item/reset_login`, you can then use Plaid Link update mode to restore the Item to a good state. An `ITEM_LOGIN_REQUIRED` webhook will also be fired after a call to this endpoint, if one is associated with the Item. In the Sandbox, Items will transition to an `ITEM_LOGIN_REQUIRED` error state automatically after 30 days, even if this endpoint is not called. + * `/sandbox/item/reset_login` forces an Item into an `ITEM_LOGIN_REQUIRED` state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's [update mode](https://plaid.com/docs/link/update-mode) flow in the Sandbox environment. After calling `/sandbox/item/reset_login`, you can then use Plaid Link update mode to restore the Item to a good state. An `ITEM_LOGIN_REQUIRED` webhook will also be fired after a call to this endpoint, if one is associated with the Item. In the Sandbox, Items will transition to an `ITEM_LOGIN_REQUIRED` error state automatically after 30 days, even if this endpoint is not called. * @param sandboxItemResetLoginRequest (required) * @return Call<SandboxItemResetLoginResponse> * @@ -4015,7 +4123,7 @@ Call sandboxOauthSelectAccounts( /** * Reset the login of a Payment Profile - * `/sandbox/payment_profile/reset_login/` forces a Payment Profile into a state where the login is no longer valid. This makes it easy to test update mode for Payment Profile in the Sandbox environment. After calling `/sandbox/payment_profile/reset_login`, calls to the `/transfer/authorization/create` with the Payment Profile will result in a `decision_rationale` `PAYMENT_PROFILE_LOGIN_REQUIRED`. You can then use update mode for Payment Profile to restore it into a good state. In order to invoke this endpoint, you must first [create a Payment Profile](https://plaid.com/docs/transfer/add-to-app/#create-a-payment-profile-optional) and [go through the Link flow](https://plaid.com/docs/transfer/add-to-app/#create-a-link-token). + * `/sandbox/payment_profile/reset_login` forces a Payment Profile into a state where the login is no longer valid. This makes it easy to test update mode for Payment Profile in the Sandbox environment. After calling `/sandbox/payment_profile/reset_login`, calls to the `/transfer/authorization/create` with the Payment Profile will result in a `decision_rationale` `PAYMENT_PROFILE_LOGIN_REQUIRED`. You can then use update mode for Payment Profile to restore it into a good state. In order to invoke this endpoint, you must first [create a Payment Profile](https://plaid.com/docs/transfer/add-to-app/#create-a-payment-profile-optional) and [go through the Link flow](https://plaid.com/docs/transfer/add-to-app/#create-a-link-token). * @param sandboxPaymentProfileResetLoginRequest (required) * @return Call<SandboxPaymentProfileResetLoginResponse> * @deprecated @@ -4177,7 +4285,7 @@ Call sandboxTransferRefundSimulate( /** * Trigger the creation of a repayment - * Use the `/sandbox/transfer/repayment/simulate` endpoint to trigger the creation of a repayment. As a side effect of calling this route, a repayment is created that includes all unreimbursed returns of guaranteed transfers. If there are no such returns, an 400 error is returned. + * Use the `/sandbox/transfer/repayment/simulate` endpoint to trigger the creation of a repayment. As a side effect of calling this route, a repayment is created that includes all unreimbursed returns of guaranteed transfers. If there are no such returns, a 400 error is returned. * @param sandboxTransferRepaymentSimulateRequest (required) * @return Call<SandboxTransferRepaymentSimulateResponse> * @@ -4289,7 +4397,7 @@ Call sandboxTransferTestClockList( /** * Force item(s) for a Sandbox User into an error state - * `/sandbox/user/reset_login/` functions the same as `/sandbox/item/reset_login`, but will modify Items related to a User. This endpoint forces each Item into an `ITEM_LOGIN_REQUIRED` state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's [update mode](https://plaid.com/docs/link/update-mode) flow in the Sandbox environment. After calling `/sandbox/user/reset_login`, you can then use Plaid Link update mode to restore Items associated with the User to a good state. An `ITEM_LOGIN_REQUIRED` webhook will also be fired after a call to this endpoint, if one is associated with the Item. In the Sandbox, Items will transition to an `ITEM_LOGIN_REQUIRED` error state automatically after 30 days, even if this endpoint is not called. + * `/sandbox/user/reset_login` functions the same as `/sandbox/item/reset_login`, but will modify Items related to a User. This endpoint forces each Item into an `ITEM_LOGIN_REQUIRED` state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's [update mode](https://plaid.com/docs/link/update-mode) flow in the Sandbox environment. After calling `/sandbox/user/reset_login`, you can then use Plaid Link update mode to restore Items associated with the User to a good state. An `ITEM_LOGIN_REQUIRED` webhook will also be fired after a call to this endpoint, if one is associated with the Item. In the Sandbox, Items will transition to an `ITEM_LOGIN_REQUIRED` error state automatically after 30 days, even if this endpoint is not called. * @param sandboxUserResetLoginRequest (required) * @return Call<SandboxUserResetLoginResponse> * @@ -4479,7 +4587,7 @@ Call transactionsEnrich( /** * Get transaction data - * Note: All new implementations are encouraged to use `/transactions/sync` rather than `/transactions/get`. `/transactions/sync` provides the same functionality as `/transactions/get` and improves developer ease-of-use for handling transactions updates. The `/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype `student`; coverage may be limited). For transaction history from investments accounts, use the [Investments endpoint](https://plaid.com/docs/api/products/investments/) instead. Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Data returned by `/transactions/get` will be the data available for the Item as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. To find out when the Item was last updated, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, you can use the `/transactions/refresh` endpoint. Note that data may not be immediately available to `/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/transactions/get`, if it wasn't. To be alerted when transaction data is ready to be fetched, listen for the [`INITIAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#initial_update) and [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhooks. If no transaction history is ready when `/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error. + * Note: All new implementations are encouraged to use `/transactions/sync` rather than `/transactions/get`. `/transactions/sync` provides the same functionality as `/transactions/get` and improves developer ease-of-use for handling transactions updates. The `/transactions/get` endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype `student` or `mortgage`; coverage may be limited). For transaction history from investment accounts, use the [Investments endpoint](https://plaid.com/docs/api/products/investments/) instead. Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available. Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in `/transactions/get`. For more details, see [Pending and posted transactions](https://plaid.com/docs/transactions/transactions-data/#pending-and-posted-transactions). Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the `count` and `offset` parameters in conjunction with the `total_transactions` response body field to fetch all available transactions. Data returned by `/transactions/get` will be the data available for the Item as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. To find out when the Item was last updated, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, you can use the `/transactions/refresh` endpoint. Note that data may not be immediately available to `/transactions/get`. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with `transactions`, or upon the first call to `/transactions/get`, if it wasn't. To be alerted when transaction data is ready to be fetched, listen for the [`INITIAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#initial_update) and [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhooks. If no transaction history is ready when `/transactions/get` is called, it will return a `PRODUCT_NOT_READY` error. * @param transactionsGetRequest (required) * @return Call<TransactionsGetResponse> * @@ -4495,7 +4603,7 @@ Call transactionsGet( /** * Fetch recurring transaction streams - * The `/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user's checking, savings or credit card accounts. Additionally, Plaid provides key insights about each recurring stream including the category, merchant, last amount, and more. Developers can use these insights to build tools and experiences that help their users better manage cash flow, monitor subscriptions, reduce spend, and stay on track with bill payments. This endpoint is offered as an add-on to Transactions. To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. This endpoint can only be called on an Item that has already been initialized with Transactions (either during Link, by specifying it in `/link/token/create`; or after Link, by calling `/transactions/get` or `/transactions/sync`). When using Recurring Transactions, for best results, make sure to use the [`days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) parameter to request at least 180 days of history when initializing Items with Transactions. Once all historical transactions have been fetched, call `/transactions/recurring/get` to receive the Recurring Transactions streams and subscribe to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook. To know when historical transactions have been fetched, if you are using `/transactions/sync` listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#SyncUpdatesAvailableWebhook-historical-update-complete) webhook and check that the `historical_update_complete` field in the payload is `true`. If using `/transactions/get`, listen for the [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhook. After the initial call, you can call `/transactions/recurring/get` endpoint at any point in the future to retrieve the latest summary of recurring streams. Listen to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook to be notified when new updates are available. + * The `/transactions/recurring/get` endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user's checking, savings or credit card accounts. Additionally, Plaid provides key insights about each recurring stream including the category, merchant, last amount, and more. Developers can use these insights to build tools and experiences that help their users better manage cash flow, monitor subscriptions, reduce spend, and stay on track with bill payments. This endpoint is offered as an add-on to Transactions. To request access to this endpoint, submit a [product access request](https://dashboard.plaid.com/team/products) or contact your Plaid account manager. This endpoint can only be called on an Item that has already been initialized with Transactions (either during Link, by specifying it in `/link/token/create`; or after Link, by calling `/transactions/get` or `/transactions/sync`). When using Recurring Transactions, for best results, make sure to use the [`days_requested`](https://plaid.com/docs/api/link/#link-token-create-request-transactions-days-requested) parameter to request at least 180 days of history when initializing Items with Transactions. Once all historical transactions have been fetched, call `/transactions/recurring/get` to receive the Recurring Transactions streams and subscribe to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook. To know when historical transactions have been fetched, if you are using `/transactions/sync` listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#SyncUpdatesAvailableWebhook-historical-update-complete) webhook and check that the `historical_update_complete` field in the payload is `true`. If using `/transactions/get`, listen for the [`HISTORICAL_UPDATE`](https://plaid.com/docs/api/products/transactions/#historical_update) webhook. After the initial call, you can call the `/transactions/recurring/get` endpoint at any point in the future to retrieve the latest summary of recurring streams. Listen to the [`RECURRING_TRANSACTIONS_UPDATE`](https://plaid.com/docs/api/products/transactions/#recurring_transactions_update) webhook to be notified when new updates are available. * @param transactionsRecurringGetRequest (required) * @return Call<TransactionsRecurringGetResponse> * @@ -4569,7 +4677,7 @@ Call transactionsRulesRemove( /** * Get incremental transaction updates on an Item - * The `/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. For important instructions on integrating with `/transactions/sync`, see the [Transactions integration overview](https://plaid.com/docs/transactions/#integration-overview). If you are migrating from an existing integration using `/transactions/get`, see the [Transactions Sync migration guide](https://plaid.com/docs/transactions/sync-migration/). This endpoint supports `credit`, `depository`, and some `loan`-type accounts (only those with account subtype `student`). For `investments` accounts, use `/investments/transactions/get` instead. When retrieving paginated updates, track both the `next_cursor` from the latest response and the original cursor from the first call in which `has_more` was `true`; if a call to `/transactions/sync` fails when retrieving a paginated update (e.g. due to the [`TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION`](https://plaid.com/docs/errors/transactions/#transactions_sync_mutation_during_pagination) error), the entire pagination request loop must be restarted beginning with the cursor for the first page of the update, rather than retrying only the single request that failed. If transactions data is not yet available for the Item, which can happen if the Item was not initialized with transactions during the `/link/token/create` call or if `/transactions/sync` was called within a few seconds of Item creation, `/transactions/sync` will return empty transactions arrays. Plaid typically checks for new transactions data between one and four times per day, depending on the institution. To find out when transactions were last updated for an Item, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, use the `/transactions/refresh` endpoint. To be alerted when new transactions are available, listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) webhook. + * The `/transactions/sync` endpoint retrieves transactions associated with an Item and can fetch updates using a cursor to track which updates have already been seen. For important instructions on integrating with `/transactions/sync`, see the [Transactions integration overview](https://plaid.com/docs/transactions/#integration-overview). If you are migrating from an existing integration using `/transactions/get`, see the [Transactions Sync migration guide](https://plaid.com/docs/transactions/sync-migration/). This endpoint supports `credit`, `depository`, and some `loan`-type accounts (only those with account subtype `student` or `mortgage`). For `investments` accounts, use `/investments/transactions/get` instead. When retrieving paginated updates, track both the `next_cursor` from the latest response and the original cursor from the first call in which `has_more` was `true`; if a call to `/transactions/sync` fails when retrieving a paginated update (e.g. due to the [`TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION`](https://plaid.com/docs/errors/transactions/#transactions_sync_mutation_during_pagination) error), the entire pagination request loop must be restarted beginning with the cursor for the first page of the update, rather than retrying only the single request that failed. If transactions data is not yet available for the Item, which can happen if the Item was not initialized with transactions during the `/link/token/create` call or if `/transactions/sync` was called within a few seconds of Item creation, `/transactions/sync` will return empty transactions arrays. Plaid typically checks for new transactions data between one and four times per day, depending on the institution. To find out when transactions were last updated for an Item, use the [Item Debugger](https://plaid.com/docs/account/activity/#troubleshooting-with-item-debugger) or call `/item/get`; the `item.status.transactions.last_successful_update` field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, use the `/transactions/refresh` endpoint. To be alerted when new transactions are available, listen for the [`SYNC_UPDATES_AVAILABLE`](https://plaid.com/docs/api/products/transactions/#sync_updates_available) webhook. * @param transactionsSyncRequest (required) * @return Call<TransactionsSyncResponse> * @@ -4633,12 +4741,12 @@ Call transferAuthorizationCreate( /** * (Deprecated) Retrieve a balance held with Plaid - * (Deprecated) Use the `/transfer/balance/get` endpoint to view a balance held with Plaid. + * (Deprecated) Use the `/transfer/ledger/get` endpoint to view a balance held with Plaid. * @param transferBalanceGetRequest (required) * @return Call<TransferBalanceGetResponse> * @deprecated * - * @see (Deprecated) Retrieve a balance held with Plaid Documentation + * @see (Deprecated) Retrieve a balance held with Plaid Documentation */ @Deprecated @Headers({ @@ -4715,7 +4823,7 @@ Call transferCreate( /** * Upload transfer diligence document on behalf of the originator - * Third-party sender customers can use `/transfer/diligence/document/upload` endpoint to upload a document on behalf of its end customer (i.e. originator) to Plaid. You'll need to send a request of type `multipart/form-data`. You must provide the `client_id` in the `PLAID-CLIENT-ID` header and `secret` in the `PLAID-SECRET` header. + * Third-party sender customers can use the `/transfer/diligence/document/upload` endpoint to upload a document on behalf of their end customer (i.e. originator) to Plaid. You'll need to send a request of type `multipart/form-data`. You must provide the `client_id` in the `PLAID-CLIENT-ID` header and `secret` in the `PLAID-SECRET` header. * @param transferDiligenceDocumentUploadRequest (required) * @return Call<TransferDiligenceDocumentUploadResponse> * @@ -4843,7 +4951,7 @@ Call transferLedgerDeposit( /** * Move available balance between ledgers - * Use the `/transfer/ledger/distribute` endpoint to move available balance between ledgers, if you have multiple. If you're a platform, you can move funds between one of your ledgers and one of your customer's ledger. + * Use the `/transfer/ledger/distribute` endpoint to move available balance between ledgers, if you have multiple. If you're a platform, you can move funds between one of your ledgers and one of your customer's ledgers. * @param transferLedgerDistributeRequest (required) * @return Call<TransferLedgerDistributeResponse> * @@ -5099,7 +5207,7 @@ Call transferQuestionnaireCreate( /** * Cancel a recurring transfer. - * Use the `/transfer/recurring/cancel` endpoint to cancel a recurring transfer. Scheduled transfer that hasn't been submitted to bank will be cancelled. + * Use the `/transfer/recurring/cancel` endpoint to cancel a recurring transfer. A scheduled transfer that hasn't been submitted to the bank will be cancelled. * @param transferRecurringCancelRequest (required) * @return Call<TransferRecurringCancelResponse> * @@ -5241,6 +5349,22 @@ Call transferRepaymentReturnList( @retrofit2.http.Body TransferRepaymentReturnListRequest transferRepaymentReturnListRequest ); + /** + * Report a return recovery + * Use the `/transfer/return/recover` endpoint to notify Plaid that you have recovered some or all of the loss on a returned guaranteed transfer. Recovery can be reported in full or in parts; the sum of recovered amounts across calls cannot exceed the original transfer's amount. + * @param transferReturnRecoverRequest (required) + * @return Call<TransferReturnRecoverResponse> + * + * @see Report a return recovery Documentation + */ + @Headers({ + "Content-Type:application/json" + }) + @POST("transfer/return/recover") + Call transferReturnRecover( + @retrofit2.http.Body TransferReturnRecoverRequest transferReturnRecoverRequest + ); + /** * Retrieve a sweep * The `/transfer/sweep/get` endpoint fetches a sweep corresponding to the given `sweep_id`. @@ -5307,7 +5431,7 @@ Call userAccountSessionGet( /** * Create user - * For Plaid products and flows that use the user object, `/user/create` provides you a single token to access all data associated with the user. You must call this endpoint before calling `/link/token/create` if you are using any of the following: Plaid Check, Income Verification, Multi-Item Link, or Plaid Protect (Identity). If you are using Plaid Protect Link session scoring, you do not need to call `/user/create` first; Plaid will resolve or create the user when `user.client_user_id` is provided in `/link/token/create`. For customers who began using this endpoint on or after December 10, 2025, this endpoint takes a `client_user_id` and an `identity` object and will return a `user_id`. For customers who began using it before that date, the endpoint takes a `client_user_id` and a `consumer_report_user_identity` object and will return a `user_token` and `user_id`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). In order to create a Plaid Check Consumer Report for a user, the `identity` (new) or `consumer_report_user_identity` (legacy) object must be present. If it is not provided during the `/user/create` call, it can be added later by calling `/user/update`. In order to generate a Plaid Check Consumer Report, the following `identity` fields, at minimum, are required and must be non-empty: `name`, `date_of_birth`, `emails`, `phone_numbers`, and `addresses`, (with at least one email, phone number, and address designated as `primary`). Plaid Check Consumer Reports can only be created for US-based users; the user's address country must be `US`. If creating a report for sharing with a GSE such as Fannie or Freddie, the user's full SSN must be provided via the `id_numbers` field. Providing at least a partial SSN is also strongly recommended for all use cases, since it improves the accuracy of matching user records during compliance processes such as file disclosure, dispute, or security freeze requests. When using Plaid Protect, it is highly recommended that you provide an `identity` object to better identify and block fraud across your Link sessions. Plaid will normalize identity fields before storing them and utilize the same identity across different user-based products. + * For Plaid products and flows that use the user object, `/user/create` provides you a single token to access all data associated with the user. You must call this endpoint before calling `/link/token/create` if you are using any of the following: Plaid Check, Income Verification, Multi-Item Link, or Plaid Protect (Identity). If you are using Plaid Protect Link session scoring, you do not need to call `/user/create` first; Plaid will resolve or create the user when `user.client_user_id` is provided in `/link/token/create`. For customers who began using this endpoint on or after December 10, 2025, this endpoint takes a `client_user_id` and an `identity` object and will return a `user_id`. For customers who began using it before that date, the endpoint takes a `client_user_id` and a `consumer_report_user_identity` object and will return a `user_token` and `user_id`. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). In order to create a Plaid Check Consumer Report for a user, the `identity` (new) or `consumer_report_user_identity` (legacy) object must be present. If it is not provided during the `/user/create` call, it can be added later by calling `/user/update`. In order to generate a Plaid Check Consumer Report, the following `identity` fields, at minimum, are required and must be non-empty: `name`, `date_of_birth`, `emails`, `phone_numbers`, and `addresses` (with at least one email, phone number, and address designated as `primary`). Plaid Check Consumer Reports can only be created for US-based users; the user's address country must be `US`. If creating a report for sharing with a GSE such as Fannie or Freddie, the user's full SSN must be provided via the `id_numbers` field. Providing at least a partial SSN is also strongly recommended for all use cases, since it improves the accuracy of matching user records during compliance processes such as file disclosure, dispute, or security freeze requests. When using Plaid Protect, it is highly recommended that you provide an `identity` object to better identify and block fraud across your Link sessions. Plaid will normalize identity fields before storing them and utilize the same identity across different user-based products. * @param userCreateRequest (required) * @param plaidNewUserAPIEnabled The HTTP header used in API requests to determine which set of User APIs to invoke: the legacy CRA version or the new User API version. (optional, default to false) * @return Call<UserCreateResponse> @@ -5324,7 +5448,7 @@ Call userCreate( /** * Refresh user items for Financial-Insights bundle - * `/user/financial_data/refresh` is an optional endpoint that initiates an on-demand extraction to fetch the newest transactions for a User using the Financial Insights bundle. This bundle refreshes the Transactions, Investments, and Liabilities product data. This endpoint is for clients who use the Transactions Insights bundle and want to proactively update all linked Items under a user. The refresh may succeed or fail on a per-Item basis. Use the `results` array in the response to understand the outcome for each Item. This endpoint is distinct from `/transactions/refresh`, which triggers a refresh for a single Item. Use `/user/financial_data/refresh` to target all Items for a user instead. + * `/user/financial_data/refresh` is an optional endpoint that initiates an on-demand extraction to fetch the newest transactions for a User using the Financial Insights bundle. This bundle refreshes the Transactions, Investments, and Liabilities product data. This endpoint is for clients who use the Financial Insights bundle and want to proactively update all linked Items under a user. The refresh may succeed or fail on a per-Item basis. Use the `results` array in the response to understand the outcome for each Item. This endpoint is distinct from `/transactions/refresh`, which triggers a refresh for a single Item. Use `/user/financial_data/refresh` to target all Items for a user instead. * @param userFinancialDataRefreshRequest (required) * @return Call<UserFinancialDataRefreshResponse> * @@ -5471,7 +5595,7 @@ Call userThirdPartyTokenCreate( /** * Remove a third-party user token - * This endpoint is used to delete a third-party user token. Once removed, the token can longer be used to access data associated with the user. Any subsequent calls to retrieve information using the same third-party user token will result in an error stating the third-party user token does not exist. + * This endpoint is used to delete a third-party user token. Once removed, the token can no longer be used to access data associated with the user. Any subsequent calls to retrieve information using the same third-party user token will result in an error stating the third-party user token does not exist. * @param userThirdPartyTokenRemoveRequest (required) * @return Call<UserThirdPartyTokenRemoveResponse> *