listIncomingPayments

abstract suspend fun listIncomingPayments(count: Int, skip: Int, filters: Set<PaymentTypeFilter> = setOf()): List<IncomingPayment>

List incoming payments (with the most recent payments first).