| Package | Description |
|---|---|
| co.dapi.types |
| Modifier and Type | Method and Description |
|---|---|
CategorizedTransaction.TransactionType |
CategorizedTransaction.getType() |
static CategorizedTransaction.TransactionType |
CategorizedTransaction.TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategorizedTransaction.TransactionType[] |
CategorizedTransaction.TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CategorizedTransaction(float amount,
String date,
CategorizedTransaction.TransactionType type,
String description,
String details,
Currency currency,
Float beforeAmount,
Float afterAmount,
String reference,
String category) |
Copyright © 2021–2023 Dapi. All rights reserved.