public class Account extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Account.AccountType |
| Constructor and Description |
|---|
Account(String name,
String iban,
String number,
Account.AccountType type,
String id,
boolean isFavourite,
Currency currency,
Balance balance) |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
String |
getIban() |
String |
getId() |
String |
getName() |
String |
getNumber() |
Account.AccountType |
getType() |
boolean |
isFavourite() |
Copyright © 2021–2022 Dapi. All rights reserved.