All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plaid.client.response.BaseResponse Maven / Gradle / Ivy

package com.plaid.client.response;

public abstract class BaseResponse {
  private String requestId;

  public String getRequestId() {
    return requestId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy