transfer
suspend fun transfer(productType: String, apiVersion: String, momoTransaction: MomoTransaction, uuid: String, productSubscriptionKey: String, environment: String): Response<Unit>
Initiates a transfer for a specified product type.
Return
A Response indicating the result of the transfer.
Parameters
productType
The type of product for which to initiate the transfer.
apiVersion
The version of the API to use.
momoTransaction
The transaction details.
uuid
A unique identifier for the request.
productSubscriptionKey
The subscription key for the product.
environment
The API environment (e.g., production, sandbox).