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