removed legacy from bff
This commit is contained in:
13
frontend/pshared/lib/models/payment/quote/amounts.dart
Normal file
13
frontend/pshared/lib/models/payment/quote/amounts.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
import 'package:pshared/models/money.dart';
|
||||
|
||||
class QuoteAmounts {
|
||||
final Money? sourcePrincipal;
|
||||
final Money? sourceDebitTotal;
|
||||
final Money? destinationSettlement;
|
||||
|
||||
const QuoteAmounts({
|
||||
required this.sourcePrincipal,
|
||||
required this.sourceDebitTotal,
|
||||
required this.destinationSettlement,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user