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

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

package com.plaid.client.response;

public class AssetReportRemoveResponse extends BaseResponse {
  boolean removed;

  public boolean isRemoved() {
    return removed;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy