| Package | Description |
|---|---|
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
Account.AccountType |
Account.getType() |
static Account.AccountType |
Account.AccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Account.AccountType[] |
Account.AccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Account(String name,
String iban,
String number,
Account.AccountType type,
String id,
boolean isFavourite,
Currency currency,
Balance balance) |
Copyright © 2021 Dapi. All rights reserved.