| Package | Description |
|---|---|
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
Currency |
Transaction.getCurrency() |
Currency |
TransferBounds.getCurrency() |
Currency |
Balance.getCurrency() |
Currency |
Account.getCurrency() |
| Constructor and Description |
|---|
Account(String name,
String iban,
String number,
Account.AccountType type,
String id,
boolean isFavourite,
Currency currency,
Balance balance) |
Balance(String amount,
String accountNumber,
Currency currency) |
Transaction(float amount,
String date,
Transaction.TransactionType type,
String description,
String details,
Currency currency,
Float beforeAmount,
Float afterAmount,
String reference) |
TransferBounds(int minimum,
Beneficiary.BeneficiaryType type,
Currency currency) |
Copyright © 2021–2022 Dapi. All rights reserved.