Uses of Class
de.adorsys.psd2.model.AccountReference
-
Packages that use AccountReference Package Description de.adorsys.psd2.model -
-
Uses of AccountReference in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return AccountReference Modifier and Type Method Description AccountReferenceAccountReference. bban(String bban)AccountReferenceAccountReference. currency(String currency)@NotNull @Valid AccountReferenceConfirmationOfFunds. getAccount()Get account@Valid AccountReferenceReadAccountBalanceResponse200. getAccount()Get account@Valid AccountReferenceTransactionsResponse200Json. getAccount()Get account@Valid AccountReferenceCardAccountsTransactionsResponse200. getCardAccount()Get cardAccount@Valid AccountReferenceReadCardAccountBalanceResponse200. getCardAccount()Get cardAccount@NotNull @Valid AccountReferencePaymentInitiationBulkElementJson. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePaymentInitiationJson. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePaymentInitiationWithStatusResponse. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePeriodicPaymentInitiationJson. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePeriodicPaymentInitiationWithStatusResponse. getCreditorAccount()Get creditorAccount@Valid AccountReferenceTransactionDetails. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferenceTrustedBeneficiaries. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferenceBulkPaymentInitiationJson. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferenceBulkPaymentInitiationWithStatusResponse. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferencePaymentInitiationJson. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferencePaymentInitiationWithStatusResponse. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferencePeriodicPaymentInitiationJson. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferencePeriodicPaymentInitiationWithStatusResponse. getDebtorAccount()Get debtorAccount@Valid AccountReferenceTransactionDetails. getDebtorAccount()Get debtorAccount@Valid AccountReferenceTrustedBeneficiaries. getDebtorAccount()Get debtorAccountAccountReferenceAccountReference. iban(String iban)AccountReferenceAccountReference. maskedPan(String maskedPan)AccountReferenceAccountReference. msisdn(String msisdn)AccountReferenceAccountReference. pan(String pan)Methods in de.adorsys.psd2.model that return types with arguments of type AccountReference Modifier and Type Method Description @Valid List<AccountReference>AccountAccess. getAccounts()Is asking for detailed account information.@Valid List<AccountReference>AccountAccess. getBalances()Is asking for balances of the addressed accounts.@Valid List<AccountReference>AdditionalInformationAccess. getOwnerName()Is asking for account owner name of the accounts referenced within.@Valid List<AccountReference>AccountAccess. getTransactions()Is asking for transactions of the addressed accounts.@Valid List<AccountReference>AdditionalInformationAccess. getTrustedBeneficiaries()Is asking for the trusted beneficiaries related to the accounts referenced within and related to the PSU.Methods in de.adorsys.psd2.model with parameters of type AccountReference Modifier and Type Method Description ConfirmationOfFundsConfirmationOfFunds. account(AccountReference account)ReadAccountBalanceResponse200ReadAccountBalanceResponse200. account(AccountReference account)TransactionsResponse200JsonTransactionsResponse200Json. account(AccountReference account)AccountAccessAccountAccess. addAccountsItem(AccountReference accountsItem)AccountAccessAccountAccess. addBalancesItem(AccountReference balancesItem)AdditionalInformationAccessAdditionalInformationAccess. addOwnerNameItem(AccountReference ownerNameItem)AccountAccessAccountAccess. addTransactionsItem(AccountReference transactionsItem)AdditionalInformationAccessAdditionalInformationAccess. addTrustedBeneficiariesItem(AccountReference trustedBeneficiariesItem)CardAccountsTransactionsResponse200CardAccountsTransactionsResponse200. cardAccount(AccountReference cardAccount)ReadCardAccountBalanceResponse200ReadCardAccountBalanceResponse200. cardAccount(AccountReference cardAccount)PaymentInitiationBulkElementJsonPaymentInitiationBulkElementJson. creditorAccount(AccountReference creditorAccount)PaymentInitiationJsonPaymentInitiationJson. creditorAccount(AccountReference creditorAccount)PaymentInitiationWithStatusResponsePaymentInitiationWithStatusResponse. creditorAccount(AccountReference creditorAccount)PeriodicPaymentInitiationJsonPeriodicPaymentInitiationJson. creditorAccount(AccountReference creditorAccount)PeriodicPaymentInitiationWithStatusResponsePeriodicPaymentInitiationWithStatusResponse. creditorAccount(AccountReference creditorAccount)TransactionDetailsTransactionDetails. creditorAccount(AccountReference creditorAccount)TrustedBeneficiariesTrustedBeneficiaries. creditorAccount(AccountReference creditorAccount)BulkPaymentInitiationJsonBulkPaymentInitiationJson. debtorAccount(AccountReference debtorAccount)BulkPaymentInitiationWithStatusResponseBulkPaymentInitiationWithStatusResponse. debtorAccount(AccountReference debtorAccount)PaymentInitiationJsonPaymentInitiationJson. debtorAccount(AccountReference debtorAccount)PaymentInitiationWithStatusResponsePaymentInitiationWithStatusResponse. debtorAccount(AccountReference debtorAccount)PeriodicPaymentInitiationJsonPeriodicPaymentInitiationJson. debtorAccount(AccountReference debtorAccount)PeriodicPaymentInitiationWithStatusResponsePeriodicPaymentInitiationWithStatusResponse. debtorAccount(AccountReference debtorAccount)TransactionDetailsTransactionDetails. debtorAccount(AccountReference debtorAccount)TrustedBeneficiariesTrustedBeneficiaries. debtorAccount(AccountReference debtorAccount)voidConfirmationOfFunds. setAccount(AccountReference account)voidReadAccountBalanceResponse200. setAccount(AccountReference account)voidTransactionsResponse200Json. setAccount(AccountReference account)voidCardAccountsTransactionsResponse200. setCardAccount(AccountReference cardAccount)voidReadCardAccountBalanceResponse200. setCardAccount(AccountReference cardAccount)voidPaymentInitiationBulkElementJson. setCreditorAccount(AccountReference creditorAccount)voidPaymentInitiationJson. setCreditorAccount(AccountReference creditorAccount)voidPaymentInitiationWithStatusResponse. setCreditorAccount(AccountReference creditorAccount)voidPeriodicPaymentInitiationJson. setCreditorAccount(AccountReference creditorAccount)voidPeriodicPaymentInitiationWithStatusResponse. setCreditorAccount(AccountReference creditorAccount)voidTransactionDetails. setCreditorAccount(AccountReference creditorAccount)voidTrustedBeneficiaries. setCreditorAccount(AccountReference creditorAccount)voidBulkPaymentInitiationJson. setDebtorAccount(AccountReference debtorAccount)voidBulkPaymentInitiationWithStatusResponse. setDebtorAccount(AccountReference debtorAccount)voidPaymentInitiationJson. setDebtorAccount(AccountReference debtorAccount)voidPaymentInitiationWithStatusResponse. setDebtorAccount(AccountReference debtorAccount)voidPeriodicPaymentInitiationJson. setDebtorAccount(AccountReference debtorAccount)voidPeriodicPaymentInitiationWithStatusResponse. setDebtorAccount(AccountReference debtorAccount)voidTransactionDetails. setDebtorAccount(AccountReference debtorAccount)voidTrustedBeneficiaries. setDebtorAccount(AccountReference debtorAccount)Method parameters in de.adorsys.psd2.model with type arguments of type AccountReference Modifier and Type Method Description AccountAccessAccountAccess. accounts(List<AccountReference> accounts)AccountAccessAccountAccess. balances(List<AccountReference> balances)AdditionalInformationAccessAdditionalInformationAccess. ownerName(List<AccountReference> ownerName)voidAccountAccess. setAccounts(List<AccountReference> accounts)voidAccountAccess. setBalances(List<AccountReference> balances)voidAdditionalInformationAccess. setOwnerName(List<AccountReference> ownerName)voidAccountAccess. setTransactions(List<AccountReference> transactions)voidAdditionalInformationAccess. setTrustedBeneficiaries(List<AccountReference> trustedBeneficiaries)AccountAccessAccountAccess. transactions(List<AccountReference> transactions)AdditionalInformationAccessAdditionalInformationAccess. trustedBeneficiaries(List<AccountReference> trustedBeneficiaries)
-