| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.account |
| Modifier and Type | Method and Description |
|---|---|
AccountStatusTO |
AccountDetailsTO.getAccountStatus() |
static AccountStatusTO |
AccountStatusTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountStatusTO[] |
AccountStatusTO.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<AccountStatusTO> |
AccountStatusTO.getByValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountDetailsTO.setAccountStatus(AccountStatusTO accountStatus) |
| 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.