Uses of Class
co.dapi.types.Account.AccountType
| Package | Description |
|---|---|
| co.dapi.types |
-
Uses of Account.AccountType in co.dapi.types
Methods in co.dapi.types that return Account.AccountType Modifier and Type Method Description Account.AccountTypeAccount. getType()static Account.AccountTypeAccount.AccountType. valueOf(java.lang.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.Constructors in co.dapi.types with parameters of type Account.AccountType Constructor Description Account(java.lang.String name, java.lang.String iban, java.lang.String number, Account.AccountType type, java.lang.String id, boolean isFavourite, Currency currency, Balance balance)