public class AccountReference extends Object
| Constructor and Description |
|---|
AccountReference(AccountReferenceType accountReferenceType,
String accountReferenceValue,
Currency currency)
This constructor should be used for storing initial accounts data (as it was requested by TPP)
|
AccountReference(AccountReferenceType accountReferenceType,
String accountReferenceValue,
Currency currency,
String resourceId,
String aspspAccountId)
This constructor should be used for storing accounts data received from aspsp
|
| Modifier and Type | Method and Description |
|---|---|
Set<AccountReferenceType> |
getUsedAccountReferenceFields() |
AccountReferenceSelector |
getUsedAccountReferenceSelector() |
public AccountReference(AccountReferenceType accountReferenceType, String accountReferenceValue, Currency currency)
accountReferenceType - Account identifier typeaccountReferenceValue - Account identifier valuecurrency - Currency Typepublic AccountReference(AccountReferenceType accountReferenceType, String accountReferenceValue, Currency currency, String resourceId, String aspspAccountId)
accountReferenceType - Account identifier typeaccountReferenceValue - Account identifier valuecurrency - Currency TyperesourceId - The identification that denotes the addressed accountaspspAccountId - Bank specific account IDpublic AccountReferenceSelector getUsedAccountReferenceSelector()
public Set<AccountReferenceType> getUsedAccountReferenceFields()
Copyright © 2019. All rights reserved.