| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.core.profile |
| Modifier and Type | Method and Description |
|---|---|
static AccountReferenceType |
AccountReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountReferenceType[] |
AccountReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<AccountReferenceType> |
AccountReferenceType.getByValue(String name) |
Set<AccountReferenceType> |
AccountReference.getUsedAccountReferenceFields() |
| 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
|
Copyright © 2019. All rights reserved.