public class Transaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transaction.TransactionType |
| Constructor and Description |
|---|
Transaction(float amount,
String date,
Transaction.TransactionType type,
String description,
String details,
Currency currency,
Float beforeAmount,
Float afterAmount,
String reference) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Float> |
getAfterAmount() |
float |
getAmount() |
Optional<Float> |
getBeforeAmount() |
Currency |
getCurrency() |
String |
getDate() |
String |
getDescription() |
String |
getDetails() |
Optional<String> |
getReference() |
Transaction.TransactionType |
getType() |
public float getAmount()
public String getDate()
public Transaction.TransactionType getType()
public String getDescription()
public String getDetails()
public Currency getCurrency()
Copyright © 2021 Dapi. All rights reserved.