| Package | Description |
|---|---|
| de.adorsys.psd2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountReference |
AccountReference.bban(String bban) |
AccountReference |
AccountReference.currency(String currency) |
@Valid AccountReference |
ReadAccountBalanceResponse200.getAccount()
Get account
|
@NotNull @Valid AccountReference |
ConfirmationOfFunds.getAccount()
Get account
|
@Valid AccountReference |
TransactionsResponse200Json.getAccount()
Get account
|
@Valid AccountReference |
CardAccountsTransactionsResponse200.getCardAccount()
Get cardAccount
|
@Valid AccountReference |
ReadCardAccountBalanceResponse200.getCardAccount()
Get cardAccount
|
@NotNull @Valid AccountReference |
PeriodicPaymentInitiationJson.getCreditorAccount()
Get creditorAccount
|
@NotNull @Valid AccountReference |
PaymentInitiationWithStatusResponse.getCreditorAccount()
Get creditorAccount
|
@NotNull @Valid AccountReference |
PaymentInitiationBulkElementJson.getCreditorAccount()
Get creditorAccount
|
@NotNull @Valid AccountReference |
PaymentInitiationJson.getCreditorAccount()
Get creditorAccount
|
@NotNull @Valid AccountReference |
PeriodicPaymentInitiationWithStatusResponse.getCreditorAccount()
Get creditorAccount
|
@Valid AccountReference |
TransactionDetails.getCreditorAccount()
Get creditorAccount
|
@NotNull @Valid AccountReference |
PeriodicPaymentInitiationJson.getDebtorAccount()
Get debtorAccount
|
@NotNull @Valid AccountReference |
PaymentInitiationWithStatusResponse.getDebtorAccount()
Get debtorAccount
|
@NotNull @Valid AccountReference |
BulkPaymentInitiationWithStatusResponse.getDebtorAccount()
Get debtorAccount
|
@NotNull @Valid AccountReference |
PaymentInitiationJson.getDebtorAccount()
Get debtorAccount
|
@NotNull @Valid AccountReference |
PeriodicPaymentInitiationWithStatusResponse.getDebtorAccount()
Get debtorAccount
|
@Valid AccountReference |
TransactionDetails.getDebtorAccount()
Get debtorAccount
|
@NotNull @Valid AccountReference |
BulkPaymentInitiationJson.getDebtorAccount()
Get debtorAccount
|
AccountReference |
AccountReference.iban(String iban) |
AccountReference |
AccountReference.maskedPan(String maskedPan) |
AccountReference |
AccountReference.msisdn(String msisdn) |
AccountReference |
AccountReference.pan(String pan) |
| Modifier and Type | Method and Description |
|---|---|
ReadAccountBalanceResponse200 |
ReadAccountBalanceResponse200.account(AccountReference account) |
ConfirmationOfFunds |
ConfirmationOfFunds.account(AccountReference account) |
TransactionsResponse200Json |
TransactionsResponse200Json.account(AccountReference account) |
AccountAccess |
AccountAccess.addAccountsItem(AccountReference accountsItem) |
AccountAccess |
AccountAccess.addBalancesItem(AccountReference balancesItem) |
AdditionalInformationAccess |
AdditionalInformationAccess.addOwnerNameItem(AccountReference ownerNameItem) |
AccountAccess |
AccountAccess.addTransactionsItem(AccountReference transactionsItem) |
CardAccountsTransactionsResponse200 |
CardAccountsTransactionsResponse200.cardAccount(AccountReference cardAccount) |
ReadCardAccountBalanceResponse200 |
ReadCardAccountBalanceResponse200.cardAccount(AccountReference cardAccount) |
PeriodicPaymentInitiationJson |
PeriodicPaymentInitiationJson.creditorAccount(AccountReference creditorAccount) |
PaymentInitiationWithStatusResponse |
PaymentInitiationWithStatusResponse.creditorAccount(AccountReference creditorAccount) |
PaymentInitiationBulkElementJson |
PaymentInitiationBulkElementJson.creditorAccount(AccountReference creditorAccount) |
PaymentInitiationJson |
PaymentInitiationJson.creditorAccount(AccountReference creditorAccount) |
PeriodicPaymentInitiationWithStatusResponse |
PeriodicPaymentInitiationWithStatusResponse.creditorAccount(AccountReference creditorAccount) |
TransactionDetails |
TransactionDetails.creditorAccount(AccountReference creditorAccount) |
PeriodicPaymentInitiationJson |
PeriodicPaymentInitiationJson.debtorAccount(AccountReference debtorAccount) |
PaymentInitiationWithStatusResponse |
PaymentInitiationWithStatusResponse.debtorAccount(AccountReference debtorAccount) |
BulkPaymentInitiationWithStatusResponse |
BulkPaymentInitiationWithStatusResponse.debtorAccount(AccountReference debtorAccount) |
PaymentInitiationJson |
PaymentInitiationJson.debtorAccount(AccountReference debtorAccount) |
PeriodicPaymentInitiationWithStatusResponse |
PeriodicPaymentInitiationWithStatusResponse.debtorAccount(AccountReference debtorAccount) |
TransactionDetails |
TransactionDetails.debtorAccount(AccountReference debtorAccount) |
BulkPaymentInitiationJson |
BulkPaymentInitiationJson.debtorAccount(AccountReference debtorAccount) |
void |
ReadAccountBalanceResponse200.setAccount(AccountReference account) |
void |
ConfirmationOfFunds.setAccount(AccountReference account) |
void |
TransactionsResponse200Json.setAccount(AccountReference account) |
void |
CardAccountsTransactionsResponse200.setCardAccount(AccountReference cardAccount) |
void |
ReadCardAccountBalanceResponse200.setCardAccount(AccountReference cardAccount) |
void |
PeriodicPaymentInitiationJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationWithStatusResponse.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationBulkElementJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PeriodicPaymentInitiationWithStatusResponse.setCreditorAccount(AccountReference creditorAccount) |
void |
TransactionDetails.setCreditorAccount(AccountReference creditorAccount) |
void |
PeriodicPaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
void |
PaymentInitiationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
void |
BulkPaymentInitiationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
void |
PaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
void |
PeriodicPaymentInitiationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
void |
TransactionDetails.setDebtorAccount(AccountReference debtorAccount) |
void |
BulkPaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
| Modifier and Type | Method and Description |
|---|---|
AccountAccess |
AccountAccess.accounts(List<AccountReference> accounts) |
AccountAccess |
AccountAccess.balances(List<AccountReference> balances) |
AdditionalInformationAccess |
AdditionalInformationAccess.ownerName(List<AccountReference> ownerName) |
void |
AccountAccess.setAccounts(List<AccountReference> accounts) |
void |
AccountAccess.setBalances(List<AccountReference> balances) |
void |
AdditionalInformationAccess.setOwnerName(List<AccountReference> ownerName) |
void |
AccountAccess.setTransactions(List<AccountReference> transactions) |
AccountAccess |
AccountAccess.transactions(List<AccountReference> transactions) |
Copyright © 2020. All rights reserved.