payment method
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
part of '../payment_method.dart';
|
||||
|
||||
abstract class IPaymentMethodRepository {
|
||||
Future<Either<PaymentMethodFailure, ListPaymentMethod>> getPaymentMethods({
|
||||
int page = 1,
|
||||
int limit = 30,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user