@Service(value="xs2aListTransactions") public class Xs2aListTransactionsEntrypoint extends Object implements ListTransactions
Modifier and Type | Class and Description |
---|---|
static interface |
Xs2aListTransactionsEntrypoint.FromRequest
Mapper to convert incoming user request to processable request context.
|
Constructor and Description |
---|
Xs2aListTransactionsEntrypoint() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Result<TransactionsResponseBody>> |
execute(ServiceContext<ListTransactionsRequest> serviceContext)
Execute associated action using the input.
|
protected TransactionListXs2aContext |
prepareContext(ServiceContext<ListTransactionsRequest> serviceContext) |
public CompletableFuture<Result<TransactionsResponseBody>> execute(ServiceContext<ListTransactionsRequest> serviceContext)
Action
execute
in interface Action<ListTransactionsRequest,TransactionsResponseBody>
serviceContext
- Request context (Request ID, Bank ID, password, redirect URLs, etc.) and associated services (Encryption, Consent access, etc.)protected TransactionListXs2aContext prepareContext(ServiceContext<ListTransactionsRequest> serviceContext)
Copyright © 2020. All rights reserved.