Package com.stripe.model
Class SearchPagingIterable<T>
java.lang.Object
com.stripe.model.SearchPagingIterable<T>
- All Implemented Interfaces:
Iterable<T>
Provides an
Iterable<T>
target that automatically iterates across all API
pages and which is suitable for use with a foreach
loop.