ledger account service basis
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
|
||||
|
||||
class FeeLine {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
|
||||
|
||||
class NetworkFee {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
|
||||
|
||||
class FxQuote {
|
||||
|
||||
@@ -2,7 +2,7 @@ import 'package:pshared/models/payment/fx/intent.dart';
|
||||
import 'package:pshared/models/payment/kind.dart';
|
||||
import 'package:pshared/models/payment/customer.dart';
|
||||
import 'package:pshared/models/payment/methods/data.dart';
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
import 'package:pshared/models/payment/settlement_mode.dart';
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
class Money {
|
||||
final String amount;
|
||||
final String currency;
|
||||
|
||||
const Money({
|
||||
required this.amount,
|
||||
required this.currency,
|
||||
});
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
|
||||
|
||||
class PaymentQuoteAggregate {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import 'package:pshared/models/payment/fees/line.dart';
|
||||
import 'package:pshared/models/payment/fx/quote.dart';
|
||||
import 'package:pshared/models/payment/money.dart';
|
||||
import 'package:pshared/models/money.dart';
|
||||
import 'package:pshared/models/payment/fees/network.dart';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user