Package com.lithic.api.models
Class CardFinancialTransactionListPage
-
- All Implemented Interfaces:
public final class CardFinancialTransactionListPageList the financial transactions for a given card.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardFinancialTransactionListPage.Responsepublic final classCardFinancialTransactionListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final CardFinancialTransactionListPage.Responseresponse()final List<FinancialTransaction>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CardFinancialTransactionListParams>getNextPageParams()final Optional<CardFinancialTransactionListPage>getNextPage()final CardFinancialTransactionListPage.AutoPagerautoPager()final static CardFinancialTransactionListPageof(FinancialTransactionService financialTransactionsService, CardFinancialTransactionListParams params, CardFinancialTransactionListPage.Response response)-
-
Method Detail
-
response
final CardFinancialTransactionListPage.Response response()
-
data
final List<FinancialTransaction> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CardFinancialTransactionListParams> getNextPageParams()
-
getNextPage
final Optional<CardFinancialTransactionListPage> getNextPage()
-
autoPager
final CardFinancialTransactionListPage.AutoPager autoPager()
-
of
final static CardFinancialTransactionListPage of(FinancialTransactionService financialTransactionsService, CardFinancialTransactionListParams params, CardFinancialTransactionListPage.Response response)
-
-
-
-