| Package | Description |
|---|---|
| de.adorsys.aspsp.xs2a.domain | |
| de.adorsys.aspsp.xs2a.service |
| Modifier and Type | Method and Description |
|---|---|
static Xs2aBookingStatus |
Xs2aBookingStatus.forValue(String value) |
static Xs2aBookingStatus |
Xs2aBookingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Xs2aBookingStatus[] |
Xs2aBookingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReport(String consentId,
String accountId,
LocalDate dateFrom,
LocalDate dateTo,
String transactionId,
boolean psuInvolved,
Xs2aBookingStatus bookingStatus,
boolean withBalance,
boolean deltaList)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
ResponseObject<Xs2aAccountReport> |
AccountService.getAccountReportByPeriod(String accountId,
boolean withBalance,
String consentId,
LocalDate dateFrom,
LocalDate dateTo,
Xs2aBookingStatus bookingStatus)
Gets AccountReport with Booked/Pending or both transactions dependent on request.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.