getApprovedPreApprovals
fun getApprovedPreApprovals(apiVersion: String, accountHolderIdType: String, accountHolderId: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/ApprovedPreApprovals>>
Retrieves the list of approved pre-approvals for a given account holder.
Return
A Flow emitting a NetworkResult whose body is the parsed ApprovedPreApprovals (a preApprovalDetails list of io.rekast.sdk.model.PreApprovalDetails).
Parameters
apiVersion
The version of the API to use.
accountHolderIdType
The type of the account holder identifier (e.g., MSISDN).
accountHolderId
The account holder identifier of the payer whose pre-approvals to list.
productSubscriptionKey
The subscription key for the Collection product.