import 'package:pshared/models/payment/fees/line.dart'; class QuoteFees { final List? lines; const QuoteFees({required this.lines}); }