added navigation and selection of workspaces
This commit is contained in:
@@ -51,6 +51,8 @@ class TransactionModel {
|
||||
final String? id;
|
||||
final DateTime? createdAt;
|
||||
final String userId;
|
||||
final String workspaceId;
|
||||
final String? batchId;
|
||||
final String trace;
|
||||
final Decimal amount;
|
||||
final Decimal charge;
|
||||
@@ -99,6 +101,8 @@ class TransactionModel {
|
||||
this.id,
|
||||
this.createdAt,
|
||||
required this.userId,
|
||||
required this.workspaceId,
|
||||
this.batchId,
|
||||
required this.trace,
|
||||
required this.amount,
|
||||
required this.charge,
|
||||
|
||||
Reference in New Issue
Block a user