repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/AssetReportAddOns.java
src/main/java/com/plaid/client/model/AssetReportAddOns.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Add-ons that should be included in the Asset Report. &#x60;investments&#x60;: The Investments add-on &#x60;fast_assets&#x60;: The Fast Assets add-on */ @JsonAdapter(AssetReportAddOns.Adapter.class) public enum AssetReportAddOns { INVESTMENTS("investments"), FAST_ASSETS("fast_assets"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; AssetReportAddOns(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static AssetReportAddOns fromValue(String value) { for (AssetReportAddOns b : AssetReportAddOns.values()) { if (b.value.equals(value)) { return b; } } return AssetReportAddOns.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<AssetReportAddOns> { @Override public void write(final JsonWriter jsonWriter, final AssetReportAddOns enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public AssetReportAddOns read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return AssetReportAddOns.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java
src/main/java/com/plaid/client/model/CreditFreddieMacPartyIndividual.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CreditFreddieMacIndividualName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CreditFreddieMacPartyIndividual { public static final String SERIALIZED_NAME_N_A_M_E = "NAME"; @SerializedName(SERIALIZED_NAME_N_A_M_E) private CreditFreddieMacIndividualName NAME; public CreditFreddieMacPartyIndividual NAME(CreditFreddieMacIndividualName NAME) { this.NAME = NAME; return this; } /** * Get NAME * @return NAME **/ @ApiModelProperty(required = true, value = "") public CreditFreddieMacIndividualName getNAME() { return NAME; } public void setNAME(CreditFreddieMacIndividualName NAME) { this.NAME = NAME; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CreditFreddieMacPartyIndividual creditFreddieMacPartyIndividual = (CreditFreddieMacPartyIndividual) o; return Objects.equals(this.NAME, creditFreddieMacPartyIndividual.NAME); } @Override public int hashCode() { return Objects.hash(NAME); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditFreddieMacPartyIndividual {\n"); sb.append(" NAME: ").append(toIndentedString(NAME)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java
src/main/java/com/plaid/client/model/IncomeVerificationPaystubsGetResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.DocumentMetadata; import com.plaid.client.model.Paystub; import com.plaid.client.model.PlaidError; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * IncomeVerificationPaystubsGetResponse defines the response schema for &#x60;/income/verification/paystubs/get&#x60;. */ @ApiModel(description = "IncomeVerificationPaystubsGetResponse defines the response schema for `/income/verification/paystubs/get`.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class IncomeVerificationPaystubsGetResponse { public static final String SERIALIZED_NAME_DOCUMENT_METADATA = "document_metadata"; @SerializedName(SERIALIZED_NAME_DOCUMENT_METADATA) private List<DocumentMetadata> documentMetadata = null; public static final String SERIALIZED_NAME_PAYSTUBS = "paystubs"; @SerializedName(SERIALIZED_NAME_PAYSTUBS) private List<Paystub> paystubs = new ArrayList<>(); public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) private PlaidError error; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public IncomeVerificationPaystubsGetResponse documentMetadata(List<DocumentMetadata> documentMetadata) { this.documentMetadata = documentMetadata; return this; } public IncomeVerificationPaystubsGetResponse addDocumentMetadataItem(DocumentMetadata documentMetadataItem) { if (this.documentMetadata == null) { this.documentMetadata = new ArrayList<>(); } this.documentMetadata.add(documentMetadataItem); return this; } /** * Metadata for an income document. * @return documentMetadata **/ @javax.annotation.Nullable @ApiModelProperty(value = "Metadata for an income document.") public List<DocumentMetadata> getDocumentMetadata() { return documentMetadata; } public void setDocumentMetadata(List<DocumentMetadata> documentMetadata) { this.documentMetadata = documentMetadata; } public IncomeVerificationPaystubsGetResponse paystubs(List<Paystub> paystubs) { this.paystubs = paystubs; return this; } public IncomeVerificationPaystubsGetResponse addPaystubsItem(Paystub paystubsItem) { this.paystubs.add(paystubsItem); return this; } /** * Get paystubs * @return paystubs **/ @ApiModelProperty(required = true, value = "") public List<Paystub> getPaystubs() { return paystubs; } public void setPaystubs(List<Paystub> paystubs) { this.paystubs = paystubs; } public IncomeVerificationPaystubsGetResponse error(PlaidError error) { this.error = error; return this; } /** * Get error * @return error **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PlaidError getError() { return error; } public void setError(PlaidError error) { this.error = error; } public IncomeVerificationPaystubsGetResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } IncomeVerificationPaystubsGetResponse incomeVerificationPaystubsGetResponse = (IncomeVerificationPaystubsGetResponse) o; return Objects.equals(this.documentMetadata, incomeVerificationPaystubsGetResponse.documentMetadata) && Objects.equals(this.paystubs, incomeVerificationPaystubsGetResponse.paystubs) && Objects.equals(this.error, incomeVerificationPaystubsGetResponse.error) && Objects.equals(this.requestId, incomeVerificationPaystubsGetResponse.requestId); } @Override public int hashCode() { return Objects.hash(documentMetadata, paystubs, error, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IncomeVerificationPaystubsGetResponse {\n"); sb.append(" documentMetadata: ").append(toIndentedString(documentMetadata)).append("\n"); sb.append(" paystubs: ").append(toIndentedString(paystubs)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java
src/main/java/com/plaid/client/model/PaymentInitiationConsentStatusUpdateWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PaymentInitiationConsentStatus; import com.plaid.client.model.PlaidError; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class PaymentInitiationConsentStatusUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_CONSENT_ID = "consent_id"; @SerializedName(SERIALIZED_NAME_CONSENT_ID) private String consentId; public static final String SERIALIZED_NAME_OLD_STATUS = "old_status"; @SerializedName(SERIALIZED_NAME_OLD_STATUS) private PaymentInitiationConsentStatus oldStatus; public static final String SERIALIZED_NAME_NEW_STATUS = "new_status"; @SerializedName(SERIALIZED_NAME_NEW_STATUS) private PaymentInitiationConsentStatus newStatus; public static final String SERIALIZED_NAME_TIMESTAMP = "timestamp"; @SerializedName(SERIALIZED_NAME_TIMESTAMP) private OffsetDateTime timestamp; public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) private PlaidError error; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public PaymentInitiationConsentStatusUpdateWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;PAYMENT_INITIATION&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`PAYMENT_INITIATION`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public PaymentInitiationConsentStatusUpdateWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;CONSENT_STATUS_UPDATE&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`CONSENT_STATUS_UPDATE`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public PaymentInitiationConsentStatusUpdateWebhook consentId(String consentId) { this.consentId = consentId; return this; } /** * The &#x60;id&#x60; for the consent being updated * @return consentId **/ @ApiModelProperty(required = true, value = "The `id` for the consent being updated") public String getConsentId() { return consentId; } public void setConsentId(String consentId) { this.consentId = consentId; } public PaymentInitiationConsentStatusUpdateWebhook oldStatus(PaymentInitiationConsentStatus oldStatus) { this.oldStatus = oldStatus; return this; } /** * Get oldStatus * @return oldStatus **/ @ApiModelProperty(required = true, value = "") public PaymentInitiationConsentStatus getOldStatus() { return oldStatus; } public void setOldStatus(PaymentInitiationConsentStatus oldStatus) { this.oldStatus = oldStatus; } public PaymentInitiationConsentStatusUpdateWebhook newStatus(PaymentInitiationConsentStatus newStatus) { this.newStatus = newStatus; return this; } /** * Get newStatus * @return newStatus **/ @ApiModelProperty(required = true, value = "") public PaymentInitiationConsentStatus getNewStatus() { return newStatus; } public void setNewStatus(PaymentInitiationConsentStatus newStatus) { this.newStatus = newStatus; } public PaymentInitiationConsentStatusUpdateWebhook timestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; return this; } /** * The timestamp of the update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. &#x60;\&quot;2017-09-14T14:42:19.350Z\&quot;&#x60; * @return timestamp **/ @ApiModelProperty(required = true, value = "The timestamp of the update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `\"2017-09-14T14:42:19.350Z\"`") public OffsetDateTime getTimestamp() { return timestamp; } public void setTimestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; } public PaymentInitiationConsentStatusUpdateWebhook error(PlaidError error) { this.error = error; return this; } /** * Get error * @return error **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PlaidError getError() { return error; } public void setError(PlaidError error) { this.error = error; } public PaymentInitiationConsentStatusUpdateWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PaymentInitiationConsentStatusUpdateWebhook paymentInitiationConsentStatusUpdateWebhook = (PaymentInitiationConsentStatusUpdateWebhook) o; return Objects.equals(this.webhookType, paymentInitiationConsentStatusUpdateWebhook.webhookType) && Objects.equals(this.webhookCode, paymentInitiationConsentStatusUpdateWebhook.webhookCode) && Objects.equals(this.consentId, paymentInitiationConsentStatusUpdateWebhook.consentId) && Objects.equals(this.oldStatus, paymentInitiationConsentStatusUpdateWebhook.oldStatus) && Objects.equals(this.newStatus, paymentInitiationConsentStatusUpdateWebhook.newStatus) && Objects.equals(this.timestamp, paymentInitiationConsentStatusUpdateWebhook.timestamp) && Objects.equals(this.error, paymentInitiationConsentStatusUpdateWebhook.error) && Objects.equals(this.environment, paymentInitiationConsentStatusUpdateWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, consentId, oldStatus, newStatus, timestamp, error, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PaymentInitiationConsentStatusUpdateWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" consentId: ").append(toIndentedString(consentId)).append("\n"); sb.append(" oldStatus: ").append(toIndentedString(oldStatus)).append("\n"); sb.append(" newStatus: ").append(toIndentedString(newStatus)).append("\n"); sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PrismDetectVersion.java
src/main/java/com/plaid/client/model/PrismDetectVersion.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The version of Prism Detect */ @JsonAdapter(PrismDetectVersion.Adapter.class) public enum PrismDetectVersion { _4("4"), NULL("null"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; PrismDetectVersion(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static PrismDetectVersion fromValue(String value) { for (PrismDetectVersion b : PrismDetectVersion.values()) { if (b.value.equals(value)) { return b; } } return null; } public static class Adapter extends TypeAdapter<PrismDetectVersion> { @Override public void write(final JsonWriter jsonWriter, final PrismDetectVersion enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public PrismDetectVersion read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return PrismDetectVersion.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java
src/main/java/com/plaid/client/model/WalletTransactionCounterpartyInternational.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class WalletTransactionCounterpartyInternational { public static final String SERIALIZED_NAME_IBAN = "iban"; @SerializedName(SERIALIZED_NAME_IBAN) private String iban; public WalletTransactionCounterpartyInternational iban(String iban) { this.iban = iban; return this; } /** * International Bank Account Number (IBAN). * @return iban **/ @javax.annotation.Nullable @ApiModelProperty(value = "International Bank Account Number (IBAN).") public String getIban() { return iban; } public void setIban(String iban) { this.iban = iban; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WalletTransactionCounterpartyInternational walletTransactionCounterpartyInternational = (WalletTransactionCounterpartyInternational) o; return Objects.equals(this.iban, walletTransactionCounterpartyInternational.iban); } @Override public int hashCode() { return Objects.hash(iban); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WalletTransactionCounterpartyInternational {\n"); sb.append(" iban: ").append(toIndentedString(iban)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java
src/main/java/com/plaid/client/model/TransferAuthorizationDevice.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferAuthorizationDevice { public static final String SERIALIZED_NAME_IP_ADDRESS = "ip_address"; @SerializedName(SERIALIZED_NAME_IP_ADDRESS) private String ipAddress; public static final String SERIALIZED_NAME_USER_AGENT = "user_agent"; @SerializedName(SERIALIZED_NAME_USER_AGENT) private String userAgent; public TransferAuthorizationDevice ipAddress(String ipAddress) { this.ipAddress = ipAddress; return this; } /** * The IP address of the device being used to initiate the authorization. * @return ipAddress **/ @javax.annotation.Nullable @ApiModelProperty(value = "The IP address of the device being used to initiate the authorization.") public String getIpAddress() { return ipAddress; } public void setIpAddress(String ipAddress) { this.ipAddress = ipAddress; } public TransferAuthorizationDevice userAgent(String userAgent) { this.userAgent = userAgent; return this; } /** * The user agent of the device being used to initiate the authorization. * @return userAgent **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user agent of the device being used to initiate the authorization.") public String getUserAgent() { return userAgent; } public void setUserAgent(String userAgent) { this.userAgent = userAgent; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferAuthorizationDevice transferAuthorizationDevice = (TransferAuthorizationDevice) o; return Objects.equals(this.ipAddress, transferAuthorizationDevice.ipAddress) && Objects.equals(this.userAgent, transferAuthorizationDevice.userAgent); } @Override public int hashCode() { return Objects.hash(ipAddress, userAgent); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferAuthorizationDevice {\n"); sb.append(" ipAddress: ").append(toIndentedString(ipAddress)).append("\n"); sb.append(" userAgent: ").append(toIndentedString(userAgent)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditBankEmployer.java
src/main/java/com/plaid/client/model/CreditBankEmployer.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Object containing employer data. */ @ApiModel(description = "Object containing employer data.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CreditBankEmployer { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public CreditBankEmployer name(String name) { this.name = name; return this; } /** * Name of the employer. * @return name **/ @ApiModelProperty(required = true, value = "Name of the employer.") public String getName() { return name; } public void setName(String name) { this.name = name; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CreditBankEmployer creditBankEmployer = (CreditBankEmployer) o; return Objects.equals(this.name, creditBankEmployer.name); } @Override public int hashCode() { return Objects.hash(name); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditBankEmployer {\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CashflowReportGetResponse.java
src/main/java/com/plaid/client/model/CashflowReportGetResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.BusinessAccount; import com.plaid.client.model.CashflowReportTransaction; import com.plaid.client.model.Item; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.List; /** * CashflowReportGetResponse defines the response schema for &#x60;/cashflow_report/get&#x60; */ @ApiModel(description = "CashflowReportGetResponse defines the response schema for `/cashflow_report/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CashflowReportGetResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) private List<BusinessAccount> accounts = new ArrayList<>(); public static final String SERIALIZED_NAME_TRANSACTIONS = "transactions"; @SerializedName(SERIALIZED_NAME_TRANSACTIONS) private List<CashflowReportTransaction> transactions = new ArrayList<>(); public static final String SERIALIZED_NAME_TOTAL_TRANSACTIONS = "total_transactions"; @SerializedName(SERIALIZED_NAME_TOTAL_TRANSACTIONS) private Integer totalTransactions; public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) private Item item; public static final String SERIALIZED_NAME_NEXT_CURSOR = "next_cursor"; @SerializedName(SERIALIZED_NAME_NEXT_CURSOR) private String nextCursor; public static final String SERIALIZED_NAME_HAS_MORE = "has_more"; @SerializedName(SERIALIZED_NAME_HAS_MORE) private Boolean hasMore; public static final String SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE_TIME = "last_successful_update_time"; @SerializedName(SERIALIZED_NAME_LAST_SUCCESSFUL_UPDATE_TIME) private OffsetDateTime lastSuccessfulUpdateTime; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public CashflowReportGetResponse accounts(List<BusinessAccount> accounts) { this.accounts = accounts; return this; } public CashflowReportGetResponse addAccountsItem(BusinessAccount accountsItem) { this.accounts.add(accountsItem); return this; } /** * An array containing the &#x60;accounts&#x60; associated with the Item for which transactions are being returned. Each transaction can be mapped to its corresponding account via the &#x60;account_id&#x60; field. * @return accounts **/ @ApiModelProperty(required = true, value = "An array containing the `accounts` associated with the Item for which transactions are being returned. Each transaction can be mapped to its corresponding account via the `account_id` field.") public List<BusinessAccount> getAccounts() { return accounts; } public void setAccounts(List<BusinessAccount> accounts) { this.accounts = accounts; } public CashflowReportGetResponse transactions(List<CashflowReportTransaction> transactions) { this.transactions = transactions; return this; } public CashflowReportGetResponse addTransactionsItem(CashflowReportTransaction transactionsItem) { this.transactions.add(transactionsItem); return this; } /** * An array containing transactions from the account. Transactions are returned in reverse chronological order, with the most recent at the beginning of the array. The maximum number of transactions returned is determined by the &#x60;count&#x60; parameter. * @return transactions **/ @ApiModelProperty(required = true, value = "An array containing transactions from the account. Transactions are returned in reverse chronological order, with the most recent at the beginning of the array. The maximum number of transactions returned is determined by the `count` parameter.") public List<CashflowReportTransaction> getTransactions() { return transactions; } public void setTransactions(List<CashflowReportTransaction> transactions) { this.transactions = transactions; } public CashflowReportGetResponse totalTransactions(Integer totalTransactions) { this.totalTransactions = totalTransactions; return this; } /** * The total number of transactions available within the date range specified. If &#x60;total_transactions&#x60; is larger than the size of the &#x60;transactions&#x60; array, more transactions are available and can be fetched via manipulating the &#x60;offset&#x60; parameter. * @return totalTransactions **/ @ApiModelProperty(required = true, value = "The total number of transactions available within the date range specified. If `total_transactions` is larger than the size of the `transactions` array, more transactions are available and can be fetched via manipulating the `offset` parameter.") public Integer getTotalTransactions() { return totalTransactions; } public void setTotalTransactions(Integer totalTransactions) { this.totalTransactions = totalTransactions; } public CashflowReportGetResponse item(Item item) { this.item = item; return this; } /** * Get item * @return item **/ @ApiModelProperty(required = true, value = "") public Item getItem() { return item; } public void setItem(Item item) { this.item = item; } public CashflowReportGetResponse nextCursor(String nextCursor) { this.nextCursor = nextCursor; return this; } /** * Cursor used for fetching any future updates after the latest update provided in this response. * @return nextCursor **/ @ApiModelProperty(required = true, value = "Cursor used for fetching any future updates after the latest update provided in this response.") public String getNextCursor() { return nextCursor; } public void setNextCursor(String nextCursor) { this.nextCursor = nextCursor; } public CashflowReportGetResponse hasMore(Boolean hasMore) { this.hasMore = hasMore; return this; } /** * Represents if more than requested count of transactions exists to be fetched * @return hasMore **/ @ApiModelProperty(required = true, value = "Represents if more than requested count of transactions exists to be fetched") public Boolean getHasMore() { return hasMore; } public void setHasMore(Boolean hasMore) { this.hasMore = hasMore; } public CashflowReportGetResponse lastSuccessfulUpdateTime(OffsetDateTime lastSuccessfulUpdateTime) { this.lastSuccessfulUpdateTime = lastSuccessfulUpdateTime; return this; } /** * The last successful update time in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( &#x60;YYYY-MM-DDTHH:mm:ssZ&#x60; ) * @return lastSuccessfulUpdateTime **/ @ApiModelProperty(required = true, value = "The last successful update time in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` )") public OffsetDateTime getLastSuccessfulUpdateTime() { return lastSuccessfulUpdateTime; } public void setLastSuccessfulUpdateTime(OffsetDateTime lastSuccessfulUpdateTime) { this.lastSuccessfulUpdateTime = lastSuccessfulUpdateTime; } public CashflowReportGetResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CashflowReportGetResponse cashflowReportGetResponse = (CashflowReportGetResponse) o; return Objects.equals(this.accounts, cashflowReportGetResponse.accounts) && Objects.equals(this.transactions, cashflowReportGetResponse.transactions) && Objects.equals(this.totalTransactions, cashflowReportGetResponse.totalTransactions) && Objects.equals(this.item, cashflowReportGetResponse.item) && Objects.equals(this.nextCursor, cashflowReportGetResponse.nextCursor) && Objects.equals(this.hasMore, cashflowReportGetResponse.hasMore) && Objects.equals(this.lastSuccessfulUpdateTime, cashflowReportGetResponse.lastSuccessfulUpdateTime) && Objects.equals(this.requestId, cashflowReportGetResponse.requestId); } @Override public int hashCode() { return Objects.hash(accounts, transactions, totalTransactions, item, nextCursor, hasMore, lastSuccessfulUpdateTime, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CashflowReportGetResponse {\n"); sb.append(" accounts: ").append(toIndentedString(accounts)).append("\n"); sb.append(" transactions: ").append(toIndentedString(transactions)).append("\n"); sb.append(" totalTransactions: ").append(toIndentedString(totalTransactions)).append("\n"); sb.append(" item: ").append(toIndentedString(item)).append("\n"); sb.append(" nextCursor: ").append(toIndentedString(nextCursor)).append("\n"); sb.append(" hasMore: ").append(toIndentedString(hasMore)).append("\n"); sb.append(" lastSuccessfulUpdateTime: ").append(toIndentedString(lastSuccessfulUpdateTime)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java
src/main/java/com/plaid/client/model/ClientProvidedRawTransaction.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ClientProvidedRawTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) private String id; public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) private String description; public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public ClientProvidedRawTransaction id(String id) { this.id = id; return this; } /** * A unique ID for the transaction used to help you tie data back to your systems. * @return id **/ @ApiModelProperty(required = true, value = "A unique ID for the transaction used to help you tie data back to your systems.") public String getId() { return id; } public void setId(String id) { this.id = id; } public ClientProvidedRawTransaction description(String description) { this.description = description; return this; } /** * The raw description of the transaction. * @return description **/ @ApiModelProperty(required = true, value = "The raw description of the transaction.") public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public ClientProvidedRawTransaction amount(Double amount) { this.amount = amount; return this; } /** * The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important):. Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers) * @return amount **/ @ApiModelProperty(required = true, value = "The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important):. Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers)") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public ClientProvidedRawTransaction isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The ISO-4217 currency code of the transaction e.g. USD. * @return isoCurrencyCode **/ @ApiModelProperty(required = true, value = "The ISO-4217 currency code of the transaction e.g. USD.") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ClientProvidedRawTransaction clientProvidedRawTransaction = (ClientProvidedRawTransaction) o; return Objects.equals(this.id, clientProvidedRawTransaction.id) && Objects.equals(this.description, clientProvidedRawTransaction.description) && Objects.equals(this.amount, clientProvidedRawTransaction.amount) && Objects.equals(this.isoCurrencyCode, clientProvidedRawTransaction.isoCurrencyCode); } @Override public int hashCode() { return Objects.hash(id, description, amount, isoCurrencyCode); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ClientProvidedRawTransaction {\n"); sb.append(" id: ").append(toIndentedString(id)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java
src/main/java/com/plaid/client/model/TransferRepaymentReturnListResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.TransferRepaymentReturn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * Defines the response schema for &#x60;/transfer/repayments/return/list&#x60; */ @ApiModel(description = "Defines the response schema for `/transfer/repayments/return/list`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferRepaymentReturnListResponse { public static final String SERIALIZED_NAME_REPAYMENT_RETURNS = "repayment_returns"; @SerializedName(SERIALIZED_NAME_REPAYMENT_RETURNS) private List<TransferRepaymentReturn> repaymentReturns = new ArrayList<>(); public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public TransferRepaymentReturnListResponse repaymentReturns(List<TransferRepaymentReturn> repaymentReturns) { this.repaymentReturns = repaymentReturns; return this; } public TransferRepaymentReturnListResponse addRepaymentReturnsItem(TransferRepaymentReturn repaymentReturnsItem) { this.repaymentReturns.add(repaymentReturnsItem); return this; } /** * Get repaymentReturns * @return repaymentReturns **/ @ApiModelProperty(required = true, value = "") public List<TransferRepaymentReturn> getRepaymentReturns() { return repaymentReturns; } public void setRepaymentReturns(List<TransferRepaymentReturn> repaymentReturns) { this.repaymentReturns = repaymentReturns; } public TransferRepaymentReturnListResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferRepaymentReturnListResponse transferRepaymentReturnListResponse = (TransferRepaymentReturnListResponse) o; return Objects.equals(this.repaymentReturns, transferRepaymentReturnListResponse.repaymentReturns) && Objects.equals(this.requestId, transferRepaymentReturnListResponse.requestId); } @Override public int hashCode() { return Objects.hash(repaymentReturns, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferRepaymentReturnListResponse {\n"); sb.append(" repaymentReturns: ").append(toIndentedString(repaymentReturns)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/BeaconReportGetRequest.java
src/main/java/com/plaid/client/model/BeaconReportGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Request 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class BeaconReportGetRequest { public static final String SERIALIZED_NAME_BEACON_REPORT_ID = "beacon_report_id"; @SerializedName(SERIALIZED_NAME_BEACON_REPORT_ID) private String beaconReportId; public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public BeaconReportGetRequest beaconReportId(String beaconReportId) { this.beaconReportId = beaconReportId; return this; } /** * ID of the associated Beacon Report. * @return beaconReportId **/ @ApiModelProperty(example = "becrpt_11111111111111", required = true, value = "ID of the associated Beacon Report.") public String getBeaconReportId() { return beaconReportId; } public void setBeaconReportId(String beaconReportId) { this.beaconReportId = beaconReportId; } public BeaconReportGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public BeaconReportGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } BeaconReportGetRequest beaconReportGetRequest = (BeaconReportGetRequest) o; return Objects.equals(this.beaconReportId, beaconReportGetRequest.beaconReportId) && Objects.equals(this.clientId, beaconReportGetRequest.clientId) && Objects.equals(this.secret, beaconReportGetRequest.secret); } @Override public int hashCode() { return Objects.hash(beaconReportId, clientId, secret); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class BeaconReportGetRequest {\n"); sb.append(" beaconReportId: ").append(toIndentedString(beaconReportId)).append("\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransactionOverride.java
src/main/java/com/plaid/client/model/TransactionOverride.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransactionOverride { public static final String SERIALIZED_NAME_DATE_TRANSACTED = "date_transacted"; @SerializedName(SERIALIZED_NAME_DATE_TRANSACTED) private LocalDate dateTransacted; public static final String SERIALIZED_NAME_DATE_POSTED = "date_posted"; @SerializedName(SERIALIZED_NAME_DATE_POSTED) private LocalDate datePosted; public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) private String description; public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) private String currency; public TransactionOverride dateTransacted(LocalDate dateTransacted) { this.dateTransacted = dateTransacted; return this; } /** * The date of the transaction, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Transactions in Sandbox will move from pending to posted once their transaction date has been reached. If a &#x60;date_transacted&#x60; is not provided by the institution, a transaction date may be available in the [&#x60;authorized_date&#x60;](https://plaid.com/docs/api/products/transactions/#transactions-get-response-transactions-authorized-date) field. * @return dateTransacted **/ @ApiModelProperty(required = true, value = "The date of the transaction, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Transactions in Sandbox will move from pending to posted once their transaction date has been reached. If a `date_transacted` is not provided by the institution, a transaction date may be available in the [`authorized_date`](https://plaid.com/docs/api/products/transactions/#transactions-get-response-transactions-authorized-date) field.") public LocalDate getDateTransacted() { return dateTransacted; } public void setDateTransacted(LocalDate dateTransacted) { this.dateTransacted = dateTransacted; } public TransactionOverride datePosted(LocalDate datePosted) { this.datePosted = datePosted; return this; } /** * The date the transaction posted, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Posted dates in the past or present will result in posted transactions; posted dates in the future will result in pending transactions. * @return datePosted **/ @ApiModelProperty(required = true, value = "The date the transaction posted, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Posted dates in the past or present will result in posted transactions; posted dates in the future will result in pending transactions.") public LocalDate getDatePosted() { return datePosted; } public void setDatePosted(LocalDate datePosted) { this.datePosted = datePosted; } public TransactionOverride amount(Double amount) { this.amount = amount; return this; } /** * The transaction amount. Can be negative. * @return amount **/ @ApiModelProperty(required = true, value = "The transaction amount. Can be negative.") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public TransactionOverride description(String description) { this.description = description; return this; } /** * The transaction description. * @return description **/ @ApiModelProperty(required = true, value = "The transaction description.") public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public TransactionOverride currency(String currency) { this.currency = currency; return this; } /** * The ISO-4217 format currency code for the transaction. * @return currency **/ @javax.annotation.Nullable @ApiModelProperty(value = "The ISO-4217 format currency code for the transaction.") public String getCurrency() { return currency; } public void setCurrency(String currency) { this.currency = currency; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransactionOverride transactionOverride = (TransactionOverride) o; return Objects.equals(this.dateTransacted, transactionOverride.dateTransacted) && Objects.equals(this.datePosted, transactionOverride.datePosted) && Objects.equals(this.amount, transactionOverride.amount) && Objects.equals(this.description, transactionOverride.description) && Objects.equals(this.currency, transactionOverride.currency); } @Override public int hashCode() { return Objects.hash(dateTransacted, datePosted, amount, description, currency); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransactionOverride {\n"); sb.append(" dateTransacted: ").append(toIndentedString(dateTransacted)).append("\n"); sb.append(" datePosted: ").append(toIndentedString(datePosted)).append("\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" currency: ").append(toIndentedString(currency)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditPayStubEmployee.java
src/main/java/com/plaid/client/model/CreditPayStubEmployee.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CreditPayStubAddress; import com.plaid.client.model.PayStubTaxpayerID; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Data about the employee. */ @ApiModel(description = "Data about the employee.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CreditPayStubEmployee { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) private CreditPayStubAddress address; public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_MARITAL_STATUS = "marital_status"; @SerializedName(SERIALIZED_NAME_MARITAL_STATUS) private String maritalStatus; public static final String SERIALIZED_NAME_TAXPAYER_ID = "taxpayer_id"; @SerializedName(SERIALIZED_NAME_TAXPAYER_ID) private PayStubTaxpayerID taxpayerId; public CreditPayStubEmployee address(CreditPayStubAddress address) { this.address = address; return this; } /** * Get address * @return address **/ @ApiModelProperty(required = true, value = "") public CreditPayStubAddress getAddress() { return address; } public void setAddress(CreditPayStubAddress address) { this.address = address; } public CreditPayStubEmployee name(String name) { this.name = name; return this; } /** * The name of the employee. * @return name **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The name of the employee.") public String getName() { return name; } public void setName(String name) { this.name = name; } public CreditPayStubEmployee maritalStatus(String maritalStatus) { this.maritalStatus = maritalStatus; return this; } /** * Marital status of the employee - either &#x60;SINGLE&#x60; or &#x60;MARRIED&#x60; or &#x60;NOT LISTED&#x60;. * @return maritalStatus **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "Marital status of the employee - either `SINGLE` or `MARRIED` or `NOT LISTED`.") public String getMaritalStatus() { return maritalStatus; } public void setMaritalStatus(String maritalStatus) { this.maritalStatus = maritalStatus; } public CreditPayStubEmployee taxpayerId(PayStubTaxpayerID taxpayerId) { this.taxpayerId = taxpayerId; return this; } /** * Get taxpayerId * @return taxpayerId **/ @ApiModelProperty(required = true, value = "") public PayStubTaxpayerID getTaxpayerId() { return taxpayerId; } public void setTaxpayerId(PayStubTaxpayerID taxpayerId) { this.taxpayerId = taxpayerId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CreditPayStubEmployee creditPayStubEmployee = (CreditPayStubEmployee) o; return Objects.equals(this.address, creditPayStubEmployee.address) && Objects.equals(this.name, creditPayStubEmployee.name) && Objects.equals(this.maritalStatus, creditPayStubEmployee.maritalStatus) && Objects.equals(this.taxpayerId, creditPayStubEmployee.taxpayerId); } @Override public int hashCode() { return Objects.hash(address, name, maritalStatus, taxpayerId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditPayStubEmployee {\n"); sb.append(" address: ").append(toIndentedString(address)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" maritalStatus: ").append(toIndentedString(maritalStatus)).append("\n"); sb.append(" taxpayerId: ").append(toIndentedString(taxpayerId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PrismCashScore.java
src/main/java/com/plaid/client/model/PrismCashScore.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PrismCashScoreMetadata; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class PrismCashScore { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) private Integer version; public static final String SERIALIZED_NAME_MODEL_VERSION = "model_version"; @SerializedName(SERIALIZED_NAME_MODEL_VERSION) private String modelVersion; public static final String SERIALIZED_NAME_SCORE = "score"; @SerializedName(SERIALIZED_NAME_SCORE) private Integer score; public static final String SERIALIZED_NAME_REASON_CODES = "reason_codes"; @SerializedName(SERIALIZED_NAME_REASON_CODES) private List<String> reasonCodes = null; public static final String SERIALIZED_NAME_METADATA = "metadata"; @SerializedName(SERIALIZED_NAME_METADATA) private PrismCashScoreMetadata metadata; public static final String SERIALIZED_NAME_ERROR_REASON = "error_reason"; @SerializedName(SERIALIZED_NAME_ERROR_REASON) private String errorReason; public PrismCashScore version(Integer version) { this.version = version; return this; } /** * The version of Prism Data&#39;s cash score model used. This field is deprecated in favor of &#x60;model_version&#x60;. * @return version **/ @ApiModelProperty(required = true, value = "The version of Prism Data's cash score model used. This field is deprecated in favor of `model_version`.") public Integer getVersion() { return version; } public void setVersion(Integer version) { this.version = version; } public PrismCashScore modelVersion(String modelVersion) { this.modelVersion = modelVersion; return this; } /** * The version of Prism Data&#39;s cash score model used. * @return modelVersion **/ @javax.annotation.Nullable @ApiModelProperty(value = "The version of Prism Data's cash score model used.") public String getModelVersion() { return modelVersion; } public void setModelVersion(String modelVersion) { this.modelVersion = modelVersion; } public PrismCashScore score(Integer score) { this.score = score; return this; } /** * The score returned by Prism Data. Ranges from 1-999, with higher score indicating lower risk. * @return score **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The score returned by Prism Data. Ranges from 1-999, with higher score indicating lower risk.") public Integer getScore() { return score; } public void setScore(Integer score) { this.score = score; } public PrismCashScore reasonCodes(List<String> reasonCodes) { this.reasonCodes = reasonCodes; return this; } public PrismCashScore addReasonCodesItem(String reasonCodesItem) { if (this.reasonCodes == null) { this.reasonCodes = new ArrayList<>(); } this.reasonCodes.add(reasonCodesItem); return this; } /** * The reasons for an individual having risk according to the cash score. * @return reasonCodes **/ @javax.annotation.Nullable @ApiModelProperty(value = "The reasons for an individual having risk according to the cash score.") public List<String> getReasonCodes() { return reasonCodes; } public void setReasonCodes(List<String> reasonCodes) { this.reasonCodes = reasonCodes; } public PrismCashScore metadata(PrismCashScoreMetadata metadata) { this.metadata = metadata; return this; } /** * Get metadata * @return metadata **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PrismCashScoreMetadata getMetadata() { return metadata; } public void setMetadata(PrismCashScoreMetadata metadata) { this.metadata = metadata; } public PrismCashScore errorReason(String errorReason) { this.errorReason = errorReason; return this; } /** * The error returned by Prism for this product. * @return errorReason **/ @javax.annotation.Nullable @ApiModelProperty(value = "The error returned by Prism for this product.") public String getErrorReason() { return errorReason; } public void setErrorReason(String errorReason) { this.errorReason = errorReason; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PrismCashScore prismCashScore = (PrismCashScore) o; return Objects.equals(this.version, prismCashScore.version) && Objects.equals(this.modelVersion, prismCashScore.modelVersion) && Objects.equals(this.score, prismCashScore.score) && Objects.equals(this.reasonCodes, prismCashScore.reasonCodes) && Objects.equals(this.metadata, prismCashScore.metadata) && Objects.equals(this.errorReason, prismCashScore.errorReason); } @Override public int hashCode() { return Objects.hash(version, modelVersion, score, reasonCodes, metadata, errorReason); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PrismCashScore {\n"); sb.append(" version: ").append(toIndentedString(version)).append("\n"); sb.append(" modelVersion: ").append(toIndentedString(modelVersion)).append("\n"); sb.append(" score: ").append(toIndentedString(score)).append("\n"); sb.append(" reasonCodes: ").append(toIndentedString(reasonCodes)).append("\n"); sb.append(" metadata: ").append(toIndentedString(metadata)).append("\n"); sb.append(" errorReason: ").append(toIndentedString(errorReason)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java
src/main/java/com/plaid/client/model/TransferOriginatorGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Defines the request schema for &#x60;/transfer/originator/get&#x60; */ @ApiModel(description = "Defines the request schema for `/transfer/originator/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferOriginatorGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_ORIGINATOR_CLIENT_ID = "originator_client_id"; @SerializedName(SERIALIZED_NAME_ORIGINATOR_CLIENT_ID) private String originatorClientId; public TransferOriginatorGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public TransferOriginatorGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public TransferOriginatorGetRequest originatorClientId(String originatorClientId) { this.originatorClientId = originatorClientId; return this; } /** * Client ID of the end customer (i.e. the originator). * @return originatorClientId **/ @ApiModelProperty(required = true, value = "Client ID of the end customer (i.e. the originator).") public String getOriginatorClientId() { return originatorClientId; } public void setOriginatorClientId(String originatorClientId) { this.originatorClientId = originatorClientId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferOriginatorGetRequest transferOriginatorGetRequest = (TransferOriginatorGetRequest) o; return Objects.equals(this.clientId, transferOriginatorGetRequest.clientId) && Objects.equals(this.secret, transferOriginatorGetRequest.secret) && Objects.equals(this.originatorClientId, transferOriginatorGetRequest.originatorClientId); } @Override public int hashCode() { return Objects.hash(clientId, secret, originatorClientId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferOriginatorGetRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" originatorClientId: ").append(toIndentedString(originatorClientId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java
src/main/java/com/plaid/client/model/BetaEwaReportV1GetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * BetaEwaReportV1GetRequest defines the request schema for &#x60;/beta/ewa_report/v1/get&#x60; */ @ApiModel(description = "BetaEwaReportV1GetRequest defines the request schema for `/beta/ewa_report/v1/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class BetaEwaReportV1GetRequest { public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) private String accessToken; public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public BetaEwaReportV1GetRequest accessToken(String accessToken) { this.accessToken = accessToken; return this; } /** * The access token associated with the Item data is being requested for. * @return accessToken **/ @ApiModelProperty(required = true, value = "The access token associated with the Item data is being requested for.") public String getAccessToken() { return accessToken; } public void setAccessToken(String accessToken) { this.accessToken = accessToken; } public BetaEwaReportV1GetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public BetaEwaReportV1GetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } BetaEwaReportV1GetRequest betaEwaReportV1GetRequest = (BetaEwaReportV1GetRequest) o; return Objects.equals(this.accessToken, betaEwaReportV1GetRequest.accessToken) && Objects.equals(this.clientId, betaEwaReportV1GetRequest.clientId) && Objects.equals(this.secret, betaEwaReportV1GetRequest.secret); } @Override public int hashCode() { return Objects.hash(accessToken, clientId, secret); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class BetaEwaReportV1GetRequest {\n"); sb.append(" accessToken: ").append(toIndentedString(accessToken)).append("\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java
src/main/java/com/plaid/client/model/PaymentConsentMaxPaymentAmount.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PaymentAmount; import com.plaid.client.model.PaymentAmountCurrency; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class PaymentConsentMaxPaymentAmount { public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) private PaymentAmountCurrency currency; public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) private Double value; public PaymentConsentMaxPaymentAmount currency(PaymentAmountCurrency currency) { this.currency = currency; return this; } /** * Get currency * @return currency **/ @ApiModelProperty(required = true, value = "") public PaymentAmountCurrency getCurrency() { return currency; } public void setCurrency(PaymentAmountCurrency currency) { this.currency = currency; } public PaymentConsentMaxPaymentAmount value(Double value) { this.value = value; return this; } /** * The amount of the payment. Must contain at most two digits of precision e.g. &#x60;1.23&#x60;. Minimum accepted value is &#x60;1&#x60;. * @return value **/ @ApiModelProperty(required = true, value = "The amount of the payment. Must contain at most two digits of precision e.g. `1.23`. Minimum accepted value is `1`.") public Double getValue() { return value; } public void setValue(Double value) { this.value = value; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PaymentConsentMaxPaymentAmount paymentConsentMaxPaymentAmount = (PaymentConsentMaxPaymentAmount) o; return Objects.equals(this.currency, paymentConsentMaxPaymentAmount.currency) && Objects.equals(this.value, paymentConsentMaxPaymentAmount.value); } @Override public int hashCode() { return Objects.hash(currency, value); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PaymentConsentMaxPaymentAmount {\n"); sb.append(" currency: ").append(toIndentedString(currency)).append("\n"); sb.append(" value: ").append(toIndentedString(value)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/POBoxStatus.java
src/main/java/com/plaid/client/model/POBoxStatus.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Field describing whether the associated address is a post office box. Will be &#x60;yes&#x60; when a P.O. box is detected, &#x60;no&#x60; when Plaid confirmed the address is not a P.O. box, and &#x60;no_data&#x60; when Plaid was not able to determine if the address is a P.O. box. */ @JsonAdapter(POBoxStatus.Adapter.class) public enum POBoxStatus { YES("yes"), NO("no"), NO_DATA("no_data"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; POBoxStatus(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static POBoxStatus fromValue(String value) { for (POBoxStatus b : POBoxStatus.values()) { if (b.value.equals(value)) { return b; } } return POBoxStatus.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<POBoxStatus> { @Override public void write(final JsonWriter jsonWriter, final POBoxStatus enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public POBoxStatus read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return POBoxStatus.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ACHClass.java
src/main/java/com/plaid/client/model/ACHClass.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Specifies the use case of the transfer. Required for transfers on an ACH network. For more details, see [ACH SEC codes](https://plaid.com/docs/transfer/creating-transfers/#ach-sec-codes). Codes supported for credits: &#x60;ccd&#x60;, &#x60;ppd&#x60; Codes supported for debits: &#x60;ccd&#x60;, &#x60;tel&#x60;, &#x60;web&#x60; &#x60;\&quot;ccd\&quot;&#x60; - Corporate Credit or Debit - fund transfer between two corporate bank accounts &#x60;\&quot;ppd\&quot;&#x60; - Prearranged Payment or Deposit - The transfer is part of a pre-existing relationship with a consumer. Authorization was obtained in writing either in person or via an electronic document signing, e.g. Docusign, by the consumer. Can be used for credits or debits. &#x60;\&quot;web\&quot;&#x60; - Internet-Initiated Entry. The transfer debits a consumer’s bank account. Authorization from the consumer is obtained over the Internet (e.g. a web or mobile application). Can be used for single debits or recurring debits. &#x60;\&quot;tel\&quot;&#x60; - Telephone-Initiated Entry. The transfer debits a consumer. Debit authorization has been received orally over the telephone via a recorded call. */ @JsonAdapter(ACHClass.Adapter.class) public enum ACHClass { CCD("ccd"), PPD("ppd"), TEL("tel"), WEB("web"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; ACHClass(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static ACHClass fromValue(String value) { for (ACHClass b : ACHClass.values()) { if (b.value.equals(value)) { return b; } } return ACHClass.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<ACHClass> { @Override public void write(final JsonWriter jsonWriter, final ACHClass enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public ACHClass read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return ACHClass.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java
src/main/java/com/plaid/client/model/CashflowReportMonthlySummaryTotalRevenue.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CashflowReportMonthlySummaryTotalRevenue { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE = "unofficial_currency_code"; @SerializedName(SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE) private String unofficialCurrencyCode; public CashflowReportMonthlySummaryTotalRevenue amount(Double amount) { this.amount = amount; return this; } /** * Value of amount with up to 2 decimal places. * @return amount **/ @ApiModelProperty(required = true, value = "Value of amount with up to 2 decimal places.") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public CashflowReportMonthlySummaryTotalRevenue isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The ISO-4217 currency code of the amount. Always &#x60;null&#x60; if &#x60;unofficial_currency_code&#x60; is non-&#x60;null&#x60; * @return isoCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The ISO-4217 currency code of the amount. Always `null` if `unofficial_currency_code` is non-`null`") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } public CashflowReportMonthlySummaryTotalRevenue unofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; return this; } /** * The unofficial currency code of the amount. Always &#x60;null&#x60; if &#x60;iso_currency_code&#x60; is non-&#x60;null&#x60;. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The unofficial currency code of the amount. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; } public void setUnofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CashflowReportMonthlySummaryTotalRevenue cashflowReportMonthlySummaryTotalRevenue = (CashflowReportMonthlySummaryTotalRevenue) o; return Objects.equals(this.amount, cashflowReportMonthlySummaryTotalRevenue.amount) && Objects.equals(this.isoCurrencyCode, cashflowReportMonthlySummaryTotalRevenue.isoCurrencyCode) && Objects.equals(this.unofficialCurrencyCode, cashflowReportMonthlySummaryTotalRevenue.unofficialCurrencyCode); } @Override public int hashCode() { return Objects.hash(amount, isoCurrencyCode, unofficialCurrencyCode); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CashflowReportMonthlySummaryTotalRevenue {\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append(" unofficialCurrencyCode: ").append(toIndentedString(unofficialCurrencyCode)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java
src/main/java/com/plaid/client/model/ScreeningStatusUpdatedWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ScreeningStatusUpdatedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_SCREENING_ID = "screening_id"; @SerializedName(SERIALIZED_NAME_SCREENING_ID) private String screeningId; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public ScreeningStatusUpdatedWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;SCREENING&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`SCREENING`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public ScreeningStatusUpdatedWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;STATUS_UPDATED&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`STATUS_UPDATED`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public ScreeningStatusUpdatedWebhook screeningId(String screeningId) { this.screeningId = screeningId; return this; } /** * The ID of the associated screening. * @return screeningId **/ @ApiModelProperty(required = true, value = "The ID of the associated screening.") public String getScreeningId() { return screeningId; } public void setScreeningId(String screeningId) { this.screeningId = screeningId; } public ScreeningStatusUpdatedWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ScreeningStatusUpdatedWebhook screeningStatusUpdatedWebhook = (ScreeningStatusUpdatedWebhook) o; return Objects.equals(this.webhookType, screeningStatusUpdatedWebhook.webhookType) && Objects.equals(this.webhookCode, screeningStatusUpdatedWebhook.webhookCode) && Objects.equals(this.screeningId, screeningStatusUpdatedWebhook.screeningId) && Objects.equals(this.environment, screeningStatusUpdatedWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, screeningId, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ScreeningStatusUpdatedWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" screeningId: ").append(toIndentedString(screeningId)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java
src/main/java/com/plaid/client/model/LinkDeliveryGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * LinkDeliveryGetRequest defines the request schema for &#x60;/link_delivery/get&#x60; */ @ApiModel(description = "LinkDeliveryGetRequest defines the request schema for `/link_delivery/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkDeliveryGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_LINK_DELIVERY_SESSION_ID = "link_delivery_session_id"; @SerializedName(SERIALIZED_NAME_LINK_DELIVERY_SESSION_ID) private String linkDeliverySessionId; public LinkDeliveryGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public LinkDeliveryGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public LinkDeliveryGetRequest linkDeliverySessionId(String linkDeliverySessionId) { this.linkDeliverySessionId = linkDeliverySessionId; return this; } /** * The ID for the Hosted Link session from a previous invocation of &#x60;/link_delivery/create&#x60;. * @return linkDeliverySessionId **/ @ApiModelProperty(required = true, value = "The ID for the Hosted Link session from a previous invocation of `/link_delivery/create`.") public String getLinkDeliverySessionId() { return linkDeliverySessionId; } public void setLinkDeliverySessionId(String linkDeliverySessionId) { this.linkDeliverySessionId = linkDeliverySessionId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkDeliveryGetRequest linkDeliveryGetRequest = (LinkDeliveryGetRequest) o; return Objects.equals(this.clientId, linkDeliveryGetRequest.clientId) && Objects.equals(this.secret, linkDeliveryGetRequest.secret) && Objects.equals(this.linkDeliverySessionId, linkDeliveryGetRequest.linkDeliverySessionId); } @Override public int hashCode() { return Objects.hash(clientId, secret, linkDeliverySessionId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkDeliveryGetRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" linkDeliverySessionId: ").append(toIndentedString(linkDeliverySessionId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java
src/main/java/com/plaid/client/model/UserThirdPartyTokenCreateResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * UserThirdPartyTokenCreateResponse defines the response schema for &#x60;/user/third_party_token/create&#x60; */ @ApiModel(description = "UserThirdPartyTokenCreateResponse defines the response schema for `/user/third_party_token/create`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class UserThirdPartyTokenCreateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public static final String SERIALIZED_NAME_THIRD_PARTY_USER_TOKEN = "third_party_user_token"; @SerializedName(SERIALIZED_NAME_THIRD_PARTY_USER_TOKEN) private String thirdPartyUserToken; public UserThirdPartyTokenCreateResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public UserThirdPartyTokenCreateResponse thirdPartyUserToken(String thirdPartyUserToken) { this.thirdPartyUserToken = thirdPartyUserToken; return this; } /** * The third-party user token associated with the requested User data. * @return thirdPartyUserToken **/ @ApiModelProperty(required = true, value = "The third-party user token associated with the requested User data.") public String getThirdPartyUserToken() { return thirdPartyUserToken; } public void setThirdPartyUserToken(String thirdPartyUserToken) { this.thirdPartyUserToken = thirdPartyUserToken; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } UserThirdPartyTokenCreateResponse userThirdPartyTokenCreateResponse = (UserThirdPartyTokenCreateResponse) o; return Objects.equals(this.requestId, userThirdPartyTokenCreateResponse.requestId) && Objects.equals(this.thirdPartyUserToken, userThirdPartyTokenCreateResponse.thirdPartyUserToken); } @Override public int hashCode() { return Objects.hash(requestId, thirdPartyUserToken); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UserThirdPartyTokenCreateResponse {\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append(" thirdPartyUserToken: ").append(toIndentedString(thirdPartyUserToken)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java
src/main/java/com/plaid/client/model/SandboxTransferFireWebhookRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Defines the request schema for &#x60;/sandbox/transfer/fire_webhook&#x60; */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/fire_webhook`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SandboxTransferFireWebhookRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_WEBHOOK = "webhook"; @SerializedName(SERIALIZED_NAME_WEBHOOK) private String webhook; public SandboxTransferFireWebhookRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public SandboxTransferFireWebhookRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public SandboxTransferFireWebhookRequest webhook(String webhook) { this.webhook = webhook; return this; } /** * The URL to which the webhook should be sent. * @return webhook **/ @ApiModelProperty(required = true, value = "The URL to which the webhook should be sent.") public String getWebhook() { return webhook; } public void setWebhook(String webhook) { this.webhook = webhook; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SandboxTransferFireWebhookRequest sandboxTransferFireWebhookRequest = (SandboxTransferFireWebhookRequest) o; return Objects.equals(this.clientId, sandboxTransferFireWebhookRequest.clientId) && Objects.equals(this.secret, sandboxTransferFireWebhookRequest.secret) && Objects.equals(this.webhook, sandboxTransferFireWebhookRequest.webhook); } @Override public int hashCode() { return Objects.hash(clientId, secret, webhook); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SandboxTransferFireWebhookRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" webhook: ").append(toIndentedString(webhook)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java
src/main/java/com/plaid/client/model/EmployerIncomeSummaryFieldString.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.IncomeSummaryFieldString; import com.plaid.client.model.VerificationStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class EmployerIncomeSummaryFieldString { public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) private String value; public static final String SERIALIZED_NAME_VERIFICATION_STATUS = "verification_status"; @SerializedName(SERIALIZED_NAME_VERIFICATION_STATUS) private VerificationStatus verificationStatus; public EmployerIncomeSummaryFieldString value(String value) { this.value = value; return this; } /** * The value of the field. * @return value **/ @ApiModelProperty(required = true, value = "The value of the field.") public String getValue() { return value; } public void setValue(String value) { this.value = value; } public EmployerIncomeSummaryFieldString verificationStatus(VerificationStatus verificationStatus) { this.verificationStatus = verificationStatus; return this; } /** * Get verificationStatus * @return verificationStatus **/ @ApiModelProperty(required = true, value = "") public VerificationStatus getVerificationStatus() { return verificationStatus; } public void setVerificationStatus(VerificationStatus verificationStatus) { this.verificationStatus = verificationStatus; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } EmployerIncomeSummaryFieldString employerIncomeSummaryFieldString = (EmployerIncomeSummaryFieldString) o; return Objects.equals(this.value, employerIncomeSummaryFieldString.value) && Objects.equals(this.verificationStatus, employerIncomeSummaryFieldString.verificationStatus); } @Override public int hashCode() { return Objects.hash(value, verificationStatus); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class EmployerIncomeSummaryFieldString {\n"); sb.append(" value: ").append(toIndentedString(value)).append("\n"); sb.append(" verificationStatus: ").append(toIndentedString(verificationStatus)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LiabilityOverride.java
src/main/java/com/plaid/client/model/LiabilityOverride.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.Address; import com.plaid.client.model.PSLFStatus; import com.plaid.client.model.StudentLoanRepaymentModel; import com.plaid.client.model.StudentLoanStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LiabilityOverride { public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) private String type; public static final String SERIALIZED_NAME_PURCHASE_APR = "purchase_apr"; @SerializedName(SERIALIZED_NAME_PURCHASE_APR) private Double purchaseApr; public static final String SERIALIZED_NAME_CASH_APR = "cash_apr"; @SerializedName(SERIALIZED_NAME_CASH_APR) private Double cashApr; public static final String SERIALIZED_NAME_BALANCE_TRANSFER_APR = "balance_transfer_apr"; @SerializedName(SERIALIZED_NAME_BALANCE_TRANSFER_APR) private Double balanceTransferApr; public static final String SERIALIZED_NAME_SPECIAL_APR = "special_apr"; @SerializedName(SERIALIZED_NAME_SPECIAL_APR) private Double specialApr; public static final String SERIALIZED_NAME_LAST_PAYMENT_AMOUNT = "last_payment_amount"; @SerializedName(SERIALIZED_NAME_LAST_PAYMENT_AMOUNT) private Double lastPaymentAmount; public static final String SERIALIZED_NAME_MINIMUM_PAYMENT_AMOUNT = "minimum_payment_amount"; @SerializedName(SERIALIZED_NAME_MINIMUM_PAYMENT_AMOUNT) private Double minimumPaymentAmount; public static final String SERIALIZED_NAME_IS_OVERDUE = "is_overdue"; @SerializedName(SERIALIZED_NAME_IS_OVERDUE) private Boolean isOverdue; public static final String SERIALIZED_NAME_ORIGINATION_DATE = "origination_date"; @SerializedName(SERIALIZED_NAME_ORIGINATION_DATE) private LocalDate originationDate; public static final String SERIALIZED_NAME_PRINCIPAL = "principal"; @SerializedName(SERIALIZED_NAME_PRINCIPAL) private Double principal; public static final String SERIALIZED_NAME_NOMINAL_APR = "nominal_apr"; @SerializedName(SERIALIZED_NAME_NOMINAL_APR) private Double nominalApr; public static final String SERIALIZED_NAME_INTEREST_CAPITALIZATION_GRACE_PERIOD_MONTHS = "interest_capitalization_grace_period_months"; @SerializedName(SERIALIZED_NAME_INTEREST_CAPITALIZATION_GRACE_PERIOD_MONTHS) private Double interestCapitalizationGracePeriodMonths; public static final String SERIALIZED_NAME_REPAYMENT_MODEL = "repayment_model"; @SerializedName(SERIALIZED_NAME_REPAYMENT_MODEL) private StudentLoanRepaymentModel repaymentModel; public static final String SERIALIZED_NAME_EXPECTED_PAYOFF_DATE = "expected_payoff_date"; @SerializedName(SERIALIZED_NAME_EXPECTED_PAYOFF_DATE) private LocalDate expectedPayoffDate; public static final String SERIALIZED_NAME_GUARANTOR = "guarantor"; @SerializedName(SERIALIZED_NAME_GUARANTOR) private String guarantor; public static final String SERIALIZED_NAME_IS_FEDERAL = "is_federal"; @SerializedName(SERIALIZED_NAME_IS_FEDERAL) private Boolean isFederal; public static final String SERIALIZED_NAME_LOAN_NAME = "loan_name"; @SerializedName(SERIALIZED_NAME_LOAN_NAME) private String loanName; public static final String SERIALIZED_NAME_LOAN_STATUS = "loan_status"; @SerializedName(SERIALIZED_NAME_LOAN_STATUS) private StudentLoanStatus loanStatus; public static final String SERIALIZED_NAME_PAYMENT_REFERENCE_NUMBER = "payment_reference_number"; @SerializedName(SERIALIZED_NAME_PAYMENT_REFERENCE_NUMBER) private String paymentReferenceNumber; public static final String SERIALIZED_NAME_PSLF_STATUS = "pslf_status"; @SerializedName(SERIALIZED_NAME_PSLF_STATUS) private PSLFStatus pslfStatus; public static final String SERIALIZED_NAME_REPAYMENT_PLAN_DESCRIPTION = "repayment_plan_description"; @SerializedName(SERIALIZED_NAME_REPAYMENT_PLAN_DESCRIPTION) private String repaymentPlanDescription; public static final String SERIALIZED_NAME_REPAYMENT_PLAN_TYPE = "repayment_plan_type"; @SerializedName(SERIALIZED_NAME_REPAYMENT_PLAN_TYPE) private String repaymentPlanType; public static final String SERIALIZED_NAME_SEQUENCE_NUMBER = "sequence_number"; @SerializedName(SERIALIZED_NAME_SEQUENCE_NUMBER) private String sequenceNumber; public static final String SERIALIZED_NAME_SERVICER_ADDRESS = "servicer_address"; @SerializedName(SERIALIZED_NAME_SERVICER_ADDRESS) private Address servicerAddress; public LiabilityOverride type(String type) { this.type = type; return this; } /** * The type of the liability object, either &#x60;credit&#x60; or &#x60;student&#x60;. Mortgages are not currently supported in the custom Sandbox. * @return type **/ @ApiModelProperty(required = true, value = "The type of the liability object, either `credit` or `student`. Mortgages are not currently supported in the custom Sandbox.") public String getType() { return type; } public void setType(String type) { this.type = type; } public LiabilityOverride purchaseApr(Double purchaseApr) { this.purchaseApr = purchaseApr; return this; } /** * The purchase APR percentage value. For simplicity, this is the only interest rate used to calculate interest charges. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60;. * @return purchaseApr **/ @ApiModelProperty(required = true, value = "The purchase APR percentage value. For simplicity, this is the only interest rate used to calculate interest charges. Can only be set if `type` is `credit`.") public Double getPurchaseApr() { return purchaseApr; } public void setPurchaseApr(Double purchaseApr) { this.purchaseApr = purchaseApr; } public LiabilityOverride cashApr(Double cashApr) { this.cashApr = cashApr; return this; } /** * The cash APR percentage value. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60;. * @return cashApr **/ @ApiModelProperty(required = true, value = "The cash APR percentage value. Can only be set if `type` is `credit`.") public Double getCashApr() { return cashApr; } public void setCashApr(Double cashApr) { this.cashApr = cashApr; } public LiabilityOverride balanceTransferApr(Double balanceTransferApr) { this.balanceTransferApr = balanceTransferApr; return this; } /** * The balance transfer APR percentage value. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60;. * @return balanceTransferApr **/ @ApiModelProperty(required = true, value = "The balance transfer APR percentage value. Can only be set if `type` is `credit`.") public Double getBalanceTransferApr() { return balanceTransferApr; } public void setBalanceTransferApr(Double balanceTransferApr) { this.balanceTransferApr = balanceTransferApr; } public LiabilityOverride specialApr(Double specialApr) { this.specialApr = specialApr; return this; } /** * The special APR percentage value. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60;. * @return specialApr **/ @ApiModelProperty(required = true, value = "The special APR percentage value. Can only be set if `type` is `credit`.") public Double getSpecialApr() { return specialApr; } public void setSpecialApr(Double specialApr) { this.specialApr = specialApr; } public LiabilityOverride lastPaymentAmount(Double lastPaymentAmount) { this.lastPaymentAmount = lastPaymentAmount; return this; } /** * Override the &#x60;last_payment_amount&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60;. * @return lastPaymentAmount **/ @ApiModelProperty(required = true, value = "Override the `last_payment_amount` field. Can only be set if `type` is `credit`.") public Double getLastPaymentAmount() { return lastPaymentAmount; } public void setLastPaymentAmount(Double lastPaymentAmount) { this.lastPaymentAmount = lastPaymentAmount; } public LiabilityOverride minimumPaymentAmount(Double minimumPaymentAmount) { this.minimumPaymentAmount = minimumPaymentAmount; return this; } /** * Override the &#x60;minimum_payment_amount&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;credit&#x60; or &#x60;student&#x60;. * @return minimumPaymentAmount **/ @ApiModelProperty(required = true, value = "Override the `minimum_payment_amount` field. Can only be set if `type` is `credit` or `student`.") public Double getMinimumPaymentAmount() { return minimumPaymentAmount; } public void setMinimumPaymentAmount(Double minimumPaymentAmount) { this.minimumPaymentAmount = minimumPaymentAmount; } public LiabilityOverride isOverdue(Boolean isOverdue) { this.isOverdue = isOverdue; return this; } /** * Override the &#x60;is_overdue&#x60; field * @return isOverdue **/ @ApiModelProperty(required = true, value = "Override the `is_overdue` field") public Boolean getIsOverdue() { return isOverdue; } public void setIsOverdue(Boolean isOverdue) { this.isOverdue = isOverdue; } public LiabilityOverride originationDate(LocalDate originationDate) { this.originationDate = originationDate; return this; } /** * The date on which the loan was initially lent, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return originationDate **/ @ApiModelProperty(required = true, value = "The date on which the loan was initially lent, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) (YYYY-MM-DD) format. Can only be set if `type` is `student`.") public LocalDate getOriginationDate() { return originationDate; } public void setOriginationDate(LocalDate originationDate) { this.originationDate = originationDate; } public LiabilityOverride principal(Double principal) { this.principal = principal; return this; } /** * The original loan principal. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return principal **/ @ApiModelProperty(required = true, value = "The original loan principal. Can only be set if `type` is `student`.") public Double getPrincipal() { return principal; } public void setPrincipal(Double principal) { this.principal = principal; } public LiabilityOverride nominalApr(Double nominalApr) { this.nominalApr = nominalApr; return this; } /** * The interest rate on the loan as a percentage. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return nominalApr **/ @ApiModelProperty(required = true, value = "The interest rate on the loan as a percentage. Can only be set if `type` is `student`.") public Double getNominalApr() { return nominalApr; } public void setNominalApr(Double nominalApr) { this.nominalApr = nominalApr; } public LiabilityOverride interestCapitalizationGracePeriodMonths(Double interestCapitalizationGracePeriodMonths) { this.interestCapitalizationGracePeriodMonths = interestCapitalizationGracePeriodMonths; return this; } /** * If set, interest capitalization begins at the given number of months after loan origination. By default interest is never capitalized. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return interestCapitalizationGracePeriodMonths **/ @ApiModelProperty(required = true, value = "If set, interest capitalization begins at the given number of months after loan origination. By default interest is never capitalized. Can only be set if `type` is `student`.") public Double getInterestCapitalizationGracePeriodMonths() { return interestCapitalizationGracePeriodMonths; } public void setInterestCapitalizationGracePeriodMonths(Double interestCapitalizationGracePeriodMonths) { this.interestCapitalizationGracePeriodMonths = interestCapitalizationGracePeriodMonths; } public LiabilityOverride repaymentModel(StudentLoanRepaymentModel repaymentModel) { this.repaymentModel = repaymentModel; return this; } /** * Get repaymentModel * @return repaymentModel **/ @ApiModelProperty(required = true, value = "") public StudentLoanRepaymentModel getRepaymentModel() { return repaymentModel; } public void setRepaymentModel(StudentLoanRepaymentModel repaymentModel) { this.repaymentModel = repaymentModel; } public LiabilityOverride expectedPayoffDate(LocalDate expectedPayoffDate) { this.expectedPayoffDate = expectedPayoffDate; return this; } /** * Override the &#x60;expected_payoff_date&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return expectedPayoffDate **/ @ApiModelProperty(required = true, value = "Override the `expected_payoff_date` field. Can only be set if `type` is `student`.") public LocalDate getExpectedPayoffDate() { return expectedPayoffDate; } public void setExpectedPayoffDate(LocalDate expectedPayoffDate) { this.expectedPayoffDate = expectedPayoffDate; } public LiabilityOverride guarantor(String guarantor) { this.guarantor = guarantor; return this; } /** * Override the &#x60;guarantor&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return guarantor **/ @ApiModelProperty(required = true, value = "Override the `guarantor` field. Can only be set if `type` is `student`.") public String getGuarantor() { return guarantor; } public void setGuarantor(String guarantor) { this.guarantor = guarantor; } public LiabilityOverride isFederal(Boolean isFederal) { this.isFederal = isFederal; return this; } /** * Override the &#x60;is_federal&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return isFederal **/ @ApiModelProperty(required = true, value = "Override the `is_federal` field. Can only be set if `type` is `student`.") public Boolean getIsFederal() { return isFederal; } public void setIsFederal(Boolean isFederal) { this.isFederal = isFederal; } public LiabilityOverride loanName(String loanName) { this.loanName = loanName; return this; } /** * Override the &#x60;loan_name&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return loanName **/ @ApiModelProperty(required = true, value = "Override the `loan_name` field. Can only be set if `type` is `student`.") public String getLoanName() { return loanName; } public void setLoanName(String loanName) { this.loanName = loanName; } public LiabilityOverride loanStatus(StudentLoanStatus loanStatus) { this.loanStatus = loanStatus; return this; } /** * Get loanStatus * @return loanStatus **/ @ApiModelProperty(required = true, value = "") public StudentLoanStatus getLoanStatus() { return loanStatus; } public void setLoanStatus(StudentLoanStatus loanStatus) { this.loanStatus = loanStatus; } public LiabilityOverride paymentReferenceNumber(String paymentReferenceNumber) { this.paymentReferenceNumber = paymentReferenceNumber; return this; } /** * Override the &#x60;payment_reference_number&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return paymentReferenceNumber **/ @ApiModelProperty(required = true, value = "Override the `payment_reference_number` field. Can only be set if `type` is `student`.") public String getPaymentReferenceNumber() { return paymentReferenceNumber; } public void setPaymentReferenceNumber(String paymentReferenceNumber) { this.paymentReferenceNumber = paymentReferenceNumber; } public LiabilityOverride pslfStatus(PSLFStatus pslfStatus) { this.pslfStatus = pslfStatus; return this; } /** * Get pslfStatus * @return pslfStatus **/ @ApiModelProperty(required = true, value = "") public PSLFStatus getPslfStatus() { return pslfStatus; } public void setPslfStatus(PSLFStatus pslfStatus) { this.pslfStatus = pslfStatus; } public LiabilityOverride repaymentPlanDescription(String repaymentPlanDescription) { this.repaymentPlanDescription = repaymentPlanDescription; return this; } /** * Override the &#x60;repayment_plan.description&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return repaymentPlanDescription **/ @ApiModelProperty(required = true, value = "Override the `repayment_plan.description` field. Can only be set if `type` is `student`.") public String getRepaymentPlanDescription() { return repaymentPlanDescription; } public void setRepaymentPlanDescription(String repaymentPlanDescription) { this.repaymentPlanDescription = repaymentPlanDescription; } public LiabilityOverride repaymentPlanType(String repaymentPlanType) { this.repaymentPlanType = repaymentPlanType; return this; } /** * Override the &#x60;repayment_plan.type&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. Possible values are: &#x60;\&quot;extended graduated\&quot;&#x60;, &#x60;\&quot;extended standard\&quot;&#x60;, &#x60;\&quot;graduated\&quot;&#x60;, &#x60;\&quot;income-contingent repayment\&quot;&#x60;, &#x60;\&quot;income-based repayment\&quot;&#x60;, &#x60;\&quot;income-sensitive repayment\&quot;&#x60;, &#x60;\&quot;interest only\&quot;&#x60;, &#x60;\&quot;other\&quot;&#x60;, &#x60;\&quot;pay as you earn\&quot;&#x60;, &#x60;\&quot;revised pay as you earn\&quot;&#x60;, &#x60;\&quot;standard\&quot;&#x60;, or &#x60;\&quot;saving on a valuable education\&quot;&#x60;. * @return repaymentPlanType **/ @ApiModelProperty(required = true, value = "Override the `repayment_plan.type` field. Can only be set if `type` is `student`. Possible values are: `\"extended graduated\"`, `\"extended standard\"`, `\"graduated\"`, `\"income-contingent repayment\"`, `\"income-based repayment\"`, `\"income-sensitive repayment\"`, `\"interest only\"`, `\"other\"`, `\"pay as you earn\"`, `\"revised pay as you earn\"`, `\"standard\"`, or `\"saving on a valuable education\"`.") public String getRepaymentPlanType() { return repaymentPlanType; } public void setRepaymentPlanType(String repaymentPlanType) { this.repaymentPlanType = repaymentPlanType; } public LiabilityOverride sequenceNumber(String sequenceNumber) { this.sequenceNumber = sequenceNumber; return this; } /** * Override the &#x60;sequence_number&#x60; field. Can only be set if &#x60;type&#x60; is &#x60;student&#x60;. * @return sequenceNumber **/ @ApiModelProperty(required = true, value = "Override the `sequence_number` field. Can only be set if `type` is `student`.") public String getSequenceNumber() { return sequenceNumber; } public void setSequenceNumber(String sequenceNumber) { this.sequenceNumber = sequenceNumber; } public LiabilityOverride servicerAddress(Address servicerAddress) { this.servicerAddress = servicerAddress; return this; } /** * Get servicerAddress * @return servicerAddress **/ @ApiModelProperty(required = true, value = "") public Address getServicerAddress() { return servicerAddress; } public void setServicerAddress(Address servicerAddress) { this.servicerAddress = servicerAddress; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LiabilityOverride liabilityOverride = (LiabilityOverride) o; return Objects.equals(this.type, liabilityOverride.type) && Objects.equals(this.purchaseApr, liabilityOverride.purchaseApr) && Objects.equals(this.cashApr, liabilityOverride.cashApr) && Objects.equals(this.balanceTransferApr, liabilityOverride.balanceTransferApr) && Objects.equals(this.specialApr, liabilityOverride.specialApr) && Objects.equals(this.lastPaymentAmount, liabilityOverride.lastPaymentAmount) && Objects.equals(this.minimumPaymentAmount, liabilityOverride.minimumPaymentAmount) && Objects.equals(this.isOverdue, liabilityOverride.isOverdue) && Objects.equals(this.originationDate, liabilityOverride.originationDate) && Objects.equals(this.principal, liabilityOverride.principal) && Objects.equals(this.nominalApr, liabilityOverride.nominalApr) && Objects.equals(this.interestCapitalizationGracePeriodMonths, liabilityOverride.interestCapitalizationGracePeriodMonths) && Objects.equals(this.repaymentModel, liabilityOverride.repaymentModel) && Objects.equals(this.expectedPayoffDate, liabilityOverride.expectedPayoffDate) && Objects.equals(this.guarantor, liabilityOverride.guarantor) && Objects.equals(this.isFederal, liabilityOverride.isFederal) && Objects.equals(this.loanName, liabilityOverride.loanName) && Objects.equals(this.loanStatus, liabilityOverride.loanStatus) && Objects.equals(this.paymentReferenceNumber, liabilityOverride.paymentReferenceNumber) && Objects.equals(this.pslfStatus, liabilityOverride.pslfStatus) && Objects.equals(this.repaymentPlanDescription, liabilityOverride.repaymentPlanDescription) && Objects.equals(this.repaymentPlanType, liabilityOverride.repaymentPlanType) && Objects.equals(this.sequenceNumber, liabilityOverride.sequenceNumber) && Objects.equals(this.servicerAddress, liabilityOverride.servicerAddress); } @Override public int hashCode() { return Objects.hash(type, purchaseApr, cashApr, balanceTransferApr, specialApr, lastPaymentAmount, minimumPaymentAmount, isOverdue, originationDate, principal, nominalApr, interestCapitalizationGracePeriodMonths, repaymentModel, expectedPayoffDate, guarantor, isFederal, loanName, loanStatus, paymentReferenceNumber, pslfStatus, repaymentPlanDescription, repaymentPlanType, sequenceNumber, servicerAddress); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LiabilityOverride {\n"); sb.append(" type: ").append(toIndentedString(type)).append("\n"); sb.append(" purchaseApr: ").append(toIndentedString(purchaseApr)).append("\n"); sb.append(" cashApr: ").append(toIndentedString(cashApr)).append("\n"); sb.append(" balanceTransferApr: ").append(toIndentedString(balanceTransferApr)).append("\n"); sb.append(" specialApr: ").append(toIndentedString(specialApr)).append("\n"); sb.append(" lastPaymentAmount: ").append(toIndentedString(lastPaymentAmount)).append("\n"); sb.append(" minimumPaymentAmount: ").append(toIndentedString(minimumPaymentAmount)).append("\n"); sb.append(" isOverdue: ").append(toIndentedString(isOverdue)).append("\n"); sb.append(" originationDate: ").append(toIndentedString(originationDate)).append("\n"); sb.append(" principal: ").append(toIndentedString(principal)).append("\n"); sb.append(" nominalApr: ").append(toIndentedString(nominalApr)).append("\n"); sb.append(" interestCapitalizationGracePeriodMonths: ").append(toIndentedString(interestCapitalizationGracePeriodMonths)).append("\n"); sb.append(" repaymentModel: ").append(toIndentedString(repaymentModel)).append("\n"); sb.append(" expectedPayoffDate: ").append(toIndentedString(expectedPayoffDate)).append("\n"); sb.append(" guarantor: ").append(toIndentedString(guarantor)).append("\n"); sb.append(" isFederal: ").append(toIndentedString(isFederal)).append("\n"); sb.append(" loanName: ").append(toIndentedString(loanName)).append("\n"); sb.append(" loanStatus: ").append(toIndentedString(loanStatus)).append("\n"); sb.append(" paymentReferenceNumber: ").append(toIndentedString(paymentReferenceNumber)).append("\n"); sb.append(" pslfStatus: ").append(toIndentedString(pslfStatus)).append("\n"); sb.append(" repaymentPlanDescription: ").append(toIndentedString(repaymentPlanDescription)).append("\n"); sb.append(" repaymentPlanType: ").append(toIndentedString(repaymentPlanType)).append("\n"); sb.append(" sequenceNumber: ").append(toIndentedString(sequenceNumber)).append("\n"); sb.append(" servicerAddress: ").append(toIndentedString(servicerAddress)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PrismInsightsVersion.java
src/main/java/com/plaid/client/model/PrismInsightsVersion.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The version of Prism Insights. If not specified, will default to v3. */ @JsonAdapter(PrismInsightsVersion.Adapter.class) public enum PrismInsightsVersion { _4("4"), _3("3"), NULL("null"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; PrismInsightsVersion(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static PrismInsightsVersion fromValue(String value) { for (PrismInsightsVersion b : PrismInsightsVersion.values()) { if (b.value.equals(value)) { return b; } } return null; } public static class Adapter extends TypeAdapter<PrismInsightsVersion> { @Override public void write(final JsonWriter jsonWriter, final PrismInsightsVersion enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public PrismInsightsVersion read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return PrismInsightsVersion.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java
src/main/java/com/plaid/client/model/SandboxTransferTestClockGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Defines the request schema for &#x60;/sandbox/transfer/test_clock/get&#x60; */ @ApiModel(description = "Defines the request schema for `/sandbox/transfer/test_clock/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SandboxTransferTestClockGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_TEST_CLOCK_ID = "test_clock_id"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK_ID) private String testClockId; public SandboxTransferTestClockGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public SandboxTransferTestClockGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public SandboxTransferTestClockGetRequest testClockId(String testClockId) { this.testClockId = testClockId; return this; } /** * Plaid’s unique identifier for a test clock. This field is only populated in the Sandbox environment, and only if a &#x60;test_clock_id&#x60; was included in the &#x60;/transfer/recurring/create&#x60; request. For more details, see [Simulating recurring transfers](https://plaid.com/docs/transfer/sandbox/#simulating-recurring-transfers). * @return testClockId **/ @ApiModelProperty(required = true, value = "Plaid’s unique identifier for a test clock. This field is only populated in the Sandbox environment, and only if a `test_clock_id` was included in the `/transfer/recurring/create` request. For more details, see [Simulating recurring transfers](https://plaid.com/docs/transfer/sandbox/#simulating-recurring-transfers).") public String getTestClockId() { return testClockId; } public void setTestClockId(String testClockId) { this.testClockId = testClockId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SandboxTransferTestClockGetRequest sandboxTransferTestClockGetRequest = (SandboxTransferTestClockGetRequest) o; return Objects.equals(this.clientId, sandboxTransferTestClockGetRequest.clientId) && Objects.equals(this.secret, sandboxTransferTestClockGetRequest.secret) && Objects.equals(this.testClockId, sandboxTransferTestClockGetRequest.testClockId); } @Override public int hashCode() { return Objects.hash(clientId, secret, testClockId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SandboxTransferTestClockGetRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" testClockId: ").append(toIndentedString(testClockId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java
src/main/java/com/plaid/client/model/ExternalPaymentScheduleRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ExternalPaymentScheduleBase; import com.plaid.client.model.PaymentScheduleInterval; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ExternalPaymentScheduleRequest { public static final String SERIALIZED_NAME_INTERVAL = "interval"; @SerializedName(SERIALIZED_NAME_INTERVAL) private PaymentScheduleInterval interval; public static final String SERIALIZED_NAME_INTERVAL_EXECUTION_DAY = "interval_execution_day"; @SerializedName(SERIALIZED_NAME_INTERVAL_EXECUTION_DAY) private Integer intervalExecutionDay; public static final String SERIALIZED_NAME_START_DATE = "start_date"; @SerializedName(SERIALIZED_NAME_START_DATE) private LocalDate startDate; public static final String SERIALIZED_NAME_END_DATE = "end_date"; @SerializedName(SERIALIZED_NAME_END_DATE) private LocalDate endDate; public static final String SERIALIZED_NAME_ADJUSTED_START_DATE = "adjusted_start_date"; @SerializedName(SERIALIZED_NAME_ADJUSTED_START_DATE) private LocalDate adjustedStartDate; public ExternalPaymentScheduleRequest interval(PaymentScheduleInterval interval) { this.interval = interval; return this; } /** * Get interval * @return interval **/ @ApiModelProperty(required = true, value = "") public PaymentScheduleInterval getInterval() { return interval; } public void setInterval(PaymentScheduleInterval interval) { this.interval = interval; } public ExternalPaymentScheduleRequest intervalExecutionDay(Integer intervalExecutionDay) { this.intervalExecutionDay = intervalExecutionDay; return this; } /** * The day of the interval on which to schedule the payment. If the payment interval is weekly, &#x60;interval_execution_day&#x60; should be an integer from 1 (Monday) to 7 (Sunday). If the payment interval is monthly, &#x60;interval_execution_day&#x60; should be an integer indicating which day of the month to make the payment on. Integers from 1 to 28 can be used to make a payment on that day of the month. Negative integers from -1 to -5 can be used to make a payment relative to the end of the month. To make a payment on the last day of the month, use -1; to make the payment on the second-to-last day, use -2, and so on. * @return intervalExecutionDay **/ @ApiModelProperty(required = true, value = "The day of the interval on which to schedule the payment. If the payment interval is weekly, `interval_execution_day` should be an integer from 1 (Monday) to 7 (Sunday). If the payment interval is monthly, `interval_execution_day` should be an integer indicating which day of the month to make the payment on. Integers from 1 to 28 can be used to make a payment on that day of the month. Negative integers from -1 to -5 can be used to make a payment relative to the end of the month. To make a payment on the last day of the month, use -1; to make the payment on the second-to-last day, use -2, and so on.") public Integer getIntervalExecutionDay() { return intervalExecutionDay; } public void setIntervalExecutionDay(Integer intervalExecutionDay) { this.intervalExecutionDay = intervalExecutionDay; } public ExternalPaymentScheduleRequest startDate(LocalDate startDate) { this.startDate = startDate; return this; } /** * A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). Standing order payments will begin on the first &#x60;interval_execution_day&#x60; on or after the &#x60;start_date&#x60;. If the first &#x60;interval_execution_day&#x60; on or after the start date is also the same day that &#x60;/payment_initiation/payment/create&#x60; was called, the bank *may* make the first payment on that day, but it is not guaranteed to do so. * @return startDate **/ @ApiModelProperty(required = true, value = "A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). Standing order payments will begin on the first `interval_execution_day` on or after the `start_date`. If the first `interval_execution_day` on or after the start date is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make the first payment on that day, but it is not guaranteed to do so.") public LocalDate getStartDate() { return startDate; } public void setStartDate(LocalDate startDate) { this.startDate = startDate; } public ExternalPaymentScheduleRequest endDate(LocalDate endDate) { this.endDate = endDate; return this; } /** * A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). Standing order payments will end on the last &#x60;interval_execution_day&#x60; on or before the &#x60;end_date&#x60;. If the only &#x60;interval_execution_day&#x60; between the start date and the end date (inclusive) is also the same day that &#x60;/payment_initiation/payment/create&#x60; was called, the bank *may* make a payment on that day, but it is not guaranteed to do so. * @return endDate **/ @javax.annotation.Nullable @ApiModelProperty(value = "A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). Standing order payments will end on the last `interval_execution_day` on or before the `end_date`. If the only `interval_execution_day` between the start date and the end date (inclusive) is also the same day that `/payment_initiation/payment/create` was called, the bank *may* make a payment on that day, but it is not guaranteed to do so.") public LocalDate getEndDate() { return endDate; } public void setEndDate(LocalDate endDate) { this.endDate = endDate; } public ExternalPaymentScheduleRequest adjustedStartDate(LocalDate adjustedStartDate) { this.adjustedStartDate = adjustedStartDate; return this; } /** * The start date sent to the bank after adjusting for holidays or weekends. Will be provided in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). If the start date did not require adjustment, this field will be &#x60;null&#x60;. * @return adjustedStartDate **/ @javax.annotation.Nullable @ApiModelProperty(value = "The start date sent to the bank after adjusting for holidays or weekends. Will be provided in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). If the start date did not require adjustment, this field will be `null`.") public LocalDate getAdjustedStartDate() { return adjustedStartDate; } public void setAdjustedStartDate(LocalDate adjustedStartDate) { this.adjustedStartDate = adjustedStartDate; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ExternalPaymentScheduleRequest externalPaymentScheduleRequest = (ExternalPaymentScheduleRequest) o; return Objects.equals(this.interval, externalPaymentScheduleRequest.interval) && Objects.equals(this.intervalExecutionDay, externalPaymentScheduleRequest.intervalExecutionDay) && Objects.equals(this.startDate, externalPaymentScheduleRequest.startDate) && Objects.equals(this.endDate, externalPaymentScheduleRequest.endDate) && Objects.equals(this.adjustedStartDate, externalPaymentScheduleRequest.adjustedStartDate); } @Override public int hashCode() { return Objects.hash(interval, intervalExecutionDay, startDate, endDate, adjustedStartDate); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ExternalPaymentScheduleRequest {\n"); sb.append(" interval: ").append(toIndentedString(interval)).append("\n"); sb.append(" intervalExecutionDay: ").append(toIndentedString(intervalExecutionDay)).append("\n"); sb.append(" startDate: ").append(toIndentedString(startDate)).append("\n"); sb.append(" endDate: ").append(toIndentedString(endDate)).append("\n"); sb.append(" adjustedStartDate: ").append(toIndentedString(adjustedStartDate)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java
src/main/java/com/plaid/client/model/ProcessorTokenWebhookUpdateResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * ProcessorTokenWebhookUpdateResponse defines the response schema for &#x60;/processor/token/webhook/update&#x60; */ @ApiModel(description = "ProcessorTokenWebhookUpdateResponse defines the response schema for `/processor/token/webhook/update`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ProcessorTokenWebhookUpdateResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public ProcessorTokenWebhookUpdateResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ProcessorTokenWebhookUpdateResponse processorTokenWebhookUpdateResponse = (ProcessorTokenWebhookUpdateResponse) o; return Objects.equals(this.requestId, processorTokenWebhookUpdateResponse.requestId); } @Override public int hashCode() { return Objects.hash(requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ProcessorTokenWebhookUpdateResponse {\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WatchlistScreeningHit.java
src/main/java/com/plaid/client/model/WatchlistScreeningHit.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.IndividualWatchlistCode; import com.plaid.client.model.ScreeningHitAnalysis; import com.plaid.client.model.ScreeningHitData; import com.plaid.client.model.WatchlistScreeningHitStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class WatchlistScreeningHit { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) private String id; public static final String SERIALIZED_NAME_REVIEW_STATUS = "review_status"; @SerializedName(SERIALIZED_NAME_REVIEW_STATUS) private WatchlistScreeningHitStatus reviewStatus; public static final String SERIALIZED_NAME_FIRST_ACTIVE = "first_active"; @SerializedName(SERIALIZED_NAME_FIRST_ACTIVE) private java.sql.Timestamp firstActive; public static final String SERIALIZED_NAME_INACTIVE_SINCE = "inactive_since"; @SerializedName(SERIALIZED_NAME_INACTIVE_SINCE) private OffsetDateTime inactiveSince; public static final String SERIALIZED_NAME_HISTORICAL_SINCE = "historical_since"; @SerializedName(SERIALIZED_NAME_HISTORICAL_SINCE) private OffsetDateTime historicalSince; public static final String SERIALIZED_NAME_LIST_CODE = "list_code"; @SerializedName(SERIALIZED_NAME_LIST_CODE) private IndividualWatchlistCode listCode; public static final String SERIALIZED_NAME_PLAID_UID = "plaid_uid"; @SerializedName(SERIALIZED_NAME_PLAID_UID) private String plaidUid; public static final String SERIALIZED_NAME_SOURCE_UID = "source_uid"; @SerializedName(SERIALIZED_NAME_SOURCE_UID) private String sourceUid; public static final String SERIALIZED_NAME_ANALYSIS = "analysis"; @SerializedName(SERIALIZED_NAME_ANALYSIS) private ScreeningHitAnalysis analysis; public static final String SERIALIZED_NAME_DATA = "data"; @SerializedName(SERIALIZED_NAME_DATA) private ScreeningHitData data; public WatchlistScreeningHit id(String id) { this.id = id; return this; } /** * ID of the associated screening hit. * @return id **/ @ApiModelProperty(example = "scrhit_52xR9LKo77r1Np", required = true, value = "ID of the associated screening hit.") public String getId() { return id; } public void setId(String id) { this.id = id; } public WatchlistScreeningHit reviewStatus(WatchlistScreeningHitStatus reviewStatus) { this.reviewStatus = reviewStatus; return this; } /** * Get reviewStatus * @return reviewStatus **/ @ApiModelProperty(required = true, value = "") public WatchlistScreeningHitStatus getReviewStatus() { return reviewStatus; } public void setReviewStatus(WatchlistScreeningHitStatus reviewStatus) { this.reviewStatus = reviewStatus; } public WatchlistScreeningHit firstActive(java.sql.Timestamp firstActive) { this.firstActive = firstActive; return this; } /** * Get firstActive * @return firstActive **/ @ApiModelProperty(required = true, value = "") public java.sql.Timestamp getFirstActive() { return firstActive; } public void setFirstActive(java.sql.Timestamp firstActive) { this.firstActive = firstActive; } public WatchlistScreeningHit inactiveSince(OffsetDateTime inactiveSince) { this.inactiveSince = inactiveSince; return this; } /** * An ISO8601 formatted timestamp. * @return inactiveSince **/ @javax.annotation.Nullable @ApiModelProperty(example = "2020-07-24T03:26:02Z", required = true, value = "An ISO8601 formatted timestamp.") public OffsetDateTime getInactiveSince() { return inactiveSince; } public void setInactiveSince(OffsetDateTime inactiveSince) { this.inactiveSince = inactiveSince; } public WatchlistScreeningHit historicalSince(OffsetDateTime historicalSince) { this.historicalSince = historicalSince; return this; } /** * An ISO8601 formatted timestamp. * @return historicalSince **/ @javax.annotation.Nullable @ApiModelProperty(example = "2020-07-24T03:26:02Z", required = true, value = "An ISO8601 formatted timestamp.") public OffsetDateTime getHistoricalSince() { return historicalSince; } public void setHistoricalSince(OffsetDateTime historicalSince) { this.historicalSince = historicalSince; } public WatchlistScreeningHit listCode(IndividualWatchlistCode listCode) { this.listCode = listCode; return this; } /** * Get listCode * @return listCode **/ @ApiModelProperty(required = true, value = "") public IndividualWatchlistCode getListCode() { return listCode; } public void setListCode(IndividualWatchlistCode listCode) { this.listCode = listCode; } public WatchlistScreeningHit plaidUid(String plaidUid) { this.plaidUid = plaidUid; return this; } /** * A universal identifier for a watchlist individual that is stable across searches and updates. * @return plaidUid **/ @ApiModelProperty(example = "uid_3NggckTimGSJHS", required = true, value = "A universal identifier for a watchlist individual that is stable across searches and updates.") public String getPlaidUid() { return plaidUid; } public void setPlaidUid(String plaidUid) { this.plaidUid = plaidUid; } public WatchlistScreeningHit sourceUid(String sourceUid) { this.sourceUid = sourceUid; return this; } /** * The identifier provided by the source sanction or watchlist. When one is not provided by the source, this is &#x60;null&#x60;. * @return sourceUid **/ @javax.annotation.Nullable @ApiModelProperty(example = "26192ABC", required = true, value = "The identifier provided by the source sanction or watchlist. When one is not provided by the source, this is `null`.") public String getSourceUid() { return sourceUid; } public void setSourceUid(String sourceUid) { this.sourceUid = sourceUid; } public WatchlistScreeningHit analysis(ScreeningHitAnalysis analysis) { this.analysis = analysis; return this; } /** * Get analysis * @return analysis **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public ScreeningHitAnalysis getAnalysis() { return analysis; } public void setAnalysis(ScreeningHitAnalysis analysis) { this.analysis = analysis; } public WatchlistScreeningHit data(ScreeningHitData data) { this.data = data; return this; } /** * Get data * @return data **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public ScreeningHitData getData() { return data; } public void setData(ScreeningHitData data) { this.data = data; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WatchlistScreeningHit watchlistScreeningHit = (WatchlistScreeningHit) o; return Objects.equals(this.id, watchlistScreeningHit.id) && Objects.equals(this.reviewStatus, watchlistScreeningHit.reviewStatus) && Objects.equals(this.firstActive, watchlistScreeningHit.firstActive) && Objects.equals(this.inactiveSince, watchlistScreeningHit.inactiveSince) && Objects.equals(this.historicalSince, watchlistScreeningHit.historicalSince) && Objects.equals(this.listCode, watchlistScreeningHit.listCode) && Objects.equals(this.plaidUid, watchlistScreeningHit.plaidUid) && Objects.equals(this.sourceUid, watchlistScreeningHit.sourceUid) && Objects.equals(this.analysis, watchlistScreeningHit.analysis) && Objects.equals(this.data, watchlistScreeningHit.data); } @Override public int hashCode() { return Objects.hash(id, reviewStatus, firstActive, inactiveSince, historicalSince, listCode, plaidUid, sourceUid, analysis, data); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WatchlistScreeningHit {\n"); sb.append(" id: ").append(toIndentedString(id)).append("\n"); sb.append(" reviewStatus: ").append(toIndentedString(reviewStatus)).append("\n"); sb.append(" firstActive: ").append(toIndentedString(firstActive)).append("\n"); sb.append(" inactiveSince: ").append(toIndentedString(inactiveSince)).append("\n"); sb.append(" historicalSince: ").append(toIndentedString(historicalSince)).append("\n"); sb.append(" listCode: ").append(toIndentedString(listCode)).append("\n"); sb.append(" plaidUid: ").append(toIndentedString(plaidUid)).append("\n"); sb.append(" sourceUid: ").append(toIndentedString(sourceUid)).append("\n"); sb.append(" analysis: ").append(toIndentedString(analysis)).append("\n"); sb.append(" data: ").append(toIndentedString(data)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IdentityMatchResponse.java
src/main/java/com/plaid/client/model/IdentityMatchResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.AccountIdentityMatchScore; import com.plaid.client.model.Item; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * IdentityMatchResponse defines the response schema for &#x60;/identity/match&#x60; */ @ApiModel(description = "IdentityMatchResponse defines the response schema for `/identity/match`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class IdentityMatchResponse { public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) private List<AccountIdentityMatchScore> accounts = new ArrayList<>(); public static final String SERIALIZED_NAME_ITEM = "item"; @SerializedName(SERIALIZED_NAME_ITEM) private Item item; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public IdentityMatchResponse accounts(List<AccountIdentityMatchScore> accounts) { this.accounts = accounts; return this; } public IdentityMatchResponse addAccountsItem(AccountIdentityMatchScore accountsItem) { this.accounts.add(accountsItem); return this; } /** * The accounts for which Identity match has been requested * @return accounts **/ @ApiModelProperty(required = true, value = "The accounts for which Identity match has been requested") public List<AccountIdentityMatchScore> getAccounts() { return accounts; } public void setAccounts(List<AccountIdentityMatchScore> accounts) { this.accounts = accounts; } public IdentityMatchResponse item(Item item) { this.item = item; return this; } /** * Get item * @return item **/ @ApiModelProperty(required = true, value = "") public Item getItem() { return item; } public void setItem(Item item) { this.item = item; } public IdentityMatchResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } IdentityMatchResponse identityMatchResponse = (IdentityMatchResponse) o; return Objects.equals(this.accounts, identityMatchResponse.accounts) && Objects.equals(this.item, identityMatchResponse.item) && Objects.equals(this.requestId, identityMatchResponse.requestId); } @Override public int hashCode() { return Objects.hash(accounts, item, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IdentityMatchResponse {\n"); sb.append(" accounts: ").append(toIndentedString(accounts)).append("\n"); sb.append(" item: ").append(toIndentedString(item)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java
src/main/java/com/plaid/client/model/CashflowReportRefreshRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * CashflowReportRefreshRequest defines the request schema for &#x60;/cashflow_report/refresh&#x60; */ @ApiModel(description = "CashflowReportRefreshRequest defines the request schema for `/cashflow_report/refresh`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CashflowReportRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) private String accessToken; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) private Integer daysRequested = 365; public CashflowReportRefreshRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public CashflowReportRefreshRequest accessToken(String accessToken) { this.accessToken = accessToken; return this; } /** * The access token associated with the Item data is being requested for. * @return accessToken **/ @ApiModelProperty(required = true, value = "The access token associated with the Item data is being requested for.") public String getAccessToken() { return accessToken; } public void setAccessToken(String accessToken) { this.accessToken = accessToken; } public CashflowReportRefreshRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public CashflowReportRefreshRequest daysRequested(Integer daysRequested) { this.daysRequested = daysRequested; return this; } /** * Number of days to retrieve transactions data for (1 to 730) * minimum: 1 * maximum: 730 * @return daysRequested **/ @ApiModelProperty(required = true, value = "Number of days to retrieve transactions data for (1 to 730)") public Integer getDaysRequested() { return daysRequested; } public void setDaysRequested(Integer daysRequested) { this.daysRequested = daysRequested; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CashflowReportRefreshRequest cashflowReportRefreshRequest = (CashflowReportRefreshRequest) o; return Objects.equals(this.clientId, cashflowReportRefreshRequest.clientId) && Objects.equals(this.accessToken, cashflowReportRefreshRequest.accessToken) && Objects.equals(this.secret, cashflowReportRefreshRequest.secret) && Objects.equals(this.daysRequested, cashflowReportRefreshRequest.daysRequested); } @Override public int hashCode() { return Objects.hash(clientId, accessToken, secret, daysRequested); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CashflowReportRefreshRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" accessToken: ").append(toIndentedString(accessToken)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" daysRequested: ").append(toIndentedString(daysRequested)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraPredictionInterval.java
src/main/java/com/plaid/client/model/CraPredictionInterval.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; /** * The object containing prediction interval data. */ @ApiModel(description = "The object containing prediction interval data.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraPredictionInterval { public static final String SERIALIZED_NAME_LOWER_BOUND = "lower_bound"; @SerializedName(SERIALIZED_NAME_LOWER_BOUND) private Double lowerBound; public static final String SERIALIZED_NAME_UPPER_BOUND = "upper_bound"; @SerializedName(SERIALIZED_NAME_UPPER_BOUND) private Double upperBound; public static final String SERIALIZED_NAME_PROBABILITY = "probability"; @SerializedName(SERIALIZED_NAME_PROBABILITY) private Double probability; public CraPredictionInterval lowerBound(Double lowerBound) { this.lowerBound = lowerBound; return this; } /** * The lower bound of the predicted attribute for the given probability. * @return lowerBound **/ @javax.annotation.Nullable @ApiModelProperty(value = "The lower bound of the predicted attribute for the given probability.") public Double getLowerBound() { return lowerBound; } public void setLowerBound(Double lowerBound) { this.lowerBound = lowerBound; } public CraPredictionInterval upperBound(Double upperBound) { this.upperBound = upperBound; return this; } /** * The upper bound of the predicted attribute for the given probability. * @return upperBound **/ @javax.annotation.Nullable @ApiModelProperty(value = "The upper bound of the predicted attribute for the given probability.") public Double getUpperBound() { return upperBound; } public void setUpperBound(Double upperBound) { this.upperBound = upperBound; } public CraPredictionInterval probability(Double probability) { this.probability = probability; return this; } /** * The probability of the actual value of the attribute falling within the upper and lower bound. This is a percentage represented as a value between 0 and 1. * @return probability **/ @javax.annotation.Nullable @ApiModelProperty(value = "The probability of the actual value of the attribute falling within the upper and lower bound. This is a percentage represented as a value between 0 and 1.") public Double getProbability() { return probability; } public void setProbability(Double probability) { this.probability = probability; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraPredictionInterval craPredictionInterval = (CraPredictionInterval) o; return Objects.equals(this.lowerBound, craPredictionInterval.lowerBound) && Objects.equals(this.upperBound, craPredictionInterval.upperBound) && Objects.equals(this.probability, craPredictionInterval.probability); } @Override public int hashCode() { return Objects.hash(lowerBound, upperBound, probability); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraPredictionInterval {\n"); sb.append(" lowerBound: ").append(toIndentedString(lowerBound)).append("\n"); sb.append(" upperBound: ").append(toIndentedString(upperBound)).append("\n"); sb.append(" probability: ").append(toIndentedString(probability)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java
src/main/java/com/plaid/client/model/TransferPlatformRequirementSubmission.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.UUID; /** * A single requirement submission */ @ApiModel(description = "A single requirement submission") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferPlatformRequirementSubmission { public static final String SERIALIZED_NAME_REQUIREMENT_TYPE = "requirement_type"; @SerializedName(SERIALIZED_NAME_REQUIREMENT_TYPE) private String requirementType; public static final String SERIALIZED_NAME_VALUE = "value"; @SerializedName(SERIALIZED_NAME_VALUE) private String value; public static final String SERIALIZED_NAME_PERSON_ID = "person_id"; @SerializedName(SERIALIZED_NAME_PERSON_ID) private UUID personId; public TransferPlatformRequirementSubmission requirementType(String requirementType) { this.requirementType = requirementType; return this; } /** * The type of requirement being submitted. See [Requirement type schema documentation](https://docs.google.com/document/d/1NEQkTD0sVK50iAQi6xHigrexDUxZ4QxXqSEfV_FFTiU/) for a list of requirement types and possible values. * @return requirementType **/ @ApiModelProperty(required = true, value = "The type of requirement being submitted. See [Requirement type schema documentation](https://docs.google.com/document/d/1NEQkTD0sVK50iAQi6xHigrexDUxZ4QxXqSEfV_FFTiU/) for a list of requirement types and possible values.") public String getRequirementType() { return requirementType; } public void setRequirementType(String requirementType) { this.requirementType = requirementType; } public TransferPlatformRequirementSubmission value(String value) { this.value = value; return this; } /** * The value of the requirement, which can be a string or an object depending on the &#x60;requirement_type&#x60;. If it is an object, the object should be JSON marshaled into a string. See [Requirement type schema documentation](https://docs.google.com/document/d/1NEQkTD0sVK50iAQi6xHigrexDUxZ4QxXqSEfV_FFTiU/) for a list of requirement types and possible values. * @return value **/ @ApiModelProperty(required = true, value = "The value of the requirement, which can be a string or an object depending on the `requirement_type`. If it is an object, the object should be JSON marshaled into a string. See [Requirement type schema documentation](https://docs.google.com/document/d/1NEQkTD0sVK50iAQi6xHigrexDUxZ4QxXqSEfV_FFTiU/) for a list of requirement types and possible values.") public String getValue() { return value; } public void setValue(String value) { this.value = value; } public TransferPlatformRequirementSubmission personId(UUID personId) { this.personId = personId; return this; } /** * The &#x60;person_id&#x60; of the person the requirement submission is related to. A &#x60;person_id&#x60; is returned by &#x60;/transfer/platform/person/create&#x60;. This field should not be included for requirements that are not related to a person. * @return personId **/ @javax.annotation.Nullable @ApiModelProperty(value = "The `person_id` of the person the requirement submission is related to. A `person_id` is returned by `/transfer/platform/person/create`. This field should not be included for requirements that are not related to a person.") public UUID getPersonId() { return personId; } public void setPersonId(UUID personId) { this.personId = personId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferPlatformRequirementSubmission transferPlatformRequirementSubmission = (TransferPlatformRequirementSubmission) o; return Objects.equals(this.requirementType, transferPlatformRequirementSubmission.requirementType) && Objects.equals(this.value, transferPlatformRequirementSubmission.value) && Objects.equals(this.personId, transferPlatformRequirementSubmission.personId); } @Override public int hashCode() { return Objects.hash(requirementType, value, personId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferPlatformRequirementSubmission {\n"); sb.append(" requirementType: ").append(toIndentedString(requirementType)).append("\n"); sb.append(" value: ").append(toIndentedString(value)).append("\n"); sb.append(" personId: ").append(toIndentedString(personId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java
src/main/java/com/plaid/client/model/TransferIntentCreateResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.TransferIntentCreate; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Defines the response schema for &#x60;/transfer/intent/create&#x60; */ @ApiModel(description = "Defines the response schema for `/transfer/intent/create`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferIntentCreateResponse { public static final String SERIALIZED_NAME_TRANSFER_INTENT = "transfer_intent"; @SerializedName(SERIALIZED_NAME_TRANSFER_INTENT) private TransferIntentCreate transferIntent; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public TransferIntentCreateResponse transferIntent(TransferIntentCreate transferIntent) { this.transferIntent = transferIntent; return this; } /** * Get transferIntent * @return transferIntent **/ @ApiModelProperty(required = true, value = "") public TransferIntentCreate getTransferIntent() { return transferIntent; } public void setTransferIntent(TransferIntentCreate transferIntent) { this.transferIntent = transferIntent; } public TransferIntentCreateResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferIntentCreateResponse transferIntentCreateResponse = (TransferIntentCreateResponse) o; return Objects.equals(this.transferIntent, transferIntentCreateResponse.transferIntent) && Objects.equals(this.requestId, transferIntentCreateResponse.requestId); } @Override public int hashCode() { return Objects.hash(transferIntent, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferIntentCreateResponse {\n"); sb.append(" transferIntent: ").append(toIndentedString(transferIntent)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java
src/main/java/com/plaid/client/model/CreditBankIncomeRefreshRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CreditBankIncomeRefreshRequestOptions; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * CreditBankIncomeRefreshRequest defines the request schema for &#x60;/credit/bank_income/refresh&#x60;. */ @ApiModel(description = "CreditBankIncomeRefreshRequest defines the request schema for `/credit/bank_income/refresh`.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CreditBankIncomeRefreshRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) private String userToken; public static final String SERIALIZED_NAME_OPTIONS = "options"; @SerializedName(SERIALIZED_NAME_OPTIONS) private CreditBankIncomeRefreshRequestOptions options; public CreditBankIncomeRefreshRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public CreditBankIncomeRefreshRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public CreditBankIncomeRefreshRequest userToken(String userToken) { this.userToken = userToken; return this; } /** * The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the &#x60;user_token&#x60; field. All other customers should use the &#x60;user_id&#x60; instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). * @return userToken **/ @ApiModelProperty(required = true, value = "The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the `user_token` field. All other customers should use the `user_id` instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).") public String getUserToken() { return userToken; } public void setUserToken(String userToken) { this.userToken = userToken; } public CreditBankIncomeRefreshRequest options(CreditBankIncomeRefreshRequestOptions options) { this.options = options; return this; } /** * Get options * @return options **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public CreditBankIncomeRefreshRequestOptions getOptions() { return options; } public void setOptions(CreditBankIncomeRefreshRequestOptions options) { this.options = options; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CreditBankIncomeRefreshRequest creditBankIncomeRefreshRequest = (CreditBankIncomeRefreshRequest) o; return Objects.equals(this.clientId, creditBankIncomeRefreshRequest.clientId) && Objects.equals(this.secret, creditBankIncomeRefreshRequest.secret) && Objects.equals(this.userToken, creditBankIncomeRefreshRequest.userToken) && Objects.equals(this.options, creditBankIncomeRefreshRequest.options); } @Override public int hashCode() { return Objects.hash(clientId, secret, userToken, options); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditBankIncomeRefreshRequest {\n"); 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(" options: ").append(toIndentedString(options)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PhysicalDocumentImages.java
src/main/java/com/plaid/client/model/PhysicalDocumentImages.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 &#x60;GET&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class PhysicalDocumentImages { public static final String SERIALIZED_NAME_ORIGINAL_FRONT = "original_front"; @SerializedName(SERIALIZED_NAME_ORIGINAL_FRONT) private String originalFront; public static final String SERIALIZED_NAME_ORIGINAL_BACK = "original_back"; @SerializedName(SERIALIZED_NAME_ORIGINAL_BACK) private String originalBack; public static final String SERIALIZED_NAME_CROPPED_FRONT = "cropped_front"; @SerializedName(SERIALIZED_NAME_CROPPED_FRONT) private String croppedFront; public static final String SERIALIZED_NAME_CROPPED_BACK = "cropped_back"; @SerializedName(SERIALIZED_NAME_CROPPED_BACK) private String croppedBack; public static final String SERIALIZED_NAME_FACE = "face"; @SerializedName(SERIALIZED_NAME_FACE) private String face; public PhysicalDocumentImages originalFront(String originalFront) { this.originalFront = originalFront; return this; } /** * Temporary URL that expires after 60 seconds for downloading the uncropped original image of the front of the document. * @return originalFront **/ @javax.annotation.Nullable @ApiModelProperty(example = "https://example.plaid.com/verifications/idv_52xR9LKo77r1Np/documents/1/original_front.jpeg", required = true, value = "Temporary URL that expires after 60 seconds for downloading the uncropped original image of the front of the document.") public String getOriginalFront() { return originalFront; } public void setOriginalFront(String originalFront) { this.originalFront = originalFront; } public PhysicalDocumentImages originalBack(String originalBack) { this.originalBack = originalBack; return this; } /** * Temporary URL that expires after 60 seconds for downloading the original image of the back of the document. Might be null if the back of the document was not collected. * @return originalBack **/ @javax.annotation.Nullable @ApiModelProperty(example = "https://example.plaid.com/verifications/idv_52xR9LKo77r1Np/documents/1/original_back.jpeg", required = true, value = "Temporary URL that expires after 60 seconds for downloading the original image of the back of the document. Might be null if the back of the document was not collected.") public String getOriginalBack() { return originalBack; } public void setOriginalBack(String originalBack) { this.originalBack = originalBack; } public PhysicalDocumentImages croppedFront(String croppedFront) { this.croppedFront = croppedFront; return this; } /** * Temporary URL that expires after 60 seconds for downloading a cropped image containing just the front of the document. * @return croppedFront **/ @javax.annotation.Nullable @ApiModelProperty(example = "https://example.plaid.com/verifications/idv_52xR9LKo77r1Np/documents/1/cropped_front.jpeg", required = true, value = "Temporary URL that expires after 60 seconds for downloading a cropped image containing just the front of the document.") public String getCroppedFront() { return croppedFront; } public void setCroppedFront(String croppedFront) { this.croppedFront = croppedFront; } public PhysicalDocumentImages croppedBack(String croppedBack) { this.croppedBack = croppedBack; return this; } /** * Temporary URL that expires after 60 seconds for downloading a cropped image containing just the back of the document. Might be null if the back of the document was not collected. * @return croppedBack **/ @javax.annotation.Nullable @ApiModelProperty(example = "https://example.plaid.com/verifications/idv_52xR9LKo77r1Np/documents/1/cropped_back.jpeg", required = true, value = "Temporary URL that expires after 60 seconds for downloading a cropped image containing just the back of the document. Might be null if the back of the document was not collected.") public String getCroppedBack() { return croppedBack; } public void setCroppedBack(String croppedBack) { this.croppedBack = croppedBack; } public PhysicalDocumentImages face(String face) { this.face = face; return this; } /** * Temporary URL that expires after 60 seconds for downloading a crop of just the user&#39;s face from the document image. Might be null if the document does not contain a face photo. * @return face **/ @javax.annotation.Nullable @ApiModelProperty(example = "https://example.plaid.com/verifications/idv_52xR9LKo77r1Np/documents/1/face.jpeg", required = true, value = "Temporary URL that expires after 60 seconds for downloading a crop of just the user's face from the document image. Might be null if the document does not contain a face photo.") public String getFace() { return face; } public void setFace(String face) { this.face = face; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PhysicalDocumentImages physicalDocumentImages = (PhysicalDocumentImages) o; return Objects.equals(this.originalFront, physicalDocumentImages.originalFront) && Objects.equals(this.originalBack, physicalDocumentImages.originalBack) && Objects.equals(this.croppedFront, physicalDocumentImages.croppedFront) && Objects.equals(this.croppedBack, physicalDocumentImages.croppedBack) && Objects.equals(this.face, physicalDocumentImages.face); } @Override public int hashCode() { return Objects.hash(originalFront, originalBack, croppedFront, croppedBack, face); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PhysicalDocumentImages {\n"); sb.append(" originalFront: ").append(toIndentedString(originalFront)).append("\n"); sb.append(" originalBack: ").append(toIndentedString(originalBack)).append("\n"); sb.append(" croppedFront: ").append(toIndentedString(croppedFront)).append("\n"); sb.append(" croppedBack: ").append(toIndentedString(croppedBack)).append("\n"); sb.append(" face: ").append(toIndentedString(face)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java
src/main/java/com/plaid/client/model/TransactionsRecurringGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.TransactionsRecurringGetRequestOptions; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * TransactionsRecurringGetRequest defines the request schema for &#x60;/transactions/recurring/get&#x60; */ @ApiModel(description = "TransactionsRecurringGetRequest defines the request schema for `/transactions/recurring/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransactionsRecurringGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) private String accessToken; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_OPTIONS = "options"; @SerializedName(SERIALIZED_NAME_OPTIONS) private TransactionsRecurringGetRequestOptions options; public static final String SERIALIZED_NAME_ACCOUNT_IDS = "account_ids"; @SerializedName(SERIALIZED_NAME_ACCOUNT_IDS) private List<String> accountIds = null; public TransactionsRecurringGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public TransactionsRecurringGetRequest accessToken(String accessToken) { this.accessToken = accessToken; return this; } /** * The access token associated with the Item data is being requested for. * @return accessToken **/ @ApiModelProperty(required = true, value = "The access token associated with the Item data is being requested for.") public String getAccessToken() { return accessToken; } public void setAccessToken(String accessToken) { this.accessToken = accessToken; } public TransactionsRecurringGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public TransactionsRecurringGetRequest options(TransactionsRecurringGetRequestOptions options) { this.options = options; return this; } /** * Get options * @return options **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public TransactionsRecurringGetRequestOptions getOptions() { return options; } public void setOptions(TransactionsRecurringGetRequestOptions options) { this.options = options; } public TransactionsRecurringGetRequest accountIds(List<String> accountIds) { this.accountIds = accountIds; return this; } public TransactionsRecurringGetRequest addAccountIdsItem(String accountIdsItem) { if (this.accountIds == null) { this.accountIds = new ArrayList<>(); } this.accountIds.add(accountIdsItem); return this; } /** * An optional list of &#x60;account_ids&#x60; to retrieve for the Item. Retrieves all active accounts on item if no &#x60;account_id&#x60;s are provided. Note: An error will be returned if a provided &#x60;account_id&#x60; is not associated with the Item. * @return accountIds **/ @javax.annotation.Nullable @ApiModelProperty(value = "An optional list of `account_ids` to retrieve for the Item. Retrieves all active accounts on item if no `account_id`s are provided. Note: An error will be returned if a provided `account_id` is not associated with the Item.") public List<String> getAccountIds() { return accountIds; } public void setAccountIds(List<String> accountIds) { this.accountIds = accountIds; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransactionsRecurringGetRequest transactionsRecurringGetRequest = (TransactionsRecurringGetRequest) o; return Objects.equals(this.clientId, transactionsRecurringGetRequest.clientId) && Objects.equals(this.accessToken, transactionsRecurringGetRequest.accessToken) && Objects.equals(this.secret, transactionsRecurringGetRequest.secret) && Objects.equals(this.options, transactionsRecurringGetRequest.options) && Objects.equals(this.accountIds, transactionsRecurringGetRequest.accountIds); } @Override public int hashCode() { return Objects.hash(clientId, accessToken, secret, options, accountIds); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransactionsRecurringGetRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" accessToken: ").append(toIndentedString(accessToken)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" options: ").append(toIndentedString(options)).append("\n"); sb.append(" accountIds: ").append(toIndentedString(accountIds)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/FDXRecipientMetadata.java
src/main/java/com/plaid/client/model/FDXRecipientMetadata.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class FDXRecipientMetadata { public static final String SERIALIZED_NAME_RECIPIENT_ID = "recipient_id"; @SerializedName(SERIALIZED_NAME_RECIPIENT_ID) private String recipientId; public static final String SERIALIZED_NAME_CLIENT_NAME = "client_name"; @SerializedName(SERIALIZED_NAME_CLIENT_NAME) private String clientName; public static final String SERIALIZED_NAME_LOGO_URI = "logo_uri"; @SerializedName(SERIALIZED_NAME_LOGO_URI) private String logoUri; public static final String SERIALIZED_NAME_THIRD_PARTY_LEGAL_NAME = "third_party_legal_name"; @SerializedName(SERIALIZED_NAME_THIRD_PARTY_LEGAL_NAME) private String thirdPartyLegalName; public FDXRecipientMetadata recipientId(String recipientId) { this.recipientId = recipientId; return this; } /** * The recipient identifier * @return recipientId **/ @ApiModelProperty(required = true, value = "The recipient identifier") public String getRecipientId() { return recipientId; } public void setRecipientId(String recipientId) { this.recipientId = recipientId; } public FDXRecipientMetadata clientName(String clientName) { this.clientName = clientName; return this; } /** * The recipient name displayed by the Data Provider during the consent flow * @return clientName **/ @ApiModelProperty(required = true, value = "The recipient name displayed by the Data Provider during the consent flow") public String getClientName() { return clientName; } public void setClientName(String clientName) { this.clientName = clientName; } public FDXRecipientMetadata logoUri(String logoUri) { this.logoUri = logoUri; return this; } /** * Data Recipient Logo URL location * @return logoUri **/ @javax.annotation.Nullable @ApiModelProperty(value = "Data Recipient Logo URL location") public String getLogoUri() { return logoUri; } public void setLogoUri(String logoUri) { this.logoUri = logoUri; } public FDXRecipientMetadata thirdPartyLegalName(String thirdPartyLegalName) { this.thirdPartyLegalName = thirdPartyLegalName; return this; } /** * The legal name of the recipient * @return thirdPartyLegalName **/ @ApiModelProperty(required = true, value = "The legal name of the recipient") public String getThirdPartyLegalName() { return thirdPartyLegalName; } public void setThirdPartyLegalName(String thirdPartyLegalName) { this.thirdPartyLegalName = thirdPartyLegalName; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } FDXRecipientMetadata fdXRecipientMetadata = (FDXRecipientMetadata) o; return Objects.equals(this.recipientId, fdXRecipientMetadata.recipientId) && Objects.equals(this.clientName, fdXRecipientMetadata.clientName) && Objects.equals(this.logoUri, fdXRecipientMetadata.logoUri) && Objects.equals(this.thirdPartyLegalName, fdXRecipientMetadata.thirdPartyLegalName); } @Override public int hashCode() { return Objects.hash(recipientId, clientName, logoUri, thirdPartyLegalName); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class FDXRecipientMetadata {\n"); sb.append(" recipientId: ").append(toIndentedString(recipientId)).append("\n"); sb.append(" clientName: ").append(toIndentedString(clientName)).append("\n"); sb.append(" logoUri: ").append(toIndentedString(logoUri)).append("\n"); sb.append(" thirdPartyLegalName: ").append(toIndentedString(thirdPartyLegalName)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/HumanReview.java
src/main/java/com/plaid/client/model/HumanReview.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.HumanReviewStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class HumanReview { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) private HumanReviewStatus status; public HumanReview status(HumanReviewStatus status) { this.status = status; return this; } /** * Get status * @return status **/ @ApiModelProperty(required = true, value = "") public HumanReviewStatus getStatus() { return status; } public void setStatus(HumanReviewStatus status) { this.status = status; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } HumanReview humanReview = (HumanReview) o; return Objects.equals(this.status, humanReview.status); } @Override public int hashCode() { return Objects.hash(status); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class HumanReview {\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java
src/main/java/com/plaid/client/model/WalletTransactionStatusUpdateWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PlaidError; import com.plaid.client.model.WalletTransactionStatus; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class WalletTransactionStatusUpdateWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) private String transactionId; public static final String SERIALIZED_NAME_PAYMENT_ID = "payment_id"; @SerializedName(SERIALIZED_NAME_PAYMENT_ID) private String paymentId; public static final String SERIALIZED_NAME_WALLET_ID = "wallet_id"; @SerializedName(SERIALIZED_NAME_WALLET_ID) private String walletId; public static final String SERIALIZED_NAME_NEW_STATUS = "new_status"; @SerializedName(SERIALIZED_NAME_NEW_STATUS) private WalletTransactionStatus newStatus; public static final String SERIALIZED_NAME_OLD_STATUS = "old_status"; @SerializedName(SERIALIZED_NAME_OLD_STATUS) private WalletTransactionStatus oldStatus; public static final String SERIALIZED_NAME_TIMESTAMP = "timestamp"; @SerializedName(SERIALIZED_NAME_TIMESTAMP) private OffsetDateTime timestamp; public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) private PlaidError error; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public WalletTransactionStatusUpdateWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;WALLET&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`WALLET`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public WalletTransactionStatusUpdateWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;WALLET_TRANSACTION_STATUS_UPDATE&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`WALLET_TRANSACTION_STATUS_UPDATE`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public WalletTransactionStatusUpdateWebhook transactionId(String transactionId) { this.transactionId = transactionId; return this; } /** * The &#x60;transaction_id&#x60; for the wallet transaction being updated * @return transactionId **/ @ApiModelProperty(required = true, value = "The `transaction_id` for the wallet transaction being updated") public String getTransactionId() { return transactionId; } public void setTransactionId(String transactionId) { this.transactionId = transactionId; } public WalletTransactionStatusUpdateWebhook paymentId(String paymentId) { this.paymentId = paymentId; return this; } /** * The &#x60;payment_id&#x60; associated with the transaction. This will be present in case of &#x60;REFUND&#x60; and &#x60;PIS_PAY_IN&#x60;. * @return paymentId **/ @javax.annotation.Nullable @ApiModelProperty(value = "The `payment_id` associated with the transaction. This will be present in case of `REFUND` and `PIS_PAY_IN`.") public String getPaymentId() { return paymentId; } public void setPaymentId(String paymentId) { this.paymentId = paymentId; } public WalletTransactionStatusUpdateWebhook walletId(String walletId) { this.walletId = walletId; return this; } /** * The EMI (E-Money Institution) wallet that this payment is associated with. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests. * @return walletId **/ @javax.annotation.Nullable @ApiModelProperty(value = "The EMI (E-Money Institution) wallet that this payment is associated with. This wallet is used as an intermediary account to enable Plaid to reconcile the settlement of funds for Payment Initiation requests.") public String getWalletId() { return walletId; } public void setWalletId(String walletId) { this.walletId = walletId; } public WalletTransactionStatusUpdateWebhook newStatus(WalletTransactionStatus newStatus) { this.newStatus = newStatus; return this; } /** * Get newStatus * @return newStatus **/ @ApiModelProperty(required = true, value = "") public WalletTransactionStatus getNewStatus() { return newStatus; } public void setNewStatus(WalletTransactionStatus newStatus) { this.newStatus = newStatus; } public WalletTransactionStatusUpdateWebhook oldStatus(WalletTransactionStatus oldStatus) { this.oldStatus = oldStatus; return this; } /** * Get oldStatus * @return oldStatus **/ @ApiModelProperty(required = true, value = "") public WalletTransactionStatus getOldStatus() { return oldStatus; } public void setOldStatus(WalletTransactionStatus oldStatus) { this.oldStatus = oldStatus; } public WalletTransactionStatusUpdateWebhook timestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; return this; } /** * The timestamp of the update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. &#x60;\&quot;2017-09-14T14:42:19.350Z\&quot;&#x60; * @return timestamp **/ @ApiModelProperty(required = true, value = "The timestamp of the update, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `\"2017-09-14T14:42:19.350Z\"`") public OffsetDateTime getTimestamp() { return timestamp; } public void setTimestamp(OffsetDateTime timestamp) { this.timestamp = timestamp; } public WalletTransactionStatusUpdateWebhook error(PlaidError error) { this.error = error; return this; } /** * Get error * @return error **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PlaidError getError() { return error; } public void setError(PlaidError error) { this.error = error; } public WalletTransactionStatusUpdateWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WalletTransactionStatusUpdateWebhook walletTransactionStatusUpdateWebhook = (WalletTransactionStatusUpdateWebhook) o; return Objects.equals(this.webhookType, walletTransactionStatusUpdateWebhook.webhookType) && Objects.equals(this.webhookCode, walletTransactionStatusUpdateWebhook.webhookCode) && Objects.equals(this.transactionId, walletTransactionStatusUpdateWebhook.transactionId) && Objects.equals(this.paymentId, walletTransactionStatusUpdateWebhook.paymentId) && Objects.equals(this.walletId, walletTransactionStatusUpdateWebhook.walletId) && Objects.equals(this.newStatus, walletTransactionStatusUpdateWebhook.newStatus) && Objects.equals(this.oldStatus, walletTransactionStatusUpdateWebhook.oldStatus) && Objects.equals(this.timestamp, walletTransactionStatusUpdateWebhook.timestamp) && Objects.equals(this.error, walletTransactionStatusUpdateWebhook.error) && Objects.equals(this.environment, walletTransactionStatusUpdateWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, transactionId, paymentId, walletId, newStatus, oldStatus, timestamp, error, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WalletTransactionStatusUpdateWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" transactionId: ").append(toIndentedString(transactionId)).append("\n"); sb.append(" paymentId: ").append(toIndentedString(paymentId)).append("\n"); sb.append(" walletId: ").append(toIndentedString(walletId)).append("\n"); sb.append(" newStatus: ").append(toIndentedString(newStatus)).append("\n"); sb.append(" oldStatus: ").append(toIndentedString(oldStatus)).append("\n"); sb.append(" timestamp: ").append(toIndentedString(timestamp)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java
src/main/java/com/plaid/client/model/ServiceProductFulfillmentIdentifier.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Documentation not found in the MISMO model viewer and not provided by Freddie Mac. */ @JsonAdapter(ServiceProductFulfillmentIdentifier.Adapter.class) public enum ServiceProductFulfillmentIdentifier { VOA("VOA"), VOE("VOE"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; ServiceProductFulfillmentIdentifier(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static ServiceProductFulfillmentIdentifier fromValue(String value) { for (ServiceProductFulfillmentIdentifier b : ServiceProductFulfillmentIdentifier.values()) { if (b.value.equals(value)) { return b; } } return ServiceProductFulfillmentIdentifier.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<ServiceProductFulfillmentIdentifier> { @Override public void write(final JsonWriter jsonWriter, final ServiceProductFulfillmentIdentifier enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public ServiceProductFulfillmentIdentifier read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return ServiceProductFulfillmentIdentifier.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java
src/main/java/com/plaid/client/model/IncomeVerificationRefreshReconnectNeededWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Fired when the attempt to refresh Payroll Income data for a user via &#x60;/credit/payroll_income/refresh&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class IncomeVerificationRefreshReconnectNeededWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public IncomeVerificationRefreshReconnectNeededWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;INCOME&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`INCOME`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public IncomeVerificationRefreshReconnectNeededWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;INCOME_VERIFICATION_REFRESH_RECONNECT_NEEDED&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`INCOME_VERIFICATION_REFRESH_RECONNECT_NEEDED`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public IncomeVerificationRefreshReconnectNeededWebhook userId(String userId) { this.userId = userId; return this; } /** * The &#x60;user_id&#x60; corresponding to the user the webhook has fired for. * @return userId **/ @ApiModelProperty(required = true, value = "The `user_id` corresponding to the user the webhook has fired for.") public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } public IncomeVerificationRefreshReconnectNeededWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } IncomeVerificationRefreshReconnectNeededWebhook incomeVerificationRefreshReconnectNeededWebhook = (IncomeVerificationRefreshReconnectNeededWebhook) o; return Objects.equals(this.webhookType, incomeVerificationRefreshReconnectNeededWebhook.webhookType) && Objects.equals(this.webhookCode, incomeVerificationRefreshReconnectNeededWebhook.webhookCode) && Objects.equals(this.userId, incomeVerificationRefreshReconnectNeededWebhook.userId) && Objects.equals(this.environment, incomeVerificationRefreshReconnectNeededWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, userId, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IncomeVerificationRefreshReconnectNeededWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java
src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Request 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class WatchlistScreeningEntityHitListRequest { public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID = "entity_watchlist_screening_id"; @SerializedName(SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID) private String entityWatchlistScreeningId; public static final String SERIALIZED_NAME_CURSOR = "cursor"; @SerializedName(SERIALIZED_NAME_CURSOR) private String cursor; public WatchlistScreeningEntityHitListRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public WatchlistScreeningEntityHitListRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public WatchlistScreeningEntityHitListRequest entityWatchlistScreeningId(String entityWatchlistScreeningId) { this.entityWatchlistScreeningId = entityWatchlistScreeningId; return this; } /** * ID of the associated entity screening. * @return entityWatchlistScreeningId **/ @ApiModelProperty(example = "entscr_52xR9LKo77r1Np", required = true, value = "ID of the associated entity screening.") public String getEntityWatchlistScreeningId() { return entityWatchlistScreeningId; } public void setEntityWatchlistScreeningId(String entityWatchlistScreeningId) { this.entityWatchlistScreeningId = entityWatchlistScreeningId; } public WatchlistScreeningEntityHitListRequest cursor(String cursor) { this.cursor = cursor; return this; } /** * An identifier that determines which page of results you receive. * @return cursor **/ @javax.annotation.Nullable @ApiModelProperty(example = "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM", value = "An identifier that determines which page of results you receive.") public String getCursor() { return cursor; } public void setCursor(String cursor) { this.cursor = cursor; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WatchlistScreeningEntityHitListRequest watchlistScreeningEntityHitListRequest = (WatchlistScreeningEntityHitListRequest) o; return Objects.equals(this.secret, watchlistScreeningEntityHitListRequest.secret) && Objects.equals(this.clientId, watchlistScreeningEntityHitListRequest.clientId) && Objects.equals(this.entityWatchlistScreeningId, watchlistScreeningEntityHitListRequest.entityWatchlistScreeningId) && Objects.equals(this.cursor, watchlistScreeningEntityHitListRequest.cursor); } @Override public int hashCode() { return Objects.hash(secret, clientId, entityWatchlistScreeningId, cursor); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WatchlistScreeningEntityHitListRequest {\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" entityWatchlistScreeningId: ").append(toIndentedString(entityWatchlistScreeningId)).append("\n"); sb.append(" cursor: ").append(toIndentedString(cursor)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/RiskCheckDevice.java
src/main/java/com/plaid/client/model/RiskCheckDevice.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ProxyType; import com.plaid.client.model.RiskLevel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * Result summary object specifying values for &#x60;device&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class RiskCheckDevice { public static final String SERIALIZED_NAME_IP_PROXY_TYPE = "ip_proxy_type"; @SerializedName(SERIALIZED_NAME_IP_PROXY_TYPE) private ProxyType ipProxyType; public static final String SERIALIZED_NAME_IP_SPAM_LIST_COUNT = "ip_spam_list_count"; @SerializedName(SERIALIZED_NAME_IP_SPAM_LIST_COUNT) private Integer ipSpamListCount; public static final String SERIALIZED_NAME_IP_TIMEZONE_OFFSET = "ip_timezone_offset"; @SerializedName(SERIALIZED_NAME_IP_TIMEZONE_OFFSET) private String ipTimezoneOffset; public static final String SERIALIZED_NAME_RISK_LEVEL = "risk_level"; @SerializedName(SERIALIZED_NAME_RISK_LEVEL) private RiskLevel riskLevel; public static final String SERIALIZED_NAME_FACTORS = "factors"; @SerializedName(SERIALIZED_NAME_FACTORS) private List<String> factors = null; public RiskCheckDevice ipProxyType(ProxyType ipProxyType) { this.ipProxyType = ipProxyType; return this; } /** * Get ipProxyType * @return ipProxyType **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "") public ProxyType getIpProxyType() { return ipProxyType; } public void setIpProxyType(ProxyType ipProxyType) { this.ipProxyType = ipProxyType; } public RiskCheckDevice ipSpamListCount(Integer ipSpamListCount) { this.ipSpamListCount = ipSpamListCount; return this; } /** * Count of spam lists the IP address is associated with if known. * @return ipSpamListCount **/ @javax.annotation.Nullable @ApiModelProperty(example = "1", required = true, value = "Count of spam lists the IP address is associated with if known.") public Integer getIpSpamListCount() { return ipSpamListCount; } public void setIpSpamListCount(Integer ipSpamListCount) { this.ipSpamListCount = ipSpamListCount; } public RiskCheckDevice ipTimezoneOffset(String ipTimezoneOffset) { this.ipTimezoneOffset = ipTimezoneOffset; return this; } /** * UTC offset of the timezone associated with the IP address. * @return ipTimezoneOffset **/ @javax.annotation.Nullable @ApiModelProperty(example = "+06:00:00", required = true, value = "UTC offset of the timezone associated with the IP address.") public String getIpTimezoneOffset() { return ipTimezoneOffset; } public void setIpTimezoneOffset(String ipTimezoneOffset) { this.ipTimezoneOffset = ipTimezoneOffset; } public RiskCheckDevice riskLevel(RiskLevel riskLevel) { this.riskLevel = riskLevel; return this; } /** * Get riskLevel * @return riskLevel **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public RiskLevel getRiskLevel() { return riskLevel; } public void setRiskLevel(RiskLevel riskLevel) { this.riskLevel = riskLevel; } public RiskCheckDevice factors(List<String> factors) { this.factors = factors; return this; } public RiskCheckDevice addFactorsItem(String factorsItem) { if (this.factors == null) { this.factors = new ArrayList<>(); } this.factors.add(factorsItem); return this; } /** * List of factors, when available, that contribute towards the risk level of the given risk check type. * @return factors **/ @javax.annotation.Nullable @ApiModelProperty(value = "List of factors, when available, that contribute towards the risk level of the given risk check type.") public List<String> getFactors() { return factors; } public void setFactors(List<String> factors) { this.factors = factors; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } RiskCheckDevice riskCheckDevice = (RiskCheckDevice) o; return Objects.equals(this.ipProxyType, riskCheckDevice.ipProxyType) && Objects.equals(this.ipSpamListCount, riskCheckDevice.ipSpamListCount) && Objects.equals(this.ipTimezoneOffset, riskCheckDevice.ipTimezoneOffset) && Objects.equals(this.riskLevel, riskCheckDevice.riskLevel) && Objects.equals(this.factors, riskCheckDevice.factors); } @Override public int hashCode() { return Objects.hash(ipProxyType, ipSpamListCount, ipTimezoneOffset, riskLevel, factors); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class RiskCheckDevice {\n"); sb.append(" ipProxyType: ").append(toIndentedString(ipProxyType)).append("\n"); sb.append(" ipSpamListCount: ").append(toIndentedString(ipSpamListCount)).append("\n"); sb.append(" ipTimezoneOffset: ").append(toIndentedString(ipTimezoneOffset)).append("\n"); sb.append(" riskLevel: ").append(toIndentedString(riskLevel)).append("\n"); sb.append(" factors: ").append(toIndentedString(factors)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java
src/main/java/com/plaid/client/model/CreditBankIncomeWarningType.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The warning type which will always be &#x60;BANK_INCOME_WARNING&#x60;. */ @JsonAdapter(CreditBankIncomeWarningType.Adapter.class) public enum CreditBankIncomeWarningType { BANK_INCOME_WARNING("BANK_INCOME_WARNING"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; CreditBankIncomeWarningType(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static CreditBankIncomeWarningType fromValue(String value) { for (CreditBankIncomeWarningType b : CreditBankIncomeWarningType.values()) { if (b.value.equals(value)) { return b; } } return CreditBankIncomeWarningType.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<CreditBankIncomeWarningType> { @Override public void write(final JsonWriter jsonWriter, final CreditBankIncomeWarningType enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public CreditBankIncomeWarningType read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return CreditBankIncomeWarningType.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java
src/main/java/com/plaid/client/model/LinkTokenCashflowReport.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkTokenCashflowReport { public static final String SERIALIZED_NAME_DAYS_REQUESTED = "days_requested"; @SerializedName(SERIALIZED_NAME_DAYS_REQUESTED) private Integer daysRequested = 365; public LinkTokenCashflowReport daysRequested(Integer daysRequested) { this.daysRequested = daysRequested; return this; } /** * Number of days of transaction history to request in the Cashflow Report product. * minimum: 1 * maximum: 730 * @return daysRequested **/ @javax.annotation.Nullable @ApiModelProperty(value = "Number of days of transaction history to request in the Cashflow Report product.") public Integer getDaysRequested() { return daysRequested; } public void setDaysRequested(Integer daysRequested) { this.daysRequested = daysRequested; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkTokenCashflowReport linkTokenCashflowReport = (LinkTokenCashflowReport) o; return Objects.equals(this.daysRequested, linkTokenCashflowReport.daysRequested); } @Override public int hashCode() { return Objects.hash(daysRequested); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkTokenCashflowReport {\n"); sb.append(" daysRequested: ").append(toIndentedString(daysRequested)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java
src/main/java/com/plaid/client/model/WatchlistScreeningIndividualProgramGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Request 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class WatchlistScreeningIndividualProgramGetRequest { public static final String SERIALIZED_NAME_WATCHLIST_PROGRAM_ID = "watchlist_program_id"; @SerializedName(SERIALIZED_NAME_WATCHLIST_PROGRAM_ID) private String watchlistProgramId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public WatchlistScreeningIndividualProgramGetRequest watchlistProgramId(String watchlistProgramId) { this.watchlistProgramId = watchlistProgramId; return this; } /** * ID of the associated program. * @return watchlistProgramId **/ @ApiModelProperty(example = "prg_2eRPsDnL66rZ7H", required = true, value = "ID of the associated program.") public String getWatchlistProgramId() { return watchlistProgramId; } public void setWatchlistProgramId(String watchlistProgramId) { this.watchlistProgramId = watchlistProgramId; } public WatchlistScreeningIndividualProgramGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public WatchlistScreeningIndividualProgramGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WatchlistScreeningIndividualProgramGetRequest watchlistScreeningIndividualProgramGetRequest = (WatchlistScreeningIndividualProgramGetRequest) o; return Objects.equals(this.watchlistProgramId, watchlistScreeningIndividualProgramGetRequest.watchlistProgramId) && Objects.equals(this.secret, watchlistScreeningIndividualProgramGetRequest.secret) && Objects.equals(this.clientId, watchlistScreeningIndividualProgramGetRequest.clientId); } @Override public int hashCode() { return Objects.hash(watchlistProgramId, secret, clientId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WatchlistScreeningIndividualProgramGetRequest {\n"); sb.append(" watchlistProgramId: ").append(toIndentedString(watchlistProgramId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SignalPersonName.java
src/main/java/com/plaid/client/model/SignalPersonName.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * The user&#39;s legal name */ @ApiModel(description = "The user's legal name") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SignalPersonName { public static final String SERIALIZED_NAME_PREFIX = "prefix"; @SerializedName(SERIALIZED_NAME_PREFIX) private String prefix; public static final String SERIALIZED_NAME_GIVEN_NAME = "given_name"; @SerializedName(SERIALIZED_NAME_GIVEN_NAME) private String givenName; public static final String SERIALIZED_NAME_MIDDLE_NAME = "middle_name"; @SerializedName(SERIALIZED_NAME_MIDDLE_NAME) private String middleName; public static final String SERIALIZED_NAME_FAMILY_NAME = "family_name"; @SerializedName(SERIALIZED_NAME_FAMILY_NAME) private String familyName; public static final String SERIALIZED_NAME_SUFFIX = "suffix"; @SerializedName(SERIALIZED_NAME_SUFFIX) private String suffix; public SignalPersonName prefix(String prefix) { this.prefix = prefix; return this; } /** * The user&#39;s name prefix (e.g. \&quot;Mr.\&quot;) * @return prefix **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's name prefix (e.g. \"Mr.\")") public String getPrefix() { return prefix; } public void setPrefix(String prefix) { this.prefix = prefix; } public SignalPersonName givenName(String givenName) { this.givenName = givenName; return this; } /** * The user&#39;s given name. If the user has a one-word name, it should be provided in this field. * @return givenName **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's given name. If the user has a one-word name, it should be provided in this field.") public String getGivenName() { return givenName; } public void setGivenName(String givenName) { this.givenName = givenName; } public SignalPersonName middleName(String middleName) { this.middleName = middleName; return this; } /** * The user&#39;s middle name * @return middleName **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's middle name") public String getMiddleName() { return middleName; } public void setMiddleName(String middleName) { this.middleName = middleName; } public SignalPersonName familyName(String familyName) { this.familyName = familyName; return this; } /** * The user&#39;s family name / surname * @return familyName **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's family name / surname") public String getFamilyName() { return familyName; } public void setFamilyName(String familyName) { this.familyName = familyName; } public SignalPersonName suffix(String suffix) { this.suffix = suffix; return this; } /** * The user&#39;s name suffix (e.g. \&quot;II\&quot;) * @return suffix **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's name suffix (e.g. \"II\")") public String getSuffix() { return suffix; } public void setSuffix(String suffix) { this.suffix = suffix; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SignalPersonName signalPersonName = (SignalPersonName) o; return Objects.equals(this.prefix, signalPersonName.prefix) && Objects.equals(this.givenName, signalPersonName.givenName) && Objects.equals(this.middleName, signalPersonName.middleName) && Objects.equals(this.familyName, signalPersonName.familyName) && Objects.equals(this.suffix, signalPersonName.suffix); } @Override public int hashCode() { return Objects.hash(prefix, givenName, middleName, familyName, suffix); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SignalPersonName {\n"); sb.append(" prefix: ").append(toIndentedString(prefix)).append("\n"); sb.append(" givenName: ").append(toIndentedString(givenName)).append("\n"); sb.append(" middleName: ").append(toIndentedString(middleName)).append("\n"); sb.append(" familyName: ").append(toIndentedString(familyName)).append("\n"); sb.append(" suffix: ").append(toIndentedString(suffix)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java
src/main/java/com/plaid/client/model/LinkDeliveryInstitution.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Information related to the financial institution. */ @ApiModel(description = "Information related to the financial institution.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkDeliveryInstitution { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_INSTITUTION_ID = "institution_id"; @SerializedName(SERIALIZED_NAME_INSTITUTION_ID) private String institutionId; public LinkDeliveryInstitution name(String name) { this.name = name; return this; } /** * The full institution name, such as &#39;Wells Fargo&#39; * @return name **/ @javax.annotation.Nullable @ApiModelProperty(value = "The full institution name, such as 'Wells Fargo'") public String getName() { return name; } public void setName(String name) { this.name = name; } public LinkDeliveryInstitution institutionId(String institutionId) { this.institutionId = institutionId; return this; } /** * The Plaid institution identifier * @return institutionId **/ @javax.annotation.Nullable @ApiModelProperty(value = "The Plaid institution identifier") public String getInstitutionId() { return institutionId; } public void setInstitutionId(String institutionId) { this.institutionId = institutionId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkDeliveryInstitution linkDeliveryInstitution = (LinkDeliveryInstitution) o; return Objects.equals(this.name, linkDeliveryInstitution.name) && Objects.equals(this.institutionId, linkDeliveryInstitution.institutionId); } @Override public int hashCode() { return Objects.hash(name, institutionId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkDeliveryInstitution {\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" institutionId: ").append(toIndentedString(institutionId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java
src/main/java/com/plaid/client/model/TransferAuthorizationPaymentRisk.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.SignalWarning; import com.plaid.client.model.TransferAuthorizationRiskLevel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[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) private Integer bankInitiatedReturnScore; public static final String SERIALIZED_NAME_CUSTOMER_INITIATED_RETURN_SCORE = "customer_initiated_return_score"; @SerializedName(SERIALIZED_NAME_CUSTOMER_INITIATED_RETURN_SCORE) private Integer customerInitiatedReturnScore; public static final String SERIALIZED_NAME_RISK_LEVEL = "risk_level"; @SerializedName(SERIALIZED_NAME_RISK_LEVEL) private TransferAuthorizationRiskLevel riskLevel; public static final String SERIALIZED_NAME_WARNINGS = "warnings"; @SerializedName(SERIALIZED_NAME_WARNINGS) private List<SignalWarning> warnings = new ArrayList<>(); public TransferAuthorizationPaymentRisk bankInitiatedReturnScore(Integer bankInitiatedReturnScore) { this.bankInitiatedReturnScore = bankInitiatedReturnScore; return this; } /** * A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk because an account is overdrawn or because an ineligible account is used and covers return codes: \&quot;R01\&quot;, \&quot;R02\&quot;, \&quot;R03\&quot;, \&quot;R04\&quot;, \&quot;R06\&quot;, \&quot;R08\&quot;, \&quot;R09\&quot;, \&quot;R13\&quot;, \&quot;R16\&quot;, \&quot;R17\&quot;, \&quot;R20\&quot;, \&quot;R23\&quot;. These returns have a turnaround time of 2 banking days. * minimum: 1 * maximum: 99 * @return bankInitiatedReturnScore **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk because an account is overdrawn or because an ineligible account is used and covers return codes: \"R01\", \"R02\", \"R03\", \"R04\", \"R06\", \"R08\", \"R09\", \"R13\", \"R16\", \"R17\", \"R20\", \"R23\". These returns have a turnaround time of 2 banking days.") public Integer getBankInitiatedReturnScore() { return bankInitiatedReturnScore; } public void setBankInitiatedReturnScore(Integer bankInitiatedReturnScore) { this.bankInitiatedReturnScore = bankInitiatedReturnScore; } public TransferAuthorizationPaymentRisk customerInitiatedReturnScore(Integer customerInitiatedReturnScore) { this.customerInitiatedReturnScore = customerInitiatedReturnScore; return this; } /** * A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \&quot;R05\&quot;, \&quot;R07\&quot;, \&quot;R10\&quot;, \&quot;R11\&quot;, \&quot;R29\&quot;. These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized. * minimum: 1 * maximum: 99 * @return customerInitiatedReturnScore **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "A score from 1-99 that indicates the transaction return risk: a higher risk score suggests a higher return likelihood. The score evaluates the transaction return risk of an unauthorized debit and covers return codes: \"R05\", \"R07\", \"R10\", \"R11\", \"R29\". These returns typically have a return time frame of up to 60 calendar days. During this period, the customer of financial institutions can dispute a transaction as unauthorized.") public Integer getCustomerInitiatedReturnScore() { return customerInitiatedReturnScore; } public void setCustomerInitiatedReturnScore(Integer customerInitiatedReturnScore) { this.customerInitiatedReturnScore = customerInitiatedReturnScore; } public TransferAuthorizationPaymentRisk riskLevel(TransferAuthorizationRiskLevel riskLevel) { this.riskLevel = riskLevel; return this; } /** * Get riskLevel * @return riskLevel **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "") public TransferAuthorizationRiskLevel getRiskLevel() { return riskLevel; } public void setRiskLevel(TransferAuthorizationRiskLevel riskLevel) { this.riskLevel = riskLevel; } public TransferAuthorizationPaymentRisk warnings(List<SignalWarning> warnings) { this.warnings = warnings; return this; } public TransferAuthorizationPaymentRisk addWarningsItem(SignalWarning warningsItem) { this.warnings.add(warningsItem); return this; } /** * If bank information was not available to be used, this array contains warnings describing why bank data is missing. If you want to receive an API error instead of scores in the case of missing bank data, file a support ticket or contact your Plaid account manager. * @return warnings **/ @ApiModelProperty(required = true, value = "If bank information was not available to be used, this array contains warnings describing why bank data is missing. If you want to receive an API error instead of scores in the case of missing bank data, file a support ticket or contact your Plaid account manager.") public List<SignalWarning> getWarnings() { return warnings; } public void setWarnings(List<SignalWarning> warnings) { this.warnings = warnings; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferAuthorizationPaymentRisk transferAuthorizationPaymentRisk = (TransferAuthorizationPaymentRisk) o; return Objects.equals(this.bankInitiatedReturnScore, transferAuthorizationPaymentRisk.bankInitiatedReturnScore) && Objects.equals(this.customerInitiatedReturnScore, transferAuthorizationPaymentRisk.customerInitiatedReturnScore) && Objects.equals(this.riskLevel, transferAuthorizationPaymentRisk.riskLevel) && Objects.equals(this.warnings, transferAuthorizationPaymentRisk.warnings); } @Override public int hashCode() { return Objects.hash(bankInitiatedReturnScore, customerInitiatedReturnScore, riskLevel, warnings); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferAuthorizationPaymentRisk {\n"); sb.append(" bankInitiatedReturnScore: ").append(toIndentedString(bankInitiatedReturnScore)).append("\n"); sb.append(" customerInitiatedReturnScore: ").append(toIndentedString(customerInitiatedReturnScore)).append("\n"); sb.append(" riskLevel: ").append(toIndentedString(riskLevel)).append("\n"); sb.append(" warnings: ").append(toIndentedString(warnings)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java
src/main/java/com/plaid/client/model/TransferPlatformTOSAcceptanceMetadata.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransferPlatformTOSAcceptanceMetadata { public static final String SERIALIZED_NAME_AGREEMENT_ACCEPTED = "agreement_accepted"; @SerializedName(SERIALIZED_NAME_AGREEMENT_ACCEPTED) private Boolean agreementAccepted; public static final String SERIALIZED_NAME_ORIGINATOR_IP_ADDRESS = "originator_ip_address"; @SerializedName(SERIALIZED_NAME_ORIGINATOR_IP_ADDRESS) private String originatorIpAddress; public static final String SERIALIZED_NAME_AGREEMENT_ACCEPTED_AT = "agreement_accepted_at"; @SerializedName(SERIALIZED_NAME_AGREEMENT_ACCEPTED_AT) private OffsetDateTime agreementAcceptedAt; public TransferPlatformTOSAcceptanceMetadata agreementAccepted(Boolean agreementAccepted) { this.agreementAccepted = agreementAccepted; return this; } /** * Indicates whether the TOS agreement was accepted * @return agreementAccepted **/ @ApiModelProperty(required = true, value = "Indicates whether the TOS agreement was accepted") public Boolean getAgreementAccepted() { return agreementAccepted; } public void setAgreementAccepted(Boolean agreementAccepted) { this.agreementAccepted = agreementAccepted; } public TransferPlatformTOSAcceptanceMetadata originatorIpAddress(String originatorIpAddress) { this.originatorIpAddress = originatorIpAddress; return this; } /** * The IP address of the originator when they accepted the TOS. Formatted as an IPv4 or IPv6 IP address * @return originatorIpAddress **/ @ApiModelProperty(required = true, value = "The IP address of the originator when they accepted the TOS. Formatted as an IPv4 or IPv6 IP address") public String getOriginatorIpAddress() { return originatorIpAddress; } public void setOriginatorIpAddress(String originatorIpAddress) { this.originatorIpAddress = originatorIpAddress; } public TransferPlatformTOSAcceptanceMetadata agreementAcceptedAt(OffsetDateTime agreementAcceptedAt) { this.agreementAcceptedAt = agreementAcceptedAt; return this; } /** * ISO8601 timestamp indicating when the originator accepted the TOS * @return agreementAcceptedAt **/ @ApiModelProperty(required = true, value = "ISO8601 timestamp indicating when the originator accepted the TOS") public OffsetDateTime getAgreementAcceptedAt() { return agreementAcceptedAt; } public void setAgreementAcceptedAt(OffsetDateTime agreementAcceptedAt) { this.agreementAcceptedAt = agreementAcceptedAt; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransferPlatformTOSAcceptanceMetadata transferPlatformTOSAcceptanceMetadata = (TransferPlatformTOSAcceptanceMetadata) o; return Objects.equals(this.agreementAccepted, transferPlatformTOSAcceptanceMetadata.agreementAccepted) && Objects.equals(this.originatorIpAddress, transferPlatformTOSAcceptanceMetadata.originatorIpAddress) && Objects.equals(this.agreementAcceptedAt, transferPlatformTOSAcceptanceMetadata.agreementAcceptedAt); } @Override public int hashCode() { return Objects.hash(agreementAccepted, originatorIpAddress, agreementAcceptedAt); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransferPlatformTOSAcceptanceMetadata {\n"); sb.append(" agreementAccepted: ").append(toIndentedString(agreementAccepted)).append("\n"); sb.append(" originatorIpAddress: ").append(toIndentedString(originatorIpAddress)).append("\n"); sb.append(" agreementAcceptedAt: ").append(toIndentedString(agreementAcceptedAt)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/Location.java
src/main/java/com/plaid/client/model/Location.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class Location { public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) private String address; public static final String SERIALIZED_NAME_CITY = "city"; @SerializedName(SERIALIZED_NAME_CITY) private String city; public static final String SERIALIZED_NAME_REGION = "region"; @SerializedName(SERIALIZED_NAME_REGION) private String region; public static final String SERIALIZED_NAME_POSTAL_CODE = "postal_code"; @SerializedName(SERIALIZED_NAME_POSTAL_CODE) private String postalCode; public static final String SERIALIZED_NAME_COUNTRY = "country"; @SerializedName(SERIALIZED_NAME_COUNTRY) private String country; public static final String SERIALIZED_NAME_LAT = "lat"; @SerializedName(SERIALIZED_NAME_LAT) private Double lat; public static final String SERIALIZED_NAME_LON = "lon"; @SerializedName(SERIALIZED_NAME_LON) private Double lon; public static final String SERIALIZED_NAME_STORE_NUMBER = "store_number"; @SerializedName(SERIALIZED_NAME_STORE_NUMBER) private String storeNumber; public Location address(String address) { this.address = address; return this; } /** * The street address where the transaction occurred. * @return address **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The street address where the transaction occurred.") public String getAddress() { return address; } public void setAddress(String address) { this.address = address; } public Location city(String city) { this.city = city; return this; } /** * The city where the transaction occurred. * @return city **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The city where the transaction occurred.") public String getCity() { return city; } public void setCity(String city) { this.city = city; } public Location region(String region) { this.region = region; return this; } /** * The region or state where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called &#x60;state&#x60;. * @return region **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The region or state where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called `state`.") public String getRegion() { return region; } public void setRegion(String region) { this.region = region; } public Location postalCode(String postalCode) { this.postalCode = postalCode; return this; } /** * The postal code where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called &#x60;zip&#x60;. * @return postalCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The postal code where the transaction occurred. In API versions 2018-05-22 and earlier, this field is called `zip`.") public String getPostalCode() { return postalCode; } public void setPostalCode(String postalCode) { this.postalCode = postalCode; } public Location country(String country) { this.country = country; return this; } /** * The ISO 3166-1 alpha-2 country code where the transaction occurred. * @return country **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The ISO 3166-1 alpha-2 country code where the transaction occurred.") public String getCountry() { return country; } public void setCountry(String country) { this.country = country; } public Location lat(Double lat) { this.lat = lat; return this; } /** * The latitude where the transaction occurred. * @return lat **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The latitude where the transaction occurred.") public Double getLat() { return lat; } public void setLat(Double lat) { this.lat = lat; } public Location lon(Double lon) { this.lon = lon; return this; } /** * The longitude where the transaction occurred. * @return lon **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The longitude where the transaction occurred.") public Double getLon() { return lon; } public void setLon(Double lon) { this.lon = lon; } public Location storeNumber(String storeNumber) { this.storeNumber = storeNumber; return this; } /** * The merchant defined store number where the transaction occurred. * @return storeNumber **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The merchant defined store number where the transaction occurred.") public String getStoreNumber() { return storeNumber; } public void setStoreNumber(String storeNumber) { this.storeNumber = storeNumber; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } Location location = (Location) o; return Objects.equals(this.address, location.address) && Objects.equals(this.city, location.city) && Objects.equals(this.region, location.region) && Objects.equals(this.postalCode, location.postalCode) && Objects.equals(this.country, location.country) && Objects.equals(this.lat, location.lat) && Objects.equals(this.lon, location.lon) && Objects.equals(this.storeNumber, location.storeNumber); } @Override public int hashCode() { return Objects.hash(address, city, region, postalCode, country, lat, lon, storeNumber); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class Location {\n"); sb.append(" address: ").append(toIndentedString(address)).append("\n"); sb.append(" city: ").append(toIndentedString(city)).append("\n"); sb.append(" region: ").append(toIndentedString(region)).append("\n"); sb.append(" postalCode: ").append(toIndentedString(postalCode)).append("\n"); sb.append(" country: ").append(toIndentedString(country)).append("\n"); sb.append(" lat: ").append(toIndentedString(lat)).append("\n"); sb.append(" lon: ").append(toIndentedString(lon)).append("\n"); sb.append(" storeNumber: ").append(toIndentedString(storeNumber)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java
src/main/java/com/plaid/client/model/ClientProvidedEnhancedTransaction.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.Enhancements; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ClientProvidedEnhancedTransaction { public static final String SERIALIZED_NAME_ID = "id"; @SerializedName(SERIALIZED_NAME_ID) private String id; public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) private String description; public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public static final String SERIALIZED_NAME_ENHANCEMENTS = "enhancements"; @SerializedName(SERIALIZED_NAME_ENHANCEMENTS) private Enhancements enhancements; public ClientProvidedEnhancedTransaction id(String id) { this.id = id; return this; } /** * Unique transaction identifier to tie transactions back to clients&#39; systems. * @return id **/ @ApiModelProperty(required = true, value = "Unique transaction identifier to tie transactions back to clients' systems.") public String getId() { return id; } public void setId(String id) { this.id = id; } public ClientProvidedEnhancedTransaction description(String description) { this.description = description; return this; } /** * The raw description of the transaction. * @return description **/ @ApiModelProperty(required = true, value = "The raw description of the transaction.") public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public ClientProvidedEnhancedTransaction amount(Double amount) { this.amount = amount; return this; } /** * The value of the transaction, denominated in the account&#39;s currency, as stated in &#x60;iso_currency_code&#x60;. Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. * @return amount **/ @ApiModelProperty(required = true, value = "The value of the transaction, denominated in the account's currency, as stated in `iso_currency_code`. Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative.") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public ClientProvidedEnhancedTransaction isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The ISO-4217 currency code of the transaction. * @return isoCurrencyCode **/ @ApiModelProperty(required = true, value = "The ISO-4217 currency code of the transaction.") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } public ClientProvidedEnhancedTransaction enhancements(Enhancements enhancements) { this.enhancements = enhancements; return this; } /** * Get enhancements * @return enhancements **/ @ApiModelProperty(required = true, value = "") public Enhancements getEnhancements() { return enhancements; } public void setEnhancements(Enhancements enhancements) { this.enhancements = enhancements; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ClientProvidedEnhancedTransaction clientProvidedEnhancedTransaction = (ClientProvidedEnhancedTransaction) o; return Objects.equals(this.id, clientProvidedEnhancedTransaction.id) && Objects.equals(this.description, clientProvidedEnhancedTransaction.description) && Objects.equals(this.amount, clientProvidedEnhancedTransaction.amount) && Objects.equals(this.isoCurrencyCode, clientProvidedEnhancedTransaction.isoCurrencyCode) && Objects.equals(this.enhancements, clientProvidedEnhancedTransaction.enhancements); } @Override public int hashCode() { return Objects.hash(id, description, amount, isoCurrencyCode, enhancements); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ClientProvidedEnhancedTransaction {\n"); sb.append(" id: ").append(toIndentedString(id)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append(" enhancements: ").append(toIndentedString(enhancements)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java
src/main/java/com/plaid/client/model/CraLoanStatusHistoryUpdate.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CraLoanStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraLoanStatusHistoryUpdate { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) private CraLoanStatus status; public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) private LocalDate date; public CraLoanStatusHistoryUpdate status(CraLoanStatus status) { this.status = status; return this; } /** * Get status * @return status **/ @ApiModelProperty(required = true, value = "") public CraLoanStatus getStatus() { return status; } public void setStatus(CraLoanStatus status) { this.status = status; } public CraLoanStatusHistoryUpdate date(LocalDate date) { this.date = date; return this; } /** * The effective date for the status of the loan. The date should be in ISO 8601 format (YYYY-MM-DD). * @return date **/ @ApiModelProperty(required = true, value = "The effective date for the status of the loan. The date should be in ISO 8601 format (YYYY-MM-DD).") public LocalDate getDate() { return date; } public void setDate(LocalDate date) { this.date = date; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraLoanStatusHistoryUpdate craLoanStatusHistoryUpdate = (CraLoanStatusHistoryUpdate) o; return Objects.equals(this.status, craLoanStatusHistoryUpdate.status) && Objects.equals(this.date, craLoanStatusHistoryUpdate.date); } @Override public int hashCode() { return Objects.hash(status, date); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraLoanStatusHistoryUpdate {\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" date: ").append(toIndentedString(date)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/RecurringTransfer.java
src/main/java/com/plaid/client/model/RecurringTransfer.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ACHClass; import com.plaid.client.model.TransferRecurringNetwork; import com.plaid.client.model.TransferRecurringSchedule; import com.plaid.client.model.TransferRecurringStatus; import com.plaid.client.model.TransferType; import com.plaid.client.model.TransferUserInResponse; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class RecurringTransfer { public static final String SERIALIZED_NAME_RECURRING_TRANSFER_ID = "recurring_transfer_id"; @SerializedName(SERIALIZED_NAME_RECURRING_TRANSFER_ID) private String recurringTransferId; public static final String SERIALIZED_NAME_CREATED = "created"; @SerializedName(SERIALIZED_NAME_CREATED) private OffsetDateTime created; public static final String SERIALIZED_NAME_NEXT_ORIGINATION_DATE = "next_origination_date"; @SerializedName(SERIALIZED_NAME_NEXT_ORIGINATION_DATE) private LocalDate nextOriginationDate; public static final String SERIALIZED_NAME_TEST_CLOCK_ID = "test_clock_id"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK_ID) private String testClockId; public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) private TransferType type; public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private String amount; public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) private TransferRecurringStatus status; public static final String SERIALIZED_NAME_ACH_CLASS = "ach_class"; @SerializedName(SERIALIZED_NAME_ACH_CLASS) private ACHClass achClass; public static final String SERIALIZED_NAME_NETWORK = "network"; @SerializedName(SERIALIZED_NAME_NETWORK) private TransferRecurringNetwork network; public static final String SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID = "origination_account_id"; @SerializedName(SERIALIZED_NAME_ORIGINATION_ACCOUNT_ID) private String originationAccountId; public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) private String accountId; public static final String SERIALIZED_NAME_FUNDING_ACCOUNT_ID = "funding_account_id"; @SerializedName(SERIALIZED_NAME_FUNDING_ACCOUNT_ID) private String fundingAccountId; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public static final String SERIALIZED_NAME_DESCRIPTION = "description"; @SerializedName(SERIALIZED_NAME_DESCRIPTION) private String description; public static final String SERIALIZED_NAME_TRANSFER_IDS = "transfer_ids"; @SerializedName(SERIALIZED_NAME_TRANSFER_IDS) private List<String> transferIds = new ArrayList<>(); public static final String SERIALIZED_NAME_USER = "user"; @SerializedName(SERIALIZED_NAME_USER) private TransferUserInResponse user; public static final String SERIALIZED_NAME_SCHEDULE = "schedule"; @SerializedName(SERIALIZED_NAME_SCHEDULE) private TransferRecurringSchedule schedule; public RecurringTransfer recurringTransferId(String recurringTransferId) { this.recurringTransferId = recurringTransferId; return this; } /** * Plaid’s unique identifier for a recurring transfer. * @return recurringTransferId **/ @ApiModelProperty(required = true, value = "Plaid’s unique identifier for a recurring transfer.") public String getRecurringTransferId() { return recurringTransferId; } public void setRecurringTransferId(String recurringTransferId) { this.recurringTransferId = recurringTransferId; } public RecurringTransfer created(OffsetDateTime created) { this.created = created; return this; } /** * The datetime when this transfer was created. This will be of the form &#x60;2006-01-02T15:04:05Z&#x60; * @return created **/ @ApiModelProperty(required = true, value = "The datetime when this transfer was created. This will be of the form `2006-01-02T15:04:05Z`") public OffsetDateTime getCreated() { return created; } public void setCreated(OffsetDateTime created) { this.created = created; } public RecurringTransfer nextOriginationDate(LocalDate nextOriginationDate) { this.nextOriginationDate = nextOriginationDate; return this; } /** * A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). The next transfer origination date after bank holiday adjustment. * @return nextOriginationDate **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD). The next transfer origination date after bank holiday adjustment.") public LocalDate getNextOriginationDate() { return nextOriginationDate; } public void setNextOriginationDate(LocalDate nextOriginationDate) { this.nextOriginationDate = nextOriginationDate; } public RecurringTransfer testClockId(String testClockId) { this.testClockId = testClockId; return this; } /** * Plaid’s unique identifier for a test clock. * @return testClockId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Plaid’s unique identifier for a test clock.") public String getTestClockId() { return testClockId; } public void setTestClockId(String testClockId) { this.testClockId = testClockId; } public RecurringTransfer type(TransferType type) { this.type = type; return this; } /** * Get type * @return type **/ @ApiModelProperty(required = true, value = "") public TransferType getType() { return type; } public void setType(TransferType type) { this.type = type; } public RecurringTransfer amount(String amount) { this.amount = amount; return this; } /** * The amount of the transfer (decimal string with two digits of precision e.g. \&quot;10.00\&quot;). When calling &#x60;/transfer/authorization/create&#x60;, specify the maximum amount to authorize. When calling &#x60;/transfer/create&#x60;, specify the exact amount of the transfer, up to a maximum of the amount authorized. If this field is left blank when calling &#x60;/transfer/create&#x60;, the maximum amount authorized in the &#x60;authorization_id&#x60; will be sent. * @return amount **/ @ApiModelProperty(required = true, value = "The amount of the transfer (decimal string with two digits of precision e.g. \"10.00\"). When calling `/transfer/authorization/create`, specify the maximum amount to authorize. When calling `/transfer/create`, specify the exact amount of the transfer, up to a maximum of the amount authorized. If this field is left blank when calling `/transfer/create`, the maximum amount authorized in the `authorization_id` will be sent.") public String getAmount() { return amount; } public void setAmount(String amount) { this.amount = amount; } public RecurringTransfer status(TransferRecurringStatus status) { this.status = status; return this; } /** * Get status * @return status **/ @ApiModelProperty(required = true, value = "") public TransferRecurringStatus getStatus() { return status; } public void setStatus(TransferRecurringStatus status) { this.status = status; } public RecurringTransfer achClass(ACHClass achClass) { this.achClass = achClass; return this; } /** * Get achClass * @return achClass **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public ACHClass getAchClass() { return achClass; } public void setAchClass(ACHClass achClass) { this.achClass = achClass; } public RecurringTransfer network(TransferRecurringNetwork network) { this.network = network; return this; } /** * Get network * @return network **/ @ApiModelProperty(required = true, value = "") public TransferRecurringNetwork getNetwork() { return network; } public void setNetwork(TransferRecurringNetwork network) { this.network = network; } public RecurringTransfer originationAccountId(String originationAccountId) { this.originationAccountId = originationAccountId; return this; } /** * Plaid’s unique identifier for the origination account that was used for this transfer. * @return originationAccountId **/ @ApiModelProperty(required = true, value = "Plaid’s unique identifier for the origination account that was used for this transfer.") public String getOriginationAccountId() { return originationAccountId; } public void setOriginationAccountId(String originationAccountId) { this.originationAccountId = originationAccountId; } public RecurringTransfer accountId(String accountId) { this.accountId = accountId; return this; } /** * The Plaid &#x60;account_id&#x60; corresponding to the end-user account that will be debited or credited. * @return accountId **/ @ApiModelProperty(required = true, value = "The Plaid `account_id` corresponding to the end-user account that will be debited or credited.") public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } public RecurringTransfer fundingAccountId(String fundingAccountId) { this.fundingAccountId = fundingAccountId; return this; } /** * The id of the funding account to use, available in the Plaid Dashboard. This determines which of your business checking accounts will be credited or debited. * @return fundingAccountId **/ @ApiModelProperty(required = true, value = "The id of the funding account to use, available in the Plaid Dashboard. This determines which of your business checking accounts will be credited or debited.") public String getFundingAccountId() { return fundingAccountId; } public void setFundingAccountId(String fundingAccountId) { this.fundingAccountId = fundingAccountId; } public RecurringTransfer isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The currency of the transfer amount, e.g. \&quot;USD\&quot; * @return isoCurrencyCode **/ @ApiModelProperty(required = true, value = "The currency of the transfer amount, e.g. \"USD\"") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } public RecurringTransfer description(String description) { this.description = description; return this; } /** * The description of the recurring transfer. * @return description **/ @ApiModelProperty(required = true, value = "The description of the recurring transfer.") public String getDescription() { return description; } public void setDescription(String description) { this.description = description; } public RecurringTransfer transferIds(List<String> transferIds) { this.transferIds = transferIds; return this; } public RecurringTransfer addTransferIdsItem(String transferIdsItem) { this.transferIds.add(transferIdsItem); return this; } /** * The created transfer instances associated with this &#x60;recurring_transfer_id&#x60;. If the recurring transfer has been newly created, this array will be empty. * @return transferIds **/ @ApiModelProperty(required = true, value = "The created transfer instances associated with this `recurring_transfer_id`. If the recurring transfer has been newly created, this array will be empty.") public List<String> getTransferIds() { return transferIds; } public void setTransferIds(List<String> transferIds) { this.transferIds = transferIds; } public RecurringTransfer user(TransferUserInResponse user) { this.user = user; return this; } /** * Get user * @return user **/ @ApiModelProperty(required = true, value = "") public TransferUserInResponse getUser() { return user; } public void setUser(TransferUserInResponse user) { this.user = user; } public RecurringTransfer schedule(TransferRecurringSchedule schedule) { this.schedule = schedule; return this; } /** * Get schedule * @return schedule **/ @ApiModelProperty(required = true, value = "") public TransferRecurringSchedule getSchedule() { return schedule; } public void setSchedule(TransferRecurringSchedule schedule) { this.schedule = schedule; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } RecurringTransfer recurringTransfer = (RecurringTransfer) o; return Objects.equals(this.recurringTransferId, recurringTransfer.recurringTransferId) && Objects.equals(this.created, recurringTransfer.created) && Objects.equals(this.nextOriginationDate, recurringTransfer.nextOriginationDate) && Objects.equals(this.testClockId, recurringTransfer.testClockId) && Objects.equals(this.type, recurringTransfer.type) && Objects.equals(this.amount, recurringTransfer.amount) && Objects.equals(this.status, recurringTransfer.status) && Objects.equals(this.achClass, recurringTransfer.achClass) && Objects.equals(this.network, recurringTransfer.network) && Objects.equals(this.originationAccountId, recurringTransfer.originationAccountId) && Objects.equals(this.accountId, recurringTransfer.accountId) && Objects.equals(this.fundingAccountId, recurringTransfer.fundingAccountId) && Objects.equals(this.isoCurrencyCode, recurringTransfer.isoCurrencyCode) && Objects.equals(this.description, recurringTransfer.description) && Objects.equals(this.transferIds, recurringTransfer.transferIds) && Objects.equals(this.user, recurringTransfer.user) && Objects.equals(this.schedule, recurringTransfer.schedule); } @Override public int hashCode() { return Objects.hash(recurringTransferId, created, nextOriginationDate, testClockId, type, amount, status, achClass, network, originationAccountId, accountId, fundingAccountId, isoCurrencyCode, description, transferIds, user, schedule); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class RecurringTransfer {\n"); sb.append(" recurringTransferId: ").append(toIndentedString(recurringTransferId)).append("\n"); sb.append(" created: ").append(toIndentedString(created)).append("\n"); sb.append(" nextOriginationDate: ").append(toIndentedString(nextOriginationDate)).append("\n"); sb.append(" testClockId: ").append(toIndentedString(testClockId)).append("\n"); sb.append(" type: ").append(toIndentedString(type)).append("\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" achClass: ").append(toIndentedString(achClass)).append("\n"); sb.append(" network: ").append(toIndentedString(network)).append("\n"); sb.append(" originationAccountId: ").append(toIndentedString(originationAccountId)).append("\n"); sb.append(" accountId: ").append(toIndentedString(accountId)).append("\n"); sb.append(" fundingAccountId: ").append(toIndentedString(fundingAccountId)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append(" description: ").append(toIndentedString(description)).append("\n"); sb.append(" transferIds: ").append(toIndentedString(transferIds)).append("\n"); sb.append(" user: ").append(toIndentedString(user)).append("\n"); sb.append(" schedule: ").append(toIndentedString(schedule)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java
src/main/java/com/plaid/client/model/FallbackAuthMicrodepositAutoVerifiedWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class FallbackAuthMicrodepositAutoVerifiedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) private String error; public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) private String accountId; public static final String SERIALIZED_NAME_ITEM_ID = "item_id"; @SerializedName(SERIALIZED_NAME_ITEM_ID) private String itemId; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public FallbackAuthMicrodepositAutoVerifiedWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;AUTH&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`AUTH`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public FallbackAuthMicrodepositAutoVerifiedWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;AUTOMATICALLY_VERIFIED&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`AUTOMATICALLY_VERIFIED`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public FallbackAuthMicrodepositAutoVerifiedWebhook error(String error) { this.error = error; return this; } /** * The error code associated with the webhook. * @return error **/ @javax.annotation.Nullable @ApiModelProperty(value = "The error code associated with the webhook.") public String getError() { return error; } public void setError(String error) { this.error = error; } public FallbackAuthMicrodepositAutoVerifiedWebhook accountId(String accountId) { this.accountId = accountId; return this; } /** * The external account ID associated with the micro-deposit * @return accountId **/ @ApiModelProperty(required = true, value = "The external account ID associated with the micro-deposit") public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } public FallbackAuthMicrodepositAutoVerifiedWebhook itemId(String itemId) { this.itemId = itemId; return this; } /** * The &#x60;item_id&#x60; of the Item associated with this webhook, warning, or error * @return itemId **/ @ApiModelProperty(required = true, value = "The `item_id` of the Item associated with this webhook, warning, or error") public String getItemId() { return itemId; } public void setItemId(String itemId) { this.itemId = itemId; } public FallbackAuthMicrodepositAutoVerifiedWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } FallbackAuthMicrodepositAutoVerifiedWebhook fallbackAuthMicrodepositAutoVerifiedWebhook = (FallbackAuthMicrodepositAutoVerifiedWebhook) o; return Objects.equals(this.webhookType, fallbackAuthMicrodepositAutoVerifiedWebhook.webhookType) && Objects.equals(this.webhookCode, fallbackAuthMicrodepositAutoVerifiedWebhook.webhookCode) && Objects.equals(this.error, fallbackAuthMicrodepositAutoVerifiedWebhook.error) && Objects.equals(this.accountId, fallbackAuthMicrodepositAutoVerifiedWebhook.accountId) && Objects.equals(this.itemId, fallbackAuthMicrodepositAutoVerifiedWebhook.itemId) && Objects.equals(this.environment, fallbackAuthMicrodepositAutoVerifiedWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, error, accountId, itemId, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class FallbackAuthMicrodepositAutoVerifiedWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); sb.append(" accountId: ").append(toIndentedString(accountId)).append("\n"); sb.append(" itemId: ").append(toIndentedString(itemId)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java
src/main/java/com/plaid/client/model/HostedLinkDeliveryMethod.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * How Plaid should deliver the Plaid Link session to the customer. Only available to customers enabled for Link Delivery (beta). To request Link Delivery access, contact your account manager. &#39;sms&#39; will deliver via SMS. Must pass &#x60;user.phone_number&#x60;. &#39;email&#39; will deliver via email. Must pass &#x60;user.email_address&#x60;. In the Sandbox environment, this field will be ignored; use the Production environment to test Link Delivery instead. */ @JsonAdapter(HostedLinkDeliveryMethod.Adapter.class) public enum HostedLinkDeliveryMethod { SMS("sms"), EMAIL("email"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; HostedLinkDeliveryMethod(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static HostedLinkDeliveryMethod fromValue(String value) { for (HostedLinkDeliveryMethod b : HostedLinkDeliveryMethod.values()) { if (b.value.equals(value)) { return b; } } return HostedLinkDeliveryMethod.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<HostedLinkDeliveryMethod> { @Override public void write(final JsonWriter jsonWriter, final HostedLinkDeliveryMethod enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public HostedLinkDeliveryMethod read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return HostedLinkDeliveryMethod.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TotalInflowAmount90d.java
src/main/java/com/plaid/client/model/TotalInflowAmount90d.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TotalInflowAmount90d { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE = "unofficial_currency_code"; @SerializedName(SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE) private String unofficialCurrencyCode; public TotalInflowAmount90d amount(Double amount) { this.amount = amount; return this; } /** * Value of amount with up to 2 decimal places. * @return amount **/ @ApiModelProperty(required = true, value = "Value of amount with up to 2 decimal places.") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public TotalInflowAmount90d isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The ISO 4217 currency code of the amount or balance. * @return isoCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The ISO 4217 currency code of the amount or balance.") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } public TotalInflowAmount90d unofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; return this; } /** * The unofficial currency code associated with the amount or balance. Always &#x60;null&#x60; if &#x60;iso_currency_code&#x60; is non-null. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The unofficial currency code associated with the amount or balance. Always `null` if `iso_currency_code` is non-null. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; } public void setUnofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TotalInflowAmount90d totalInflowAmount90d = (TotalInflowAmount90d) o; return Objects.equals(this.amount, totalInflowAmount90d.amount) && Objects.equals(this.isoCurrencyCode, totalInflowAmount90d.isoCurrencyCode) && Objects.equals(this.unofficialCurrencyCode, totalInflowAmount90d.unofficialCurrencyCode); } @Override public int hashCode() { return Objects.hash(amount, isoCurrencyCode, unofficialCurrencyCode); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TotalInflowAmount90d {\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append(" unofficialCurrencyCode: ").append(toIndentedString(unofficialCurrencyCode)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java
src/main/java/com/plaid/client/model/SandboxTransferTestClockCreateResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.TransferTestClock; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Defines the response schema for &#x60;/sandbox/transfer/test_clock/create&#x60; */ @ApiModel(description = "Defines the response schema for `/sandbox/transfer/test_clock/create`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SandboxTransferTestClockCreateResponse { public static final String SERIALIZED_NAME_TEST_CLOCK = "test_clock"; @SerializedName(SERIALIZED_NAME_TEST_CLOCK) private TransferTestClock testClock; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public SandboxTransferTestClockCreateResponse testClock(TransferTestClock testClock) { this.testClock = testClock; return this; } /** * Get testClock * @return testClock **/ @ApiModelProperty(required = true, value = "") public TransferTestClock getTestClock() { return testClock; } public void setTestClock(TransferTestClock testClock) { this.testClock = testClock; } public SandboxTransferTestClockCreateResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SandboxTransferTestClockCreateResponse sandboxTransferTestClockCreateResponse = (SandboxTransferTestClockCreateResponse) o; return Objects.equals(this.testClock, sandboxTransferTestClockCreateResponse.testClock) && Objects.equals(this.requestId, sandboxTransferTestClockCreateResponse.requestId); } @Override public int hashCode() { return Objects.hash(testClock, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SandboxTransferTestClockCreateResponse {\n"); sb.append(" testClock: ").append(toIndentedString(testClock)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java
src/main/java/com/plaid/client/model/CraBankIncomeIncomeProvider.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraBankIncomeIncomeProvider { public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_IS_NORMALIZED = "is_normalized"; @SerializedName(SERIALIZED_NAME_IS_NORMALIZED) private Boolean isNormalized; public CraBankIncomeIncomeProvider name(String name) { this.name = name; return this; } /** * The name of the income provider. * @return name **/ @ApiModelProperty(required = true, value = "The name of the income provider.") public String getName() { return name; } public void setName(String name) { this.name = name; } public CraBankIncomeIncomeProvider isNormalized(Boolean isNormalized) { this.isNormalized = isNormalized; return this; } /** * Indicates whether the income provider name is normalized by comparing it against a canonical set of known providers. * @return isNormalized **/ @ApiModelProperty(required = true, value = "Indicates whether the income provider name is normalized by comparing it against a canonical set of known providers.") public Boolean getIsNormalized() { return isNormalized; } public void setIsNormalized(Boolean isNormalized) { this.isNormalized = isNormalized; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraBankIncomeIncomeProvider craBankIncomeIncomeProvider = (CraBankIncomeIncomeProvider) o; return Objects.equals(this.name, craBankIncomeIncomeProvider.name) && Objects.equals(this.isNormalized, craBankIncomeIncomeProvider.isNormalized); } @Override public int hashCode() { return Objects.hash(name, isNormalized); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraBankIncomeIncomeProvider {\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" isNormalized: ").append(toIndentedString(isNormalized)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java
src/main/java/com/plaid/client/model/LinkSessionSuccessMetadata.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.LinkSessionSuccessMetadataAccount; import com.plaid.client.model.LinkSessionSuccessMetadataInstitution; import com.plaid.client.model.LinkSessionSuccessMetadataTransferStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkSessionSuccessMetadata { public static final String SERIALIZED_NAME_INSTITUTION = "institution"; @SerializedName(SERIALIZED_NAME_INSTITUTION) private LinkSessionSuccessMetadataInstitution institution; public static final String SERIALIZED_NAME_ACCOUNTS = "accounts"; @SerializedName(SERIALIZED_NAME_ACCOUNTS) private List<LinkSessionSuccessMetadataAccount> accounts = null; public static final String SERIALIZED_NAME_LINK_SESSION_ID = "link_session_id"; @SerializedName(SERIALIZED_NAME_LINK_SESSION_ID) private String linkSessionId; public static final String SERIALIZED_NAME_TRANSFER_STATUS = "transfer_status"; @SerializedName(SERIALIZED_NAME_TRANSFER_STATUS) private LinkSessionSuccessMetadataTransferStatus transferStatus; public LinkSessionSuccessMetadata institution(LinkSessionSuccessMetadataInstitution institution) { this.institution = institution; return this; } /** * Get institution * @return institution **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public LinkSessionSuccessMetadataInstitution getInstitution() { return institution; } public void setInstitution(LinkSessionSuccessMetadataInstitution institution) { this.institution = institution; } public LinkSessionSuccessMetadata accounts(List<LinkSessionSuccessMetadataAccount> accounts) { this.accounts = accounts; return this; } public LinkSessionSuccessMetadata addAccountsItem(LinkSessionSuccessMetadataAccount accountsItem) { if (this.accounts == null) { this.accounts = new ArrayList<>(); } this.accounts.add(accountsItem); return this; } /** * A list of accounts attached to the connected Item. If Account Select is enabled via the developer dashboard, &#x60;accounts&#x60; will only include selected accounts. * @return accounts **/ @javax.annotation.Nullable @ApiModelProperty(value = "A list of accounts attached to the connected Item. If Account Select is enabled via the developer dashboard, `accounts` will only include selected accounts.") public List<LinkSessionSuccessMetadataAccount> getAccounts() { return accounts; } public void setAccounts(List<LinkSessionSuccessMetadataAccount> accounts) { this.accounts = accounts; } public LinkSessionSuccessMetadata linkSessionId(String linkSessionId) { this.linkSessionId = linkSessionId; return this; } /** * A unique identifier associated with a user&#39;s actions and events through the Link flow. Include this identifier when opening a support ticket for faster turnaround. * @return linkSessionId **/ @javax.annotation.Nullable @ApiModelProperty(value = "A unique identifier associated with a user's actions and events through the Link flow. Include this identifier when opening a support ticket for faster turnaround.") public String getLinkSessionId() { return linkSessionId; } public void setLinkSessionId(String linkSessionId) { this.linkSessionId = linkSessionId; } public LinkSessionSuccessMetadata transferStatus(LinkSessionSuccessMetadataTransferStatus transferStatus) { this.transferStatus = transferStatus; return this; } /** * Get transferStatus * @return transferStatus **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public LinkSessionSuccessMetadataTransferStatus getTransferStatus() { return transferStatus; } public void setTransferStatus(LinkSessionSuccessMetadataTransferStatus transferStatus) { this.transferStatus = transferStatus; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkSessionSuccessMetadata linkSessionSuccessMetadata = (LinkSessionSuccessMetadata) o; return Objects.equals(this.institution, linkSessionSuccessMetadata.institution) && Objects.equals(this.accounts, linkSessionSuccessMetadata.accounts) && Objects.equals(this.linkSessionId, linkSessionSuccessMetadata.linkSessionId) && Objects.equals(this.transferStatus, linkSessionSuccessMetadata.transferStatus); } @Override public int hashCode() { return Objects.hash(institution, accounts, linkSessionId, transferStatus); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkSessionSuccessMetadata {\n"); sb.append(" institution: ").append(toIndentedString(institution)).append("\n"); sb.append(" accounts: ").append(toIndentedString(accounts)).append("\n"); sb.append(" linkSessionId: ").append(toIndentedString(linkSessionId)).append("\n"); sb.append(" transferStatus: ").append(toIndentedString(transferStatus)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java
src/main/java/com/plaid/client/model/PaymentInitiationStandingOrderMetadata.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PaymentScheduleInterval; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[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) private Boolean supportsStandingOrderEndDate; public static final String SERIALIZED_NAME_SUPPORTS_STANDING_ORDER_NEGATIVE_EXECUTION_DAYS = "supports_standing_order_negative_execution_days"; @SerializedName(SERIALIZED_NAME_SUPPORTS_STANDING_ORDER_NEGATIVE_EXECUTION_DAYS) private Boolean supportsStandingOrderNegativeExecutionDays; public static final String SERIALIZED_NAME_VALID_STANDING_ORDER_INTERVALS = "valid_standing_order_intervals"; @SerializedName(SERIALIZED_NAME_VALID_STANDING_ORDER_INTERVALS) private List<PaymentScheduleInterval> validStandingOrderIntervals = new ArrayList<>(); public PaymentInitiationStandingOrderMetadata supportsStandingOrderEndDate(Boolean supportsStandingOrderEndDate) { this.supportsStandingOrderEndDate = supportsStandingOrderEndDate; return this; } /** * Indicates whether the institution supports closed-ended standing orders by providing an end date. * @return supportsStandingOrderEndDate **/ @ApiModelProperty(required = true, value = "Indicates whether the institution supports closed-ended standing orders by providing an end date.") public Boolean getSupportsStandingOrderEndDate() { return supportsStandingOrderEndDate; } public void setSupportsStandingOrderEndDate(Boolean supportsStandingOrderEndDate) { this.supportsStandingOrderEndDate = supportsStandingOrderEndDate; } public PaymentInitiationStandingOrderMetadata supportsStandingOrderNegativeExecutionDays(Boolean supportsStandingOrderNegativeExecutionDays) { this.supportsStandingOrderNegativeExecutionDays = supportsStandingOrderNegativeExecutionDays; return this; } /** * This is only applicable to &#x60;MONTHLY&#x60; standing orders. Indicates whether the institution supports negative integers (-1 to -5) for setting up a &#x60;MONTHLY&#x60; standing order relative to the end of the month. * @return supportsStandingOrderNegativeExecutionDays **/ @ApiModelProperty(required = true, value = "This is only applicable to `MONTHLY` standing orders. Indicates whether the institution supports negative integers (-1 to -5) for setting up a `MONTHLY` standing order relative to the end of the month.") public Boolean getSupportsStandingOrderNegativeExecutionDays() { return supportsStandingOrderNegativeExecutionDays; } public void setSupportsStandingOrderNegativeExecutionDays(Boolean supportsStandingOrderNegativeExecutionDays) { this.supportsStandingOrderNegativeExecutionDays = supportsStandingOrderNegativeExecutionDays; } public PaymentInitiationStandingOrderMetadata validStandingOrderIntervals(List<PaymentScheduleInterval> validStandingOrderIntervals) { this.validStandingOrderIntervals = validStandingOrderIntervals; return this; } public PaymentInitiationStandingOrderMetadata addValidStandingOrderIntervalsItem(PaymentScheduleInterval validStandingOrderIntervalsItem) { this.validStandingOrderIntervals.add(validStandingOrderIntervalsItem); return this; } /** * A list of the valid standing order intervals supported by the institution. * @return validStandingOrderIntervals **/ @ApiModelProperty(required = true, value = "A list of the valid standing order intervals supported by the institution.") public List<PaymentScheduleInterval> getValidStandingOrderIntervals() { return validStandingOrderIntervals; } public void setValidStandingOrderIntervals(List<PaymentScheduleInterval> validStandingOrderIntervals) { this.validStandingOrderIntervals = validStandingOrderIntervals; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PaymentInitiationStandingOrderMetadata paymentInitiationStandingOrderMetadata = (PaymentInitiationStandingOrderMetadata) o; return Objects.equals(this.supportsStandingOrderEndDate, paymentInitiationStandingOrderMetadata.supportsStandingOrderEndDate) && Objects.equals(this.supportsStandingOrderNegativeExecutionDays, paymentInitiationStandingOrderMetadata.supportsStandingOrderNegativeExecutionDays) && Objects.equals(this.validStandingOrderIntervals, paymentInitiationStandingOrderMetadata.validStandingOrderIntervals); } @Override public int hashCode() { return Objects.hash(supportsStandingOrderEndDate, supportsStandingOrderNegativeExecutionDays, validStandingOrderIntervals); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PaymentInitiationStandingOrderMetadata {\n"); sb.append(" supportsStandingOrderEndDate: ").append(toIndentedString(supportsStandingOrderEndDate)).append("\n"); sb.append(" supportsStandingOrderNegativeExecutionDays: ").append(toIndentedString(supportsStandingOrderNegativeExecutionDays)).append("\n"); sb.append(" validStandingOrderIntervals: ").append(toIndentedString(validStandingOrderIntervals)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java
src/main/java/com/plaid/client/model/TransactionsRulesRemoveRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * TransactionsRulesRemoveRequest defines the request schema for &#x60;/beta/transactions/rules/v1/remove&#x60; */ @ApiModel(description = "TransactionsRulesRemoveRequest defines the request schema for `/beta/transactions/rules/v1/remove`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class TransactionsRulesRemoveRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token"; @SerializedName(SERIALIZED_NAME_ACCESS_TOKEN) private String accessToken; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_RULE_ID = "rule_id"; @SerializedName(SERIALIZED_NAME_RULE_ID) private String ruleId; public TransactionsRulesRemoveRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public TransactionsRulesRemoveRequest accessToken(String accessToken) { this.accessToken = accessToken; return this; } /** * The access token associated with the Item data is being requested for. * @return accessToken **/ @ApiModelProperty(required = true, value = "The access token associated with the Item data is being requested for.") public String getAccessToken() { return accessToken; } public void setAccessToken(String accessToken) { this.accessToken = accessToken; } public TransactionsRulesRemoveRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public TransactionsRulesRemoveRequest ruleId(String ruleId) { this.ruleId = ruleId; return this; } /** * A rule&#39;s unique identifier * @return ruleId **/ @ApiModelProperty(required = true, value = "A rule's unique identifier") public String getRuleId() { return ruleId; } public void setRuleId(String ruleId) { this.ruleId = ruleId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } TransactionsRulesRemoveRequest transactionsRulesRemoveRequest = (TransactionsRulesRemoveRequest) o; return Objects.equals(this.clientId, transactionsRulesRemoveRequest.clientId) && Objects.equals(this.accessToken, transactionsRulesRemoveRequest.accessToken) && Objects.equals(this.secret, transactionsRulesRemoveRequest.secret) && Objects.equals(this.ruleId, transactionsRulesRemoveRequest.ruleId); } @Override public int hashCode() { return Objects.hash(clientId, accessToken, secret, ruleId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class TransactionsRulesRemoveRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" accessToken: ").append(toIndentedString(accessToken)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" ruleId: ").append(toIndentedString(ruleId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java
src/main/java/com/plaid/client/model/ProcessorInvestmentsHoldingsGetRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * ProcessorInvestmentsHoldingsGetRequest defines the request schema for &#x60;/processor/investments/holdings/get&#x60; */ @ApiModel(description = "ProcessorInvestmentsHoldingsGetRequest defines the request schema for `/processor/investments/holdings/get`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ProcessorInvestmentsHoldingsGetRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_PROCESSOR_TOKEN = "processor_token"; @SerializedName(SERIALIZED_NAME_PROCESSOR_TOKEN) private String processorToken; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public ProcessorInvestmentsHoldingsGetRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public ProcessorInvestmentsHoldingsGetRequest processorToken(String processorToken) { this.processorToken = processorToken; return this; } /** * The processor token obtained from the Plaid integration partner. Processor tokens are in the format: &#x60;processor-&lt;environment&gt;-&lt;identifier&gt;&#x60; * @return processorToken **/ @ApiModelProperty(required = true, value = "The processor token obtained from the Plaid integration partner. Processor tokens are in the format: `processor-<environment>-<identifier>`") public String getProcessorToken() { return processorToken; } public void setProcessorToken(String processorToken) { this.processorToken = processorToken; } public ProcessorInvestmentsHoldingsGetRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ProcessorInvestmentsHoldingsGetRequest processorInvestmentsHoldingsGetRequest = (ProcessorInvestmentsHoldingsGetRequest) o; return Objects.equals(this.clientId, processorInvestmentsHoldingsGetRequest.clientId) && Objects.equals(this.processorToken, processorInvestmentsHoldingsGetRequest.processorToken) && Objects.equals(this.secret, processorInvestmentsHoldingsGetRequest.secret); } @Override public int hashCode() { return Objects.hash(clientId, processorToken, secret); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ProcessorInvestmentsHoldingsGetRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" processorToken: ").append(toIndentedString(processorToken)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/OAuthRevokeRequest.java
src/main/java/com/plaid/client/model/OAuthRevokeRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * OAuth token revoke request */ @ApiModel(description = "OAuth token revoke request") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class OAuthRevokeRequest { public static final String SERIALIZED_NAME_TOKEN = "token"; @SerializedName(SERIALIZED_NAME_TOKEN) private String token; public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_CLIENT_SECRET = "client_secret"; @SerializedName(SERIALIZED_NAME_CLIENT_SECRET) private String clientSecret; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public OAuthRevokeRequest token(String token) { this.token = token; return this; } /** * An OAuth token of any type (&#x60;refresh_token&#x60;, &#x60;access_token&#x60;, etc) * @return token **/ @ApiModelProperty(required = true, value = "An OAuth token of any type (`refresh_token`, `access_token`, etc)") public String getToken() { return token; } public void setToken(String token) { this.token = token; } public OAuthRevokeRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public OAuthRevokeRequest clientSecret(String clientSecret) { this.clientSecret = clientSecret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body as either &#x60;secret&#x60; or &#x60;client_secret&#x60;. * @return clientSecret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body as either `secret` or `client_secret`.") public String getClientSecret() { return clientSecret; } public void setClientSecret(String clientSecret) { this.clientSecret = clientSecret; } public OAuthRevokeRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body as either &#x60;secret&#x60; or &#x60;client_secret&#x60;. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body as either `secret` or `client_secret`.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } OAuthRevokeRequest oauthRevokeRequest = (OAuthRevokeRequest) o; return Objects.equals(this.token, oauthRevokeRequest.token) && Objects.equals(this.clientId, oauthRevokeRequest.clientId) && Objects.equals(this.clientSecret, oauthRevokeRequest.clientSecret) && Objects.equals(this.secret, oauthRevokeRequest.secret); } @Override public int hashCode() { return Objects.hash(token, clientId, clientSecret, secret); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class OAuthRevokeRequest {\n"); sb.append(" token: ").append(toIndentedString(token)).append("\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" clientSecret: ").append(toIndentedString(clientSecret)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ProductStatus.java
src/main/java/com/plaid/client/model/ProductStatus.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ProductStatusBreakdown; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.OffsetDateTime; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ProductStatus { /** * This field is deprecated in favor of the &#x60;breakdown&#x60; object, which provides more granular institution health data. &#x60;HEALTHY&#x60;: the majority of requests are successful &#x60;DEGRADED&#x60;: only some requests are successful &#x60;DOWN&#x60;: all requests are failing */ @JsonAdapter(StatusEnum.Adapter.class) public enum StatusEnum { HEALTHY("HEALTHY"), DEGRADED("DEGRADED"), DOWN("DOWN"); private String value; StatusEnum(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static StatusEnum fromValue(String value) { for (StatusEnum b : StatusEnum.values()) { if (b.value.equals(value)) { return b; } } throw new IllegalArgumentException("Unexpected value '" + value + "'"); } public static class Adapter extends TypeAdapter<StatusEnum> { @Override public void write(final JsonWriter jsonWriter, final StatusEnum enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public StatusEnum read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return StatusEnum.fromValue(value); } } } public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) private StatusEnum status; public static final String SERIALIZED_NAME_LAST_STATUS_CHANGE = "last_status_change"; @SerializedName(SERIALIZED_NAME_LAST_STATUS_CHANGE) private OffsetDateTime lastStatusChange; public static final String SERIALIZED_NAME_BREAKDOWN = "breakdown"; @SerializedName(SERIALIZED_NAME_BREAKDOWN) private ProductStatusBreakdown breakdown; public ProductStatus status(StatusEnum status) { this.status = status; return this; } /** * This field is deprecated in favor of the &#x60;breakdown&#x60; object, which provides more granular institution health data. &#x60;HEALTHY&#x60;: the majority of requests are successful &#x60;DEGRADED&#x60;: only some requests are successful &#x60;DOWN&#x60;: all requests are failing * @return status **/ @ApiModelProperty(required = true, value = "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") public StatusEnum getStatus() { return status; } public void setStatus(StatusEnum status) { this.status = status; } public ProductStatus lastStatusChange(OffsetDateTime lastStatusChange) { this.lastStatusChange = lastStatusChange; return this; } /** * [ISO 8601](https://wikipedia.org/wiki/ISO_8601) formatted timestamp of the last status change for the institution. * @return lastStatusChange **/ @ApiModelProperty(required = true, value = "[ISO 8601](https://wikipedia.org/wiki/ISO_8601) formatted timestamp of the last status change for the institution. ") public OffsetDateTime getLastStatusChange() { return lastStatusChange; } public void setLastStatusChange(OffsetDateTime lastStatusChange) { this.lastStatusChange = lastStatusChange; } public ProductStatus breakdown(ProductStatusBreakdown breakdown) { this.breakdown = breakdown; return this; } /** * Get breakdown * @return breakdown **/ @ApiModelProperty(required = true, value = "") public ProductStatusBreakdown getBreakdown() { return breakdown; } public void setBreakdown(ProductStatusBreakdown breakdown) { this.breakdown = breakdown; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ProductStatus productStatus = (ProductStatus) o; return Objects.equals(this.status, productStatus.status) && Objects.equals(this.lastStatusChange, productStatus.lastStatusChange) && Objects.equals(this.breakdown, productStatus.breakdown); } @Override public int hashCode() { return Objects.hash(status, lastStatusChange, breakdown); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ProductStatus {\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" lastStatusChange: ").append(toIndentedString(lastStatusChange)).append("\n"); sb.append(" breakdown: ").append(toIndentedString(breakdown)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/AssetHoldings.java
src/main/java/com/plaid/client/model/AssetHoldings.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.AssetHolding; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[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) private List<AssetHolding> ASSET_HOLDING = new ArrayList<>(); public AssetHoldings ASSET_HOLDING(List<AssetHolding> ASSET_HOLDING) { this.ASSET_HOLDING = ASSET_HOLDING; return this; } public AssetHoldings addASSETHOLDINGItem(AssetHolding ASSET_HOLDINGItem) { this.ASSET_HOLDING.add(ASSET_HOLDINGItem); return this; } /** * Get ASSET_HOLDING * @return ASSET_HOLDING **/ @ApiModelProperty(required = true, value = "") public List<AssetHolding> getASSETHOLDING() { return ASSET_HOLDING; } public void setASSETHOLDING(List<AssetHolding> ASSET_HOLDING) { this.ASSET_HOLDING = ASSET_HOLDING; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } AssetHoldings assetHoldings = (AssetHoldings) o; return Objects.equals(this.ASSET_HOLDING, assetHoldings.ASSET_HOLDING); } @Override public int hashCode() { return Objects.hash(ASSET_HOLDING); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class AssetHoldings {\n"); sb.append(" ASSET_HOLDING: ").append(toIndentedString(ASSET_HOLDING)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java
src/main/java/com/plaid/client/model/PartnerEndCustomerAssetsUnderManagement.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class PartnerEndCustomerAssetsUnderManagement { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public PartnerEndCustomerAssetsUnderManagement amount(Double amount) { this.amount = amount; return this; } /** * Get amount * @return amount **/ @ApiModelProperty(required = true, value = "") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public PartnerEndCustomerAssetsUnderManagement isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * Get isoCurrencyCode * @return isoCurrencyCode **/ @ApiModelProperty(required = true, value = "") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } PartnerEndCustomerAssetsUnderManagement partnerEndCustomerAssetsUnderManagement = (PartnerEndCustomerAssetsUnderManagement) o; return Objects.equals(this.amount, partnerEndCustomerAssetsUnderManagement.amount) && Objects.equals(this.isoCurrencyCode, partnerEndCustomerAssetsUnderManagement.isoCurrencyCode); } @Override public int hashCode() { return Objects.hash(amount, isoCurrencyCode); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class PartnerEndCustomerAssetsUnderManagement {\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" isoCurrencyCode: ").append(toIndentedString(isoCurrencyCode)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java
src/main/java/com/plaid/client/model/UserTransactionsRefreshResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.RefreshResult; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * UserTransactionsRefreshResponse defines the response schema for &#x60;user/transactions/refresh&#x60; */ @ApiModel(description = "UserTransactionsRefreshResponse defines the response schema for `user/transactions/refresh`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class UserTransactionsRefreshResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; public static final String SERIALIZED_NAME_RESULTS = "results"; @SerializedName(SERIALIZED_NAME_RESULTS) private List<RefreshResult> results = null; public UserTransactionsRefreshResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @javax.annotation.Nullable @ApiModelProperty(value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public UserTransactionsRefreshResponse userId(String userId) { this.userId = userId; return this; } /** * The user ID associated with the refresh request. * @return userId **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user ID associated with the refresh request.") public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } public UserTransactionsRefreshResponse results(List<RefreshResult> results) { this.results = results; return this; } public UserTransactionsRefreshResponse addResultsItem(RefreshResult resultsItem) { if (this.results == null) { this.results = new ArrayList<>(); } this.results.add(resultsItem); return this; } /** * Get results * @return results **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public List<RefreshResult> getResults() { return results; } public void setResults(List<RefreshResult> results) { this.results = results; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } UserTransactionsRefreshResponse userTransactionsRefreshResponse = (UserTransactionsRefreshResponse) o; return Objects.equals(this.requestId, userTransactionsRefreshResponse.requestId) && Objects.equals(this.userId, userTransactionsRefreshResponse.userId) && Objects.equals(this.results, userTransactionsRefreshResponse.results); } @Override public int hashCode() { return Objects.hash(requestId, userId, results); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UserTransactionsRefreshResponse {\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); sb.append(" results: ").append(toIndentedString(results)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IdentityMatchUser.java
src/main/java/com/plaid/client/model/IdentityMatchUser.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.AddressDataNullableNoRequiredFields; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * The user&#39;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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class IdentityMatchUser { public static final String SERIALIZED_NAME_LEGAL_NAME = "legal_name"; @SerializedName(SERIALIZED_NAME_LEGAL_NAME) private String legalName; public static final String SERIALIZED_NAME_PHONE_NUMBER = "phone_number"; @SerializedName(SERIALIZED_NAME_PHONE_NUMBER) private String phoneNumber; public static final String SERIALIZED_NAME_EMAIL_ADDRESS = "email_address"; @SerializedName(SERIALIZED_NAME_EMAIL_ADDRESS) private String emailAddress; public static final String SERIALIZED_NAME_ADDRESS = "address"; @SerializedName(SERIALIZED_NAME_ADDRESS) private AddressDataNullableNoRequiredFields address; public IdentityMatchUser legalName(String legalName) { this.legalName = legalName; return this; } /** * The user&#39;s full legal name. * @return legalName **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's full legal name.") public String getLegalName() { return legalName; } public void setLegalName(String legalName) { this.legalName = legalName; } public IdentityMatchUser phoneNumber(String phoneNumber) { this.phoneNumber = phoneNumber; return this; } /** * The user&#39;s phone number, in E.164 format: +{countrycode}{number}. For example: \&quot;+14157452130\&quot;. Phone numbers provided in other formats will be parsed on a best-effort basis. Phone number input is validated against valid number ranges; number strings that do not match a real-world phone numbering scheme may cause the request to fail, even in the Sandbox test environment. * @return phoneNumber **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's phone number, in E.164 format: +{countrycode}{number}. For example: \"+14157452130\". Phone numbers provided in other formats will be parsed on a best-effort basis. Phone number input is validated against valid number ranges; number strings that do not match a real-world phone numbering scheme may cause the request to fail, even in the Sandbox test environment.") public String getPhoneNumber() { return phoneNumber; } public void setPhoneNumber(String phoneNumber) { this.phoneNumber = phoneNumber; } public IdentityMatchUser emailAddress(String emailAddress) { this.emailAddress = emailAddress; return this; } /** * The user&#39;s email address. * @return emailAddress **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user's email address.") public String getEmailAddress() { return emailAddress; } public void setEmailAddress(String emailAddress) { this.emailAddress = emailAddress; } public IdentityMatchUser address(AddressDataNullableNoRequiredFields address) { this.address = address; return this; } /** * Get address * @return address **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public AddressDataNullableNoRequiredFields getAddress() { return address; } public void setAddress(AddressDataNullableNoRequiredFields address) { this.address = address; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } IdentityMatchUser identityMatchUser = (IdentityMatchUser) o; return Objects.equals(this.legalName, identityMatchUser.legalName) && Objects.equals(this.phoneNumber, identityMatchUser.phoneNumber) && Objects.equals(this.emailAddress, identityMatchUser.emailAddress) && Objects.equals(this.address, identityMatchUser.address); } @Override public int hashCode() { return Objects.hash(legalName, phoneNumber, emailAddress, address); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IdentityMatchUser {\n"); sb.append(" legalName: ").append(toIndentedString(legalName)).append("\n"); sb.append(" phoneNumber: ").append(toIndentedString(phoneNumber)).append("\n"); sb.append(" emailAddress: ").append(toIndentedString(emailAddress)).append("\n"); sb.append(" address: ").append(toIndentedString(address)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java
src/main/java/com/plaid/client/model/CraLoanPaymentHistory.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraLoanPaymentHistory { public static final String SERIALIZED_NAME_PERIOD = "period"; @SerializedName(SERIALIZED_NAME_PERIOD) private Integer period; public static final String SERIALIZED_NAME_DUE_DATE = "due_date"; @SerializedName(SERIALIZED_NAME_DUE_DATE) private LocalDate dueDate; public static final String SERIALIZED_NAME_DAYS_PAST_DUE = "days_past_due"; @SerializedName(SERIALIZED_NAME_DAYS_PAST_DUE) private Integer daysPastDue; public static final String SERIALIZED_NAME_AMOUNT_PAST_DUE = "amount_past_due"; @SerializedName(SERIALIZED_NAME_AMOUNT_PAST_DUE) private Double amountPastDue; public static final String SERIALIZED_NAME_BALANCE_REMAINING = "balance_remaining"; @SerializedName(SERIALIZED_NAME_BALANCE_REMAINING) private Double balanceRemaining; public CraLoanPaymentHistory period(Integer period) { this.period = period; return this; } /** * The index to identify the loan&#39;s payment period, starting from 1. For example: 1 means the period between the loan&#39;s opening date and the 1st payment due date. 2 means the period between the loan&#39;s 1st payment due date and 2nd payment due date. * @return period **/ @ApiModelProperty(required = true, value = "The index to identify the loan's payment period, starting from 1. For example: 1 means the period between the loan's opening date and the 1st payment due date. 2 means the period between the loan's 1st payment due date and 2nd payment due date.") public Integer getPeriod() { return period; } public void setPeriod(Integer period) { this.period = period; } public CraLoanPaymentHistory dueDate(LocalDate dueDate) { this.dueDate = dueDate; return this; } /** * The payment due date or end date of the payment period. The date should be in ISO 8601 format (YYYY-MM-DD). * @return dueDate **/ @ApiModelProperty(required = true, value = "The payment due date or end date of the payment period. The date should be in ISO 8601 format (YYYY-MM-DD).") public LocalDate getDueDate() { return dueDate; } public void setDueDate(LocalDate dueDate) { this.dueDate = dueDate; } public CraLoanPaymentHistory daysPastDue(Integer daysPastDue) { this.daysPastDue = daysPastDue; return this; } /** * The number of days the loan was delinquent at the end of the pay period. If specified, should be greater of equal to 0. * @return daysPastDue **/ @ApiModelProperty(required = true, value = "The number of days the loan was delinquent at the end of the pay period. If specified, should be greater of equal to 0.") public Integer getDaysPastDue() { return daysPastDue; } public void setDaysPastDue(Integer daysPastDue) { this.daysPastDue = daysPastDue; } public CraLoanPaymentHistory amountPastDue(Double amountPastDue) { this.amountPastDue = amountPastDue; return this; } /** * The amount past due or the charge-off amount of the loan at the end of the payment period. * @return amountPastDue **/ @javax.annotation.Nullable @ApiModelProperty(value = "The amount past due or the charge-off amount of the loan at the end of the payment period.") public Double getAmountPastDue() { return amountPastDue; } public void setAmountPastDue(Double amountPastDue) { this.amountPastDue = amountPastDue; } public CraLoanPaymentHistory balanceRemaining(Double balanceRemaining) { this.balanceRemaining = balanceRemaining; return this; } /** * The balance remaining on the loan at the end of the payment period. * @return balanceRemaining **/ @javax.annotation.Nullable @ApiModelProperty(value = "The balance remaining on the loan at the end of the payment period.") public Double getBalanceRemaining() { return balanceRemaining; } public void setBalanceRemaining(Double balanceRemaining) { this.balanceRemaining = balanceRemaining; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraLoanPaymentHistory craLoanPaymentHistory = (CraLoanPaymentHistory) o; return Objects.equals(this.period, craLoanPaymentHistory.period) && Objects.equals(this.dueDate, craLoanPaymentHistory.dueDate) && Objects.equals(this.daysPastDue, craLoanPaymentHistory.daysPastDue) && Objects.equals(this.amountPastDue, craLoanPaymentHistory.amountPastDue) && Objects.equals(this.balanceRemaining, craLoanPaymentHistory.balanceRemaining); } @Override public int hashCode() { return Objects.hash(period, dueDate, daysPastDue, amountPastDue, balanceRemaining); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraLoanPaymentHistory {\n"); sb.append(" period: ").append(toIndentedString(period)).append("\n"); sb.append(" dueDate: ").append(toIndentedString(dueDate)).append("\n"); sb.append(" daysPastDue: ").append(toIndentedString(daysPastDue)).append("\n"); sb.append(" amountPastDue: ").append(toIndentedString(amountPastDue)).append("\n"); sb.append(" balanceRemaining: ").append(toIndentedString(balanceRemaining)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SignalDecisionOutcome.java
src/main/java/com/plaid/client/model/SignalDecisionOutcome.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The payment decision from the risk assessment. &#x60;APPROVE&#x60;: approve the transaction without requiring further actions from your customers. For example, use this field if you are placing a standard hold for all the approved transactions before making funds available to your customers. You should also use this field if you decide to accelerate the fund availability for your customers. &#x60;REVIEW&#x60;: the transaction requires manual review &#x60;REJECT&#x60;: reject the transaction &#x60;TAKE_OTHER_RISK_MEASURES&#x60;: for example, placing a longer hold on funds than those approved transactions or introducing customer frictions such as step-up verification/authentication &#x60;NOT_EVALUATED&#x60;: if only logging the results without using them */ @JsonAdapter(SignalDecisionOutcome.Adapter.class) public enum SignalDecisionOutcome { APPROVE("APPROVE"), REVIEW("REVIEW"), REJECT("REJECT"), TAKE_OTHER_RISK_MEASURES("TAKE_OTHER_RISK_MEASURES"), NOT_EVALUATED("NOT_EVALUATED"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; SignalDecisionOutcome(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static SignalDecisionOutcome fromValue(String value) { for (SignalDecisionOutcome b : SignalDecisionOutcome.values()) { if (b.value.equals(value)) { return b; } } return null; } public static class Adapter extends TypeAdapter<SignalDecisionOutcome> { @Override public void write(final JsonWriter jsonWriter, final SignalDecisionOutcome enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public SignalDecisionOutcome read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return SignalDecisionOutcome.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java
src/main/java/com/plaid/client/model/ProcessorTransactionsRemovedWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PlaidError; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 &#x60;/processor/transactions/get&#x60;; if you are using the newer &#x60;/processor/transactions/sync&#x60; endpoint, this webhook will still be fired to maintain backwards compatibility, but it is recommended to listen for and respond to the &#x60;SYNC_UPDATES_AVAILABLE&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class ProcessorTransactionsRemovedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_ERROR = "error"; @SerializedName(SERIALIZED_NAME_ERROR) private PlaidError error; public static final String SERIALIZED_NAME_REMOVED_TRANSACTIONS = "removed_transactions"; @SerializedName(SERIALIZED_NAME_REMOVED_TRANSACTIONS) private List<String> removedTransactions = new ArrayList<>(); public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) private String accountId; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public ProcessorTransactionsRemovedWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;TRANSACTIONS&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`TRANSACTIONS`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public ProcessorTransactionsRemovedWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;TRANSACTIONS_REMOVED&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`TRANSACTIONS_REMOVED`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public ProcessorTransactionsRemovedWebhook error(PlaidError error) { this.error = error; return this; } /** * Get error * @return error **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PlaidError getError() { return error; } public void setError(PlaidError error) { this.error = error; } public ProcessorTransactionsRemovedWebhook removedTransactions(List<String> removedTransactions) { this.removedTransactions = removedTransactions; return this; } public ProcessorTransactionsRemovedWebhook addRemovedTransactionsItem(String removedTransactionsItem) { this.removedTransactions.add(removedTransactionsItem); return this; } /** * An array of &#x60;transaction_ids&#x60; corresponding to the removed transactions * @return removedTransactions **/ @ApiModelProperty(required = true, value = "An array of `transaction_ids` corresponding to the removed transactions") public List<String> getRemovedTransactions() { return removedTransactions; } public void setRemovedTransactions(List<String> removedTransactions) { this.removedTransactions = removedTransactions; } public ProcessorTransactionsRemovedWebhook accountId(String accountId) { this.accountId = accountId; return this; } /** * The ID of the account. * @return accountId **/ @ApiModelProperty(required = true, value = "The ID of the account.") public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } public ProcessorTransactionsRemovedWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } ProcessorTransactionsRemovedWebhook processorTransactionsRemovedWebhook = (ProcessorTransactionsRemovedWebhook) o; return Objects.equals(this.webhookType, processorTransactionsRemovedWebhook.webhookType) && Objects.equals(this.webhookCode, processorTransactionsRemovedWebhook.webhookCode) && Objects.equals(this.error, processorTransactionsRemovedWebhook.error) && Objects.equals(this.removedTransactions, processorTransactionsRemovedWebhook.removedTransactions) && Objects.equals(this.accountId, processorTransactionsRemovedWebhook.accountId) && Objects.equals(this.environment, processorTransactionsRemovedWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, error, removedTransactions, accountId, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class ProcessorTransactionsRemovedWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" error: ").append(toIndentedString(error)).append("\n"); sb.append(" removedTransactions: ").append(toIndentedString(removedTransactions)).append("\n"); sb.append(" accountId: ").append(toIndentedString(accountId)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java
src/main/java/com/plaid/client/model/SandboxCraCashflowUpdatesUpdateRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CashFlowUpdatesEventWebhookCodes; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * SandboxCraCashflowUpdatesUpdateRequest defines the request schema for &#x60;/sandbox/cashflow_updates/update&#x60; */ @ApiModel(description = "SandboxCraCashflowUpdatesUpdateRequest defines the request schema for `/sandbox/cashflow_updates/update`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SandboxCraCashflowUpdatesUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) private String userToken; public static final String SERIALIZED_NAME_WEBHOOK_CODES = "webhook_codes"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODES) private List<CashFlowUpdatesEventWebhookCodes> webhookCodes = null; public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; public SandboxCraCashflowUpdatesUpdateRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public SandboxCraCashflowUpdatesUpdateRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public SandboxCraCashflowUpdatesUpdateRequest userToken(String userToken) { this.userToken = userToken; return this; } /** * The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the &#x60;user_token&#x60; field. All other customers should use the &#x60;user_id&#x60; instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). * @return userToken **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the `user_token` field. All other customers should use the `user_id` instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).") public String getUserToken() { return userToken; } public void setUserToken(String userToken) { this.userToken = userToken; } public SandboxCraCashflowUpdatesUpdateRequest webhookCodes(List<CashFlowUpdatesEventWebhookCodes> webhookCodes) { this.webhookCodes = webhookCodes; return this; } public SandboxCraCashflowUpdatesUpdateRequest addWebhookCodesItem(CashFlowUpdatesEventWebhookCodes webhookCodesItem) { if (this.webhookCodes == null) { this.webhookCodes = new ArrayList<>(); } this.webhookCodes.add(webhookCodesItem); return this; } /** * Webhook codes corresponding to the Cash Flow Updates events to be simulated. * @return webhookCodes **/ @javax.annotation.Nullable @ApiModelProperty(value = "Webhook codes corresponding to the Cash Flow Updates events to be simulated.") public List<CashFlowUpdatesEventWebhookCodes> getWebhookCodes() { return webhookCodes; } public void setWebhookCodes(List<CashFlowUpdatesEventWebhookCodes> webhookCodes) { this.webhookCodes = webhookCodes; } public SandboxCraCashflowUpdatesUpdateRequest userId(String userId) { this.userId = userId; return this; } /** * A unique user identifier, created by &#x60;/user/create&#x60;. Integrations that began using &#x60;/user/create&#x60; after December 10, 2025 use this field to identify a user instead of the &#x60;user_token&#x60;. For more details, see [new user APIs](https://plaid.com/docs/api/users/user-apis). * @return userId **/ @javax.annotation.Nullable @ApiModelProperty(value = "A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [new user APIs](https://plaid.com/docs/api/users/user-apis).") public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SandboxCraCashflowUpdatesUpdateRequest sandboxCraCashflowUpdatesUpdateRequest = (SandboxCraCashflowUpdatesUpdateRequest) o; return Objects.equals(this.clientId, sandboxCraCashflowUpdatesUpdateRequest.clientId) && Objects.equals(this.secret, sandboxCraCashflowUpdatesUpdateRequest.secret) && Objects.equals(this.userToken, sandboxCraCashflowUpdatesUpdateRequest.userToken) && Objects.equals(this.webhookCodes, sandboxCraCashflowUpdatesUpdateRequest.webhookCodes) && Objects.equals(this.userId, sandboxCraCashflowUpdatesUpdateRequest.userId); } @Override public int hashCode() { return Objects.hash(clientId, secret, userToken, webhookCodes, userId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SandboxCraCashflowUpdatesUpdateRequest {\n"); 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(" webhookCodes: ").append(toIndentedString(webhookCodes)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java
src/main/java/com/plaid/client/model/CreditBankStatementUploadTransaction.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.math.BigDecimal; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CreditBankStatementUploadTransaction { public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) private LocalDate date; public static final String SERIALIZED_NAME_ORIGINAL_DESCRIPTION = "original_description"; @SerializedName(SERIALIZED_NAME_ORIGINAL_DESCRIPTION) private String originalDescription; public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) private String accountId; public CreditBankStatementUploadTransaction amount(Double amount) { this.amount = amount; return this; } /** * The value of the transaction. A negative amount indicates that money moved into the account (such as a paycheck being deposited). * @return amount **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The value of the transaction. A negative amount indicates that money moved into the account (such as a paycheck being deposited).") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public CreditBankStatementUploadTransaction date(LocalDate date) { this.date = date; return this; } /** * The date of when the transaction was made, in ISO 8601 format (YYYY-MM-DD). * @return date **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The date of when the transaction was made, in ISO 8601 format (YYYY-MM-DD).") public LocalDate getDate() { return date; } public void setDate(LocalDate date) { this.date = date; } public CreditBankStatementUploadTransaction originalDescription(String originalDescription) { this.originalDescription = originalDescription; return this; } /** * The raw description of the transaction as it appears on the bank statement. * @return originalDescription **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The raw description of the transaction as it appears on the bank statement.") public String getOriginalDescription() { return originalDescription; } public void setOriginalDescription(String originalDescription) { this.originalDescription = originalDescription; } public CreditBankStatementUploadTransaction accountId(String accountId) { this.accountId = accountId; return this; } /** * The unique id of the bank account that this transaction occurs in * @return accountId **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The unique id of the bank account that this transaction occurs in") public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CreditBankStatementUploadTransaction creditBankStatementUploadTransaction = (CreditBankStatementUploadTransaction) o; return Objects.equals(this.amount, creditBankStatementUploadTransaction.amount) && Objects.equals(this.date, creditBankStatementUploadTransaction.date) && Objects.equals(this.originalDescription, creditBankStatementUploadTransaction.originalDescription) && Objects.equals(this.accountId, creditBankStatementUploadTransaction.accountId); } @Override public int hashCode() { return Objects.hash(amount, date, originalDescription, accountId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CreditBankStatementUploadTransaction {\n"); sb.append(" amount: ").append(toIndentedString(amount)).append("\n"); sb.append(" date: ").append(toIndentedString(date)).append("\n"); sb.append(" originalDescription: ").append(toIndentedString(originalDescription)).append("\n"); sb.append(" accountId: ").append(toIndentedString(accountId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java
src/main/java/com/plaid/client/model/WatchlistScreeningEntityHitListResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.EntityWatchlistScreeningHit; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[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) private List<EntityWatchlistScreeningHit> entityWatchlistScreeningHits = new ArrayList<>(); public static final String SERIALIZED_NAME_NEXT_CURSOR = "next_cursor"; @SerializedName(SERIALIZED_NAME_NEXT_CURSOR) private String nextCursor; public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public WatchlistScreeningEntityHitListResponse entityWatchlistScreeningHits(List<EntityWatchlistScreeningHit> entityWatchlistScreeningHits) { this.entityWatchlistScreeningHits = entityWatchlistScreeningHits; return this; } public WatchlistScreeningEntityHitListResponse addEntityWatchlistScreeningHitsItem(EntityWatchlistScreeningHit entityWatchlistScreeningHitsItem) { this.entityWatchlistScreeningHits.add(entityWatchlistScreeningHitsItem); return this; } /** * List of entity watchlist screening hits * @return entityWatchlistScreeningHits **/ @ApiModelProperty(required = true, value = "List of entity watchlist screening hits") public List<EntityWatchlistScreeningHit> getEntityWatchlistScreeningHits() { return entityWatchlistScreeningHits; } public void setEntityWatchlistScreeningHits(List<EntityWatchlistScreeningHit> entityWatchlistScreeningHits) { this.entityWatchlistScreeningHits = entityWatchlistScreeningHits; } public WatchlistScreeningEntityHitListResponse nextCursor(String nextCursor) { this.nextCursor = nextCursor; return this; } /** * An identifier that determines which page of results you receive. * @return nextCursor **/ @javax.annotation.Nullable @ApiModelProperty(example = "eyJkaXJlY3Rpb24iOiJuZXh0Iiwib2Zmc2V0IjoiMTU5NDM", required = true, value = "An identifier that determines which page of results you receive.") public String getNextCursor() { return nextCursor; } public void setNextCursor(String nextCursor) { this.nextCursor = nextCursor; } public WatchlistScreeningEntityHitListResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } WatchlistScreeningEntityHitListResponse watchlistScreeningEntityHitListResponse = (WatchlistScreeningEntityHitListResponse) o; return Objects.equals(this.entityWatchlistScreeningHits, watchlistScreeningEntityHitListResponse.entityWatchlistScreeningHits) && Objects.equals(this.nextCursor, watchlistScreeningEntityHitListResponse.nextCursor) && Objects.equals(this.requestId, watchlistScreeningEntityHitListResponse.requestId); } @Override public int hashCode() { return Objects.hash(entityWatchlistScreeningHits, nextCursor, requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class WatchlistScreeningEntityHitListResponse {\n"); sb.append(" entityWatchlistScreeningHits: ").append(toIndentedString(entityWatchlistScreeningHits)).append("\n"); sb.append(" nextCursor: ").append(toIndentedString(nextCursor)).append("\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java
src/main/java/com/plaid/client/model/FDXHateoasLinkAction.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * HTTP Method to use for the request */ @JsonAdapter(FDXHateoasLinkAction.Adapter.class) public enum FDXHateoasLinkAction { GET("GET"), POST("POST"), PATCH("PATCH"), DELETE("DELETE"), PUT("PUT"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; FDXHateoasLinkAction(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static FDXHateoasLinkAction fromValue(String value) { for (FDXHateoasLinkAction b : FDXHateoasLinkAction.values()) { if (b.value.equals(value)) { return b; } } return FDXHateoasLinkAction.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<FDXHateoasLinkAction> { @Override public void write(final JsonWriter jsonWriter, final FDXHateoasLinkAction enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public FDXHateoasLinkAction read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return FDXHateoasLinkAction.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java
src/main/java/com/plaid/client/model/IncomeVerificationDocParsingConfig.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Analysis options to enable for document parsing */ @JsonAdapter(IncomeVerificationDocParsingConfig.Adapter.class) public enum IncomeVerificationDocParsingConfig { OCR("ocr"), RISK_SIGNALS("risk_signals"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; IncomeVerificationDocParsingConfig(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static IncomeVerificationDocParsingConfig fromValue(String value) { for (IncomeVerificationDocParsingConfig b : IncomeVerificationDocParsingConfig.values()) { if (b.value.equals(value)) { return b; } } return IncomeVerificationDocParsingConfig.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<IncomeVerificationDocParsingConfig> { @Override public void write(final JsonWriter jsonWriter, final IncomeVerificationDocParsingConfig enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public IncomeVerificationDocParsingConfig read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return IncomeVerificationDocParsingConfig.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CashflowReportTransaction.java
src/main/java/com/plaid/client/model/CashflowReportTransaction.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.BusinessFinanceCategory; import com.plaid.client.model.CashflowReportPaymentMeta; import com.plaid.client.model.CreditCategory; import com.plaid.client.model.Location; import com.plaid.client.model.PaymentChannel; import com.plaid.client.model.PersonalFinanceCategory; import com.plaid.client.model.TransactionCode; import com.plaid.client.model.TransactionCounterparty; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.List; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CashflowReportTransaction { public static final String SERIALIZED_NAME_ACCOUNT_ID = "account_id"; @SerializedName(SERIALIZED_NAME_ACCOUNT_ID) private String accountId; public static final String SERIALIZED_NAME_AMOUNT = "amount"; @SerializedName(SERIALIZED_NAME_AMOUNT) private Double amount; public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE = "iso_currency_code"; @SerializedName(SERIALIZED_NAME_ISO_CURRENCY_CODE) private String isoCurrencyCode; public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE = "unofficial_currency_code"; @SerializedName(SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE) private String unofficialCurrencyCode; public static final String SERIALIZED_NAME_CHECK_NUMBER = "check_number"; @SerializedName(SERIALIZED_NAME_CHECK_NUMBER) private String checkNumber; public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) private LocalDate date; public static final String SERIALIZED_NAME_LOCATION = "location"; @SerializedName(SERIALIZED_NAME_LOCATION) private Location location; public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_MERCHANT_NAME = "merchant_name"; @SerializedName(SERIALIZED_NAME_MERCHANT_NAME) private String merchantName; public static final String SERIALIZED_NAME_ORIGINAL_DESCRIPTION = "original_description"; @SerializedName(SERIALIZED_NAME_ORIGINAL_DESCRIPTION) private String originalDescription; public static final String SERIALIZED_NAME_PAYMENT_META = "payment_meta"; @SerializedName(SERIALIZED_NAME_PAYMENT_META) private CashflowReportPaymentMeta paymentMeta; public static final String SERIALIZED_NAME_PENDING = "pending"; @SerializedName(SERIALIZED_NAME_PENDING) private Boolean pending; public static final String SERIALIZED_NAME_PENDING_TRANSACTION_ID = "pending_transaction_id"; @SerializedName(SERIALIZED_NAME_PENDING_TRANSACTION_ID) private String pendingTransactionId; public static final String SERIALIZED_NAME_ACCOUNT_OWNER = "account_owner"; @SerializedName(SERIALIZED_NAME_ACCOUNT_OWNER) private String accountOwner; public static final String SERIALIZED_NAME_TRANSACTION_ID = "transaction_id"; @SerializedName(SERIALIZED_NAME_TRANSACTION_ID) private String transactionId; public static final String SERIALIZED_NAME_LOGO_URL = "logo_url"; @SerializedName(SERIALIZED_NAME_LOGO_URL) private String logoUrl; public static final String SERIALIZED_NAME_WEBSITE = "website"; @SerializedName(SERIALIZED_NAME_WEBSITE) private String website; public static final String SERIALIZED_NAME_AUTHORIZED_DATE = "authorized_date"; @SerializedName(SERIALIZED_NAME_AUTHORIZED_DATE) private LocalDate authorizedDate; public static final String SERIALIZED_NAME_AUTHORIZED_DATETIME = "authorized_datetime"; @SerializedName(SERIALIZED_NAME_AUTHORIZED_DATETIME) private OffsetDateTime authorizedDatetime; public static final String SERIALIZED_NAME_DATETIME = "datetime"; @SerializedName(SERIALIZED_NAME_DATETIME) private OffsetDateTime datetime; public static final String SERIALIZED_NAME_PAYMENT_CHANNEL = "payment_channel"; @SerializedName(SERIALIZED_NAME_PAYMENT_CHANNEL) private PaymentChannel paymentChannel; public static final String SERIALIZED_NAME_PERSONAL_FINANCE_CATEGORY = "personal_finance_category"; @SerializedName(SERIALIZED_NAME_PERSONAL_FINANCE_CATEGORY) private PersonalFinanceCategory personalFinanceCategory; public static final String SERIALIZED_NAME_BUSINESS_FINANCE_CATEGORY = "business_finance_category"; @SerializedName(SERIALIZED_NAME_BUSINESS_FINANCE_CATEGORY) private BusinessFinanceCategory businessFinanceCategory; public static final String SERIALIZED_NAME_CREDIT_CATEGORY = "credit_category"; @SerializedName(SERIALIZED_NAME_CREDIT_CATEGORY) private CreditCategory creditCategory; public static final String SERIALIZED_NAME_TRANSACTION_CODE = "transaction_code"; @SerializedName(SERIALIZED_NAME_TRANSACTION_CODE) private TransactionCode transactionCode; public static final String SERIALIZED_NAME_PERSONAL_FINANCE_CATEGORY_ICON_URL = "personal_finance_category_icon_url"; @SerializedName(SERIALIZED_NAME_PERSONAL_FINANCE_CATEGORY_ICON_URL) private String personalFinanceCategoryIconUrl; public static final String SERIALIZED_NAME_COUNTERPARTIES = "counterparties"; @SerializedName(SERIALIZED_NAME_COUNTERPARTIES) private List<TransactionCounterparty> counterparties = null; public static final String SERIALIZED_NAME_MERCHANT_ENTITY_ID = "merchant_entity_id"; @SerializedName(SERIALIZED_NAME_MERCHANT_ENTITY_ID) private String merchantEntityId; public CashflowReportTransaction accountId(String accountId) { this.accountId = accountId; return this; } /** * The ID of the account in which this transaction occurred. * @return accountId **/ @ApiModelProperty(required = true, value = "The ID of the account in which this transaction occurred.") public String getAccountId() { return accountId; } public void setAccountId(String accountId) { this.accountId = accountId; } public CashflowReportTransaction amount(Double amount) { this.amount = amount; return this; } /** * The settled value of the transaction, denominated in the transactions&#39;s currency, as stated in &#x60;iso_currency_code&#x60; or &#x60;unofficial_currency_code&#x60;. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income. * @return amount **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The settled value of the transaction, denominated in the transactions's currency, as stated in `iso_currency_code` or `unofficial_currency_code`. For all products except Income: Positive values when money moves out of the account; negative values when money moves in. For example, debit card purchases are positive; credit card payments, direct deposits, and refunds are negative. For Income endpoints, values are positive when representing income.") public Double getAmount() { return amount; } public void setAmount(Double amount) { this.amount = amount; } public CashflowReportTransaction isoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; return this; } /** * The ISO-4217 currency code of the transaction. Always &#x60;null&#x60; if &#x60;unofficial_currency_code&#x60; is non-null. * @return isoCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The ISO-4217 currency code of the transaction. Always `null` if `unofficial_currency_code` is non-null.") public String getIsoCurrencyCode() { return isoCurrencyCode; } public void setIsoCurrencyCode(String isoCurrencyCode) { this.isoCurrencyCode = isoCurrencyCode; } public CashflowReportTransaction unofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; return this; } /** * The unofficial currency code associated with the transaction. Always &#x60;null&#x60; if &#x60;iso_currency_code&#x60; is non-&#x60;null&#x60;. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported &#x60;iso_currency_code&#x60;s. * @return unofficialCurrencyCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The unofficial currency code associated with the transaction. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the [currency code schema](https://plaid.com/docs/api/accounts#currency-code-schema) for a full listing of supported `iso_currency_code`s.") public String getUnofficialCurrencyCode() { return unofficialCurrencyCode; } public void setUnofficialCurrencyCode(String unofficialCurrencyCode) { this.unofficialCurrencyCode = unofficialCurrencyCode; } public CashflowReportTransaction checkNumber(String checkNumber) { this.checkNumber = checkNumber; return this; } /** * The check number of the transaction. This field is only populated for check transactions. * @return checkNumber **/ @javax.annotation.Nullable @ApiModelProperty(value = "The check number of the transaction. This field is only populated for check transactions.") public String getCheckNumber() { return checkNumber; } public void setCheckNumber(String checkNumber) { this.checkNumber = checkNumber; } public CashflowReportTransaction date(LocalDate date) { this.date = date; return this; } /** * For pending transactions, the date that the transaction occurred; for posted transactions, the date that the transaction posted. Both dates are returned in an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( &#x60;YYYY-MM-DD&#x60; ). To receive information about the date that a posted transaction was initiated, see the &#x60;authorized_date&#x60; field. * @return date **/ @ApiModelProperty(required = true, value = "For pending transactions, the date that the transaction occurred; for posted transactions, the date that the transaction posted. Both dates are returned in an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DD` ). To receive information about the date that a posted transaction was initiated, see the `authorized_date` field.") public LocalDate getDate() { return date; } public void setDate(LocalDate date) { this.date = date; } public CashflowReportTransaction location(Location location) { this.location = location; return this; } /** * Get location * @return location **/ @ApiModelProperty(required = true, value = "") public Location getLocation() { return location; } public void setLocation(Location location) { this.location = location; } public CashflowReportTransaction name(String name) { this.name = name; return this; } /** * The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use &#x60;merchant_name&#x60; instead for the merchant name. If the &#x60;transactions&#x60; object was returned by a Transactions endpoint such as &#x60;/transactions/sync&#x60; or &#x60;/transactions/get&#x60;, this field will always appear. If the &#x60;transactions&#x60; object was returned by an Assets endpoint such as &#x60;/asset_report/get/&#x60; or &#x60;/asset_report/pdf/get&#x60;, this field will only appear in an Asset Report with Insights. * @return name **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The merchant name or transaction description. Note: This is a legacy field that is not actively maintained. Use `merchant_name` instead for the merchant name. If the `transactions` object was returned by a Transactions endpoint such as `/transactions/sync` or `/transactions/get`, this field will always appear. If the `transactions` object was returned by an Assets endpoint such as `/asset_report/get/` or `/asset_report/pdf/get`, this field will only appear in an Asset Report with Insights.") public String getName() { return name; } public void setName(String name) { this.name = name; } public CashflowReportTransaction merchantName(String merchantName) { this.merchantName = merchantName; return this; } /** * The merchant name, as enriched by Plaid from the &#x60;name&#x60; field. This is typically a more human-readable version of the merchant counterparty in the transaction. For some bank transactions (such as checks or account transfers) where there is no meaningful merchant name, this value will be &#x60;null&#x60;. * @return merchantName **/ @javax.annotation.Nullable @ApiModelProperty(value = "The merchant name, as enriched by Plaid from the `name` field. This is typically a more human-readable version of the merchant counterparty in the transaction. For some bank transactions (such as checks or account transfers) where there is no meaningful merchant name, this value will be `null`.") public String getMerchantName() { return merchantName; } public void setMerchantName(String merchantName) { this.merchantName = merchantName; } public CashflowReportTransaction originalDescription(String originalDescription) { this.originalDescription = originalDescription; return this; } /** * The string returned by the financial institution to describe the transaction. For transactions returned by &#x60;/transactions/sync&#x60; or &#x60;/transactions/get&#x60;, this field will only be included if the client has set &#x60;options.include_original_description&#x60; to &#x60;true&#x60;. * @return originalDescription **/ @javax.annotation.Nullable @ApiModelProperty(value = "The string returned by the financial institution to describe the transaction. For transactions returned by `/transactions/sync` or `/transactions/get`, this field will only be included if the client has set `options.include_original_description` to `true`.") public String getOriginalDescription() { return originalDescription; } public void setOriginalDescription(String originalDescription) { this.originalDescription = originalDescription; } public CashflowReportTransaction paymentMeta(CashflowReportPaymentMeta paymentMeta) { this.paymentMeta = paymentMeta; return this; } /** * Get paymentMeta * @return paymentMeta **/ @ApiModelProperty(required = true, value = "") public CashflowReportPaymentMeta getPaymentMeta() { return paymentMeta; } public void setPaymentMeta(CashflowReportPaymentMeta paymentMeta) { this.paymentMeta = paymentMeta; } public CashflowReportTransaction pending(Boolean pending) { this.pending = pending; return this; } /** * When &#x60;true&#x60;, identifies the transaction as pending or unsettled. Pending transaction details (name, type, amount, category ID) may change before they are settled. Not all institutions provide pending transactions. * @return pending **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "When `true`, identifies the transaction as pending or unsettled. Pending transaction details (name, type, amount, category ID) may change before they are settled. Not all institutions provide pending transactions.") public Boolean getPending() { return pending; } public void setPending(Boolean pending) { this.pending = pending; } public CashflowReportTransaction pendingTransactionId(String pendingTransactionId) { this.pendingTransactionId = pendingTransactionId; return this; } /** * The ID of a posted transaction&#39;s associated pending transaction, where applicable. Not all institutions provide pending transactions. * @return pendingTransactionId **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The ID of a posted transaction's associated pending transaction, where applicable. Not all institutions provide pending transactions.") public String getPendingTransactionId() { return pendingTransactionId; } public void setPendingTransactionId(String pendingTransactionId) { this.pendingTransactionId = pendingTransactionId; } public CashflowReportTransaction accountOwner(String accountOwner) { this.accountOwner = accountOwner; return this; } /** * This field is not typically populated and only relevant when dealing with sub-accounts. A sub-account most commonly exists in cases where a single account is linked to multiple cards, each with its own card number and card holder name; each card will be considered a sub-account. If the account does have sub-accounts, this field will typically be some combination of the sub-account owner&#39;s name and/or the sub-account mask. The format of this field is not standardized and will vary based on institution. * @return accountOwner **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "This field is not typically populated and only relevant when dealing with sub-accounts. A sub-account most commonly exists in cases where a single account is linked to multiple cards, each with its own card number and card holder name; each card will be considered a sub-account. If the account does have sub-accounts, this field will typically be some combination of the sub-account owner's name and/or the sub-account mask. The format of this field is not standardized and will vary based on institution.") public String getAccountOwner() { return accountOwner; } public void setAccountOwner(String accountOwner) { this.accountOwner = accountOwner; } public CashflowReportTransaction transactionId(String transactionId) { this.transactionId = transactionId; return this; } /** * The unique ID of the transaction. Like all Plaid identifiers, the &#x60;transaction_id&#x60; is case sensitive. * @return transactionId **/ @ApiModelProperty(required = true, value = "The unique ID of the transaction. Like all Plaid identifiers, the `transaction_id` is case sensitive.") public String getTransactionId() { return transactionId; } public void setTransactionId(String transactionId) { this.transactionId = transactionId; } public CashflowReportTransaction logoUrl(String logoUrl) { this.logoUrl = logoUrl; return this; } /** * The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file. * @return logoUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "The URL of a logo associated with this transaction, if available. The logo will always be 100×100 pixel PNG file.") public String getLogoUrl() { return logoUrl; } public void setLogoUrl(String logoUrl) { this.logoUrl = logoUrl; } public CashflowReportTransaction website(String website) { this.website = website; return this; } /** * The website associated with this transaction, if available. * @return website **/ @javax.annotation.Nullable @ApiModelProperty(value = "The website associated with this transaction, if available.") public String getWebsite() { return website; } public void setWebsite(String website) { this.website = website; } public CashflowReportTransaction authorizedDate(LocalDate authorizedDate) { this.authorizedDate = authorizedDate; return this; } /** * The date that the transaction was authorized. For posted transactions, the &#x60;date&#x60; field will indicate the posted date, but &#x60;authorized_date&#x60; will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the &#x60;authorized_date&#x60;, when available, is generally preferable to use over the &#x60;date&#x60; field for posted transactions, as it will generally represent the date the user actually made the transaction. Dates are returned in an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( &#x60;YYYY-MM-DD&#x60; ). * @return authorizedDate **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The date that the transaction was authorized. For posted transactions, the `date` field will indicate the posted date, but `authorized_date` will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the `authorized_date`, when available, is generally preferable to use over the `date` field for posted transactions, as it will generally represent the date the user actually made the transaction. Dates are returned in an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DD` ).") public LocalDate getAuthorizedDate() { return authorizedDate; } public void setAuthorizedDate(LocalDate authorizedDate) { this.authorizedDate = authorizedDate; } public CashflowReportTransaction authorizedDatetime(OffsetDateTime authorizedDatetime) { this.authorizedDatetime = authorizedDatetime; return this; } /** * Date and time when a transaction was authorized in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( &#x60;YYYY-MM-DDTHH:mm:ssZ&#x60; ). For posted transactions, the &#x60;datetime&#x60; field will indicate the posted date, but &#x60;authorized_datetime&#x60; will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the &#x60;authorized_datetime&#x60;, when available, is generally preferable to use over the &#x60;datetime&#x60; field for posted transactions, as it will generally represent the date the user actually made the transaction. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later. * @return authorizedDatetime **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "Date and time when a transaction was authorized in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). For posted transactions, the `datetime` field will indicate the posted date, but `authorized_datetime` will indicate the day the transaction was authorized by the financial institution. If presenting transactions to the user in a UI, the `authorized_datetime`, when available, is generally preferable to use over the `datetime` field for posted transactions, as it will generally represent the date the user actually made the transaction. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later.") public OffsetDateTime getAuthorizedDatetime() { return authorizedDatetime; } public void setAuthorizedDatetime(OffsetDateTime authorizedDatetime) { this.authorizedDatetime = authorizedDatetime; } public CashflowReportTransaction datetime(OffsetDateTime datetime) { this.datetime = datetime; return this; } /** * Date and time when a transaction was posted in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( &#x60;YYYY-MM-DDTHH:mm:ssZ&#x60; ). For the date that the transaction was initiated, rather than posted, see the &#x60;authorized_datetime&#x60; field. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later. * @return datetime **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "Date and time when a transaction was posted in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format ( `YYYY-MM-DDTHH:mm:ssZ` ). For the date that the transaction was initiated, rather than posted, see the `authorized_datetime` field. This field is returned for select financial institutions and comes as provided by the institution. It may contain default time values (such as 00:00:00). This field is only populated in API version 2019-05-29 and later.") public OffsetDateTime getDatetime() { return datetime; } public void setDatetime(OffsetDateTime datetime) { this.datetime = datetime; } public CashflowReportTransaction paymentChannel(PaymentChannel paymentChannel) { this.paymentChannel = paymentChannel; return this; } /** * Get paymentChannel * @return paymentChannel **/ @ApiModelProperty(required = true, value = "") public PaymentChannel getPaymentChannel() { return paymentChannel; } public void setPaymentChannel(PaymentChannel paymentChannel) { this.paymentChannel = paymentChannel; } public CashflowReportTransaction personalFinanceCategory(PersonalFinanceCategory personalFinanceCategory) { this.personalFinanceCategory = personalFinanceCategory; return this; } /** * Get personalFinanceCategory * @return personalFinanceCategory **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public PersonalFinanceCategory getPersonalFinanceCategory() { return personalFinanceCategory; } public void setPersonalFinanceCategory(PersonalFinanceCategory personalFinanceCategory) { this.personalFinanceCategory = personalFinanceCategory; } public CashflowReportTransaction businessFinanceCategory(BusinessFinanceCategory businessFinanceCategory) { this.businessFinanceCategory = businessFinanceCategory; return this; } /** * Get businessFinanceCategory * @return businessFinanceCategory **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public BusinessFinanceCategory getBusinessFinanceCategory() { return businessFinanceCategory; } public void setBusinessFinanceCategory(BusinessFinanceCategory businessFinanceCategory) { this.businessFinanceCategory = businessFinanceCategory; } public CashflowReportTransaction creditCategory(CreditCategory creditCategory) { this.creditCategory = creditCategory; return this; } /** * Get creditCategory * @return creditCategory **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public CreditCategory getCreditCategory() { return creditCategory; } public void setCreditCategory(CreditCategory creditCategory) { this.creditCategory = creditCategory; } public CashflowReportTransaction transactionCode(TransactionCode transactionCode) { this.transactionCode = transactionCode; return this; } /** * Get transactionCode * @return transactionCode **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "") public TransactionCode getTransactionCode() { return transactionCode; } public void setTransactionCode(TransactionCode transactionCode) { this.transactionCode = transactionCode; } public CashflowReportTransaction personalFinanceCategoryIconUrl(String personalFinanceCategoryIconUrl) { this.personalFinanceCategoryIconUrl = personalFinanceCategoryIconUrl; return this; } /** * The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file. * @return personalFinanceCategoryIconUrl **/ @javax.annotation.Nullable @ApiModelProperty(value = "The URL of an icon associated with the primary personal finance category. The icon will always be 100×100 pixel PNG file.") public String getPersonalFinanceCategoryIconUrl() { return personalFinanceCategoryIconUrl; } public void setPersonalFinanceCategoryIconUrl(String personalFinanceCategoryIconUrl) { this.personalFinanceCategoryIconUrl = personalFinanceCategoryIconUrl; } public CashflowReportTransaction counterparties(List<TransactionCounterparty> counterparties) { this.counterparties = counterparties; return this; } public CashflowReportTransaction addCounterpartiesItem(TransactionCounterparty counterpartiesItem) { if (this.counterparties == null) { this.counterparties = new ArrayList<>(); } this.counterparties.add(counterpartiesItem); return this; } /** * The counterparties present in the transaction. Counterparties, such as the merchant or the financial institution, are extracted by Plaid from the raw description. * @return counterparties **/ @javax.annotation.Nullable @ApiModelProperty(value = "The counterparties present in the transaction. Counterparties, such as the merchant or the financial institution, are extracted by Plaid from the raw description.") public List<TransactionCounterparty> getCounterparties() { return counterparties; } public void setCounterparties(List<TransactionCounterparty> counterparties) { this.counterparties = counterparties; } public CashflowReportTransaction merchantEntityId(String merchantEntityId) { this.merchantEntityId = merchantEntityId; return this; } /** * A unique, stable, Plaid-generated ID that maps to the merchant. In the case of a merchant with multiple retail locations, this field will map to the broader merchant, not a specific location or store. * @return merchantEntityId **/ @javax.annotation.Nullable @ApiModelProperty(value = "A unique, stable, Plaid-generated ID that maps to the merchant. In the case of a merchant with multiple retail locations, this field will map to the broader merchant, not a specific location or store.") public String getMerchantEntityId() { return merchantEntityId; } public void setMerchantEntityId(String merchantEntityId) { this.merchantEntityId = merchantEntityId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CashflowReportTransaction cashflowReportTransaction = (CashflowReportTransaction) o; return Objects.equals(this.accountId, cashflowReportTransaction.accountId) && Objects.equals(this.amount, cashflowReportTransaction.amount) && Objects.equals(this.isoCurrencyCode, cashflowReportTransaction.isoCurrencyCode) && Objects.equals(this.unofficialCurrencyCode, cashflowReportTransaction.unofficialCurrencyCode) && Objects.equals(this.checkNumber, cashflowReportTransaction.checkNumber) && Objects.equals(this.date, cashflowReportTransaction.date) && Objects.equals(this.location, cashflowReportTransaction.location) && Objects.equals(this.name, cashflowReportTransaction.name) && Objects.equals(this.merchantName, cashflowReportTransaction.merchantName) && Objects.equals(this.originalDescription, cashflowReportTransaction.originalDescription) && Objects.equals(this.paymentMeta, cashflowReportTransaction.paymentMeta) && Objects.equals(this.pending, cashflowReportTransaction.pending) && Objects.equals(this.pendingTransactionId, cashflowReportTransaction.pendingTransactionId) &&
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
true
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java
src/main/java/com/plaid/client/model/BeaconDuplicateDetectedWebhook.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.WebhookEnvironmentValues; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class BeaconDuplicateDetectedWebhook { public static final String SERIALIZED_NAME_WEBHOOK_TYPE = "webhook_type"; @SerializedName(SERIALIZED_NAME_WEBHOOK_TYPE) private String webhookType; public static final String SERIALIZED_NAME_WEBHOOK_CODE = "webhook_code"; @SerializedName(SERIALIZED_NAME_WEBHOOK_CODE) private String webhookCode; public static final String SERIALIZED_NAME_BEACON_DUPLICATE_ID = "beacon_duplicate_id"; @SerializedName(SERIALIZED_NAME_BEACON_DUPLICATE_ID) private String beaconDuplicateId; public static final String SERIALIZED_NAME_ENVIRONMENT = "environment"; @SerializedName(SERIALIZED_NAME_ENVIRONMENT) private WebhookEnvironmentValues environment; public BeaconDuplicateDetectedWebhook webhookType(String webhookType) { this.webhookType = webhookType; return this; } /** * &#x60;BEACON&#x60; * @return webhookType **/ @ApiModelProperty(required = true, value = "`BEACON`") public String getWebhookType() { return webhookType; } public void setWebhookType(String webhookType) { this.webhookType = webhookType; } public BeaconDuplicateDetectedWebhook webhookCode(String webhookCode) { this.webhookCode = webhookCode; return this; } /** * &#x60;DUPLICATE_DETECTED&#x60; * @return webhookCode **/ @ApiModelProperty(required = true, value = "`DUPLICATE_DETECTED`") public String getWebhookCode() { return webhookCode; } public void setWebhookCode(String webhookCode) { this.webhookCode = webhookCode; } public BeaconDuplicateDetectedWebhook beaconDuplicateId(String beaconDuplicateId) { this.beaconDuplicateId = beaconDuplicateId; return this; } /** * The ID of the associated Beacon Duplicate. * @return beaconDuplicateId **/ @ApiModelProperty(required = true, value = "The ID of the associated Beacon Duplicate.") public String getBeaconDuplicateId() { return beaconDuplicateId; } public void setBeaconDuplicateId(String beaconDuplicateId) { this.beaconDuplicateId = beaconDuplicateId; } public BeaconDuplicateDetectedWebhook environment(WebhookEnvironmentValues environment) { this.environment = environment; return this; } /** * Get environment * @return environment **/ @ApiModelProperty(required = true, value = "") public WebhookEnvironmentValues getEnvironment() { return environment; } public void setEnvironment(WebhookEnvironmentValues environment) { this.environment = environment; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } BeaconDuplicateDetectedWebhook beaconDuplicateDetectedWebhook = (BeaconDuplicateDetectedWebhook) o; return Objects.equals(this.webhookType, beaconDuplicateDetectedWebhook.webhookType) && Objects.equals(this.webhookCode, beaconDuplicateDetectedWebhook.webhookCode) && Objects.equals(this.beaconDuplicateId, beaconDuplicateDetectedWebhook.beaconDuplicateId) && Objects.equals(this.environment, beaconDuplicateDetectedWebhook.environment); } @Override public int hashCode() { return Objects.hash(webhookType, webhookCode, beaconDuplicateId, environment); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class BeaconDuplicateDetectedWebhook {\n"); sb.append(" webhookType: ").append(toIndentedString(webhookType)).append("\n"); sb.append(" webhookCode: ").append(toIndentedString(webhookCode)).append("\n"); sb.append(" beaconDuplicateId: ").append(toIndentedString(beaconDuplicateId)).append("\n"); sb.append(" environment: ").append(toIndentedString(environment)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java
src/main/java/com/plaid/client/model/SandboxIncomeFireWebhookResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * SandboxIncomeFireWebhookResponse defines the response schema for &#x60;/sandbox/income/fire_webhook&#x60; */ @ApiModel(description = "SandboxIncomeFireWebhookResponse defines the response schema for `/sandbox/income/fire_webhook`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class SandboxIncomeFireWebhookResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public SandboxIncomeFireWebhookResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } SandboxIncomeFireWebhookResponse sandboxIncomeFireWebhookResponse = (SandboxIncomeFireWebhookResponse) o; return Objects.equals(this.requestId, sandboxIncomeFireWebhookResponse.requestId); } @Override public int hashCode() { return Objects.hash(requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SandboxIncomeFireWebhookResponse {\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java
src/main/java/com/plaid/client/model/OriginatorExpectedTransferFrequency.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The originator&#39;s expected transfer frequency. */ @JsonAdapter(OriginatorExpectedTransferFrequency.Adapter.class) public enum OriginatorExpectedTransferFrequency { ONCE_PER_MONTH("once_per_month"), TWICE_PER_MONTH("twice_per_month"), ONCE_PER_WEEK("once_per_week"), DAILY("daily"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; OriginatorExpectedTransferFrequency(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static OriginatorExpectedTransferFrequency fromValue(String value) { for (OriginatorExpectedTransferFrequency b : OriginatorExpectedTransferFrequency.values()) { if (b.value.equals(value)) { return b; } } return OriginatorExpectedTransferFrequency.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<OriginatorExpectedTransferFrequency> { @Override public void write(final JsonWriter jsonWriter, final OriginatorExpectedTransferFrequency enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public OriginatorExpectedTransferFrequency read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return OriginatorExpectedTransferFrequency.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/OmittableTransferType.java
src/main/java/com/plaid/client/model/OmittableTransferType.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The type of transfer. Valid values are &#x60;debit&#x60; or &#x60;credit&#x60;. A &#x60;debit&#x60; indicates a transfer of money into the origination account; a &#x60;credit&#x60; indicates a transfer of money out of the origination account. This field is omitted for Plaid Ledger Sweep events. */ @JsonAdapter(OmittableTransferType.Adapter.class) public enum OmittableTransferType { DEBIT("debit"), CREDIT("credit"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; OmittableTransferType(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static OmittableTransferType fromValue(String value) { for (OmittableTransferType b : OmittableTransferType.values()) { if (b.value.equals(value)) { return b; } } return OmittableTransferType.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<OmittableTransferType> { @Override public void write(final JsonWriter jsonWriter, final OmittableTransferType enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public OmittableTransferType read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return OmittableTransferType.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/IncomeOverride.java
src/main/java/com/plaid/client/model/IncomeOverride.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.PaystubOverride; import com.plaid.client.model.W2Override; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.util.ArrayList; import java.util.List; /** * Specify payroll data on the account. */ @ApiModel(description = "Specify payroll data on the account.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class IncomeOverride { public static final String SERIALIZED_NAME_PAYSTUBS = "paystubs"; @SerializedName(SERIALIZED_NAME_PAYSTUBS) private List<PaystubOverride> paystubs = null; public static final String SERIALIZED_NAME_W2S = "w2s"; @SerializedName(SERIALIZED_NAME_W2S) private List<W2Override> w2s = null; public IncomeOverride paystubs(List<PaystubOverride> paystubs) { this.paystubs = paystubs; return this; } public IncomeOverride addPaystubsItem(PaystubOverride paystubsItem) { if (this.paystubs == null) { this.paystubs = new ArrayList<>(); } this.paystubs.add(paystubsItem); return this; } /** * A list of paystubs associated with the account. * @return paystubs **/ @javax.annotation.Nullable @ApiModelProperty(value = "A list of paystubs associated with the account.") public List<PaystubOverride> getPaystubs() { return paystubs; } public void setPaystubs(List<PaystubOverride> paystubs) { this.paystubs = paystubs; } public IncomeOverride w2s(List<W2Override> w2s) { this.w2s = w2s; return this; } public IncomeOverride addW2sItem(W2Override w2sItem) { if (this.w2s == null) { this.w2s = new ArrayList<>(); } this.w2s.add(w2sItem); return this; } /** * A list of w2s associated with the account. * @return w2s **/ @javax.annotation.Nullable @ApiModelProperty(value = "A list of w2s associated with the account.") public List<W2Override> getW2s() { return w2s; } public void setW2s(List<W2Override> w2s) { this.w2s = w2s; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } IncomeOverride incomeOverride = (IncomeOverride) o; return Objects.equals(this.paystubs, incomeOverride.paystubs) && Objects.equals(this.w2s, incomeOverride.w2s); } @Override public int hashCode() { return Objects.hash(paystubs, w2s); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class IncomeOverride {\n"); sb.append(" paystubs: ").append(toIndentedString(paystubs)).append("\n"); sb.append(" w2s: ").append(toIndentedString(w2s)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java
src/main/java/com/plaid/client/model/AssetReportInvestmentSecurity.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Investment security associated with the account. */ @ApiModel(description = "Investment security associated with the account.") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class AssetReportInvestmentSecurity { public static final String SERIALIZED_NAME_SECURITY_ID = "security_id"; @SerializedName(SERIALIZED_NAME_SECURITY_ID) private String securityId; public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_TICKER_SYMBOL = "ticker_symbol"; @SerializedName(SERIALIZED_NAME_TICKER_SYMBOL) private String tickerSymbol; public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) private String type; public AssetReportInvestmentSecurity securityId(String securityId) { this.securityId = securityId; return this; } /** * A unique, Plaid-specific identifier for the security, used to associate securities with holdings. Like all Plaid identifiers, the &#x60;security_id&#x60; is case sensitive. The &#x60;security_id&#x60; may change if inherent details of the security change due to a corporate action, for example, in the event of a ticker symbol change or CUSIP change. * @return securityId **/ @ApiModelProperty(required = true, value = "A unique, Plaid-specific identifier for the security, used to associate securities with holdings. Like all Plaid identifiers, the `security_id` is case sensitive. The `security_id` may change if inherent details of the security change due to a corporate action, for example, in the event of a ticker symbol change or CUSIP change.") public String getSecurityId() { return securityId; } public void setSecurityId(String securityId) { this.securityId = securityId; } public AssetReportInvestmentSecurity name(String name) { this.name = name; return this; } /** * A descriptive name for the security, suitable for display. * @return name **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "A descriptive name for the security, suitable for display.") public String getName() { return name; } public void setName(String name) { this.name = name; } public AssetReportInvestmentSecurity tickerSymbol(String tickerSymbol) { this.tickerSymbol = tickerSymbol; return this; } /** * The security’s trading symbol for publicly traded securities, and otherwise a short identifier if available. * @return tickerSymbol **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The security’s trading symbol for publicly traded securities, and otherwise a short identifier if available.") public String getTickerSymbol() { return tickerSymbol; } public void setTickerSymbol(String tickerSymbol) { this.tickerSymbol = tickerSymbol; } public AssetReportInvestmentSecurity type(String type) { this.type = type; return this; } /** * The security type of the holding. Valid security types are: &#x60;cash&#x60;: Cash, currency, and money market funds &#x60;cryptocurrency&#x60;: Digital or virtual currencies &#x60;derivative&#x60;: Options, warrants, and other derivative instruments &#x60;equity&#x60;: Domestic and foreign equities &#x60;etf&#x60;: Multi-asset exchange-traded investment funds &#x60;fixed income&#x60;: Bonds and certificates of deposit (CDs) &#x60;loan&#x60;: Loans and loan receivables &#x60;mutual fund&#x60;: Open- and closed-end vehicles pooling funds of multiple investors &#x60;other&#x60;: Unknown or other investment types * @return type **/ @javax.annotation.Nullable @ApiModelProperty(required = true, value = "The security type of the holding. Valid security types are: `cash`: Cash, currency, and money market funds `cryptocurrency`: Digital or virtual currencies `derivative`: Options, warrants, and other derivative instruments `equity`: Domestic and foreign equities `etf`: Multi-asset exchange-traded investment funds `fixed income`: Bonds and certificates of deposit (CDs) `loan`: Loans and loan receivables `mutual fund`: Open- and closed-end vehicles pooling funds of multiple investors `other`: Unknown or other investment types") public String getType() { return type; } public void setType(String type) { this.type = type; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } AssetReportInvestmentSecurity assetReportInvestmentSecurity = (AssetReportInvestmentSecurity) o; return Objects.equals(this.securityId, assetReportInvestmentSecurity.securityId) && Objects.equals(this.name, assetReportInvestmentSecurity.name) && Objects.equals(this.tickerSymbol, assetReportInvestmentSecurity.tickerSymbol) && Objects.equals(this.type, assetReportInvestmentSecurity.type); } @Override public int hashCode() { return Objects.hash(securityId, name, tickerSymbol, type); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class AssetReportInvestmentSecurity {\n"); sb.append(" securityId: ").append(toIndentedString(securityId)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" tickerSymbol: ").append(toIndentedString(tickerSymbol)).append("\n"); sb.append(" type: ").append(toIndentedString(type)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java
src/main/java/com/plaid/client/model/LinkDeliveryMetadata.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.LinkDeliveryWebhookCommunicationMethod; import com.plaid.client.model.LinkDeliveryWebhookDeliveryStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * Information related to the related to the delivery of the link session to users */ @ApiModel(description = "Information related to the related to the delivery of the link session to users") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkDeliveryMetadata { public static final String SERIALIZED_NAME_COMMUNICATION_METHOD = "communication_method"; @SerializedName(SERIALIZED_NAME_COMMUNICATION_METHOD) private LinkDeliveryWebhookCommunicationMethod communicationMethod; public static final String SERIALIZED_NAME_DELIVERY_STATUS = "delivery_status"; @SerializedName(SERIALIZED_NAME_DELIVERY_STATUS) private LinkDeliveryWebhookDeliveryStatus deliveryStatus; public LinkDeliveryMetadata communicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod) { this.communicationMethod = communicationMethod; return this; } /** * Get communicationMethod * @return communicationMethod **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public LinkDeliveryWebhookCommunicationMethod getCommunicationMethod() { return communicationMethod; } public void setCommunicationMethod(LinkDeliveryWebhookCommunicationMethod communicationMethod) { this.communicationMethod = communicationMethod; } public LinkDeliveryMetadata deliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus) { this.deliveryStatus = deliveryStatus; return this; } /** * Get deliveryStatus * @return deliveryStatus **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public LinkDeliveryWebhookDeliveryStatus getDeliveryStatus() { return deliveryStatus; } public void setDeliveryStatus(LinkDeliveryWebhookDeliveryStatus deliveryStatus) { this.deliveryStatus = deliveryStatus; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkDeliveryMetadata linkDeliveryMetadata = (LinkDeliveryMetadata) o; return Objects.equals(this.communicationMethod, linkDeliveryMetadata.communicationMethod) && Objects.equals(this.deliveryStatus, linkDeliveryMetadata.deliveryStatus); } @Override public int hashCode() { return Objects.hash(communicationMethod, deliveryStatus); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkDeliveryMetadata {\n"); sb.append(" communicationMethod: ").append(toIndentedString(communicationMethod)).append("\n"); sb.append(" deliveryStatus: ").append(toIndentedString(deliveryStatus)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/UserUpdateRequest.java
src/main/java/com/plaid/client/model/UserUpdateRequest.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.ClientUserIdentity; import com.plaid.client.model.ConsumerReportUserIdentity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * UserUpdateRequest defines the request schema for &#x60;/user/update&#x60; */ @ApiModel(description = "UserUpdateRequest defines the request schema for `/user/update`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class UserUpdateRequest { public static final String SERIALIZED_NAME_CLIENT_ID = "client_id"; @SerializedName(SERIALIZED_NAME_CLIENT_ID) private String clientId; public static final String SERIALIZED_NAME_SECRET = "secret"; @SerializedName(SERIALIZED_NAME_SECRET) private String secret; public static final String SERIALIZED_NAME_USER_ID = "user_id"; @SerializedName(SERIALIZED_NAME_USER_ID) private String userId; public static final String SERIALIZED_NAME_IDENTITY = "identity"; @SerializedName(SERIALIZED_NAME_IDENTITY) private ClientUserIdentity identity; public static final String SERIALIZED_NAME_USER_TOKEN = "user_token"; @SerializedName(SERIALIZED_NAME_USER_TOKEN) private String userToken; public static final String SERIALIZED_NAME_CONSUMER_REPORT_USER_IDENTITY = "consumer_report_user_identity"; @SerializedName(SERIALIZED_NAME_CONSUMER_REPORT_USER_IDENTITY) private ConsumerReportUserIdentity consumerReportUserIdentity; public UserUpdateRequest clientId(String clientId) { this.clientId = clientId; return this; } /** * Your Plaid API &#x60;client_id&#x60;. The &#x60;client_id&#x60; is required and may be provided either in the &#x60;PLAID-CLIENT-ID&#x60; header or as part of a request body. * @return clientId **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.") public String getClientId() { return clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public UserUpdateRequest secret(String secret) { this.secret = secret; return this; } /** * Your Plaid API &#x60;secret&#x60;. The &#x60;secret&#x60; is required and may be provided either in the &#x60;PLAID-SECRET&#x60; header or as part of a request body. * @return secret **/ @javax.annotation.Nullable @ApiModelProperty(value = "Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.") public String getSecret() { return secret; } public void setSecret(String secret) { this.secret = secret; } public UserUpdateRequest userId(String userId) { this.userId = userId; return this; } /** * A unique user identifier, created by &#x60;/user/create&#x60;. Integrations that began using &#x60;/user/create&#x60; after December 10, 2025 use this field to identify a user instead of the &#x60;user_token&#x60;. For more details, see [new user APIs](https://plaid.com/docs/api/users/user-apis). * @return userId **/ @javax.annotation.Nullable @ApiModelProperty(value = "A unique user identifier, created by `/user/create`. Integrations that began using `/user/create` after December 10, 2025 use this field to identify a user instead of the `user_token`. For more details, see [new user APIs](https://plaid.com/docs/api/users/user-apis).") public String getUserId() { return userId; } public void setUserId(String userId) { this.userId = userId; } public UserUpdateRequest identity(ClientUserIdentity identity) { this.identity = identity; return this; } /** * Get identity * @return identity **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public ClientUserIdentity getIdentity() { return identity; } public void setIdentity(ClientUserIdentity identity) { this.identity = identity; } public UserUpdateRequest userToken(String userToken) { this.userToken = userToken; return this; } /** * The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the &#x60;user_token&#x60; field. All other customers should use the &#x60;user_id&#x60; instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis). * @return userToken **/ @javax.annotation.Nullable @ApiModelProperty(value = "The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the `user_token` field. All other customers should use the `user_id` instead. For more details, see [New User APIs](https://plaid.com/docs/api/users/user-apis).") public String getUserToken() { return userToken; } public void setUserToken(String userToken) { this.userToken = userToken; } public UserUpdateRequest consumerReportUserIdentity(ConsumerReportUserIdentity consumerReportUserIdentity) { this.consumerReportUserIdentity = consumerReportUserIdentity; return this; } /** * Get consumerReportUserIdentity * @return consumerReportUserIdentity **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public ConsumerReportUserIdentity getConsumerReportUserIdentity() { return consumerReportUserIdentity; } public void setConsumerReportUserIdentity(ConsumerReportUserIdentity consumerReportUserIdentity) { this.consumerReportUserIdentity = consumerReportUserIdentity; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } UserUpdateRequest userUpdateRequest = (UserUpdateRequest) o; return Objects.equals(this.clientId, userUpdateRequest.clientId) && Objects.equals(this.secret, userUpdateRequest.secret) && Objects.equals(this.userId, userUpdateRequest.userId) && Objects.equals(this.identity, userUpdateRequest.identity) && Objects.equals(this.userToken, userUpdateRequest.userToken) && Objects.equals(this.consumerReportUserIdentity, userUpdateRequest.consumerReportUserIdentity); } @Override public int hashCode() { return Objects.hash(clientId, secret, userId, identity, userToken, consumerReportUserIdentity); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class UserUpdateRequest {\n"); sb.append(" clientId: ").append(toIndentedString(clientId)).append("\n"); sb.append(" secret: ").append(toIndentedString(secret)).append("\n"); sb.append(" userId: ").append(toIndentedString(userId)).append("\n"); sb.append(" identity: ").append(toIndentedString(identity)).append("\n"); sb.append(" userToken: ").append(toIndentedString(userToken)).append("\n"); sb.append(" consumerReportUserIdentity: ").append(toIndentedString(consumerReportUserIdentity)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/Service.java
src/main/java/com/plaid/client/model/Service.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.Statuses; import com.plaid.client.model.VerificationOfAsset; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[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) private VerificationOfAsset VERIFICATION_OF_ASSET; public static final String SERIALIZED_NAME_S_T_A_T_U_S_E_S = "STATUSES"; @SerializedName(SERIALIZED_NAME_S_T_A_T_U_S_E_S) private Statuses STATUSES; public Service VERIFICATION_OF_ASSET(VerificationOfAsset VERIFICATION_OF_ASSET) { this.VERIFICATION_OF_ASSET = VERIFICATION_OF_ASSET; return this; } /** * Get VERIFICATION_OF_ASSET * @return VERIFICATION_OF_ASSET **/ @ApiModelProperty(required = true, value = "") public VerificationOfAsset getVERIFICATIONOFASSET() { return VERIFICATION_OF_ASSET; } public void setVERIFICATIONOFASSET(VerificationOfAsset VERIFICATION_OF_ASSET) { this.VERIFICATION_OF_ASSET = VERIFICATION_OF_ASSET; } public Service STATUSES(Statuses STATUSES) { this.STATUSES = STATUSES; return this; } /** * Get STATUSES * @return STATUSES **/ @ApiModelProperty(required = true, value = "") public Statuses getSTATUSES() { return STATUSES; } public void setSTATUSES(Statuses STATUSES) { this.STATUSES = STATUSES; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } Service service = (Service) o; return Objects.equals(this.VERIFICATION_OF_ASSET, service.VERIFICATION_OF_ASSET) && Objects.equals(this.STATUSES, service.STATUSES); } @Override public int hashCode() { return Objects.hash(VERIFICATION_OF_ASSET, STATUSES); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class Service {\n"); sb.append(" VERIFICATION_OF_ASSET: ").append(toIndentedString(VERIFICATION_OF_ASSET)).append("\n"); sb.append(" STATUSES: ").append(toIndentedString(STATUSES)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java
src/main/java/com/plaid/client/model/LinkTokenCreateInstitutionData.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkTokenCreateInstitutionData { public static final String SERIALIZED_NAME_ROUTING_NUMBER = "routing_number"; @SerializedName(SERIALIZED_NAME_ROUTING_NUMBER) private String routingNumber; public LinkTokenCreateInstitutionData routingNumber(String routingNumber) { this.routingNumber = routingNumber; return this; } /** * The routing number of the bank to highlight in Link. Note: in rare cases, a single routing number can be associated with multiple institutions, e.g. due to a brokerage using another institution to manage ACH on its sweep accounts. If this happens, the bank will not be highlighted in Link even if the routing number is provided. * @return routingNumber **/ @javax.annotation.Nullable @ApiModelProperty(value = "The routing number of the bank to highlight in Link. Note: in rare cases, a single routing number can be associated with multiple institutions, e.g. due to a brokerage using another institution to manage ACH on its sweep accounts. If this happens, the bank will not be highlighted in Link even if the routing number is provided.") public String getRoutingNumber() { return routingNumber; } public void setRoutingNumber(String routingNumber) { this.routingNumber = routingNumber; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkTokenCreateInstitutionData linkTokenCreateInstitutionData = (LinkTokenCreateInstitutionData) o; return Objects.equals(this.routingNumber, linkTokenCreateInstitutionData.routingNumber); } @Override public int hashCode() { return Objects.hash(routingNumber); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkTokenCreateInstitutionData {\n"); sb.append(" routingNumber: ").append(toIndentedString(routingNumber)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraBankIncomeCause.java
src/main/java/com/plaid/client/model/CraBankIncomeCause.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CreditBankIncomeErrorType; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * An error object and associated &#x60;item_id&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraBankIncomeCause { public static final String SERIALIZED_NAME_ERROR_TYPE = "error_type"; @SerializedName(SERIALIZED_NAME_ERROR_TYPE) private CreditBankIncomeErrorType errorType; public static final String SERIALIZED_NAME_ERROR_CODE = "error_code"; @SerializedName(SERIALIZED_NAME_ERROR_CODE) private String errorCode; public static final String SERIALIZED_NAME_ERROR_MESSAGE = "error_message"; @SerializedName(SERIALIZED_NAME_ERROR_MESSAGE) private String errorMessage; public static final String SERIALIZED_NAME_DISPLAY_MESSAGE = "display_message"; @SerializedName(SERIALIZED_NAME_DISPLAY_MESSAGE) private String displayMessage; public CraBankIncomeCause errorType(CreditBankIncomeErrorType errorType) { this.errorType = errorType; return this; } /** * Get errorType * @return errorType **/ @ApiModelProperty(required = true, value = "") public CreditBankIncomeErrorType getErrorType() { return errorType; } public void setErrorType(CreditBankIncomeErrorType errorType) { this.errorType = errorType; } public CraBankIncomeCause errorCode(String errorCode) { this.errorCode = errorCode; return this; } /** * We use standard HTTP response codes for success and failure notifications, and our errors are further classified by &#x60;error_type&#x60;. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. Error fields will be &#x60;null&#x60; if no error has occurred. * @return errorCode **/ @ApiModelProperty(required = true, value = "We use standard HTTP response codes for success and failure notifications, and our errors are further classified by `error_type`. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Plaid-related issues. Error fields will be `null` if no error has occurred.") public String getErrorCode() { return errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public CraBankIncomeCause errorMessage(String errorMessage) { this.errorMessage = errorMessage; return this; } /** * A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. * @return errorMessage **/ @ApiModelProperty(required = true, value = "A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use.") public String getErrorMessage() { return errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public CraBankIncomeCause displayMessage(String displayMessage) { this.displayMessage = displayMessage; return this; } /** * A user-friendly representation of the error code. null if the error is not related to user action. This may change over time and is not safe for programmatic use. * @return displayMessage **/ @ApiModelProperty(required = true, value = "A user-friendly representation of the error code. null if the error is not related to user action. This may change over time and is not safe for programmatic use.") public String getDisplayMessage() { return displayMessage; } public void setDisplayMessage(String displayMessage) { this.displayMessage = displayMessage; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraBankIncomeCause craBankIncomeCause = (CraBankIncomeCause) o; return Objects.equals(this.errorType, craBankIncomeCause.errorType) && Objects.equals(this.errorCode, craBankIncomeCause.errorCode) && Objects.equals(this.errorMessage, craBankIncomeCause.errorMessage) && Objects.equals(this.displayMessage, craBankIncomeCause.displayMessage); } @Override public int hashCode() { return Objects.hash(errorType, errorCode, errorMessage, displayMessage); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraBankIncomeCause {\n"); sb.append(" errorType: ").append(toIndentedString(errorType)).append("\n"); sb.append(" errorCode: ").append(toIndentedString(errorCode)).append("\n"); sb.append(" errorMessage: ").append(toIndentedString(errorMessage)).append("\n"); sb.append(" displayMessage: ").append(toIndentedString(displayMessage)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java
src/main/java/com/plaid/client/model/LinkTokenCreateRequestAppearanceMode.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * Enum representing the desired appearance mode for Link, used to force light or dark modes or set Link to change depending on user system settings. Currently in closed beta. */ @JsonAdapter(LinkTokenCreateRequestAppearanceMode.Adapter.class) public enum LinkTokenCreateRequestAppearanceMode { LIGHT("LIGHT"), DARK("DARK"), SYSTEM("SYSTEM"), NULL("null"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; LinkTokenCreateRequestAppearanceMode(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static LinkTokenCreateRequestAppearanceMode fromValue(String value) { for (LinkTokenCreateRequestAppearanceMode b : LinkTokenCreateRequestAppearanceMode.values()) { if (b.value.equals(value)) { return b; } } return null; } public static class Adapter extends TypeAdapter<LinkTokenCreateRequestAppearanceMode> { @Override public void write(final JsonWriter jsonWriter, final LinkTokenCreateRequestAppearanceMode enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public LinkTokenCreateRequestAppearanceMode read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return LinkTokenCreateRequestAppearanceMode.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/NumbersIBANNullable.java
src/main/java/com/plaid/client/model/NumbersIBANNullable.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; /** * International Bank Account Number (IBAN). */ @ApiModel(description = "International Bank Account Number (IBAN).") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class NumbersIBANNullable { @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } return true; } @Override public int hashCode() { return Objects.hash(); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class NumbersIBANNullable {\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java
src/main/java/com/plaid/client/model/CraMonitoringInsightsUnsubscribeResponse.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * CraMonitoringInsightsUnsubscribeResponse defines the response schema for &#x60;cra/monitoring_insights/unsubscribe&#x60; */ @ApiModel(description = "CraMonitoringInsightsUnsubscribeResponse defines the response schema for `cra/monitoring_insights/unsubscribe`") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraMonitoringInsightsUnsubscribeResponse { public static final String SERIALIZED_NAME_REQUEST_ID = "request_id"; @SerializedName(SERIALIZED_NAME_REQUEST_ID) private String requestId; public CraMonitoringInsightsUnsubscribeResponse requestId(String requestId) { this.requestId = requestId; return this; } /** * A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. * @return requestId **/ @ApiModelProperty(required = true, value = "A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.") public String getRequestId() { return requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraMonitoringInsightsUnsubscribeResponse craMonitoringInsightsUnsubscribeResponse = (CraMonitoringInsightsUnsubscribeResponse) o; return Objects.equals(this.requestId, craMonitoringInsightsUnsubscribeResponse.requestId); } @Override public int hashCode() { return Objects.hash(requestId); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraMonitoringInsightsUnsubscribeResponse {\n"); sb.append(" requestId: ").append(toIndentedString(requestId)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java
src/main/java/com/plaid/client/model/CraLoanOpenedStatus.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CraLoanStatus; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class CraLoanOpenedStatus { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) private CraLoanStatus status; public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) private LocalDate date; public CraLoanOpenedStatus status(CraLoanStatus status) { this.status = status; return this; } /** * Get status * @return status **/ @ApiModelProperty(required = true, value = "") public CraLoanStatus getStatus() { return status; } public void setStatus(CraLoanStatus status) { this.status = status; } public CraLoanOpenedStatus date(LocalDate date) { this.date = date; return this; } /** * The effective date for the status of the loan. The date should be in ISO 8601 format (YYYY-MM-DD). * @return date **/ @ApiModelProperty(required = true, value = "The effective date for the status of the loan. The date should be in ISO 8601 format (YYYY-MM-DD).") public LocalDate getDate() { return date; } public void setDate(LocalDate date) { this.date = date; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } CraLoanOpenedStatus craLoanOpenedStatus = (CraLoanOpenedStatus) o; return Objects.equals(this.status, craLoanOpenedStatus.status) && Objects.equals(this.date, craLoanOpenedStatus.date); } @Override public int hashCode() { return Objects.hash(status, date); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class CraLoanOpenedStatus {\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" date: ").append(toIndentedString(date)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/SMSVerificationStatus.java
src/main/java/com/plaid/client/model/SMSVerificationStatus.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import io.swagger.annotations.ApiModel; import com.google.gson.annotations.SerializedName; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; /** * The outcome status for the individual SMS verification. */ @JsonAdapter(SMSVerificationStatus.Adapter.class) public enum SMSVerificationStatus { PENDING("pending"), SUCCESS("success"), FAILED("failed"), CANCELED("canceled"), // This is returned when an enum is returned from the API that doesn't exist in the OpenAPI file. // Try upgrading your client-library version. ENUM_UNKNOWN("ENUM_UNKNOWN"); private String value; SMSVerificationStatus(String value) { this.value = value; } public String getValue() { return value; } @Override public String toString() { return String.valueOf(value); } public static SMSVerificationStatus fromValue(String value) { for (SMSVerificationStatus b : SMSVerificationStatus.values()) { if (b.value.equals(value)) { return b; } } return SMSVerificationStatus.ENUM_UNKNOWN; } public static class Adapter extends TypeAdapter<SMSVerificationStatus> { @Override public void write(final JsonWriter jsonWriter, final SMSVerificationStatus enumeration) throws IOException { jsonWriter.value(enumeration.getValue()); } @Override public SMSVerificationStatus read(final JsonReader jsonReader) throws IOException { String value = jsonReader.nextString(); return SMSVerificationStatus.fromValue(value); } } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java
src/main/java/com/plaid/client/model/LinkTokenAccountFilters.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.CreditFilter; import com.plaid.client.model.DepositoryFilter; import com.plaid.client.model.InvestmentFilter; import com.plaid.client.model.LoanFilter; import com.plaid.client.model.OtherFilter; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; /** * By default, Link will provide limited account filtering: it will only display Institutions that are compatible with all products supplied in the &#x60;products&#x60; parameter of &#x60;/link/token/create&#x60;, and, if &#x60;auth&#x60; is specified in the &#x60;products&#x60; array, will also filter out accounts other than &#x60;checking&#x60;, &#x60;savings&#x60;, and &#x60;cash management&#x60; accounts on the Account Select pane. You can further limit the accounts shown in Link by using &#x60;account_filters&#x60; 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 &#x60;\&quot;all\&quot;&#x60;. If the &#x60;account_filters&#x60; 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class LinkTokenAccountFilters { public static final String SERIALIZED_NAME_DEPOSITORY = "depository"; @SerializedName(SERIALIZED_NAME_DEPOSITORY) private DepositoryFilter depository; public static final String SERIALIZED_NAME_CREDIT = "credit"; @SerializedName(SERIALIZED_NAME_CREDIT) private CreditFilter credit; public static final String SERIALIZED_NAME_LOAN = "loan"; @SerializedName(SERIALIZED_NAME_LOAN) private LoanFilter loan; public static final String SERIALIZED_NAME_INVESTMENT = "investment"; @SerializedName(SERIALIZED_NAME_INVESTMENT) private InvestmentFilter investment; public static final String SERIALIZED_NAME_OTHER = "other"; @SerializedName(SERIALIZED_NAME_OTHER) private OtherFilter other; public LinkTokenAccountFilters depository(DepositoryFilter depository) { this.depository = depository; return this; } /** * Get depository * @return depository **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public DepositoryFilter getDepository() { return depository; } public void setDepository(DepositoryFilter depository) { this.depository = depository; } public LinkTokenAccountFilters credit(CreditFilter credit) { this.credit = credit; return this; } /** * Get credit * @return credit **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public CreditFilter getCredit() { return credit; } public void setCredit(CreditFilter credit) { this.credit = credit; } public LinkTokenAccountFilters loan(LoanFilter loan) { this.loan = loan; return this; } /** * Get loan * @return loan **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public LoanFilter getLoan() { return loan; } public void setLoan(LoanFilter loan) { this.loan = loan; } public LinkTokenAccountFilters investment(InvestmentFilter investment) { this.investment = investment; return this; } /** * Get investment * @return investment **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public InvestmentFilter getInvestment() { return investment; } public void setInvestment(InvestmentFilter investment) { this.investment = investment; } public LinkTokenAccountFilters other(OtherFilter other) { this.other = other; return this; } /** * Get other * @return other **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public OtherFilter getOther() { return other; } public void setOther(OtherFilter other) { this.other = other; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } LinkTokenAccountFilters linkTokenAccountFilters = (LinkTokenAccountFilters) o; return Objects.equals(this.depository, linkTokenAccountFilters.depository) && Objects.equals(this.credit, linkTokenAccountFilters.credit) && Objects.equals(this.loan, linkTokenAccountFilters.loan) && Objects.equals(this.investment, linkTokenAccountFilters.investment) && Objects.equals(this.other, linkTokenAccountFilters.other); } @Override public int hashCode() { return Objects.hash(depository, credit, loan, investment, other); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LinkTokenAccountFilters {\n"); sb.append(" depository: ").append(toIndentedString(depository)).append("\n"); sb.append(" credit: ").append(toIndentedString(credit)).append("\n"); sb.append(" loan: ").append(toIndentedString(loan)).append("\n"); sb.append(" investment: ").append(toIndentedString(investment)).append("\n"); sb.append(" other: ").append(toIndentedString(other)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false
plaid/plaid-java
https://github.com/plaid/plaid-java/blob/130671fed6ef990db562aa6571e181ce08270945/src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java
src/main/java/com/plaid/client/model/InvestmentsTransactionsOverride.java
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.680.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.plaid.client.model; import java.util.Objects; import java.util.Arrays; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import com.plaid.client.model.SecurityOverride; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.IOException; import java.time.LocalDate; /** * 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 = "2025-12-11T18:58:39.328614Z[Etc/UTC]") public class InvestmentsTransactionsOverride { public static final String SERIALIZED_NAME_DATE = "date"; @SerializedName(SERIALIZED_NAME_DATE) private LocalDate date; public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; public static final String SERIALIZED_NAME_QUANTITY = "quantity"; @SerializedName(SERIALIZED_NAME_QUANTITY) private Double quantity; public static final String SERIALIZED_NAME_PRICE = "price"; @SerializedName(SERIALIZED_NAME_PRICE) private Double price; public static final String SERIALIZED_NAME_FEES = "fees"; @SerializedName(SERIALIZED_NAME_FEES) private Double fees; public static final String SERIALIZED_NAME_TYPE = "type"; @SerializedName(SERIALIZED_NAME_TYPE) private String type; public static final String SERIALIZED_NAME_CURRENCY = "currency"; @SerializedName(SERIALIZED_NAME_CURRENCY) private String currency; public static final String SERIALIZED_NAME_SECURITY = "security"; @SerializedName(SERIALIZED_NAME_SECURITY) private SecurityOverride security; public InvestmentsTransactionsOverride date(LocalDate date) { this.date = date; return this; } /** * Posting date for the transaction. Must be formatted as an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) date. * @return date **/ @ApiModelProperty(required = true, value = "Posting date for the transaction. Must be formatted as an [ISO 8601](https://wikipedia.org/wiki/ISO_8601) date.") public LocalDate getDate() { return date; } public void setDate(LocalDate date) { this.date = date; } public InvestmentsTransactionsOverride name(String name) { this.name = name; return this; } /** * The institution&#39;s description of the transaction. * @return name **/ @ApiModelProperty(required = true, value = "The institution's description of the transaction.") public String getName() { return name; } public void setName(String name) { this.name = name; } public InvestmentsTransactionsOverride quantity(Double quantity) { this.quantity = quantity; return this; } /** * The number of units of the security involved in this transaction. Must be positive if the type is a buy and negative if the type is a sell. * @return quantity **/ @ApiModelProperty(required = true, value = "The number of units of the security involved in this transaction. Must be positive if the type is a buy and negative if the type is a sell.") public Double getQuantity() { return quantity; } public void setQuantity(Double quantity) { this.quantity = quantity; } public InvestmentsTransactionsOverride price(Double price) { this.price = price; return this; } /** * The price of the security at which this transaction occurred. * @return price **/ @ApiModelProperty(required = true, value = "The price of the security at which this transaction occurred.") public Double getPrice() { return price; } public void setPrice(Double price) { this.price = price; } public InvestmentsTransactionsOverride fees(Double fees) { this.fees = fees; return this; } /** * The combined value of all fees applied to this transaction. * @return fees **/ @javax.annotation.Nullable @ApiModelProperty(value = "The combined value of all fees applied to this transaction.") public Double getFees() { return fees; } public void setFees(Double fees) { this.fees = fees; } public InvestmentsTransactionsOverride type(String type) { this.type = type; return this; } /** * The type of the investment transaction. Possible values are: &#x60;buy&#x60;: Buying an investment &#x60;sell&#x60;: Selling an investment &#x60;cash&#x60;: Activity that modifies a cash position &#x60;fee&#x60;: A fee on the account &#x60;transfer&#x60;: Activity that modifies a position, but not through buy/sell activity e.g. options exercise, portfolio transfer * @return type **/ @ApiModelProperty(required = true, value = "The type of the investment transaction. Possible values are: `buy`: Buying an investment `sell`: Selling an investment `cash`: Activity that modifies a cash position `fee`: A fee on the account `transfer`: Activity that modifies a position, but not through buy/sell activity e.g. options exercise, portfolio transfer") public String getType() { return type; } public void setType(String type) { this.type = type; } public InvestmentsTransactionsOverride currency(String currency) { this.currency = currency; return this; } /** * Either a valid &#x60;iso_currency_code&#x60; or &#x60;unofficial_currency_code&#x60; * @return currency **/ @ApiModelProperty(required = true, value = "Either a valid `iso_currency_code` or `unofficial_currency_code`") public String getCurrency() { return currency; } public void setCurrency(String currency) { this.currency = currency; } public InvestmentsTransactionsOverride security(SecurityOverride security) { this.security = security; return this; } /** * Get security * @return security **/ @javax.annotation.Nullable @ApiModelProperty(value = "") public SecurityOverride getSecurity() { return security; } public void setSecurity(SecurityOverride security) { this.security = security; } @Override public boolean equals(Object o) { if (this == o) { return true; } if (o == null || getClass() != o.getClass()) { return false; } InvestmentsTransactionsOverride investmentsTransactionsOverride = (InvestmentsTransactionsOverride) o; return Objects.equals(this.date, investmentsTransactionsOverride.date) && Objects.equals(this.name, investmentsTransactionsOverride.name) && Objects.equals(this.quantity, investmentsTransactionsOverride.quantity) && Objects.equals(this.price, investmentsTransactionsOverride.price) && Objects.equals(this.fees, investmentsTransactionsOverride.fees) && Objects.equals(this.type, investmentsTransactionsOverride.type) && Objects.equals(this.currency, investmentsTransactionsOverride.currency) && Objects.equals(this.security, investmentsTransactionsOverride.security); } @Override public int hashCode() { return Objects.hash(date, name, quantity, price, fees, type, currency, security); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class InvestmentsTransactionsOverride {\n"); sb.append(" date: ").append(toIndentedString(date)).append("\n"); sb.append(" name: ").append(toIndentedString(name)).append("\n"); sb.append(" quantity: ").append(toIndentedString(quantity)).append("\n"); sb.append(" price: ").append(toIndentedString(price)).append("\n"); sb.append(" fees: ").append(toIndentedString(fees)).append("\n"); sb.append(" type: ").append(toIndentedString(type)).append("\n"); sb.append(" currency: ").append(toIndentedString(currency)).append("\n"); sb.append(" security: ").append(toIndentedString(security)).append("\n"); sb.append("}"); return sb.toString(); } /** * Convert the given object to string with each line indented by 4 spaces * (except the first line). */ private String toIndentedString(Object o) { if (o == null) { return "null"; } return o.toString().replace("\n", "\n "); } }
java
MIT
130671fed6ef990db562aa6571e181ce08270945
2026-01-05T02:42:29.116648Z
false