diff --git a/CHANGELOG.md b/CHANGELOG.md
index 471c4d4c52..9384389e2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
See full changelog for the OpenAPI schema (OAS) [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
+# 43.0.0
+- Updating to OAS 2020-09-14_1.708.0
+
+## OpenAPI Schema Changes
+### 2020-09-14_1.708.0
+- [Breaking] Preserve arbitrary JSON value types in `/cra/report/get` product `metadata` and `attributes` maps and scalar values in `/cra/credit_profile/report/get` cash flow and network insight attribute maps generated by client libraries.
+
+### 2020-09-14_1.707.1
+- Add `increase` to the `processor` enum on `/processor/token/create`, for creating processor tokens for the Increase integration.
+
+### 2020-09-14_1.707.0
+- Add hidden `user_id` request fields to `/credit/sessions/get` and `/credit/bank_statements/uploads/get`.
+
# 42.0.0
- Updating to OAS 2020-09-14_1.706.1
diff --git a/pom.xml b/pom.xml
index b01682ab6b..d362c12d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.plaid
plaid-java
- 42.0.0-SNAPSHOT
+ 43.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 fdb3f5e0c9..1db92715b0 100644
--- a/src/main/java/com/plaid/client/ApiClient.java
+++ b/src/main/java/com/plaid/client/ApiClient.java
@@ -54,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 v42.0.0")
+ .header("User-Agent", "Plaid Java v43.0.0")
.header("Plaid-Version", "2020-09-14")
.build();
return chain.proceed(requestWithUserAgent);
diff --git a/src/main/java/com/plaid/client/JSON.java b/src/main/java/com/plaid/client/JSON.java
index 0dee301854..f33f1e002a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6e616589b8..48ff238b19 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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/OAuthFlow.java b/src/main/java/com/plaid/client/auth/OAuthFlow.java
index e5a0c1e283..daaab53ca1 100644
--- a/src/main/java/com/plaid/client/auth/OAuthFlow.java
+++ b/src/main/java/com/plaid/client/auth/OAuthFlow.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
package com.plaid.client.auth;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public enum OAuthFlow {
accessCode, //called authorizationCode in OpenAPI 3.0
implicit,
diff --git a/src/main/java/com/plaid/client/model/AAMVAAnalysis.java b/src/main/java/com/plaid/client/model/AAMVAAnalysis.java
index 45e6aecae3..751fbfe489 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a25f45a66..952bcf5e5b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b7f9a2c567..b6f9b0952a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 185c0f67c8..4e9f6f0650 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0486d977a2..62818d9149 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fda033d169..3c3b1cba48 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 45c784078a..5c582aa099 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AccountAssets {
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/AccountBalance.java b/src/main/java/com/plaid/client/model/AccountBalance.java
index e197d0114d..fd6e4e95ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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. 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 857e4043fe..317fd9e72d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4c4f1cd123..86be73056d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b12724b3c..9b08ef0786 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c3d4e0737f..9dd6a3458e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6bae8616bc..0af6c42bb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9253805539..fd3d2b4ca9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c9bb611a14..56ef1eeb1e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e3a08d21db..d5a33c9385 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a459dff420..483be696a1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5bde57e295..cf4651a885 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 778bd943dc..327d964d44 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b3a9558d5d..2980746e49 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5246bf4e8b..0c51d97291 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 395ce51111..f3ee1ea173 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0e47e3bc95..a4f48444cc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ac607e503f..72a3f52f69 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1b553ea101..2e5b91c195 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 46d6b51da3..475ba35ba1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 53a2165449..8858145a25 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bea65b2d96..37d9dec6b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b3a5a0b81..c13be72879 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 11f6f3682f..392c38d43e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 185e0f9349..e8a7070e26 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb928602e0..24d0373726 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1bffa3d81e..22e3c454f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3df958a2d1..77b217b76f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3577803cd0..4a6d53f8ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 17cc944ff5..032650f56e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c241c63715..901580e1c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bbfaaae924..c1fb64bf64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 52e6b593fd..3522e5e5b1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d90ac23001..5ae1f23d32 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 811e5de6ae..a849e518f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b6e20ef47e..6d1bd591a7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 08719908b6..d77e7d8a81 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 639706585a..e7578d5d6f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5e3a9f077e..641a9cd4e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ab8572f958..a8173cb9cb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2c0f75beec..e7af9f08e4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2703d9614c..54cda53501 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 90b7482602..2bfdd0c988 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 52272305f5..d82e677dec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e8c2fbb11f..0fd140d97c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f5ed5a3b8a..341aa85a58 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e7fea0b3e2..21f4d7281f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetDetail {
public static final String SERIALIZED_NAME_ASSET_UNIQUE_IDENTIFIER = "AssetUniqueIdentifier";
@SerializedName(SERIALIZED_NAME_ASSET_UNIQUE_IDENTIFIER)
diff --git a/src/main/java/com/plaid/client/model/AssetHolder.java b/src/main/java/com/plaid/client/model/AssetHolder.java
index 46e8b65ede..e4a489b3ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3b92ed4cac..9953a4a0f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b58b9b4a1e..baf370a5de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetHolding {
public static final String SERIALIZED_NAME_ASSET_HOLDING_I_D = "AssetHoldingID";
@SerializedName(SERIALIZED_NAME_ASSET_HOLDING_I_D)
diff --git a/src/main/java/com/plaid/client/model/AssetHoldings.java b/src/main/java/com/plaid/client/model/AssetHoldings.java
index 42f6dfd692..5e3cf60020 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3a7c82a2ba..629f0412b2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0636f04cf6..96055ac6f9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed96f94d22..d0a453ff03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e60aeff003..f47cf30660 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 728a640d74..e318e96ee4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d9e999683..501acfb287 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 10f559206f..a6cbd72ab2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* AssetReportAuditCopyCreateRequest defines the request schema for `/asset_report/audit_copy/create`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3abed940ea..a0c6e4e750 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* AssetReportAuditCopyCreateResponse defines the response schema for `/asset_report/audit_copy/create`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c21af2369..b0a80a7e00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 38b728721c..6a364b3894 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c7bef3b745..c319a9b3b2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f855d60064..3a7c7ba227 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 43f3b1ac95..1605b3cebf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetReportCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java b/src/main/java/com/plaid/client/model/AssetReportCreateRequestOptions.java
index 64a10e30ba..5782165e15 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetReportCreateRequestOptions {
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/AssetReportCreateResponse.java b/src/main/java/com/plaid/client/model/AssetReportCreateResponse.java
index 075b5b5b80..282b5ac96f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35a43eabee..476442d7de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d0ed3e9303..b1634d0fbb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c76bc27e4..8fe465de8b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b08f10a47..d27913cc91 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 783530db92..3aef450666 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 23c05bad56..6eb9d25481 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 166d8df13c..09eaee0208 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8a5806d953..e8f5b19d33 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 00ff18213b..c50e625684 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetReportInvestmentHolding {
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/AssetReportInvestmentSecurity.java b/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java
index 060c1fbf0a..3930c46d7f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5698a118f8..4bac41eb5f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetReportInvestmentTransaction {
public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id";
@SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID)
diff --git a/src/main/java/com/plaid/client/model/AssetReportInvestments.java b/src/main/java/com/plaid/client/model/AssetReportInvestments.java
index 98f9d5d35a..12c549f69f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3762ae7ee0..2c1a9005bf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a66f90a80..b4f7fb618f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4e0dd6dbd8..438751c6dc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 30ef1bb808..71f0c0a3ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d9a3345cdd..33b41b6d96 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3af5b74ec8..84a7cfe448 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 58f4c61c8c..d46b945aec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9634810b15..2c15bba078 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ec7c9e226..f913150fce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class AssetReportTransaction {
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/AssetReportTransactionType.java b/src/main/java/com/plaid/client/model/AssetReportTransactionType.java
index a9af30797d..cb424e6707 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 af9129444e..c99e0936c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3706b54fa4..fe212934d1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe73c1c12e..dcf59e05d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 723118a802..064b72f49f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8a65c7871b..1ca3de2868 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 39cbbc4f94..d461e05b5c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97a8d0e80c..3fcc487dc2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8b98190e82..fe2dd19762 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 009b526dc5..744cd9068e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 690f811cba..bf5dacf1ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1ba16ed63f..c69cd3e001 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd3b5a8493..3124da3705 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f54b0cd9d6..ec999b84e4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 04862c34dc..77a9415904 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 69605ed545..eb299808e4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a1bf59af7a..2bf261a373 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ae88a21b1..82b8a1a326 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 af3758f216..8c832b7338 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e94f6c030..0bc4d12296 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b41fe25504..5b10ace330 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 65fb206ce7..31a1ba5029 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 64ce654c8e..cb9f824dfa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce097ee201..0f51fa5385 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d4022b3a3..52c1845cdf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a6a3c9987..1133c68832 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6739b1e219..72084beea4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80dec5b492..3f2352f304 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e952adda5f..70e9c07a6c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f316ab701d..5200c739c6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7721dead58..fd54bc2dd6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3d91630c3a..0bdd68f539 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 223b344c67..3296179386 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9994625cc1..d38531a962 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83e27ad446..054f3d4f2e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5235cda57d..e65e4df1df 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f93251b8aa..e27ea30781 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 90bbed0f0c..1bd9158a77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fb4515846f..b3e95c9b5c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1993813c92..b19d733155 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80c99b9f6a..854afc793b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2e876c9568..9f71d1448a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d199c6089..29e4cc512b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 15ca7d0512..d50303e263 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9068b1e911..58b0e7affe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class BankTransferEvent {
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/BankTransferEventListBankTransferType.java b/src/main/java/com/plaid/client/model/BankTransferEventListBankTransferType.java
index 0705b50664..b6b3c1d239 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 41c753946d..034d3c22ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 eaf845dbcb..44a554f15c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0788ec9f60..1a453476bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ebb66dcf25..b115b69fa7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c15b204d20..8ebb5c30b6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0906a218ab..83004f150b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0ce2dd9b30..2207c7eb91 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 063d155c0e..2c3b09cb7e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5bb011e0de..733669629d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6cf8183dd8..00780e8c3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 026142f665..4667058e48 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 998efa1c41..8fe988e48b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cf64d32e92..82eb4c4b2f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 75f35496b8..1599586704 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d7c87bebdb..8056879ef3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 49d40cef82..2e32900847 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c73f58c36e..dfbde9ad9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2adf5dc256..0eca7d465c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 23440e6447..842fc85ee5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ae8384912a..2bf613c787 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 df6d40f934..6b505f27c5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4e62f4f0f1..14952b4673 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f55d695e41..2a67b0acb2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 628da25cdf..e863ed5a24 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c2d103d713..5a6f0eb862 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2ee74bfac4..d216101518 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9224d8ef97..c80198976a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 afade3d2fd..096cb18439 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ec742c83a2..88704aca3f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c04de154e3..e4a12b2ea5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 514298ef08..4b6ef9eaac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e6f970aab6..7919707f8f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e1ed8eba5c..d21b06eac5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9f282a41ef..8fe9ecf9ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class BaseReportInvestmentHolding {
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/BaseReportInvestmentSecurity.java b/src/main/java/com/plaid/client/model/BaseReportInvestmentSecurity.java
index e65a02ce25..3aac6f0c37 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 13df3fef96..ce95079f0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class BaseReportInvestmentTransaction {
public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id";
@SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID)
diff --git a/src/main/java/com/plaid/client/model/BaseReportInvestments.java b/src/main/java/com/plaid/client/model/BaseReportInvestments.java
index 60c42274e0..ce2476718c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8681b7b09..e4131bbe00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e38f623b9a..5c0688d0e9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0a67562558..9cc24690b1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff1ba8f441..c1483569db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class BaseReportTransaction {
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/BaseReportTransactionType.java b/src/main/java/com/plaid/client/model/BaseReportTransactionType.java
index ebb71ca640..22b975d383 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a3ac5563af..2afe62217a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93917ec6fd..dc17858c93 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 58d51be618..1f8e705b00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 959d5aed3b..424335c552 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f4de38eb94..30ad60374a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4c97d5b7f7..af88ed5d45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 424e77355e..bff532bee5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9175a6b899..622027005b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8def2d092b..2b0c4eee41 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a8bbeed81c..3f2827f37d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 df135388b1..7acc4cbe94 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83dd9d835f..4a1bd4f9ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a3f64ea4bf..7aedbcd51d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0d30cf700b..13e1b262fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dfed67e5d3..6bdebe88a7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8c91e98464..b059a7b272 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4acfd908e9..d11fc9475f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f26176dc91..7328ce731f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d21157f4a1..f0e91eb1eb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 52841fd233..9cee3d1146 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c621b5abf2..d2b3508133 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2712c95b84..55b64234ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 01979df3d7..2c409824d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5dba056c4..3b342ebd73 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9cc648be55..575847b440 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1e42192a04..15fd1dcd0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d2b17f3e65..1f19be7a03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a7e4cbb78..258580fce8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e0e3d52b99..0cce99c167 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6cf71120db..0734f144b4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e462b6b100..3fbe3b0ca0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f6aa4fa065..58f1fa36d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 65f7b1341b..3a8c261f08 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f22ca2e426..13a12ea977 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5778f8700..4ea767e649 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 63b9e51e03..df61505500 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 50e040304d..40f32c71f9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ef1c1bbf3a..b24e682df0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b95d7191b9..881878baa2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 14e8d8e751..8ccaeb5392 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 59cd5c935c..c809d374a4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 62186e164a..cac82c4064 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e361697449..8389cdc3ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1cfb5d93e5..719f0561d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 27fc56996e..fdecc0c902 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 54a3f5b983..7d7a7f24b2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2dfcacee70..37909a8602 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed81553f5f..0aed9fc18a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a62e58abee..c488967c93 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 281f1e2d76..c0fbbb3d27 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 347901e2ed..14a256efed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ffeb4354b5..dfec6aadd5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f631b049b2..4690e5b438 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 32afd981d9..53d3001c9c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 12b593cca8..3993baab73 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 94bee30f81..f269a7670e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 46f72250a4..48cca9d256 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 401f1e1294..0692f5fdca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d361211eb..1301a4cf6e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 87f8025df1..66577e4e0e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 01906b4b8c..0421808a67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a37d672811..b2e2977dc8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 06af3a2de5..cb21228361 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 40a868ed87..cfe3f8d2f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0fe81e816d..8ce958abcb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4cab194faf..d861deb01c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 023fe86c98..e41ea9c2e5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b03ceecd5d..4a50ee34ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class BetaEwaReportV1GetResponse {
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/BetaPartnerCustomerV1CreateRequest.java b/src/main/java/com/plaid/client/model/BetaPartnerCustomerV1CreateRequest.java
index 2be3ee28ca..d1756250d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9dc5dbb898..6a1de30bfc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 357874f6da..40432b8740 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0b3836f633..49149c4c0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7ffd28ee2e..3abfe0cd28 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f626e17a54..44fc5e2ccd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ea8452e43..2f2f158821 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d8c5c8cc8..b545b78a90 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8361c83053..454fa4d9cf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 064d6c4b87..20a568489b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ee2d89a6c..b781d9f6f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4cbb3c1403..70325d4a1a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 732001ea50..a68ea7a754 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8981359c73..0ae2f411d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ac0f0ea93..0d7273c513 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 06fb9ed44f..454dc4ddcf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 91f23dbda3..b51d096d74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a1115ec167..c0ddd3d577 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 464ff9f613..9a4879b1ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9a62205e5c..79b01df6eb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff74669af5..d391a701c5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a02f6bbc6f..8d4b9f38d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d004b823f2..6405c50c4e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a53ede7af..af03677145 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f714d47368..3a5cb6bf90 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff7b41a4c5..711fca487a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 48659f1b42..54aaba71bd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f0c818f766..e02c396705 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86549f2889..4e0f4aed64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f509c73e34..c2fb85fd62 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 54a38ed61c..500aeef3a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 af6312e6b6..fbec383d40 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1808b05ce1..350368ee35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a0581bee03..274ebfb486 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f085d68dd1..e1723210fa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 62c161d3a6..684d9ddcd7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 88184b587d..bf5407656d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 67c7a1fa8b..0e1efbadba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d654830cbb..d7e3615634 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 15d5b75feb..14b9a52a98 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 47c7eec217..4dbc3d36f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ca1665bc54..41974d3f5f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0791fc5fcd..8d9c9b5951 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1b5f543838..82badca4fc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71a7f7b6bb..1aa0d4211d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4132cb46b1..c4efd48bc1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 00ca44a4fb..ab280aece2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 de7d0e32cd..189688a4d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 961f07ef8f..1a613e210f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4d21efb2cb..b92fa70e89 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71112eb336..3a423d5406 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7a1e275b07..8c3f630408 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e48043fab..3849d55c56 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f3da5563d4..7e206e8109 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 15fac942f3..9cf586f633 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CashflowReportGetResponse {
public static final String SERIALIZED_NAME_ACCOUNTS = "accounts";
@SerializedName(SERIALIZED_NAME_ACCOUNTS)
diff --git a/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java b/src/main/java/com/plaid/client/model/CashflowReportHistoricalBalance.java
index fed33f4ef1..bdf12bc22d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 92cae40bbf..8b1f36177c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 98b60a61f8..898812b9ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c3efbe9ea9..4eb200c88e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 27b5c34249..f8094d5fe5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9f3cdbd726..b8a8007cd4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c30b359645..ca897e4c15 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 182f7c6e60..f76c8b6ccd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d86b8e4ded..5fe1c1349d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0bf04c8ce9..33f5acd91c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9bf9f1da29..2d2e829569 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d2db3b46c4..86db36610e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dc616da0cf..d3411ed567 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35bbdad04c..7f52fc192b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 82df9d608e..5f1decd509 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2dea1c4f44..7c36ff6099 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 633dfcf9b7..094042b167 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd668d852c..a4db33dd8f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CashflowReportTransaction {
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/CashflowReportTransactionsGetRequest.java b/src/main/java/com/plaid/client/model/CashflowReportTransactionsGetRequest.java
index da514f02c9..b722083c43 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f4780db53f..cb0b9edc4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 08779b456e..4804276649 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CashflowReportTransactionsGetResponse {
public static final String SERIALIZED_NAME_ACCOUNTS = "accounts";
@SerializedName(SERIALIZED_NAME_ACCOUNTS)
diff --git a/src/main/java/com/plaid/client/model/CategoriesGetResponse.java b/src/main/java/com/plaid/client/model/CategoriesGetResponse.java
index 074a111fa5..42732f4029 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a6157e309..b4d16f65cf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c48b86b0d9..fc7b6d4f43 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 615e969e48..01e8a6526f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d872a23908..ec43795669 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 830cd8754f..af1ed7b8ff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Cause {
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/CauseAllOf.java b/src/main/java/com/plaid/client/model/CauseAllOf.java
index feb0e54810..af996e964d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index decafceacd..0c5ac8f6c0 100644
--- a/src/main/java/com/plaid/client/model/CheckReportRepairableItem.java
+++ b/src/main/java/com/plaid/client/model/CheckReportRepairableItem.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CheckReportRepairableItem {
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/CheckReportWarning.java b/src/main/java/com/plaid/client/model/CheckReportWarning.java
index eb08f4010d..874ea6d90a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 44f4eb6f1b..addc3194a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 59b02d6410..f8481fcbbc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 843abaff97..8698f53245 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fb87ef4b2d..4ce8d04c17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 df96010590..af9161a73c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ClientProvidedRawTransaction {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java b/src/main/java/com/plaid/client/model/ClientProvidedTransaction.java
index 9a10295803..f9514bcf00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 da24b135e0..4cd8218d69 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 077ffb989e..036caf4373 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9844ad1ac0..80bcf0cf35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b22c97e0a5..44c7325ade 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8aa4c3ad6c..837cca87f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 022777d304..da996f7926 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 caff1f76d3..e1dc37a537 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ConnectedApplication {
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/ConsentEvent.java b/src/main/java/com/plaid/client/model/ConsentEvent.java
index b525a3ce7b..4dad941031 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7152c2c4f9..297951ce6c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 186467a694..3b2d02ea08 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f56ab7a9b7..ade15ac149 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b2f7c65c6d..7faf9403c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5f3d1123e1..abc92bc603 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f08320921f..3b279b3e74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e77557fb38..a14dbeeb06 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6d81735d72..ba9d2eac26 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7961838edc..335d7532a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 56aa59a9f5..78ae8ff390 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 145632ea63..01ac55ec21 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8cdc0f132a..20f538c306 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Counterparty {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/src/main/java/com/plaid/client/model/CounterpartyInsights.java b/src/main/java/com/plaid/client/model/CounterpartyInsights.java
index c194d05b3b..46205e5658 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8b6f683507..5f95357d02 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 971daad476..c14b98c749 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 60a840bb60..5b5ca21fef 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 26a9ae64fa..923d18e5b4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f7e6733748..a9950fefd0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 928af215c8..e8f1085980 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 12d62bbf82..3a3317a4b9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1f2938dbec..59d83a23e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d8e161d308..528ccfd568 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0702be4998..f0c07eab04 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9c7735550e..7bf03cda51 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f4470a98e6..7f1d9e964d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d77e0af907..1a96bf145d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e7d1302e42..e1b203accc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3ffe4e5ef1..0a9316075d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ee666725d..329206a300 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 da6ddb7e3b..ef6e02841d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 16feb17941..f74b3e5956 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 03dbedd9c0..e7c2270b24 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ab43339b77..cb9b2ad38f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 73c60e7616..8f311a3649 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 43197948c1..fd2bc0626c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 40faa36b21..4a5c244a71 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 38f1c736b4..244b379ecb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCashflowInsightsReport {
public static final String SERIALIZED_NAME_REPORT_ID = "report_id";
@SerializedName(SERIALIZED_NAME_REPORT_ID)
@@ -95,11 +95,11 @@ public CraCashflowInsightsReport attributes(Object attributes) {
}
/**
- * A map of cash flow attributes, where the key is a string, and the value is a float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.
+ * A map of cash flow attributes, where the key is a string, and the value is a string, float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.
* @return attributes
**/
@javax.annotation.Nullable
- @ApiModelProperty(value = "A map of cash flow attributes, where the key is a string, and the value is a float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.")
+ @ApiModelProperty(value = "A map of cash flow attributes, where the key is a string, and the value is a string, float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.")
public Object getAttributes() {
return attributes;
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetRequest.java
index c164c3e733..6e4d773a3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* CraCheckReportBaseReportGetRequest defines the request schema for `/cra/check_report/base_report/get`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportBaseReportGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportBaseReportGetResponse.java
index 2ade893668..747d5b4b34 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0aec743483..413e2193a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 548185558d..70fcea44af 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c7629aad88..d8fe5d157d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2175c241cb..e3d6664772 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index d9a117a284..10fc40fa5c 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportCreateCashflowInsightsOptions.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateCashflowInsightsOptions.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateCashflowInsightsOptions {
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/CraCheckReportCreateEmploymentRefreshOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java
index cab9602657..951453f077 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateEmploymentRefreshOptions.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateEmploymentRefreshOptions {
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/CraCheckReportCreateIncomeInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java
index 9ed23722a0..77123a57fb 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateIncomeInsightsOptions.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateIncomeInsightsOptions {
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/CraCheckReportCreateLendScoreOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java
index 6ab81fe2bb..1e5460a692 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateLendScoreOptions.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateLendScoreOptions {
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/CraCheckReportCreateNetworkInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java
index 1eed87afda..c7cdeeb52c 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportCreateNetworkInsightsOptions.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateNetworkInsightsOptions {
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/CraCheckReportCreatePartnerInsightsOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportCreatePartnerInsightsOptions.java
index 7b77186f4c..c9fc2370fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 89dd3edc63..edc51c0378 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportCreateResponse.java
index faf4aa8fd8..1d0b9979ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83e66e2afd..cf262069c3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportFailedWebhook {
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/CraCheckReportFreddieMacGetRequest.java b/src/main/java/com/plaid/client/model/CraCheckReportFreddieMacGetRequest.java
index c32b8cb832..0d78bdb4c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 251179f488..7e7ee1b36d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0e33b65667..cbd9111261 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1f8ead9e90..5985ba6330 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 587d46b198..59812cd850 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportHomeLendingReportOptions {
public static final String SERIALIZED_NAME_REPORTS_REQUESTED = "reports_requested";
@SerializedName(SERIALIZED_NAME_REPORTS_REQUESTED)
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetOptions.java
index 87f2c888a6..b695835709 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8e5c51400..0083036000 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportIncomeInsightsGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java b/src/main/java/com/plaid/client/model/CraCheckReportIncomeInsightsGetResponse.java
index cfb79733f5..3383adb97f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d4e0111f1..7a6317ddb5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 75703779b4..d78fd668ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a796577919..420c71d9ee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4e8633a93..e0169eee7b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c65ac6c899..a5fda44aee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7c9b5fd4d5..d6d09437da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb221c69d2..bbf8427637 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 141930428c..60e7c42b4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3f98b2c1e1..5ae09bba0e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5fc5fc5198..2eb01dcd77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6bf810f5ac..2b0947b8f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index ceb502eca1..d44ff42b52 100644
--- a/src/main/java/com/plaid/client/model/CraCheckReportPermissiblePurpose.java
+++ b/src/main/java/com/plaid/client/model/CraCheckReportPermissiblePurpose.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java b/src/main/java/com/plaid/client/model/CraCheckReportReadyWebhook.java
index 0986b073b0..483a4c0f17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f3a6e14a7f..e6ed648713 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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 = "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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9f0575af93..dda35baa5e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ad7875e564..a5f8bd1e4f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bad4295b61..e3229eaf79 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35c9e367b8..78b5655e4f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCheckReportVerificationPdfGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java b/src/main/java/com/plaid/client/model/CraCheckReportVerificationPdfReportType.java
index e65176d52c..34a0e28b2c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7ae0adf1d3..9c588ca25f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 34ce77e0d7..a16db6b5ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 124c6b2668..f13915091a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraCreditProfileReport {
public static final String SERIALIZED_NAME_DATE_RETRIEVED = "date_retrieved";
@SerializedName(SERIALIZED_NAME_DATE_RETRIEVED)
@@ -165,11 +165,11 @@ public CraCreditProfileReport cashflowInsightsAttributes(Object cashflowInsights
}
/**
- * A map of cash flow attributes, where the key is a string, and the value is a float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.
+ * A map of cash flow attributes, where the key is a string, and the value is a string, float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.
* @return cashflowInsightsAttributes
**/
@javax.annotation.Nullable
- @ApiModelProperty(required = true, value = "A map of cash flow attributes, where the key is a string, and the value is a float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.")
+ @ApiModelProperty(required = true, value = "A map of cash flow attributes, where the key is a string, and the value is a string, float, int, or boolean. The specific list of attributes will depend on the cash flow attributes version used. For a full list of attributes, contact your account manager.")
public Object getCashflowInsightsAttributes() {
return cashflowInsightsAttributes;
diff --git a/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java b/src/main/java/com/plaid/client/model/CraCreditProfileReportGetRequest.java
index ea61cc0d1f..14acef3357 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d97fde3cd..075927d987 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5e8c62c756..0e67872442 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 588e5bf1b1..89073f1dc7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 21d88da696..c09d44e447 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0f7e3f56a4..f9aabe80eb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 235a4a6687..eb38a04b17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d7269e3b6d..7da6c41222 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4e13755ea2..3762b21925 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dcac83712b..940caf863a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd466f5468..4c77985215 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 883220218b..13f9646ce5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e999ebee25..d3584bd4a4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e0e2a38276..be4bb6246c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e618dd6cae..9fcb5a57f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d5293222cb..add4fdf808 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ae9caa382d..04f574e01c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5b052efbb1..07b4408e0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 041c731695..e70f138be6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e75e6fbcdc..108278959a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe1286428f..26c059a616 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2d49f9c3ba..ee9aba0eaf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 eba487cb82..dcc33fe14c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 76ac3431ae..b0bf54d37e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1b7b759613..236924bbd9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 de6558cac1..12732f9671 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 554ef79891..637b8cd378 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d369801037..c23a63b457 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 78b3bcfb5c..5f55385018 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4d0ee51d38..67efb07bb5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cee468fdc7..bb1c70fcb9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bfd97d3e4d..f9e6c46020 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4cd25dabba..53911c0a87 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6605a86e78..904efde7ff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 db1193fbf4..e991c3fe94 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 295d81f32d..1a51aeec32 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f12833e6c5..98a3aa391c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d5ae756e89..1306e27e85 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c89e5a9fbc..352ebb38f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e6a81e4d2..954be8ed40 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0dccbcc4ed..1860d3eed7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5d061de11e..1f83fc53f7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 894a7f9378..d0207ac5c0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c2c6e42421..6f0bb5b327 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 31ba0379cc..9dc55135da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8bb248573..4ad5e93041 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 341b66266a..7c802d2951 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 26a2067a56..631a41096b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce6eb44ae8..0b2ce18141 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 830801c7b2..8dbb1e2c0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ebde0d55c8..15e44e5915 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 00a40c2c7d..d4c97e2e0e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 29d7e4b2da..7df040e1d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d1c955b65..d30bbd56d4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8121c51587..7abb4972b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 eda8dc2fea..9056cd51d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d0d00a636d..3b89599247 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83322cbd13..5469d23af7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80ab69dfbb..db754f8826 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 18d5a7796a..bf11499114 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 aefc6a895f..15a3755ac4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 167abfd958..6e5f2b8fa5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d46af99536..b37feab367 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7b2765d803..4471040c3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed09f2b728..750766d8cd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3518df6db0..7afbcb51d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 854ba2e6ef..b4640f056d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c733584f2d..25002c3707 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 91e6a66c29..9cf205bf7e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraPartnerInsightsUltraFicoScoreResult {
public static final String SERIALIZED_NAME_REQUEST_CORRELATION_ID = "request_correlation_id";
@SerializedName(SERIALIZED_NAME_REQUEST_CORRELATION_ID)
diff --git a/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java b/src/main/java/com/plaid/client/model/CraPartnerInsightsUltraFicoScoreVersion.java
index ee7db3258a..e6f42ae889 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 553db691d6..237ba1d525 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a0a547b783..8c197073b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index ffaa38e672..daca303bcb 100644
--- a/src/main/java/com/plaid/client/model/CraReportDecisionStage.java
+++ b/src/main/java/com/plaid/client/model/CraReportDecisionStage.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/CraReportGetReport.java b/src/main/java/com/plaid/client/model/CraReportGetReport.java
index b760804e03..85dc3b8cc7 100644
--- a/src/main/java/com/plaid/client/model/CraReportGetReport.java
+++ b/src/main/java/com/plaid/client/model/CraReportGetReport.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -35,7 +35,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraReportGetReport {
public static final String SERIALIZED_NAME_RETRIEVED_TIME = "retrieved_time";
@SerializedName(SERIALIZED_NAME_RETRIEVED_TIME)
diff --git a/src/main/java/com/plaid/client/model/CraReportGetRequest.java b/src/main/java/com/plaid/client/model/CraReportGetRequest.java
index 6d72eb673b..08b9c52feb 100644
--- a/src/main/java/com/plaid/client/model/CraReportGetRequest.java
+++ b/src/main/java/com/plaid/client/model/CraReportGetRequest.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraReportGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java b/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java
index 7514e14e2b..184ed6ffe5 100644
--- a/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java
+++ b/src/main/java/com/plaid/client/model/CraReportGetRequestProduct.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraReportGetRequestProduct {
public static final String SERIALIZED_NAME_PRODUCT = "product";
@SerializedName(SERIALIZED_NAME_PRODUCT)
diff --git a/src/main/java/com/plaid/client/model/CraReportGetResponse.java b/src/main/java/com/plaid/client/model/CraReportGetResponse.java
index 018139144e..4a9dc953fb 100644
--- a/src/main/java/com/plaid/client/model/CraReportGetResponse.java
+++ b/src/main/java/com/plaid/client/model/CraReportGetResponse.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraReportGetResponse {
public static final String SERIALIZED_NAME_REPORT = "report";
@SerializedName(SERIALIZED_NAME_REPORT)
diff --git a/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java b/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java
index a515eeb92b..61aa9472f9 100644
--- a/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java
+++ b/src/main/java/com/plaid/client/model/CraReportGetResponseProduct.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraReportGetResponseProduct {
public static final String SERIALIZED_NAME_PRODUCT = "product";
@SerializedName(SERIALIZED_NAME_PRODUCT)
@@ -129,11 +129,11 @@ public CraReportGetResponseProduct attributes(Object attributes) {
}
/**
- * 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.
+ * A map of product attributes, where the key is a string and the value can be any JSON value. 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.")
+ @ApiModelProperty(required = true, value = "A map of product attributes, where the key is a string and the value can be any JSON value. 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;
diff --git a/src/main/java/com/plaid/client/model/CraReportScope.java b/src/main/java/com/plaid/client/model/CraReportScope.java
index a01a5ffd12..d4d4e7bb19 100644
--- a/src/main/java/com/plaid/client/model/CraReportScope.java
+++ b/src/main/java/com/plaid/client/model/CraReportScope.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java b/src/main/java/com/plaid/client/model/CraUpgradeFailedWebhook.java
index 67ed9d311f..737d8e067b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 78bd899ddc..986aad8ede 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CraUserCheckReportFailedWebhook {
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/CraUserCheckReportReadyWebhook.java b/src/main/java/com/plaid/client/model/CraUserCheckReportReadyWebhook.java
index 7ca1a1409a..c3b96fa7ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 051e833059..3208652a9a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 428ffb30d4..cded97ac43 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6d21fe6cf0..7caee7796d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 55db46bcbd..ed6e7071ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ea02d0d8ae..69a9c2cbe9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 41458b2a68..8c0122fdc8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a44afeaabf..eb14e64a77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 058fbf4687..a2c6b77af8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5ab0c2b8f9..dc2c055226 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a66856062..b6dcf8fab7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9cf0ca93d2..b9fe1a7870 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fa8ccef5cc..148f3373cc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 df3609b8aa..9ba6ac42c0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ece8634d5..108f28ab9f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d853d33e06..373f0c23e2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 55ac492b37..d03f278ac9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 766871b802..42712ab992 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3e4a0a1524..dbf3867871 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e186ae6a65..55301c1fbd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b6f3151a83..608ac04d67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 17d5a814e0..a628497d38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7cd04b5478..6239724def 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 43dc6577cc..e5c9682186 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b32a7f8fc..c31857cf7a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3788a1cd4f..5ffb9bd8bb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0f62b3153d..96eefd2fce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 622af679fb..88610d6832 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97c2c2887d..38c3f4dea0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cacb78287f..f0b2b44500 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 55b4e3524f..8a2a3ce071 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 dc2e0d0582..3052e9afbf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9ab5a811b1..382d2514f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2c4843d084..9fd4908047 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09c4defa06..1f1076539b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a1a3d494b..7b4bbc3768 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0506cf10ef..e9471c1689 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 104e8d40c4..08c3326862 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe2f85c7c7..6a63debac6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e9770d9073..2c253991a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6e25c4c0c1..c8ae875284 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b35ec2af3f..34fa1971a4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a39f73aa18..ce2d778f5d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0337f04dee..73a178fef3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99d1d7e35c..be19173e9f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eba46a6700..a3c1da7fbf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f214773253..03f331c2dd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5bf44c8186..a3d72377d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 00d948f87d..c311042300 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e1a25ce8ec..0eb7b7e67d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 49231ebc5c..34e47f0554 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cbd071d1fb..d36e3ee012 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 224520992e..8585cc6b08 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7e2b72832a..9f965056de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 49088601d4..9ae053a0e2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a776316bb4..dc177dbf2b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 370ab510e2..0cde197c79 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b08303ed4a..bad127c873 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 218128f22a..5b965e9d10 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0a3769735f..b8c367475a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 514461b161..38d43edae0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b0a6cdd94e..fcf9ffb1b4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9eedc2ef7f..2d225205bd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d5753135cb..c56a5fc929 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 27efbe5afb..d094f568c7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f72bd6238c..d6c6f474ff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditBankIncomeTransaction {
public static final String SERIALIZED_NAME_AMOUNT = "amount";
@SerializedName(SERIALIZED_NAME_AMOUNT)
diff --git a/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java b/src/main/java/com/plaid/client/model/CreditBankIncomeWarning.java
index 3d77438475..1a2332ea99 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 353c025606..22239852f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a85fb13f9b..46104b8501 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d381f7d680..2fd154df5f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ac599be5f..e4bebe1ce1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d43608764..1d07ce349c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 65094f9b14..e44594da51 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6a58e656ac..fadb7b45fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b9460c21e1..30c6b70319 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4ee5ac766e..435d243d95 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f19e60212e..63067de596 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b0903a636d..fe1db02bf2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5f1c5e6a1d..5888bce6b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditBankStatementsUploadsGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
@@ -43,6 +43,10 @@ public class CreditBankStatementsUploadsGetRequest {
@SerializedName(SERIALIZED_NAME_USER_TOKEN)
private String userToken;
+ public static final String SERIALIZED_NAME_USER_ID = "user_id";
+ @SerializedName(SERIALIZED_NAME_USER_ID)
+ private String userId;
+
public static final String SERIALIZED_NAME_OPTIONS = "options";
@SerializedName(SERIALIZED_NAME_OPTIONS)
private CreditBankStatementsUploadsGetRequestOptions options;
@@ -116,6 +120,29 @@ public void setUserToken(String userToken) {
}
+ public CreditBankStatementsUploadsGetRequest userId(String userId) {
+
+ this.userId = userId;
+ return this;
+ }
+
+ /**
+ * Get userId
+ * @return userId
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "")
+
+ public String getUserId() {
+ return userId;
+ }
+
+
+ public void setUserId(String userId) {
+ this.userId = userId;
+ }
+
+
public CreditBankStatementsUploadsGetRequest options(CreditBankStatementsUploadsGetRequestOptions options) {
this.options = options;
@@ -151,12 +178,13 @@ public boolean equals(Object o) {
return Objects.equals(this.clientId, creditBankStatementsUploadsGetRequest.clientId) &&
Objects.equals(this.secret, creditBankStatementsUploadsGetRequest.secret) &&
Objects.equals(this.userToken, creditBankStatementsUploadsGetRequest.userToken) &&
+ Objects.equals(this.userId, creditBankStatementsUploadsGetRequest.userId) &&
Objects.equals(this.options, creditBankStatementsUploadsGetRequest.options);
}
@Override
public int hashCode() {
- return Objects.hash(clientId, secret, userToken, options);
+ return Objects.hash(clientId, secret, userToken, userId, options);
}
@Override
@@ -166,6 +194,7 @@ public String toString() {
sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n");
sb.append(" secret: ").append(toIndentedString(secret)).append("\n");
sb.append(" userToken: ").append(toIndentedString(userToken)).append("\n");
+ sb.append(" userId: ").append(toIndentedString(userId)).append("\n");
sb.append(" options: ").append(toIndentedString(options)).append("\n");
sb.append("}");
return sb.toString();
diff --git a/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetRequestOptions.java
index 7b7161eae5..8afb97b984 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditBankStatementsUploadsGetRequestOptions {
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/CreditBankStatementsUploadsGetResponse.java b/src/main/java/com/plaid/client/model/CreditBankStatementsUploadsGetResponse.java
index 7a0d943987..8fe0875026 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 654c60904d..e26c7d7de8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5dbc5fdb7e..2cb9ed6aa8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ae56797f4..f36c8f44ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditDocumentMetadata {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/src/main/java/com/plaid/client/model/CreditEmployerVerification.java b/src/main/java/com/plaid/client/model/CreditEmployerVerification.java
index f61850c8b8..73ab6c3f4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f82b2d8bfe..a00bcd7370 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ef2dd3f3ca..4369cb185e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cdd6aa036f..5b295ff06d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ff67439c5..0f690c7ee1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 61f9342e69..5b8a696760 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3a3776719a..6e5e5e7394 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 66eb478e51..8cd2489b42 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 315412bc86..64434b7eca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 758cca45e6..c437ed80a4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09f5fb6576..9696bdb2b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b4828c58d2..998b4a3924 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8eae2c5289..c55e2d31cd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c262d4b8a6..7e2d50c2c8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f93319a0b4..f68fe61e2b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9760bd2620..dcdc68eec9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a4cfde999..5ed5cf56a1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99dd1bfb6e..e1708973a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35672bf48c..c9c99c2a12 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3cbb50cceb..28ab2f7c5b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0c501b76d3..77dd5b8b58 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5d59e860d8..2ca09b1023 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a246a9719c..60b997aa31 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 161575e775..ccc083b98f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 61b55cc297..ad06bedcbc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index 258ccaa3d1..30eda9d5ab 100644
--- a/src/main/java/com/plaid/client/model/CreditI20.java
+++ b/src/main/java/com/plaid/client/model/CreditI20.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditI20 {
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/CreditI20Student.java b/src/main/java/com/plaid/client/model/CreditI20Student.java
index 12eff48e51..9cc1dc3edd 100644
--- a/src/main/java/com/plaid/client/model/CreditI20Student.java
+++ b/src/main/java/com/plaid/client/model/CreditI20Student.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditI20Student {
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/CreditPayStub.java b/src/main/java/com/plaid/client/model/CreditPayStub.java
index 384e314a01..100e895cdb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f4067abf42..4dd5a0e364 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9fd6799f79..3fe5783eda 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 17c00cf6e6..1ac9cc56ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4029bfcd4e..091be476dc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditPayStubEmployee {
public static final String SERIALIZED_NAME_ADDRESS = "address";
@SerializedName(SERIALIZED_NAME_ADDRESS)
diff --git a/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java b/src/main/java/com/plaid/client/model/CreditPayStubEmployer.java
index ebe2802836..1eb763c03d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 94ed775f38..89abb190d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditPayStubNetPay {
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/CreditPayStubPayBasisType.java b/src/main/java/com/plaid/client/model/CreditPayStubPayBasisType.java
index 9c0f53f2d6..d5395a5c9e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 18c957dff8..b99b1345bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5da08ccafa..39d5f0cc5c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditPayrollIncomeGetRequestOptions {
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/CreditPayrollIncomeGetResponse.java b/src/main/java/com/plaid/client/model/CreditPayrollIncomeGetResponse.java
index c239295695..d15d2ee07c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 61c5acc5cb..cfded13f09 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ac9941b2c5..edb0367bc5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 74887b55f1..3e15211cc6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bae5357399..374f5b3a45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d830454433..1bc2d0d3d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9b7225380b..165f008eaa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2907ae77ac..925f517bff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7cc9a19fa3..f42478473a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2d031efe19..69c34b8d45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* CreditPayrollIncomeRiskSignalsGetResponse defines the response schema for `/credit/payroll_income/risk_signals/get`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 40879173e8..7985e26e4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d89e1a1af4..02c7e811b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e4dce9d4c5..e6e24a8a5b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 896bade2e8..8bbfff1313 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 65f5c8de30..b8261de8ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb20fb079d..04f6c607bd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 de3201d1cf..89dbc1c3b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 52c320ec8a..b0d19e87c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d10f2add8b..c2bb246edf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bc4c454faa..51f303d9ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86c0c165c6..6b3c412c77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fd6ef3c490..2faa4bc45d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1beeda690b..ffc53c28e9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 261c380548..770539fa02 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d37f25337e..c9e7e02f4e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditSessionDocumentIncomeResult {
public static final String SERIALIZED_NAME_NUM_PAYSTUBS_UPLOADED = "num_paystubs_uploaded";
@SerializedName(SERIALIZED_NAME_NUM_PAYSTUBS_UPLOADED)
diff --git a/src/main/java/com/plaid/client/model/CreditSessionError.java b/src/main/java/com/plaid/client/model/CreditSessionError.java
index e8e19b1059..ebfe52e305 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4ebd30586..ff6b51852a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e91b7495b..ae1be35c4b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9b32c84b70..09e7e34465 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 352a1c7436..7df5a5f71a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditSessionsGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
@@ -42,6 +42,10 @@ public class CreditSessionsGetRequest {
@SerializedName(SERIALIZED_NAME_USER_TOKEN)
private String userToken;
+ public static final String SERIALIZED_NAME_USER_ID = "user_id";
+ @SerializedName(SERIALIZED_NAME_USER_ID)
+ private String userId;
+
public CreditSessionsGetRequest clientId(String clientId) {
@@ -111,6 +115,29 @@ public void setUserToken(String userToken) {
}
+ public CreditSessionsGetRequest userId(String userId) {
+
+ this.userId = userId;
+ return this;
+ }
+
+ /**
+ * Get userId
+ * @return userId
+ **/
+ @javax.annotation.Nullable
+ @ApiModelProperty(value = "")
+
+ public String getUserId() {
+ return userId;
+ }
+
+
+ public void setUserId(String userId) {
+ this.userId = userId;
+ }
+
+
@Override
public boolean equals(Object o) {
if (this == o) {
@@ -122,12 +149,13 @@ public boolean equals(Object o) {
CreditSessionsGetRequest creditSessionsGetRequest = (CreditSessionsGetRequest) o;
return Objects.equals(this.clientId, creditSessionsGetRequest.clientId) &&
Objects.equals(this.secret, creditSessionsGetRequest.secret) &&
- Objects.equals(this.userToken, creditSessionsGetRequest.userToken);
+ Objects.equals(this.userToken, creditSessionsGetRequest.userToken) &&
+ Objects.equals(this.userId, creditSessionsGetRequest.userId);
}
@Override
public int hashCode() {
- return Objects.hash(clientId, secret, userToken);
+ return Objects.hash(clientId, secret, userToken, userId);
}
@Override
@@ -137,6 +165,7 @@ public String toString() {
sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n");
sb.append(" secret: ").append(toIndentedString(secret)).append("\n");
sb.append(" userToken: ").append(toIndentedString(userToken)).append("\n");
+ sb.append(" userId: ").append(toIndentedString(userId)).append("\n");
sb.append("}");
return sb.toString();
}
diff --git a/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java b/src/main/java/com/plaid/client/model/CreditSessionsGetResponse.java
index f3a474a9ab..0da0f8796c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9a6c45a4e8..e1a59a1d12 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class CreditW2 {
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/CustomSandboxTransaction.java b/src/main/java/com/plaid/client/model/CustomSandboxTransaction.java
index 53ace5d128..d53f8c3b38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 47ead32b53..1eab00d53d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 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, 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe48b47010..d823f8ca82 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b1168c8b9c..6e7cf531e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d0b6bebee..6c7f79865c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3323ca5ca0..6a79c78e53 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f7760f728f..ee819ce83f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 82e1293f3f..78299d76f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6b5c18d113..e3340215eb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3291383357..d6157635f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 48d41afe21..2456922df6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9b1f9a3154..ac6a43ac1e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class DeductionsBreakdown {
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/DeductionsTotal.java b/src/main/java/com/plaid/client/model/DeductionsTotal.java
index 9910967b9f..b42c2fe3d1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class DeductionsTotal {
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/DefaultUpdateWebhook.java b/src/main/java/com/plaid/client/model/DefaultUpdateWebhook.java
index 483a680945..51341136d9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b1f4730bf0..423573fd45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b9387a6bd2..a6e5c13440 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b10f830541..48e35f6026 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd3ff91762..02c11df614 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9ad30de122..3182603b9c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 46a81f4e32..dcbe76a0b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class DistributionBreakdown {
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/DocType.java b/src/main/java/com/plaid/client/model/DocType.java
index f22fb02a4a..df7b55736e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/DocumentAnalysis.java b/src/main/java/com/plaid/client/model/DocumentAnalysis.java
index 4ea259a4ca..e7b4c8f42e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 694c4f83d4..796c7ad176 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8dfd7278be..03f6bd26c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 63bef9c637..2f74a9fc44 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 70a48a559e..e53dbc6e04 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c1338d98f3..fbd8b4acae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 39418a09dd..97059bc3d4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 003c84c7ce..75a96d8def 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cc80e4f3ea..073ea86ddf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 05d7f6b897..733e4d3c18 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1357c482f8..9b40306323 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bfe17f5292..ede9879da4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d15107b62f..1d78b94955 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 81644c0903..c85393cbfe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class EarningsBreakdown {
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/EarningsBreakdownCanonicalDescription.java b/src/main/java/com/plaid/client/model/EarningsBreakdownCanonicalDescription.java
index a3be5c0615..39bf72d386 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 974ecbdf75..0cc16a6e6a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class EarningsTotal {
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/Email.java b/src/main/java/com/plaid/client/model/Email.java
index 5e17d02f49..e93ce2f8a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b857059855..ffd2b1bf14 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c13b3505a3..62b1d292e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b0c58285cc..3d0bef2324 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f33e5beb44..34a362e7af 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2a53c64dba..c7b1704ea4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 663ecc88df..e4715e7bb8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4f2866c32c..e83baa51f7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4aa9eca93f..4ec71ecb87 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a1eed03983..d288dc42e3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 58f622c50e..ba159b8a95 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 e18000f5f5..879cb25b1c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ef93dcbfca..b7772aedc0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 196eb6088c..1a82981e3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f06f7bf695..298deeb291 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 33b4ff3881..aa1a5cc71b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Enhancements {
public static final String SERIALIZED_NAME_MERCHANT_NAME = "merchant_name";
@SerializedName(SERIALIZED_NAME_MERCHANT_NAME)
diff --git a/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java b/src/main/java/com/plaid/client/model/EnrichTransactionDirection.java
index 0a9ca6cc1c..5c1f0215d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 124a0660f4..4ed5bacae7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Enrichments {
public static final String SERIALIZED_NAME_CHECK_NUMBER = "check_number";
@SerializedName(SERIALIZED_NAME_CHECK_NUMBER)
diff --git a/src/main/java/com/plaid/client/model/EntityDocument.java b/src/main/java/com/plaid/client/model/EntityDocument.java
index fe60a19f8b..a35f668083 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 984ca56eac..925c69e915 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4a3cad6fb7..cc7e3f4279 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c8d0c4faef..f4a1f63f07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1487fc0adc..952d4744b1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 31e65600f3..abc8ce4183 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d34857631f..d20feda2c2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b5cf9e1d01..8e3550594a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3dfdb2da78..3e38339c2a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97cb62996f..99c12a36f6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35f74906b1..f761173ef7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e1b36ab1ee..d55a5b6d47 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ffb807543b..96e39b6d6d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ea8f68fede..53eaa93bde 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eee018ec1e..21594120da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java b/src/main/java/com/plaid/client/model/EntityWatchlistProgram.java
index f815729c3f..ff24f866ed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 62a25b0d1a..8bab73b2c0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1aac5f8df9..fa22cc8e65 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 727c1b69c8..32961e6f18 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09d63ee5a8..a0ed281cc3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e395c04720..d550924f36 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9963e1fe26..dbdcb6ef2b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b1163020d4..a90d92b2e9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 76925b3f22..710360bd75 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2f21945c8a..8ae8d9fab1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 40b6006bfd..385a306577 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ExtendedRecipientMetadata {
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/ExtendedRecipientMetadataAllOf.java b/src/main/java/com/plaid/client/model/ExtendedRecipientMetadataAllOf.java
index deaf3f088f..c75943f15d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ExtendedRecipientMetadataAllOf {
public static final String SERIALIZED_NAME_CATEGORY = "category";
@SerializedName(SERIALIZED_NAME_CATEGORY)
diff --git a/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java b/src/main/java/com/plaid/client/model/ExternalPaymentInitiationConsentOptions.java
index faca6ebce2..e47ebf4531 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e0476ae04c..961956cc26 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e288db8fbd..1353302497 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2e881f879a..e9aa8bd93d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b60f39215..9fe4aedaaa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed00806869..f262e57293 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 70846af7ed..ed32c29815 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1fb3435109..8a252a4e63 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 51061e22fc..9935614f7a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 06c7b439a8..32fddccd94 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 715c57a5c5..8c7454a77a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 74b88b4eb4..5f747c4720 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 409e2ee662..9720087e0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d2a758530e..131b90d046 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0f4c643a8f..8ca47e5ea0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1a0751f5fe..e41ca33f46 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6fcd768843..273afc44ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f17518518b..e817799d0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 70ef865c1e..a1dfc5cfa5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a57f869bd6..f92f95be0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* Initiator Fi Attribute
*/
@ApiModel(description = "Initiator Fi Attribute")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class FDXInitiatorFiAttribute {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java b/src/main/java/com/plaid/client/model/FDXLifecycleEvent.java
index 6b39c5db92..36b1b1e1de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class FDXLifecycleEvent {
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
diff --git a/src/main/java/com/plaid/client/model/FDXNotification.java b/src/main/java/com/plaid/client/model/FDXNotification.java
index a3d61096de..47f3f168c3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class FDXNotification {
public static final String SERIALIZED_NAME_NOTIFICATION_ID = "notificationId";
@SerializedName(SERIALIZED_NAME_NOTIFICATION_ID)
diff --git a/src/main/java/com/plaid/client/model/FDXNotificationCategory.java b/src/main/java/com/plaid/client/model/FDXNotificationCategory.java
index f92084bdcd..1a7a938f8a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a9165ec016..0c2c7c5912 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 157eabee4b..a1ab19fc38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b9974d219c..c2f2b8431a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 efc87a70f4..dbbdef859b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5f4a0694df..7119c1bc6d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 dc1c46af61..53f4d0d24f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3687d5ef5e..5fb9dccd63 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6c582e4e5d..016cbad5bf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c6c2b183cb..2dfbd7ac64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd511ff9cc..f8c7c1249f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a4484ee1ac..3019a1b0ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a0dd10098e..8b19d7c4da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c271da0b8a..936f9fd024 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c5f13b4e7..1500ff2b45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 13ab97aec3..6c8cfc5f12 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e6d496a0e..d75972e641 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4439ce5b09..dc84d2bb65 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3361608b13..a914759b38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 28e139d893..510eaf746d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c488902944..53ad92dfa6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 70c5a1a57c..b1a436b1a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 303ff3e970..7d5ebc51e4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ffa937e38f..f42fc80777 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a4c85e36f..d3221d0c50 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index 94d367b125..d4dfb11a8a 100644
--- a/src/main/java/com/plaid/client/model/GetConsentsResponse.java
+++ b/src/main/java/com/plaid/client/model/GetConsentsResponse.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class GetConsentsResponse {
public static final String SERIALIZED_NAME_CONSENT_GRANTS = "consent_grants";
@SerializedName(SERIALIZED_NAME_CONSENT_GRANTS)
diff --git a/src/main/java/com/plaid/client/model/GetRecipientResponse.java b/src/main/java/com/plaid/client/model/GetRecipientResponse.java
index ebc8135403..ea577fa8d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ce9b6f4b5..32eef15ddb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4fa4822b32..b584ab938c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d926741d77..a5ea0dc045 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6149ab5cad..99956d41c3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9b793cc839..e2b0867463 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 205ba7acb0..721af209a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fa0e6da81e..e59741e60f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Holding {
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/HoldingTaxLot.java b/src/main/java/com/plaid/client/model/HoldingTaxLot.java
index 5b28e7afbd..0569fa4484 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fd01e309ae..39c12a1045 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 fb3aa3c5a6..6c6d38519b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2ca91e1a4f..0303c06690 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 33a5e6992a..564accb563 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 35f286d75b..7b9f9fab4b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2722fcc1cd..1576d27f84 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4d866de96..cbb56fcefe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6d3af15e94..b0f328d134 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 01da569418..3f9f4c721e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 25cdbfb3e1..bfb4ca93d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 49d0de9374..444405a00c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7165d7e6f9..14484bd43e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 43077fee5c..4cb9b72375 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9141ac36be..616750b0ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9f9810c258..a0a77689d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 54369788ae..53d0ce9b3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityDocumentUploadRiskSignal {
public static final String SERIALIZED_NAME_TYPE = "type";
@SerializedName(SERIALIZED_NAME_TYPE)
diff --git a/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java b/src/main/java/com/plaid/client/model/IdentityDocumentUploadRiskSummary.java
index f2437f8655..cff6d8cada 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b60a69fee..c40d0b35da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 acb4108681..f2e70ddcc2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 525467a432..02f89f14a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 08e7f81769..3a0f45e675 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 28988636ea..3f13833332 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5dfdf43ae..799f3c39e2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a6b83f5eee..f2e9422ff2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 aac7790dde..2f2fe79acc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 439ae9a756..2a61cc75c8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 29bcab4c00..1e2eda4f88 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 978c4e7ff3..2c41c403c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e5217f23a7..d9b7bb01de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b36d9e3c95..b37526e62b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 606a77f0ac..d61d0aa08e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerification {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java b/src/main/java/com/plaid/client/model/IdentityVerificationAutofillAddress.java
index 9ffec0ec1a..815319fce1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ae2c10a8e6..c38c78765d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1ded89aaee..1578a2908a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 44b5d78ff9..75db7cc89c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 49c672a745..b9d185ee1b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a0b90707e6..a3b2e4b4f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationCreateRequest {
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/IdentityVerificationCreateRequestUser.java b/src/main/java/com/plaid/client/model/IdentityVerificationCreateRequestUser.java
index e4e5680f6d..577f319e0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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. 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationCreateRequestUser {
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/IdentityVerificationCreateResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationCreateResponse.java
index 0d40673b6d..2b5b88cbcb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationCreateResponse {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationDocumentAddressResponse.java
index 7c231d6ab0..5fadc9f19a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 995218516c..f283ff8650 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b0bc015dd..00f0ffa827 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cb386cca76..42fead26c9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationGetResponse {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java b/src/main/java/com/plaid/client/model/IdentityVerificationListRequest.java
index a7553f596b..5ab47a7be9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationListRequest {
public static final String SERIALIZED_NAME_SECRET = "secret";
@SerializedName(SERIALIZED_NAME_SECRET)
diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java b/src/main/java/com/plaid/client/model/IdentityVerificationListResponse.java
index 496358fc4d..72129183a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 893b97bb05..21707abc33 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d7f58011cc..15bbc3fed9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e91383eb42..07ba105a7d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0c550fca0b..5767846730 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b2634889aa..8c33177dde 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e938d4afb6..9413220646 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fc4d6e8df2..8e71be2c00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class IdentityVerificationRetryResponse {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java b/src/main/java/com/plaid/client/model/IdentityVerificationStatus.java
index 1e282adb8e..7d3ef3beaf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cdbbd80a4c..94279506ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9df81e57cf..91527b7b9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8b423b496a..c2cbec018f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9463c5107d..8df3b7ed35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b55967708f..cf57f2e770 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 32de6d9d29..9fe61bd908 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3bf836b611..d2295d2371 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 be4a425342..460803f754 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 44641bfeff..4c72da0384 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 68b1c410ee..94bc85db90 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 24dde8eed4..948022a2d8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c3d0e602a7..c96572c4a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 337ea85d01..20202eac0b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 879c715577..4e593cebc0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a3c548899..3aa8dc8298 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 435068e7d0..78f5687ba7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/IncomeOverride.java b/src/main/java/com/plaid/client/model/IncomeOverride.java
index 0feb01bb55..636c5c7ed1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6dcccb56af..4b9f1fe969 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 570fcdd5b8..49d653254e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a79e56c0b1..1c4436f6db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 47aad8f87a..748c1ef540 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b45a327764..8fe683d888 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 73478c57df..13a6fccbcd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7218e45154..4eb52a67b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 11eab3f7ae..687edee704 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1b74a7e475..f8eddf8081 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 30be0c69f3..581b9e6544 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 27f0dade33..99fc6a6004 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e2c660ba1..6ab23c7e3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f42a4f60b2..1d00dfd851 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4385d0edd8..493fbb33ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 62e7bf1cf9..78c7475bcd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b8da61fe7..a032ef4b72 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ada8bddd4e..091f20b8fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 46c720469e..4cf7ed7481 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5164164fa..a256da5b53 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5f6dc3da13..eb24971a6d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 39af99e4d0..142dea196b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5fd59529dd..4e89f6e21c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 25755e9932..818892f193 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fa51fd91b5..d737e84711 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 19bfe5d9da..3e534a5692 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b9152e578c..c8e9dd8e57 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93070fcedd..4457a076c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ef4bafac99..fd8457235d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7072892cd1..352527a5db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ae1fbac35..2d286e9677 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a0510bd8ec..7744da94c8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java b/src/main/java/com/plaid/client/model/IndividualWatchlistProgram.java
index e616196b66..ed1052e30b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83d5408262..fb1b0cde44 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class InflowModel {
public static final String SERIALIZED_NAME_TYPE = "type";
@SerializedName(SERIALIZED_NAME_TYPE)
diff --git a/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java b/src/main/java/com/plaid/client/model/InitialUpdateWebhook.java
index aa0d43ba57..e897cea0e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 955d08f4c7..51f0ef4029 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 352cdf3cea..6e661530bd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 29b4185e31..67a3090e8a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d872a9b59e..5ca6131c9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 075ace1cd6..050e685ed5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0f9c784048..8d001d4012 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1136d870c6..67a9f30469 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6214b372c9..677f89dd39 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3348531359..3d66d0524f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3643dfe2d8..9ac9906a06 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7381e5c000..c9387b134b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5be7eb0975..7055dd1772 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7dd0623e97..f6e87ad7ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b2498fb96d..659de10b2d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8a5991cdc5..6da47570ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 04af3164d8..1a018bce83 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1f13227d47..59bc65d440 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e429b711d7..a360b22a7c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cacf406fcb..1ae65fc7f6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b4f63d8d3..852e8f9c83 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 43a8759f80..c3ecc21907 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0b2e89b63c..69f600e292 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce91f55b23..a84c8f686a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class InvestmentTransaction {
public static final String SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID = "investment_transaction_id";
@SerializedName(SERIALIZED_NAME_INVESTMENT_TRANSACTION_ID)
diff --git a/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java b/src/main/java/com/plaid/client/model/InvestmentTransactionSubtype.java
index a4a15912b2..cc55fceec7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 04b43fcdba..12fd68107e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d3d93f129d..be10f91a1c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2228af5f13..5aebfb876a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5ec846ef06..da73a8f01e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a5851a2a3..1d39fd0b3b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e38f001d7b..158a389893 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@
* Identifying information for transferring holdings to an investment account.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f7b585bd3d..672f8bf9f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1b1451d293..f619f6ac65 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 599c123e5e..c0e8352a0b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 78cd331339..01df8472f6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* Information on the ownership of an investment account
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d5f85648a9..e7c06ca332 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0e390ff1e5..14fa796022 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* Fired after an asynchronous extraction on an investment account.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c4c1e01e34..d0f3bec703 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 63e41cfd67..116437dc2c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d3cbfed8bb..5ed2b001dd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 36d5f58e30..d6cd13e9d7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fc90551393..33529ec00a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b5d46b1c26..6137cced1d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3bc7418765..2516cb62bb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5396459e1b..b3cf919fb8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a1e437cfff..585a3bde4b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* Information on an issue encountered with financial institution interactions during Linking.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c29641d8ac..718069043c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5581f1b7b3..43c2310a9c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0876afb10a..7f089ced0b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 772673bf8a..c7c2235a86 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d853772fb..11363efba9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1774769134..64941bbaf1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 473333c6e8..cafc1d9455 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8f975005bd..29278ff67e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 504b9cd064..7bb513feb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c5e14798d6..d3136427b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 821f4892fb..19e1287448 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6edd65925e..4dd70b83a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b63bbf21fc..9f7ece9585 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c6ff076d39..b8ddbe4dec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0aab39e09a..318dca4224 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce3b9dd270..f7cde2ffd8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d9ba8916e..85b6e2c0db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 422a4dd741..ea18e5c648 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1c6997e3d2..b900d09ddb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9dc69f7a74..d0e55144fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4d4ff151ca..be95032e14 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bcfc602646..66b5eadc03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1976ff75df..57f6bb67be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java b/src/main/java/com/plaid/client/model/ItemConsentedDataScope.java
index 7114340620..068d3f3fac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d5cfa903df..e08bdccd57 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0c32a07092..3374812ab0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8967d6e6c..62dc70d2db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed1035e5ca..0ad02840e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 21d2af6f90..3250e30d7a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 68dfebcea9..7464245a20 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ab8f3bfa6c..1b5e33064d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cb294d8b12..ffe7fc1d13 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f26458d541..d0e96025eb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ec99714913..345bf1c445 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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/ItemProductsTerminateRequest.java b/src/main/java/com/plaid/client/model/ItemProductsTerminateRequest.java
index 1a14618bfa..89d1157e43 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ItemProductsTerminateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java b/src/main/java/com/plaid/client/model/ItemProductsTerminateResponse.java
index 2abfe5142e..b89bc516ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 96dc14f2a7..26a3c8a56b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 680e3ae495..074f1d5f1f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 63ca300d84..89d2f953ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 79ddbb6d0e..90c1d39095 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bb71d5620d..a1e4bed073 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c0fc16d8d4..1fb6aad3f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 be091276ad..b7d483fcf5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 318cdf5ae0..9157c48488 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 51533fd066..cc4cf02bff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0284d18c5b..2ead76aa90 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6878cb09aa..33ba4a3dbe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5184e84d84..6ed875c13f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bb5d1b5efa..c2f276af7f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f4557eab64..af709fe434 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d91346742..e5105bdd88 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cec7010797..0decf56796 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5a6abd25c8..a48e22406b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fc9e62d1f3..302fc33401 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4027a9bf18..917360e04c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fbe62c4aed..926ef3ffe3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ebe4f7a49..b6197982ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 02c49e20c7..579a0761ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 81771a3398..6127e44d7d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6d4ec2ea3a..18a88a44b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d75b62908d..ceeebe0efc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 24690ffaa1..5a16b10690 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e264069d78..b58e5faa48 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 02560deef7..cb395a8179 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8f36e89f9b..e06f3c0045 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f432b07086..736b6dbbdc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce2edc80b8..4b796424e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71e4cf36c9..c8c144f39b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7f73ae28bd..5929329265 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3e499deb82..67ba61d2ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a564a63e56..92070cc1f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 21d1dcf1e4..94edf498b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1940b1f4e9..cb9f24c0b4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7ec623c925..9d45c10441 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 143d17255f..66e1ba598c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c49e7a065c..1cf9f23530 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 faa779e5f9..f6a687500c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ffffc53322..0df53c5009 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 18121b0f9e..5ce8849124 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d6e004313..21eabc266b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 843cd7affa..682a7b0a22 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a306d6ecf1..ed699f824e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@
* LinkDeliveryGetResponse defines the response schema for `/link_delivery/get`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 499aa3735d..a9f9fda425 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7edf926260..010d9c69ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* Information related to the delivery of the link session to users
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b5b5bd9a20..0271cff0dc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2a63425a52..94b98b36da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8da57ec4e..931bc9bfc6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 12031214d5..c639eefde6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 59864332d5..527991f3db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 af39d7276f..e14e90a67c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bf743593dd..a1903388f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 39c48f742e..b9f59b66ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 87dbc0921a..945c1140ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class LinkEventMetadata {
public static final String SERIALIZED_NAME_ERROR_CODE = "error_code";
@SerializedName(SERIALIZED_NAME_ERROR_CODE)
diff --git a/src/main/java/com/plaid/client/model/LinkEventName.java b/src/main/java/com/plaid/client/model/LinkEventName.java
index 58aee42679..8486506949 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2b05cf1d23..3b228a2653 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class LinkEventsWebhook {
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/LinkOAuthCorrelationIdExchangeRequest.java b/src/main/java/com/plaid/client/model/LinkOAuthCorrelationIdExchangeRequest.java
index 4fa14a4206..eb47f5e3e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 af76c19664..e271044191 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 409fe113e3..5653f61d56 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09b9f9be45..da7bc5d003 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 76c35ef55c..6952b62581 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 047003c284..39e9d4786c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ae794278f9..7ac6ac9ac9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 efb83b34ab..79ca281ace 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b8f1a5f93..054e969632 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a5ca44782..2be63a65a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 22b633bcfb..8fa593aff9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d8b2ef1db..ab4178fc67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 609c7e1af4..45165632ef 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c7a9b5dbd8..6258d0d1bd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ab9062a1f4..c36e09c7c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a33888145..623c3925d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 08161bf51a..04e712a4d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f314af0d70..1507ab095d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7d1240c1a5..5f41207d2d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a20da9766c..ea7857258f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6b2dbedb93..be5d7c09c2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 85effe320b..62636f9515 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4914f2410b..e7bd32c744 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 08ba5a38a3..f5533d28e3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2e1c515914..d3b8b9a761 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 162d8b468b..1577758c80 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c3060cadc3..7063da8aee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 695b9c2cb3..c10bf0084d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5edc393aa0..0f12af460e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a625b96492..075d6a3cb2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dd0e452d2d..b050c708ff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class LinkTokenCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAccountSubtypes.java
index abc2f0567b..008f83e4f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 824fdec81f..5a7c306604 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8be4c51cae..d0d7b69bb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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)
diff --git a/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestBaseReport.java
index feab204ab9..9613aeb7be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c587dda8f..40b7db397e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 74339ca07f..5caf0a409e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 85cc5530ab..585015b3b6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 31091b232a..588f643ef0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93885cb5b0..9fbefca808 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86a57556f7..563432ab09 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 141abffb0f..387014d7bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3e7f085924..0eb84fc3bb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1be88ca1e7..a8a22535ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 797f5105ab..000f38b649 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 41d6652671..782f5587c4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3086bad476..6458c92af7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4b1f46ce0..18492cf1fd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 efccfba54f..4c77183191 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class LinkTokenCreateRequestIncomeVerification {
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/LinkTokenCreateRequestIncomeVerificationBankIncome.java b/src/main/java/com/plaid/client/model/LinkTokenCreateRequestIncomeVerificationBankIncome.java
index 2a6b6c6470..0cc1b4fdf7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 52fa5fdd8f..0c8f2e6d24 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 368862ed5e..8d061ab059 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bce4d9f724..f8e73b9791 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4e0da5363f..6da4c54539 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7262677ae6..3472291672 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 be3aa5417f..02aaaa7527 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4cb3cd20b0..4843148891 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3e61619263..69759bd253 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 14c35b6ce5..2adea938d7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0f994dded7..1ae9938280 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 954eb70ed0..e3692caf9e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9100094f9d..b48b9e5ec3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 806ce37044..a25377387a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 abeafae938..94aed681f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ee4bdbafb4..42fdfcbc6a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 db24a0f942..e04bb85a99 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 11a2d02f64..0d1bb1acee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 96b66c42d9..f2657edba4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3df69bb934..e3b7ec0587 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3577eac1a8..2940639ba0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 62b038b50b..a4207877d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class LoanDisbursementsIndicators {
public static final String SERIALIZED_NAME_AMOUNT = "amount";
@SerializedName(SERIALIZED_NAME_AMOUNT)
diff --git a/src/main/java/com/plaid/client/model/LoanFilter.java b/src/main/java/com/plaid/client/model/LoanFilter.java
index 104515ba84..8c1c987e29 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 702e248c7c..c152544832 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b923bc7c6c..4276dbe58e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 41a3468ca6..f412ba0fbd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b56e54d15..43776c5e9d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1409395abc..e5a71d15da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dc948e4e60..407c7a666e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 02487f9e2c..5ba872d3af 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83931d6471..bf3b478d12 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9fdf2a5e0e..171440a17d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class MFA {
public static final String SERIALIZED_NAME_TYPE = "type";
@SerializedName(SERIALIZED_NAME_TYPE)
diff --git a/src/main/java/com/plaid/client/model/MatchSummary.java b/src/main/java/com/plaid/client/model/MatchSummary.java
index 73290651e1..c337b0a8c5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d6bc18e74e..95afe9b4dc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3635d94803..1ec8c682d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 943775fc69..c58e5207ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cbf4312f7b..a32e217a10 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 dbdc55d456..a8078d7eaf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 03afd49a91..fbe4ad511c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c63f6de991..b1e26c3437 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8243e93c5c..2a7c162007 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7f82c9d24a..f5d58cf8d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 e30d409e58..3499ac323f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c30b426160..2f2e438f2a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 567451f424..06e2abf71c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9f701af15a..1e0a223e55 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86e75d3b15..777ff84310 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3fc0fbca13..7038b6fcb2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 845ee26a80..1d7954fdde 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d1f1106a70..bb389d76d4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80e2200b82..8b5c21954e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7390db1a52..a88f83e911 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b2611deef..92ae2c80aa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c8f0d559ae..c295e868e9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class NetPay {
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/NetworkInsightsVersion.java b/src/main/java/com/plaid/client/model/NetworkInsightsVersion.java
index 609c4251f0..bc5cfd039b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3836024bed..5701b39668 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35a07c6ca9..952408d2a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e77e48afc8..200a145754 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b9306aff95..d64e53733b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9931bdc78d..93be42ab5e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c21973113..b0d6a38d93 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a4ddf7993..5c469ff625 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c69f6361ae..eeab93d821 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* Identifying information for transferring holdings to an investment account via ACATS.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ff72df6ba..202e6df58b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class NumbersACH {
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/NumbersACHNullable.java b/src/main/java/com/plaid/client/model/NumbersACHNullable.java
index 1d030d072f..11997f437b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class NumbersACHNullable {
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/NumbersATON.java b/src/main/java/com/plaid/client/model/NumbersATON.java
index b8b252f039..531621dc7b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* Identifying information for transferring holdings to an investment account via ATON.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9af9c313ff..369083b26c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 032cc6a035..1c18f3e7d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93881d8982..d1d738525a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4015b9069b..7094147041 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 96cd9c5f60..090b4ed557 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4c810b0145..9594e01e4c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b40f64960c..19d7514582 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bc1aa27dad..c9fde84c28 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 79fa9bfe20..88b6fd6618 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4c330d50a9..e82f0f325a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4f26a2ff49..6fce835fed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4542aed4c8..36a3507e42 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5b55bab60d..fc10c0dbe9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6dc71806f4..380e6088c7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class OAuthIntrospectResponse {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java b/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java
index ca031b5277..5564343b19 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 64770e4039..495d3936a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 94c0ac0e24..f50e95fee8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1517f12ccd..e2eca59327 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class OAuthTokenRequest {
public static final String SERIALIZED_NAME_GRANT_TYPE = "grant_type";
@SerializedName(SERIALIZED_NAME_GRANT_TYPE)
diff --git a/src/main/java/com/plaid/client/model/OAuthTokenResponse.java b/src/main/java/com/plaid/client/model/OAuthTokenResponse.java
index cb348ddde0..61cd232f66 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class OAuthTokenResponse {
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/OmittableTransferType.java b/src/main/java/com/plaid/client/model/OmittableTransferType.java
index d4e8a95729..8ede43c4b5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 903bfff544..81181b1741 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f6cf5815e0..877d1abcc2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4ff5525650..5663ff7998 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eeeeaccfc7..2907e85a71 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 43e3f17150..0b573b8fdc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5e0d131de5..b3fec9318a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3eab5049f0..6b6ae2739b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3e988a87f9..1f885ae944 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 789c8e384c..85ef32af5e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,7 +41,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6d9a9bbe21..a7e90e896a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b21f9eaad..b75759a20c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80066e79b3..751e198735 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7feac1b25a..f928e7b0f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 875557c579..847961125c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ab01b2b203..e28ae70cb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d056fb3a1..a4db8e5b3f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 87aaed69c2..1be05f8006 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5b7fd4aa7f..c9a1d773e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f9fc6d067d..687d454669 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7c91b26ca2..1fba647a8d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3f66fd659a..fa646cac5d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8533253188..06868e5e27 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 01a53990d4..6a202cc278 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bf5cfe9aff..f900185e3a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed19c07fdf..ad35f662f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4e4daefec5..8d4c1fa31a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ae98c7c5e..106edefebc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 42b942ffd0..fd0596337f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2d574e291a..fa96b14606 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9c7faecd13..5ee3c9b14a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b4640459fa..c0ed84397e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b24c6f3a88..437c22d9e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0943762802..54beb5ee92 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a7e24f5631..4c6c066ceb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 17202a75d3..f3e3232c92 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2283019ec6..2e504aff1e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9d9629c76d..77e14f859f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 15d27a7fab..ad0e23b252 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 75b7317e8f..9b7e1a6538 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d2847b46a0..3d1cbf15ed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c7ca0d04a8..0fecdad520 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 038013edad..4bddba8cf9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6db619bc6e..6157909c57 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 834332463f..a1d72ed080 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f1d5425c24..d285b13570 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d003a47cff..cf11e79407 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b853f3dfdd..6ecac3c14d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2f4ca2c505..616edb0687 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8b19cdc96c..c76906c318 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c87dca650f..1a409054b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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. 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e98c164452..75f7849e91 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5e7ed1f2e8..507a94a9af 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f9a13a0f1a..16545160a1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 abd40b7b28..5b8a081d44 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2854129e00..043637b7e3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a39018220a..e8ebd21ac0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5ecc5d0897..4a07364423 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 737f378acb..331ee371fd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubDeductionsBreakdown {
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/PayStubDeductionsTotal.java b/src/main/java/com/plaid/client/model/PayStubDeductionsTotal.java
index 7f8dc9723a..0dc42cf8c0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubDeductionsTotal {
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/PayStubDistributionBreakdown.java b/src/main/java/com/plaid/client/model/PayStubDistributionBreakdown.java
index 3a9a40f917..17b7f396c9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubDistributionBreakdown {
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/PayStubEarningsBreakdown.java b/src/main/java/com/plaid/client/model/PayStubEarningsBreakdown.java
index abdc67fd76..51f4e035bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubEarningsBreakdown {
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/PayStubEarningsTotal.java b/src/main/java/com/plaid/client/model/PayStubEarningsTotal.java
index 9559631bc4..a431cb938f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubEarningsTotal {
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/PayStubPayPeriodDetails.java b/src/main/java/com/plaid/client/model/PayStubPayPeriodDetails.java
index f79e896095..af437c5a30 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayStubPayPeriodDetails {
public static final String SERIALIZED_NAME_PAY_AMOUNT = "pay_amount";
@SerializedName(SERIALIZED_NAME_PAY_AMOUNT)
diff --git a/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java b/src/main/java/com/plaid/client/model/PayStubTaxpayerID.java
index 4cd77be91d..0a2fd6d868 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f3499502a9..10e3e07365 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 30a200c06f..d246faa77d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 488ad80640..e5c7a019e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e84e78a511..e0c5a8b50f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c6954ded0d..d0f885dd7c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 26d1a32b2c..68bb56d0ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 eb4d98411f..657761135f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1c080cb6de..7f9bfd2c1e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a6ff209ae4..648259a056 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 514ba3f002..ef31afcb5e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a7db5c9908..b59ef5fb73 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2c47357116..d7548f2d10 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 88d421d971..ea21acc1ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80a139a769..ebbc5b1a61 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a20949052d..7ee4ff3c1d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0bf60f12eb..26b10d5c34 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35309753ae..60b1c9081e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2104f430a6..c9907f31e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 809b3fb69e..2d7dbe81ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 26e4077f66..22cd73a677 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 41da059ee5..a28cbf9518 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* The payer's bank account numbers. Exactly one of IBAN or Bacs data is required.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80a9a58cb6..29acced6af 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0035d342b8..b38201e437 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ac8891c538..9b43fbeafc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8f322480f1..fd491907f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4190854da9..6bf80048ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9905f9a31c..82245210ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 321fe3fb30..e46ccc5f27 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f1f352eb73..e58f8388f2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a189815bd9..561ca5461d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6fe2bb6dc2..08d907bd52 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5f25cfb9d7..f460582b82 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6e13cd5690..9b18b81467 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PaymentInitiationPayment {
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/PaymentInitiationPaymentCreateRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentCreateRequest.java
index d52cb7b2bd..3462767663 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6e8d1cfbaf..8cdd80f81d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8167b27d9d..4a5edcf8fb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 17ebf1da4d..58d73707e7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e9e5426faf..8286208a67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PaymentInitiationPaymentGetResponse {
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/PaymentInitiationPaymentListRequest.java b/src/main/java/com/plaid/client/model/PaymentInitiationPaymentListRequest.java
index eb06328447..aa63c21406 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 971ffadf28..142ec7c86e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e91217727c..cd44dc897a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e8d9027a9a..8657880ce1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d919f24e40..7668bb2fce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ba61afcda2..a5e9164c1c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 795c5c6541..ffbd15c02e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4d2a9d0c8..8bc18c64bb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 92ec823be2..990e42cc2e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb17e314a4..66a1c7e133 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cad995664a..458d52ccd0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1b6bfa55f1..a17804cd67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d90940cafa..3328b18c6d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a2fc15bfd3..c6feccc35c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f269c0c324..4d6902221e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 deada709c0..3ec990c62e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 29787acd7d..e771c0bdb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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`. 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3f82c0776c..12c311de59 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7fc2c79601..58dc00bb82 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f4aebda754..9cd15b548d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99c15ea0d0..ad030c1c64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6feafcef4f..2d8d790940 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 acd4ec37a0..9abd0bfd99 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9ff06a3f98..b162a80bbb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8e2df45611..f6acb33c6a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3f70ca58f9..b89126b3be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b19946de0f..a40270e3d7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@
* 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: 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e30e10d1a3..4e8b4fbeeb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bbc14cd98c..121916dd2b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PayrollIncomeObject {
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/PayrollIncomeRateOfPay.java b/src/main/java/com/plaid/client/model/PayrollIncomeRateOfPay.java
index 00a902aea5..60bfadd430 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7ecb4eefdc..32c3b08200 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 83051f9a3c..32692a7ea2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1c11a2793e..202d28d436 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2be34db4d8..09a6f9d3c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c531820db6..5ed32bebb6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 78f3812531..74c79394a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PaystubDeduction {
public static final String SERIALIZED_NAME_TYPE = "type";
@SerializedName(SERIALIZED_NAME_TYPE)
diff --git a/src/main/java/com/plaid/client/model/PaystubDetails.java b/src/main/java/com/plaid/client/model/PaystubDetails.java
index f7a347f864..4e16b35041 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d4b54f327..2ff9b08caa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4814f75d2a..ffdb7de338 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f11c90adbe..76c4d7ac3c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a93e6deb0e..b7d65fe281 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8f39c2a08d..bd4ab207ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2171469cac..1cae781d27 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bf8d55e294..9c30586ea0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 34064fef57..d4d80d3e36 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PaystubOverrideEarningsBreakdown {
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/PaystubOverrideEarningsTotal.java b/src/main/java/com/plaid/client/model/PaystubOverrideEarningsTotal.java
index c963ff333b..afba643816 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1fb25376cd..2305cb344f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3d56720ae2..6fd9b41195 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 01ad70b08f..072f03f506 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 03069b9ff0..fc3ecf0fd3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5d438fb889..a5978ccc76 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 565cee6d7f..4529cf4e1f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bcd59923c6..ed959fd6a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e8ed11f9e2..80c3000d4c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ffc2ef47d8..2ee11d1dd4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5cc836b6be..3cad4e1bf3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4c16ffad00..93b11ad1a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 23c04cbfe6..88c67c23cc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 228df50576..62e8b79eb0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 47a1b52102..006f0be5e3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/PhoneNumber.java b/src/main/java/com/plaid/client/model/PhoneNumber.java
index 5ed74416b3..13f2edc12b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 097a9b2381..19ccb8ba5d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d8b9286e9d..e5aac112cb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ab092d4b5c..f0a5127b76 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bb0610e8a6..39b978813d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 042d548897..1eb283a25f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 56a1286bb1..705ccdcb76 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a6668e159f..7cded2a943 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class PlaidError {
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/PlaidErrorType.java b/src/main/java/com/plaid/client/model/PlaidErrorType.java
index 5092b9757f..a573c591c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java b/src/main/java/com/plaid/client/model/PlaidLendScoreVersion.java
index 180f9f42f9..99acefdc8d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 682dd23fe1..fe4532acd1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 60ef896b48..72fa09fb70 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f547b73ab1..283ca16000 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2e5346b4d6..8fdb0b5b77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cb7b40a52c..b15e2ad28f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 068e3f5723..a2c19e9f5a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2d7b15c877..76499c2b81 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8f714b5a13..04ac57d46f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2e33001650..3aec6e99cb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 81accfc615..2cdb696022 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5bd43dcf66..6ab2ca5c73 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d306acda99..c911fa586d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 56bcb09e0e..c04c0685e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86beb55602..b1c934b770 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f1129f5509..cde3867954 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 725c7db3a6..63317122a0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8365df211a..7598341dcb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d7db3a955..f7af4840e0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b2e3af6891..39abe198ca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 100ff4d344..88fac61074 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b7e80d737..45d120b164 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ca88d1bbc8..928c484a4a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e9afede8d2..4bef6d003a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 acdb327a33..b1d9933823 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe18910524..c740c47bf9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb8db28c62..cf188e605c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0c5a0c9a69..af53f53880 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7c26010129..c63605818a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e14d8909d7..0e442d83ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 aedda1c60c..fe4f51c691 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d34bf74eeb..7ff9ce5e34 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e599fa717c..19724676d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 07adef823a..c150dd2eab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e97e1bfe6..3cdf6f2c3c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2f163f4ba4..b523734080 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d6ad8436d7..ed964532cc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a08fb57cc6..46d552acb1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@
* ProcessorInvestmentsTransactionsGetResponse defines the response schema for `/processor/investments/transactions/get`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 951d3d5c63..1d2f4e534b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09c2884a73..4c02ce4229 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5e62110e15..6cf720547b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8b7b2e3cad..fc6c65c590 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 765891a8c6..467bb1e76a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 070937b2e2..bb7486342b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5761d4b22..dc9476573d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ProcessorSignalEvaluateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java b/src/main/java/com/plaid/client/model/ProcessorSignalEvaluateResponse.java
index 4b424db48a..bcec8e81fe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 59fac38375..171665cb53 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 13e7ce78aa..ca1ecf6978 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 641d87310e..da010c44ec 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a12075e631..ae7d6f9ad8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2f506a0e4d..35f96cbdae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b85fe9b801..79cd580045 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3a043c9a3d..6e0ef79223 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 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 `/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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9a30cd90fc..cb1e39f544 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ProcessorTokenCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
@@ -207,7 +207,9 @@ public enum ProcessorEnum {
KANMON("kanmon"),
- KICK("kick");
+ KICK("kick"),
+
+ INCREASE("increase");
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 1e225f2dcc..4775acc88f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6181e0d93c..09b5ae462d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0eee82fd89..f4c500df35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 284dfad882..8237d5c4ce 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f870df8647..d89ff64a62 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5214d35a79..d4ab04a459 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 260b8ffa72..5e361849ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eee8a716d0..5213f979e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5c57763e64..49f022cc64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d328ef5f22..842b50e5e5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 101319f74e..68528ff4b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ab4e950f68..08aaf7b469 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f1c8b64272..35881aea6a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ProcessorTransactionsRecurringGetResponse {
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/ProcessorTransactionsRefreshRequest.java b/src/main/java/com/plaid/client/model/ProcessorTransactionsRefreshRequest.java
index 063ef9e976..db242baa17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fddb6a682e..0cc517d007 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0a554ef606..8ae74c655f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 15f461f17b..0a33d7b3ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f93d2cd003..a4da6432c9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 12e16646fd..6683e0a508 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 421553b0da..21e40c0f07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f79025153a..fabbd69d1c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1e47adc8ce..a9c85b51b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a83f191f69..dbce1dcb89 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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/#troubleshooting-institution-insights).")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5557194497..b4b2415d2f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8cb416ce2b..a777b22d82 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java b/src/main/java/com/plaid/client/model/ProfileNetworkStatusGetRequest.java
index ee5f1b605b..a314494095 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 aa86d262c1..58ef9af0f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e25b66633d..cca0bdc2bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 050c82d22c..66f8be8915 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d0702ec237..9ab7375c8b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 da1cc4879d..59325b66b9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 21e0ca8f13..879ea4ea24 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* Response object for /protect/compute
*/
@ApiModel(description = "Response object for /protect/compute")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ProtectComputeResponse {
public static final String SERIALIZED_NAME_SCORE = "score";
@SerializedName(SERIALIZED_NAME_SCORE)
diff --git a/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java b/src/main/java/com/plaid/client/model/ProtectComputeSubscores.java
index caf83348e1..0647cb74a0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e1aa3aab0..01b956bc6c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ProtectEvent {
public static final String SERIALIZED_NAME_TIMESTAMP = "timestamp";
@SerializedName(SERIALIZED_NAME_TIMESTAMP)
diff --git a/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java b/src/main/java/com/plaid/client/model/ProtectEventGetRequest.java
index a1d2541bf4..d8d16e42b6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6213b9ccdc..2654680904 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d92c5e5879..5d586566a7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d731e85f67..f674603fe9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d3cb7ab888..8b2a210ffe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5061cbc5f3..417bab5a93 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 07712d9ea0..0014d1ffc4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe98f6f160..3d27bfb292 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cdbefc664f..7bb121e77d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f01cd6b30e..86d554edcb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3cf807d23a..4899741e00 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 04878f357d..3b72ff0eb3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 354dd77e16..b9c2ce2853 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1ca861e3e7..e00deaf7c2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b75212e250..71e7a58a89 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0c3ae1336f..c1c31e2413 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 566004bab9..e38be130c0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fa677209de..410f12f111 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eee318a870..55d6fc7a44 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1552d2acf8..ea0dbd1deb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 36fd46c9fd..12fd24f527 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 10092fa3c1..7178d98807 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8c766e0ad9..e508de4250 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 643626dcdb..f1861e4026 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2e524400c7..1e26d49eb1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index ad1fb1a997..74cc39d490 100644
--- a/src/main/java/com/plaid/client/model/ReceiverDetails.java
+++ b/src/main/java/com/plaid/client/model/ReceiverDetails.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class ReceiverDetails {
public static final String SERIALIZED_NAME_AVAILABLE_BALANCE = "available_balance";
@SerializedName(SERIALIZED_NAME_AVAILABLE_BALANCE)
diff --git a/src/main/java/com/plaid/client/model/RecipientBACS.java b/src/main/java/com/plaid/client/model/RecipientBACS.java
index a2f0cfdebe..05a9b040a7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 259debaa64..0811d9a825 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 34d64c6536..6ccc621344 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8e942d35d7..adc502fef3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e21f8c73ed..7c3e63ccab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e79cbb956..1dd94753f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 22aada5005..865e78768b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c85ffd70d9..2c5924bf9e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c1f918032e..c6f8a56cdb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f3608e05c2..975c1a8021 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a85e068e17..b7c680e404 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 61223e7a22..4593289202 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 776e02a305..b64f8e6cf6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b00f8c0d0f..e73aef587c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d0bbc06ac..e430ea8526 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 e10c612753..c6896b2995 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b9835ed265..a7f24f2d29 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0969785876..2a1d40baee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c4ea0ff97f..b71c283965 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b209ff1193..74845450d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a53ea95e37..479956be2c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 88f99d8f2a..e9d7fd6727 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f8206517b9..edc23f743a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d7accfaf1b..9d8bab7c53 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b5c043686b..37fe2e5b40 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3489a36842..7674fff853 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2415c2a280..c1ed4c6a03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3c3915b5be..a9c8843bc7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0b99503f71..daa9a45290 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 912dc5999e..c71b6f6ef0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3ce288664b..d3133a02ff 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3d7f51f09b..aa4905d6ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0db7224a0a..767ee15bc1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 45b79c3a63..4b9fb544d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f1b71a7455..3e184986d3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9a8818d2d9..6eadf7f5cd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 f4fff4f8c8..cf8b645ccf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fb8e0bf6c5..f4de6b3c78 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 79ca6bc9b6..9f1124b48f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 82ac625f8e..47de8b06b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 28ebf2b1d1..982689e025 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b3ed3aa12e..21dea5278e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 34a5ca8271..cbe0fed93b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cb4256a4ba..92404b4b52 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1c6ba84816..d58f494e34 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8339eadeac..961f485783 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 45ca528d25..a17d1e663d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 71c389cb79..e43cdd5af5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0f782b14cf..719dbce328 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 1cdde0455d..f57d195c45 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b136e0b64e..59f7829465 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b18c8ea291..fba95347bf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 00c40b2925..a34256f339 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1134119fcd..6f2e6c721c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6ee72249fe..96c72c62f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 50c38458ef..e70c688a1b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d11fa9246b..9859a33df0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6a93f5eb32..27f3c25227 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 07f71b0563..ec9ef0eeca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 657a788511..d4610c194a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7747d942f1..106170841a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2cb2a98872..d4bbe628b5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5e8a52d04e..121d117788 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b0b4fb32aa..9a90d1fb35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d0f5efa60..a23fbc95e5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b428784712..a41ae9cc99 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ddb5982fa..916c8c2584 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* SandboxCraCashflowUpdatesUpdateResponse defines the response schema for `/sandbox/cra/cashflow_updates/update`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index b66a7d747f..5cf5cb6c88 100644
--- a/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedRequest.java
+++ b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedRequest.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SandboxFdxConsentSeedRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java
index 85606533cd..8fcc23c18c 100644
--- a/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java
+++ b/src/main/java/com/plaid/client/model/SandboxFdxConsentSeedResponse.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SandboxFdxConsentSeedResponse {
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/SandboxIncomeFireWebhookRequest.java b/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookRequest.java
index 33c759c225..fea81196b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 78b26d3683..6e8c45af53 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a9d9680d28..54ea42a8f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8de0cbbfe6..128dd68a1c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f5aec6bff9..742e981092 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a795c39396..cf882044a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cc885d81f2..b6bf6d98c7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 446213ad22..b64e858a59 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2e5669cda9..fb6826c1f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1bd832029e..5ba8f16312 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 19b260866b..71bb263e4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 44c3a4f0e5..f86f306ccc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce8d96e6d6..920e2688a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 14f1fa4994..21421df86f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3dfaf90755..b65003e767 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cf49691396..1372519367 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2239f22cae..42000dafc0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ad9d3d8222..efca226127 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SandboxProcessorTokenCreateRequestOptions {
public static final String SERIALIZED_NAME_OVERRIDE_USERNAME = "override_username";
@SerializedName(SERIALIZED_NAME_OVERRIDE_USERNAME)
diff --git a/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java b/src/main/java/com/plaid/client/model/SandboxProcessorTokenCreateResponse.java
index 8b805052f1..214a2a5806 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cc2edd6b17..951ef3e2d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0c6aa9f55a..8c9e103e17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5c47af54b5..f431b53e40 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SandboxPublicTokenCreateRequestOptions {
public static final String SERIALIZED_NAME_WEBHOOK = "webhook";
@SerializedName(SERIALIZED_NAME_WEBHOOK)
diff --git a/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java b/src/main/java/com/plaid/client/model/SandboxPublicTokenCreateRequestOptionsIncomeVerification.java
index dd7a358b10..9521f91107 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99ce1dc55e..75d802d77e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6d34ec0225..987d298ea3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f06aeb59f7..44db6836e4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 786c45d548..c47955a92a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b30a28b184..f11e9e7175 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ce1d35b7cc..b53efb7928 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5caf5edb2e..75929dad74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a8431d2d64..e3858b5423 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6e4a93c1de..f8037cbda9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 88f2a46c40..394297b467 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SandboxTransferLedgerSimulateAvailableRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java b/src/main/java/com/plaid/client/model/SandboxTransferLedgerSimulateAvailableResponse.java
index 7bdb07c317..b9177c8ab2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1b59c6f296..09b1303206 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4d6f360a23..b1feaea8a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3837359162..83c0f7b53a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 91e8fd5e05..8351fc21ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 49388bb781..6987895d72 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 40f9d7dbf2..9dc4659141 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4a2fe04652..16568b76ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ed32bceab9..8201fa7d98 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d80aa9c40f..debed48e18 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7bb73ab167..e24b4acea2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ffdcb9c719..fc3824a3be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 787b813a0f..fc358e6b84 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8a0e395e88..c61a1fc72c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 853de29b53..1e0cf5bea7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3b62916478..2d75fb45d8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 abd35f5eca..b40ae032cd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c767fa8283..904a4d8f74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97b161d53d..29e22cd7fc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 393dc9c7d8..0b5748ce9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 17c5cc163e..38fa097ccc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 55438709f9..2618f63f1a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1d368c41b5..8798ecd656 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 db2bdf9999..01edc83cdd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b7125e9bf0..7f26cd6e61 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d221ae0a6f..695c0b46a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c5652a0246..eafab5b965 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe8aa0474a..633c009b60 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1414b4195a..a4098aa4d9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 409607edd2..0d8a2c9406 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b963c6f044..9819c8f299 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0b49bbec13..c50ecc738c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 990023ddc5..be2abad099 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e96c5aff76..d25a386bf0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Security {
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/SecurityOverride.java b/src/main/java/com/plaid/client/model/SecurityOverride.java
index 83bcd277a3..97731472a1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ccc1b5349e..0ccbd5b01b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6c23c08cbf..4a31958aa4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8d9e75ef82..babbd5fdee 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 53c799e2e1..0a2a30d02d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 23824339e9..1a5b127e2d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 376d4af954..8e8c52b40e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3a33fd788f..8a846bad04 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9e7e069bd1..093e1dffe0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 57a8a81644..14bab058df 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ea794a1022..b1bafcfac6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2bf7a7a895..812c6a07c2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cd77e19069..c4f00d9d47 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 147c93dbb8..b0623e92bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e745af5b42..9f2bf66db6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fcccc12023..e3b54fbd0b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0df915f13a..23b9dda044 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 75605f7a3c..10e1c9aeb3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0bdd8bfe72..0597a5f511 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1f44ccef70..aaf5b209ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6f1393514a..688cb06f09 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b66c911694..76447ef880 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f6fd519f60..75276738f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 604c4dc682..35177a8bdc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8993c3489b..7d520448a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4ce908884..a873778423 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 41c7f1fbcf..809c128a07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2d09d18bb9..e518847f72 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b47fae484..bfb0abd063 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 efd505b36e..7f5b9190d5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SignalEvaluateCoreAttributes {
public static final String SERIALIZED_NAME_UNAUTHORIZED_TRANSACTIONS_COUNT7D = "unauthorized_transactions_count_7d";
@SerializedName(SERIALIZED_NAME_UNAUTHORIZED_TRANSACTIONS_COUNT7D)
diff --git a/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java b/src/main/java/com/plaid/client/model/SignalEvaluateRequest.java
index 7ea4cd688c..e15e6dc6fb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SignalEvaluateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java b/src/main/java/com/plaid/client/model/SignalEvaluateResponse.java
index 4435613721..7926709785 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ba37e5cf1f..8aea088aa1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bcd9f7a74a..dc8ba82450 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 715ffe40fb..92b677d494 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 929bdf0d92..bd32f7a509 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 20fd839396..5e0b865ce5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class SignalReturnReportRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java b/src/main/java/com/plaid/client/model/SignalReturnReportResponse.java
index 3b6d6f642b..7d87be5519 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b18a445a10..34ce9a0061 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ec17a7d923..83db89824e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd20e6e7dd..53185855d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2187aa8950..ef484f4ed7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 db778e744e..c835de84b5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e5e8a95dcf..1d6a67ee96 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1785511139..66cc7d8e9c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 43dd4bbacd..509e149611 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 702fe65910..ddd66183b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 172880c5cc..60838bc141 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/StandaloneAccountType.java b/src/main/java/com/plaid/client/model/StandaloneAccountType.java
index b5fc761e36..98595d696a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f5ad3df23e..0e7516fc59 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5281e54424..0bd4b0bd67 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe521ee257..14cc027a6b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3b0c6955b4..dcdf754c18 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 90baa614c0..582f22d53b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d4387abbdd..6bdf335059 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a94e182146..6a8211e200 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java b/src/main/java/com/plaid/client/model/StatementsRefreshCompleteWebhook.java
index 93a01a8128..1c0fe9a0f1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9ba182e7a2..506be32afd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 84d6c4b685..c15b4fcc9a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bd38e837f1..2268c39373 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c276536f2b..9ad9fee20c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e00dd872c1..ea4a0ea8bf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9798f00280..4017c6646b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/StudentLoan.java b/src/main/java/com/plaid/client/model/StudentLoan.java
index ce7eb59e44..98c2603415 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class StudentLoan {
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/StudentLoanRepaymentModel.java b/src/main/java/com/plaid/client/model/StudentLoanRepaymentModel.java
index b72d8eda24..1e6348b424 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 48a0e50227..29f1814bf1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 73832d25e1..b3a480f640 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class StudentRepaymentPlan {
public static final String SERIALIZED_NAME_DESCRIPTION = "description";
@SerializedName(SERIALIZED_NAME_DESCRIPTION)
diff --git a/src/main/java/com/plaid/client/model/SweepFailure.java b/src/main/java/com/plaid/client/model/SweepFailure.java
index 09e163dd5f..7ff49921fc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ec1ac9db0e..86095435b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 de123f53ce..7d06befe2a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 aad35a0188..7c365c969b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a9e5438abf..7bafeceb9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 548b3f2632..028307cc26 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7e814272da..54a31ba800 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 64e7c5edbf..344740d308 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7e33611356..6eb4f73d03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c5bfa5f9fb..8a2762917a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 98276c033c..251dbabfc8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35678a807f..ce2506f681 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2969fd317c..fa7f093dc9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d9c128cac3..fbb8ad9e8d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bf9f2de82c..aa6d122007 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 61038fcf22..bd1ca95fb9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 16d89461ef..3e459ad025 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c89ec45c87..e794bae17e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 533c354e33..1990f7458d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2d29afd12f..9b8a9663bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bd51647326..c8e19a07c1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d3860a6842..ea77711d07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 086b90c0a0..d052f31103 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a7956b081f..cec6ebaf9a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5f58d9accc..ed2f930fa3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1c9030f02b..f97e87ed2b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5ac0d07fa2..c9a69b0142 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 41e4c34662..33cdb1b183 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 30f74030f9..fe4fdc384d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dcadbdc8c2..157231b2a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Transaction {
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/TransactionAllOf.java b/src/main/java/com/plaid/client/model/TransactionAllOf.java
index df57a549ac..4db193d8bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionAllOf {
public static final String SERIALIZED_NAME_AUTHORIZED_DATE = "authorized_date";
@SerializedName(SERIALIZED_NAME_AUTHORIZED_DATE)
diff --git a/src/main/java/com/plaid/client/model/TransactionBase.java b/src/main/java/com/plaid/client/model/TransactionBase.java
index e8e5c461dc..b4181431ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionBase {
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/TransactionCode.java b/src/main/java/com/plaid/client/model/TransactionCode.java
index 08d34be18b..aafedc6991 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/TransactionCounterparty.java b/src/main/java/com/plaid/client/model/TransactionCounterparty.java
index 2664ed5022..f1806c4f38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionCounterparty {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/src/main/java/com/plaid/client/model/TransactionData.java b/src/main/java/com/plaid/client/model/TransactionData.java
index e6caa43767..3fee37c30f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 559ce858c6..12a116f443 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 65fc358789..d045d9ea1b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 22af753c9c..3743e53082 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 344508755a..f882bb2b27 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6d72df7390..49c41f1d13 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d4aa8f5e64..c9acba6536 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7645f94786..15ec82896d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 31704d4f82..e4be59b9a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6f3fe75353..6d7dff3b74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93a1bfa651..e318f17d88 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8058247715..50e3fdfdc3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 648802e8f0..0dec2288b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dc15a684d1..824efeff0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fcbbc916e8..09034a3ace 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7cc6959d57..6b9c0b25ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* TransactionsRecurringCreateRequest defines the request schema for `/transactions/recurring/streams/create` endpoint.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 09955e0156..64999a324f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 19e99b54a8..741df2db0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd3cb9c078..000991251f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6946ba7c10..2fbe87a60a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionsRecurringGetResponse {
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/TransactionsRecurringMergeInput.java b/src/main/java/com/plaid/client/model/TransactionsRecurringMergeInput.java
index 78e3e650b6..ccbe775c9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ca7bd7cb56..d6fe68af49 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* TransactionsRecurringMergeRequest defines the request schema for `/transactions/recurring/streams/merge` endpoint.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 790ca404a6..5828e0fefe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e002eb29b4..ec943582d0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionsRecurringUpdateInput {
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/TransactionsRecurringUpdateRequest.java b/src/main/java/com/plaid/client/model/TransactionsRecurringUpdateRequest.java
index 3262d6497b..89fbf22039 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* TransactionsRecurringUpdateRequest defines the request schema for `/transactions/recurring/streams/update` endpoint.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bc79174e2b..7df20e3d65 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff6f358485..27243177f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ba1eb6fb0..71c23d7a63 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ba2ea3ecbf..01751d9d68 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 244ad87419..31424236fd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransactionsRuleDetails {
public static final String SERIALIZED_NAME_FIELD = "field";
@SerializedName(SERIALIZED_NAME_FIELD)
diff --git a/src/main/java/com/plaid/client/model/TransactionsRuleField.java b/src/main/java/com/plaid/client/model/TransactionsRuleField.java
index d3cba8786f..7047f0fdb3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6bae413f2b..cfae2071c3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c877274a26..4d6e004c54 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c608c8d159..743ef78f3d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 76332eebb3..a3e477b87f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6772fc6e81..0bfc8d59a9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e3a755a1e4..b143a10fbe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 745fdab6dc..03070327f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ebfbfdc0e..866c2472b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e25dce5ec0..a6066a09e2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 419235bd4d..e40e5859a7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e522376bbf..94f2715373 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b4f9642086..10ef2d97d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d0e3e76c58..4a6c02a839 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 682f081e0a..a576b2d843 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Transfer {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferACHNetwork.java b/src/main/java/com/plaid/client/model/TransferACHNetwork.java
index ed60fb54a2..1d5f8ca592 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a54d629fbc..8f4b1925ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fde47e6ee0..3f481f5089 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1cc81ccbc2..a2771a409e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8458872b62..9bef0a66a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferAuthorizationCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java b/src/main/java/com/plaid/client/model/TransferAuthorizationCreateResponse.java
index 677d39b31d..e61236dd7b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 adfa650c9e..78b056b051 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 48e723c5ae..5fe0449633 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6a610765c9..1e0ea7488c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -25,7 +25,7 @@
import com.google.gson.stream.JsonWriter;
/**
- * A code representing the rationale for approving or declining the proposed transfer. If the `rationale_code` is `null`, the transfer passed the authorization check. Any non-`null` value for an `approved` transfer indicates that the authorization check could not be run and that you should perform your own risk assessment on the transfer. The code will indicate why the check could not be run. Possible values for an `approved` transfer are: `MANUALLY_VERIFIED_ITEM` - Item created via a manual entry flow (i.e. Same-Day Micro-deposit, Instant Micro-deposit, or database-based verification), limited information available. `ITEM_LOGIN_REQUIRED` - Unable to collect the account information due to Item staleness. Can be resolved by using Link and setting [`transfer.authorization_id`](https://plaid.com/docs/api/link/#link-token-create-request-transfer-authorization-id) in the request to `/link/token/create`. `PAYMENT_PROFILE_LOGIN_REQUIRED` - The Payment Profile associated with the call to `/transfer/authorization/create` is in a state that requires the end user to re-authenticate. Can be resolved by using Link to refresh the Payment Profile. `MIGRATED_ACCOUNT_ITEM` - Item created via `/transfer/migrate_account` endpoint, limited information available. `ERROR` - Unable to collect the account information due to an unspecified error. The following codes indicate that the authorization decision was `declined`: `NSF` - Transaction likely to result in a return due to insufficient funds. `RISK` - Transaction is high-risk. `TRANSFER_LIMIT_REACHED` - One or several transfer limits are reached, e.g. monthly transfer limit. Check the accompanying `description` field to understand which limit has been reached.
+ * A code representing the rationale for approving or declining the proposed transfer. If the `rationale_code` is `null`, the transfer passed the authorization check. Any non-`null` value for an `approved` transfer indicates that the authorization check could not be run and that you should perform your own risk assessment on the transfer. The code will indicate why the check could not be run. Possible values for an `approved` transfer are: `MANUALLY_VERIFIED_ITEM` - Item created via a manual entry flow (i.e. Same-Day Micro-deposit, Instant Micro-deposit, or database-based verification), limited information available. `ITEM_LOGIN_REQUIRED` - Unable to collect the account information due to Item staleness. Can be resolved by using Link and setting [`transfer.authorization_id`](https://plaid.com/docs/api/link/#link-token-create-request-transfer-authorization-id) in the request to `/link/token/create`. `PAYMENT_PROFILE_LOGIN_REQUIRED` - The Payment Profile associated with the call to `/transfer/authorization/create` is in a state that requires the end user to re-authenticate. Can be resolved by using Link to refresh the Payment Profile. `MIGRATED_ACCOUNT_ITEM` - Item created via `/transfer/migrate_account` endpoint, limited information available. `ERROR` - Unable to collect the account information due to an unspecified error. The following codes indicate that the authorization decision was `declined`: `NSF` - Transaction has an elevated probability of resulting in a return due to insufficient funds. `RISK` - Transaction is high-risk. `TRANSFER_LIMIT_REACHED` - One or several transfer limits are reached, e.g. monthly transfer limit. Check the accompanying `description` field to understand which limit has been reached. `ADMIN` - Transaction has an elevated probability of resulting in an administrative return (for example a closed, invalid, or unauthorized account). `FRAUD` - Transaction has an elevated probability of being fraudulent.
*/
@JsonAdapter(TransferAuthorizationDecisionRationaleCode.Adapter.class)
public enum TransferAuthorizationDecisionRationaleCode {
@@ -46,6 +46,10 @@ public enum TransferAuthorizationDecisionRationaleCode {
MIGRATED_ACCOUNT_ITEM("MIGRATED_ACCOUNT_ITEM"),
+ ADMIN("ADMIN"),
+
+ FRAUD("FRAUD"),
+
NULL("null"),
// This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file.
diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java b/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java
index be409fa34f..7b74d0c339 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f55793cae6..c5f8f6e350 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 76d29260ed..6f35bede98 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 60bcf85745..408e38cd07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cd429a0841..8cd1da14ae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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)
diff --git a/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java b/src/main/java/com/plaid/client/model/TransferAuthorizationProposedTransfer.java
index d4c4ebe381..86b8be2cc4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4ce68d0928..e474f6ff21 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ee703ca541..a187c6ff9b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 19dd02c6e3..b2a61a50b8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferBalance {
public static final String SERIALIZED_NAME_AVAILABLE = "available";
@SerializedName(SERIALIZED_NAME_AVAILABLE)
diff --git a/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java b/src/main/java/com/plaid/client/model/TransferBalanceGetRequest.java
index 6847d81617..226c17b842 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cbf50dec6e..b5643c805d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3777d4b181..8dbde2fcef 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 d2109f17fb..b1d5f419b9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 120c4bc843..dfdb9c1fd7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cf39c44403..608938e092 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 248c82869c..3771197477 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3d379cdf86..6b5e34372c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eedc77d09f..1003827c7d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3bd51ca321..8a1355ad61 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 430bfbf6d0..b6bb8aa428 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 60fa9d6a9b..ea99d89795 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4efc9fbdf2..04721ba6f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed24a52ccd..80c924a29f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3509d15091..ba584e23f5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f0ee7e2ac2..9277ab9493 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 629c7c771e..df831faa4d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a9bf293531..48b7d43ef2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8556c62e8d..1763c11a33 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2182241d2a..af042c75a6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 5e9b713adf..e508d9ea82 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f58d940fff..069cf9758c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b447e3bd3d..b1ea9c3425 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 919d27e1eb..1e04ef9f32 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferEvent {
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/TransferEventListRequest.java b/src/main/java/com/plaid/client/model/TransferEventListRequest.java
index 16148da11d..fe337f4579 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 128c8767f3..6e4e888838 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1805ac73c6..3e326136c9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 420f288d3c..bd35328a32 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c022d0b116..868d9c16f7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7fab6070dc..953b337281 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java b/src/main/java/com/plaid/client/model/TransferEventsUpdateWebhook.java
index 1dc26b1cc0..396f02a57c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 295f269695..368f51c60d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d921d9349f..94e203d50f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0b59e539be..5e65a3f14a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 412c714327..c59fa2ecc8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7a7f22607f..a8415c387a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 55fcc3e70e..d7da25df16 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 18f5abf4fa..5df0db64d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ee76f90fb..91661640f9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff07173d3a..57d72932f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 c3f5aa7fa8..f7331baded 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2115a7c859..34c7f69276 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fe308a7e36..cc771336ac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 60b4112754..3ea506aa21 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferIntentCreate {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java b/src/main/java/com/plaid/client/model/TransferIntentCreateMode.java
index fa6420d275..f0f054ae74 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 83f08697b4..5e4a3261ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 995dd300b9..5c94badacf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86ec91fadf..1e57e28a7b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 086f14b85e..3b68aead61 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferIntentGet {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java b/src/main/java/com/plaid/client/model/TransferIntentGetFailureReason.java
index cd2a144018..3f898e9ced 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bbbbe982cd..356374b160 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fdbda4210e..f0f3d20401 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 00f8d45684..b1b09476b2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2990ac5e93..122184e10f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 41c7ff4ecf..d81f627487 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferLedgerDepositRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerDepositResponse.java
index c7fefd62aa..591b7729bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71f193f558..5ac7ec278a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c5066c4067..ea1d48f2d4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 921d9c93aa..f821d46c28 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e663566aa9..ea5b6a0d4b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f63dc6bb24..a324b6393d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 84cf316f40..0677f4ac0a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferLedgerGetRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerGetResponse.java
index de4be87411..d61b5e0124 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a5d8decdb5..c07045ec17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ce4f7b08b5..2f644c7b2f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferLedgerWithdrawRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java b/src/main/java/com/plaid/client/model/TransferLedgerWithdrawResponse.java
index cfbd9a112c..519459f360 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d9c57bb5e0..d2c2ae63f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd31f077da..d40cf11e8d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8670ab911d..86ad3419e8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 64bba299c3..e4a278c625 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9241654a8e..c00bd06dac 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 358ab0d5aa..ed5a332936 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8673d72045..1b6dd1c98f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1831217206..af97602c8f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eba81606df..4e99073dea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 128f2e113a..df236bf72a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java b/src/main/java/com/plaid/client/model/TransferOriginatorAddress.java
index fae2a0bd00..a7e1d10a05 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 539e8686d0..713828edde 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9cb03639b6..4a333e9f3c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cd812cc11d..a77e91b716 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 225c0b5e2e..24cc10bf15 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7eccb057fd..6d62283e07 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a4efb90a8a..b2c060d16d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7c8d554527..236a87cb57 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 18a39fccef..c3af383aeb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 252e91d082..e3de5ca193 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 583abd3499..b203a7da0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b291665b6b..df10d6b3c5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 17185b0612..da46691f7a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 16265e7839..0abed5c41f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 80f32265a5..257b1bc36c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1f5667b488..c4b0c4db54 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 67f1aa0bda..82cf8c35e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eae1b8321a..7fb5e1523f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 252d216de4..6044e608ef 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 31d80e745e..c2ca18dc77 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7b04728131..1a26be91b6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93754bf0b0..3f7f488014 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fb569c95fa..61fc8d6048 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 63dc898ebd..a59047876a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 086e022a88..17355a38a6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b13bf441dc..60646796e0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b78ffc2b10..78e3e7d8aa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8a194b0ece..b799e89595 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86b881e586..15aa14d96a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3f26d94afa..8297ff3ea8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferRecurringCreateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java b/src/main/java/com/plaid/client/model/TransferRecurringCreateResponse.java
index af557cf71a..f359f0a167 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 3bafc2877a..f0dcc51861 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ea0ab667df..9df2f36f29 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b43e991e40..45333be6e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9698ab8ff8..0c1ee46362 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6ca3833af0..dfba64ad61 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a6ca618001..102d19e470 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9b12cbd7dc..c6957c333f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 a3fc920921..76c60d3698 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dba80b7c21..1edada6c73 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8810a79c30..a63687b2bc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0395489626..b99a596ad8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ed42549f7f..f7663c601c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 95997f77c5..0f6eca728a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 refund is `\"failed\"` or `\"returned\"`. Null value otherwise.
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f836231ae5..8997e383ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 82569a9416..0de77568ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 35cdb7e2d1..67e81dd1ad 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9f71a59acf..b9bbaedb8e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5885c2e6f4..3e09b0092a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 58d8cb9797..680027960f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 24dc9ca305..8e8f0c49d1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 66892b3e2c..95556a68c6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8ac1c60c7e..2f539fced1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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
index aa6ff21744..5075a6c10f 100644
--- a/src/main/java/com/plaid/client/model/TransferReturnRecoverRequest.java
+++ b/src/main/java/com/plaid/client/model/TransferReturnRecoverRequest.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferReturnRecoverRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java b/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java
index a24bbd1a13..551d4b5e6e 100644
--- a/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java
+++ b/src/main/java/com/plaid/client/model/TransferReturnRecoverResponse.java
@@ -2,7 +2,7 @@
* The Plaid API
* 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
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class TransferReturnRecoverResponse {
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/TransferScheduleIntervalUnit.java b/src/main/java/com/plaid/client/model/TransferScheduleIntervalUnit.java
index 59a6a7b2d8..e654453612 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bdb25a9495..6c8d16b43f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bef640fc8e..01427500a1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9e3eceeda2..d32021c9a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b6ed3b2c41..2546c05e83 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 39147b753a..69bef495ed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 10a40f12b4..8d1040321c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 22d9afb67c..22d3cc7bf0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 ab58de38dc..94da68ebd7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d967fceaf..fcd56c02cc 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 8fd752ca2f..cad35d15e2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 437d7b84f6..f53f4ae9d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2700c95cbe..d4044543de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d38b82399e..77ecb80c16 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cfb14ff0e0..62d7b6bcbb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a43fffc085..4b9b2f47d1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7d853b9484..df4a69bdd8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b2f5b592ac..df2aac9387 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d1b276b142..f2a29e34be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2ffea6eaa2..7454514ae7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 da59b8009f..001c7e930d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 180d620891..84f1f48a35 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 594f624cc8..3b11a34dbf 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0ce74e1aaa..08a321dc12 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 033fc085fe..3c14f55058 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 053e9b5d23..7f32154529 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8d2c4ad8bb..feb25b60b7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9d0942a0b4..b2ec3b577f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff29f931e4..0063f95501 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e64cfb61ed..07634fa83b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1a6674185d..ac5e0fec03 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d312aa1b99..9fb4e3ab24 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0eda030b72..f80e18c5f2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 91e56025e7..8b125e732f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 07be7a4a77..98b4e355c7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bced2cdaf4..173589762b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d6035529cb..50bfe2f0ab 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 182e9969b8..e6f5d66134 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9cdf212837..4961622800 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e2d3581fce..23813f29f8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6196bf53e1..9e0ab98195 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dd31cffbe9..cb5d8c9deb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 7de98756f7..a0d14bc131 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 116be40e6c..985ee07c70 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99132bc7a2..ae3d33f2e0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4eeec8b417..7297524a58 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0dc5051e55..8906a40d23 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0212edb3d3..94f7537423 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d635161a71..e1845217ed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d38002b69b..f6dd2b6159 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2790eeea37..d492426d5a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 50338fa6e0..9bcea5fad5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 86d880ad10..ad78cdfe5b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8c92d558ff..eaff433ec0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 16c7bf873b..5e83687f17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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/UserProductsTerminateRequest.java b/src/main/java/com/plaid/client/model/UserProductsTerminateRequest.java
index 549c8e17d2..1609f5fd81 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class UserProductsTerminateRequest {
public static final String SERIALIZED_NAME_CLIENT_ID = "client_id";
@SerializedName(SERIALIZED_NAME_CLIENT_ID)
diff --git a/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java b/src/main/java/com/plaid/client/model/UserProductsTerminateResponse.java
index a57f26766f..0531cdf943 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93f1b54cb1..1ebcdb6646 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ead848a462..9237a0281b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d8e906f62..b125683835 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b460025098..f33e84e191 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bffe23b417..58d610cd85 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 9fd351e25a..d8e3cc8d8a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 748f110bb8..f56ed11208 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 236435cd08..49c223114a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* UserThirdPartyTokenRemoveRequest defines the request schema for `/user/third_party_token/remove`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8584f07ad8..4de74241ba 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* UserThirdPartyTokenRemoveResponse defines the response schema for `/user/third_party_token/remove`
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e3937b81d6..742a35514b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 795849ef42..ada6006683 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0f20e47bd2..4a644a9415 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 acdb09dfe5..c764872f96 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4857a50dc0..41b2d2f5da 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 dbe17dd21f..c9ad63ec57 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71e78b086a..d20a1cd420 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9ea593c37e..661ee7cce2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eaf07f1a92..7db1a23b3f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0bb83710eb..17444bbee2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 bf4f1bb3ee..c9b3ee2cd0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 0412949d7a..8b7c54b1d2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5255a3500b..8a5361ca01 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 96d0eeee34..1298f09113 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class W2 {
public static final String SERIALIZED_NAME_EMPLOYER = "employer";
@SerializedName(SERIALIZED_NAME_EMPLOYER)
diff --git a/src/main/java/com/plaid/client/model/W2Box12.java b/src/main/java/com/plaid/client/model/W2Box12.java
index d9223d09b1..543fb1c003 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f125f5e384..aa6b4dc805 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e263b4354..1832c193d6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 898f15fdbd..124d531b8f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 93d88bebfe..4669797a95 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8b6b8c5230..46b6472ce9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e4df4289b3..2af30c8f2f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ada7f9e122..4c91bc3c32 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e26df28544..6f1d1b64c9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97a25039a1..7eb1c679f9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5265630186..64b6a482b9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 97922f1a6d..d3529035ea 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7b0e2d7402..3d16bb97f4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fa004e8361..3668642d50 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fef5cb69b2..5ef483f656 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a85103d3ea..5306e54792 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 964317cd98..2fe91e2ced 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 3dcb739a8a..90b27ca070 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class WalletTransaction {
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/WalletTransactionAmount.java b/src/main/java/com/plaid/client/model/WalletTransactionAmount.java
index e1f8d84855..e36446db17 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2405fc7f52..49dffaa2be 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 1e78667943..71681452b0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 450d3830f9..65a0e2665e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bd42009776..5e61711974 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2b4b8aadb6..3f7d67dc0c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 54311fabd3..0e2a3ed64c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 de9cb76674..16e20743e3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cac5bdda20..46600d8cca 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b8731f310..b1c8a30cfa 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class WalletTransactionGetResponse {
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/WalletTransactionListRequest.java b/src/main/java/com/plaid/client/model/WalletTransactionListRequest.java
index 7b3c28c360..420cf421a3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 673e70c022..17b45a6008 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 01ec055a64..171cab33de 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 20d7ca3936..d8abe0d65e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 4bdbf745ac..32966105a4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* 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 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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 489fc58880..c4b50454bb 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 507bfbbf32..33a6e5e04c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 fcf30ae25d..365a46fa29 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 6b5ea7d55b..4e0445b141 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[Etc/UTC]")
public class Warning {
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/WatchlistScreeningAuditTrail.java b/src/main/java/com/plaid/client/model/WatchlistScreeningAuditTrail.java
index c3e32ca37d..655d46cb46 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 92c7a403f8..7c222205f3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2967919b5f..f528d7e869 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 7e2c7650b7..7f650d2f7d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@
* Request input for creating an entity watchlist screening
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b8e5d9bd61..3c4bfab186 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 259644ea5e..8db62b6f91 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0d5f2a39f4..880d902cc3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 71376d5a99..a299e3f7b5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 73a385235f..1d6adbdd38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 959c39f2dd..ab52976d85 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 02a2c819b5..a2ec7b9c8a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8484c27168..7c38fff03f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bcc440c61d..457a9651a2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 33ea5a129a..6a247662f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 b64ebd6cc6..26aa69f13e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4059e6cae8..d6123a0ce3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 495ef199a1..6031634bbe 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 67ea140705..c7155c7ce8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8fd0182210..3ffdaeea64 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e18ac3e870..b9a4f711b3 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a6c713a5c1..ca57619bb5 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 764f976bfa..5ae8cf9917 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9592a7bc5a..220a969ef8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 6a6ab01db6..cdc01d73b6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9227983382..a32eab152f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 cdc5eeafd1..cf6cd9ea50 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@
* Location information for the associated watchlist hit
*/
@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]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 a042b18a8d..6c04c17dc4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 cf0189ad45..58770811e9 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 c360f51c59..928c0b52f0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 da45494e67..77df9cd0db 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 867059e25f..2d75453835 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8818543cd8..a8f7475816 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 40b278a63f..db518bc4a8 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 9a8903c19f..fb96e04022 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ec47d0bb2b..9f59b2052d 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 4b4c69f0bd..26bd78361b 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 30ee5914b4..e9eae7f00c 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d30434fcea..c3acd76880 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 5c30a2d29f..75a9604f38 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 99aa885d2a..0220a867d1 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 0bc21f6942..61cd1ac215 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 e085cbe2fb..f8727c1075 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 bf80fc9566..efc7a800b2 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 799cdfa8c1..97e0c00fbd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 068785121d..8e49136160 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 eb2b141c9d..bb852b0dae 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 8e609e8512..06f0035f46 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 85c46d91dc..50636b40d7 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 b6b99ea56c..9a7ef88816 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 2a6a08bb32..a67c2f8db4 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 ff7607ab5d..f7664c590f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f53ef78b0d..f218718a69 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 df9767bdfa..173584bc3a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 088603da30..4a8e34032f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 2318f05fb9..5ab9ba02ed 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 03d01a5473..bed738e20a 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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 e910068c88..60b6033ffd 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f150cefcc2..4f3205eec0 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 f9b775f3d1..3857931a0e 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 d5dd7b3fe8..0f719dc822 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 851972e8c3..b965b716e6 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 928bbfbcaf..51120be847 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* 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-07-22T23:23:33.144123Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2026-07-24T18:25:46.261550Z[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 826319f9cb..0dbda99c1f 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.706.1
+ * The version of the OpenAPI document: 2020-09-14_1.708.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).