getPreApprovalStatus
fun getPreApprovalStatus(apiVersion: String, referenceId: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/PreApprovalStatus>>
Retrieves the current status of a previously created Collection pre-approval.
Return
A Flow emitting a NetworkResult whose body is the parsed PreApprovalStatus.
Parameters
apiVersion
The version of the API to use.
referenceId
The UUID V4 reference ID used when calling createPreApproval.
productSubscriptionKey
The subscription key for the Collection product.