| Package | Description |
|---|---|
| de.adorsys.xs2a.adapter.service.model |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
BalanceReport.getAccount() |
AccountReference |
TransactionsReport.getAccountReference() |
AccountReference |
CardAccountBalanceReport.getCardAccount() |
AccountReference |
CardAccountsTransactions.getCardAccount() |
AccountReference |
Transactions.getCreditorAccount() |
AccountReference |
SinglePaymentInitiationBody.getCreditorAccount() |
AccountReference |
SinglePaymentInitiationInformationWithStatusResponse.getCreditorAccount() |
AccountReference |
Transactions.getDebtorAccount() |
AccountReference |
SinglePaymentInitiationBody.getDebtorAccount() |
AccountReference |
SinglePaymentInitiationInformationWithStatusResponse.getDebtorAccount() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountReference> |
AccountAccess.getAccounts() |
List<AccountReference> |
AccountAccess.getBalances() |
List<AccountReference> |
AdditionalInformationAccess.getOwnerName() |
List<AccountReference> |
AccountAccess.getTransactions() |
| Modifier and Type | Method and Description |
|---|---|
void |
BalanceReport.setAccount(AccountReference account) |
void |
TransactionsReport.setAccountReference(AccountReference accountReference) |
void |
CardAccountBalanceReport.setCardAccount(AccountReference cardAccount) |
void |
CardAccountsTransactions.setCardAccount(AccountReference cardAccount) |
void |
Transactions.setCreditorAccount(AccountReference creditorAccount) |
void |
SinglePaymentInitiationBody.setCreditorAccount(AccountReference creditorAccount) |
void |
SinglePaymentInitiationInformationWithStatusResponse.setCreditorAccount(AccountReference creditorAccount) |
void |
Transactions.setDebtorAccount(AccountReference debtorAccount) |
void |
SinglePaymentInitiationBody.setDebtorAccount(AccountReference debtorAccount) |
void |
SinglePaymentInitiationInformationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountAccess.setAccounts(List<AccountReference> accounts) |
void |
AccountAccess.setBalances(List<AccountReference> balances) |
void |
AdditionalInformationAccess.setOwnerName(List<AccountReference> ownerName) |
void |
AccountAccess.setTransactions(List<AccountReference> transactions) |
Copyright © 2020. All rights reserved.