Package com.lithic.api.models
Class CardFinancialTransactionListPage.Builder
-
- All Implemented Interfaces:
public final class CardFinancialTransactionListPage.BuilderA builder for CardFinancialTransactionListPage.
-
-
Method Summary
Modifier and Type Method Description final CardFinancialTransactionListPage.Builderservice(FinancialTransactionService service)final CardFinancialTransactionListPage.Builderparams(CardFinancialTransactionListParams params)The parameters that were used to request this page. final CardFinancialTransactionListPage.Builderresponse(CardFinancialTransactionListPageResponse response)The response that this page was parsed from. final CardFinancialTransactionListPagebuild()Returns an immutable instance of CardFinancialTransactionListPage. -
-
Method Detail
-
service
final CardFinancialTransactionListPage.Builder service(FinancialTransactionService service)
-
params
final CardFinancialTransactionListPage.Builder params(CardFinancialTransactionListParams params)
The parameters that were used to request this page.
-
response
final CardFinancialTransactionListPage.Builder response(CardFinancialTransactionListPageResponse response)
The response that this page was parsed from.
-
build
final CardFinancialTransactionListPage build()
Returns an immutable instance of CardFinancialTransactionListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-