Package | Description |
---|---|
de.adorsys.opba.tppbankingapi.ais.model.generated | |
de.adorsys.opba.tppbankingapi.mapper.generated |
Modifier and Type | Method and Description |
---|---|
AccountReference |
AccountReference.bban(String bban) |
AccountReference |
AccountReference.currency(String currency) |
@Valid AccountReference |
TransactionsResponse.getAccount()
Get account
|
@Valid AccountReference |
TransactionDetails.getCreditorAccount()
Get creditorAccount
|
@Valid AccountReference |
TransactionDetails.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 |
---|---|
TransactionsResponse |
TransactionsResponse.account(AccountReference account) |
TransactionDetails |
TransactionDetails.creditorAccount(AccountReference creditorAccount) |
TransactionDetails |
TransactionDetails.debtorAccount(AccountReference debtorAccount) |
void |
TransactionsResponse.setAccount(AccountReference account) |
void |
TransactionDetails.setCreditorAccount(AccountReference creditorAccount) |
void |
TransactionDetails.setDebtorAccount(AccountReference debtorAccount) |
Modifier and Type | Method and Description |
---|---|
protected AccountReference |
TppBankingApiAisController$TransactionsFacadeResponseBodyToRestBodyMapperImpl.accountReferenceToAccountReference(AccountReference accountReference) |
Copyright © 2020. All rights reserved.