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