getApprovedPreApprovals
suspend fun getApprovedPreApprovals(accountHolderIdType: String, accountHolderId: String, apiVersion: String, productSubscriptionKey: String): Response<ApprovedPreApprovals>
Retrieves the list of approved pre-approvals for a given account holder.
Return
A Response whose body is the parsed io.rekast.sdk.model.ApprovedPreApprovals.
Parameters
accountHolderIdType
The type of the account holder identifier (e.g., MSISDN).
accountHolderId
The account holder identifier of the payer whose pre-approvals to list.
apiVersion
The version of the API to use.
productSubscriptionKey
The subscription key for the Collection product.