removed legacy from bff
This commit is contained in:
7
frontend/pshared/lib/models/payment/quote/fees.dart
Normal file
7
frontend/pshared/lib/models/payment/quote/fees.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:pshared/models/payment/fees/line.dart';
|
||||
|
||||
class QuoteFees {
|
||||
final List<FeeLine>? lines;
|
||||
|
||||
const QuoteFees({required this.lines});
|
||||
}
|
||||
Reference in New Issue
Block a user