
com.plaid.client.request.InfoOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plaid-java Show documentation
Show all versions of plaid-java Show documentation
Bindings for the Plaid (plaid.com) API.
package com.plaid.client.request;
public class InfoOptions {
private Boolean list;
public Boolean isList() {
return list;
}
public void setList(Boolean list) {
this.list = list;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy