getTransferStatus
fun getTransferStatus(productType: String, apiVersion: String, referenceId: String, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/TransferStatus>>
Retrieves the status of a previously initiated fund transfer.
Return
A Flow emitting a NetworkResult whose body is the parsed TransferStatus.
Parameters
productType
The type of product for the transfer.
apiVersion
The version of the API to use.
referenceId
The UUID V4 reference ID used when calling transfer.
productSubscriptionKey
The subscription key for the product.