Class SearchPagingIterable<T>

java.lang.Object
com.stripe.model.SearchPagingIterable<T>
All Implemented Interfaces:
Iterable<T>

public class SearchPagingIterable<T> extends Object implements Iterable<T>
Provides an Iterable<T> target that automatically iterates across all API pages and which is suitable for use with a foreach loop.