Uses of Class
co.dapi.types.Balance
-
Packages that use Balance Package Description co.dapi.response co.dapi.types -
-
Uses of Balance in co.dapi.response
Methods in co.dapi.response that return types with arguments of type Balance Modifier and Type Method Description java.util.Optional<Balance>GetBalanceResponse. getBalance() -
Uses of Balance in co.dapi.types
Constructors in co.dapi.types with parameters of type Balance 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)
-