Package com.increase.api.models
Class CardPaymentListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class CardPaymentListPage.AutoPager implements Iterable<CardPayment>
-
-
Constructor Summary
Constructors Constructor Description CardPaymentListPage.AutoPager(CardPaymentListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<CardPayment>iterator()final Stream<CardPayment>stream()-
-
Constructor Detail
-
CardPaymentListPage.AutoPager
CardPaymentListPage.AutoPager(CardPaymentListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<CardPayment> iterator()
-
stream
final Stream<CardPayment> stream()
-
-
-
-