public class EnrichedTransaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnrichedTransaction.TransactionType |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Float> |
getAfterAmount() |
float |
getAmount() |
Optional<Float> |
getBeforeAmount() |
Optional<BrandDetails> |
getBrandDetails() |
Optional<String> |
getCategory() |
Currency |
getCurrency() |
String |
getDate() |
String |
getDescription() |
String |
getDetails() |
Optional<String> |
getReference() |
EnrichedTransaction.TransactionType |
getType() |
public EnrichedTransaction(float amount,
String date,
EnrichedTransaction.TransactionType type,
String description,
String details,
Currency currency,
Float beforeAmount,
Float afterAmount,
String reference,
String category,
BrandDetails brandDetails)
public float getAmount()
public String getDate()
public EnrichedTransaction.TransactionType getType()
public String getDescription()
public String getDetails()
public Currency getCurrency()
public Optional<BrandDetails> getBrandDetails()
Copyright © 2021–2023 Dapi. All rights reserved.