| Modifier and Type | Method and Description |
|---|---|
AccountReference |
TransactionsResponse200Json.getAccount() |
AccountReference |
ReadAccountBalanceResponse200.getAccount() |
AccountReference |
CardAccountsTransactionsResponse200.getCardAccount() |
AccountReference |
ReadCardAccountBalanceResponse200.getCardAccount() |
AccountReference |
PaymentInitiationWithStatusResponse.getCreditorAccount() |
AccountReference |
Transactions.getCreditorAccount() |
AccountReference |
PeriodicPaymentInitiationWithStatusResponse.getCreditorAccount() |
AccountReference |
PaymentInitiationJson.getCreditorAccount() |
AccountReference |
PeriodicPaymentInitiationJson.getCreditorAccount() |
AccountReference |
PaymentInitiationBulkElementJson.getCreditorAccount() |
AccountReference |
PaymentInitiationWithStatusResponse.getDebtorAccount() |
AccountReference |
Transactions.getDebtorAccount() |
AccountReference |
PeriodicPaymentInitiationWithStatusResponse.getDebtorAccount() |
AccountReference |
PaymentInitiationJson.getDebtorAccount() |
AccountReference |
BulkPaymentInitiationJson.getDebtorAccount() |
AccountReference |
PeriodicPaymentInitiationJson.getDebtorAccount() |
AccountReference |
BulkPaymentInitiationWithStatusResponse.getDebtorAccount() |
| Modifier and Type | Method and Description |
|---|---|
List<AccountReference> |
AccountAccess.getAccounts() |
List<AccountReference> |
AccountAccess.getBalances() |
List<AccountReference> |
AdditionalInformationAccess.getOwnerName() |
List<AccountReference> |
AccountAccess.getTransactions() |
List<AccountReference> |
AdditionalInformationAccess.getTrustedBeneficiaries() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionsResponse200Json.setAccount(AccountReference account) |
void |
ReadAccountBalanceResponse200.setAccount(AccountReference account) |
void |
CardAccountsTransactionsResponse200.setCardAccount(AccountReference cardAccount) |
void |
ReadCardAccountBalanceResponse200.setCardAccount(AccountReference cardAccount) |
void |
PaymentInitiationWithStatusResponse.setCreditorAccount(AccountReference creditorAccount) |
void |
Transactions.setCreditorAccount(AccountReference creditorAccount) |
void |
PeriodicPaymentInitiationWithStatusResponse.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PeriodicPaymentInitiationJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationBulkElementJson.setCreditorAccount(AccountReference creditorAccount) |
void |
PaymentInitiationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
void |
Transactions.setDebtorAccount(AccountReference debtorAccount) |
void |
PeriodicPaymentInitiationWithStatusResponse.setDebtorAccount(AccountReference debtorAccount) |
void |
PaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
void |
BulkPaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
void |
PeriodicPaymentInitiationJson.setDebtorAccount(AccountReference debtorAccount) |
void |
BulkPaymentInitiationWithStatusResponse.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) |
void |
AdditionalInformationAccess.setTrustedBeneficiaries(List<AccountReference> trustedBeneficiaries) |
Copyright © 2021. All rights reserved.