com.stripe.model.StripeSearchResultInterface Maven / Gradle / Ivy
package com.stripe.model;
public interface StripeSearchResultInterface extends StripeCollectionInterface {
String getNextPage();
Long getTotalCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy