Modifier and Type | Method and Description |
---|---|
static TransactionsResponse |
ManualMapper.fromTppToFintech(TransactionsResponse transactionsResponse) |
TransactionsResponse |
TransactionsResponseMapper.mapFromTppToFintech(TransactionsResponse transactionsResponse) |
Modifier and Type | Method and Description |
---|---|
TransactionsResponse |
TransactionsResponseMapperImpl.mapFromTppToFintech(TransactionsResponse transactionsResponse) |
Modifier and Type | Method and Description |
---|---|
TransactionsResponse |
TransactionsResponse.account(AccountReference account) |
TransactionsResponse |
TransactionsResponse.transactions(AccountReport transactions) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<TransactionsResponse> |
TppBankingApiAccountInformationServiceAisApi.getTransactions(String accountId,
String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
String psUConsentSession,
UUID serviceSessionID,
@Valid LocalDate dateFrom,
@Valid LocalDate dateTo,
@Valid String entryReferenceFrom,
@Valid String bookingStatus,
@Valid Boolean deltaList) |
org.springframework.http.ResponseEntity<TransactionsResponse> |
TppBankingApiAccountInformationServiceAisApi.getTransactionsWithoutAccountId(String serviceSessionPassword,
String fintechUserID,
String fintechRedirectURLOK,
String fintechRedirectURLNOK,
UUID xRequestID,
String xTimestampUTC,
String xRequestSignature,
String fintechID,
String bankID,
String psUConsentSession,
UUID serviceSessionID,
@Valid LocalDate dateFrom,
@Valid LocalDate dateTo,
@Valid String entryReferenceFrom,
@Valid String bookingStatus,
@Valid Boolean deltaList) |
Copyright © 2020. All rights reserved.