redesigned payment page + a lot of fixes
This commit is contained in:
11
frontend/pweb/lib/models/dashboard/summary_values.dart
Normal file
11
frontend/pweb/lib/models/dashboard/summary_values.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
class PaymentSummaryValues {
|
||||
final String fee;
|
||||
final String recipientReceives;
|
||||
final String total;
|
||||
|
||||
const PaymentSummaryValues({
|
||||
required this.fee,
|
||||
required this.recipientReceives,
|
||||
required this.total,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user