list Incoming Payments
abstract suspend fun listIncomingPayments(count: Int, skip: Int, filters: Set<PaymentTypeFilter> = setOf()): List<IncomingPayment>
Content copied to clipboard
List incoming payments (with the most recent payments first).