+ quotation provider
This commit is contained in:
9
frontend/pshared/lib/models/payment/money.dart
Normal file
9
frontend/pshared/lib/models/payment/money.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class Money {
|
||||
final String amount;
|
||||
final String currency;
|
||||
|
||||
const Money({
|
||||
required this.amount,
|
||||
required this.currency,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user