| Package | Description |
|---|---|
| de.adorsys.psd2.client.api | |
| de.adorsys.psd2.client.model |
| Modifier and Type | Method and Description |
|---|---|
AccountDetails |
AccountInformationServiceAisApi.readAccountDetails(String accountId,
UUID xRequestID,
String consentID,
Boolean withBalance,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation)
Read Account Details
Reads details about an account, with balances where required.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AccountDetails> |
AccountInformationServiceAisApi.readAccountDetailsWithHttpInfo(String accountId,
UUID xRequestID,
String consentID,
Boolean withBalance,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation)
Read Account Details
Reads details about an account, with balances where required.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountInformationServiceAisApi.readAccountDetailsAsync(String accountId,
UUID xRequestID,
String consentID,
Boolean withBalance,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation,
ApiCallback<AccountDetails> callback)
Read Account Details (asynchronously)
Reads details about an account, with balances where required.
|
| Modifier and Type | Method and Description |
|---|---|
AccountDetails |
AccountDetails._links(Map _links) |
AccountDetails |
AccountDetails.balances(BalanceList balances) |
AccountDetails |
AccountDetails.bban(String bban) |
AccountDetails |
AccountDetails.bic(String bic) |
AccountDetails |
AccountDetails.cashAccountType(String cashAccountType) |
AccountDetails |
AccountDetails.currency(String currency) |
AccountDetails |
AccountDetails.details(String details) |
AccountDetails |
AccountDetails.iban(String iban) |
AccountDetails |
AccountDetails.linkedAccounts(String linkedAccounts) |
AccountDetails |
AccountDetails.msisdn(String msisdn) |
AccountDetails |
AccountDetails.name(String name) |
AccountDetails |
AccountDetails.product(String product) |
AccountDetails |
AccountDetails.resourceId(String resourceId) |
AccountDetails |
AccountDetails.status(AccountStatus status) |
AccountDetails |
AccountDetails.usage(AccountDetails.UsageEnum usage) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountDetails> |
AccountList.getAccounts()
Get accounts
|
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountList.addAccountsItem(AccountDetails accountsItem) |
| Modifier and Type | Method and Description |
|---|---|
AccountList |
AccountList.accounts(List<AccountDetails> accounts) |
void |
AccountList.setAccounts(List<AccountDetails> accounts) |
Copyright © 2019. All rights reserved.