getRefundStatus
fun getRefundStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/RefundStatus>>
Retrieves the status of a previously initiated refund transaction.
Return
A Flow emitting a NetworkResult whose body is the parsed RefundStatus.
Parameters
referenceId
The UUID V4 reference ID used when calling refund.
apiVersion
The API version to target (e.g., v1_0 or v2_0).
productSubscriptionKey
The Ocp-Apim-Subscription-Key for the Disbursements product.