findAllPayments

abstract fun findAllPayments(paymentSearchRequestDto: PaymentSearchRequestDto): PaymentResponseListDto

Finds all payments based on the provided payment search request.

Return

The response object with the list of payments.

Parameters

paymentSearchRequestDto

The payment search request containing the filters.