refactor of money utils with new money2 package
This commit is contained in:
@@ -29,7 +29,7 @@ class WalletTransaction {
|
||||
final WalletTransactionType type;
|
||||
final OperationStatus status;
|
||||
final double amount;
|
||||
final Currency currency;
|
||||
final CurrencyCode currency;
|
||||
final DateTime date;
|
||||
final String description;
|
||||
final String? counterparty;
|
||||
@@ -56,7 +56,7 @@ class WalletTransaction {
|
||||
WalletTransactionType? type,
|
||||
OperationStatus? status,
|
||||
double? amount,
|
||||
Currency? currency,
|
||||
CurrencyCode? currency,
|
||||
DateTime? date,
|
||||
String? description,
|
||||
String? counterparty,
|
||||
|
||||
Reference in New Issue
Block a user