+ quotation provider
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:pshared/models/payment/type.dart';
|
||||
|
||||
abstract class PaymentMethodData {
|
||||
PaymentType get type;
|
||||
Map<String, String>? get metadata;
|
||||
}
|
||||
|
||||
typedef MethodMap = Map<PaymentType, PaymentMethodData?>;
|
||||
Reference in New Issue
Block a user