com.braintreegateway.Pager Maven / Gradle / Ivy
package com.braintreegateway;
import java.util.List;
public interface Pager {
public List getPage(List ids);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.braintreegateway;
import java.util.List;
public interface Pager {
public List getPage(List ids);
}