| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.account |
| Modifier and Type | Method and Description |
|---|---|
AccountTypeTO |
AccountDetailsTO.getAccountType() |
static AccountTypeTO |
AccountTypeTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountTypeTO[] |
AccountTypeTO.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<AccountTypeTO> |
AccountTypeTO.getByValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountDetailsTO.setAccountType(AccountTypeTO accountType) |
| Constructor and Description |
|---|
AccountDetailsTO(String id,
String iban,
String bban,
String pan,
String maskedPan,
String msisdn,
Currency currency,
String name,
String product,
AccountTypeTO accountType,
AccountStatusTO accountStatus,
String bic,
String linkedAccounts,
UsageTypeTO usageType,
String details,
List<AccountBalanceTO> balances) |
Copyright © 2019. All rights reserved.