listPayments abstract method

Future<List<Payment>> listPayments({
  1. required ListPaymentsRequest req,
  2. dynamic hint,
})

See BreezServices::list_payments

Implementation

Future<List<Payment>> listPayments({required ListPaymentsRequest req, dynamic hint});