transfer
suspend fun transfer(productType: String, apiVersion: String, transfer: Transfer, uuid: String, productSubscriptionKey: 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.
transfer
The transfer details.
uuid
A unique identifier for the request.
productSubscriptionKey
The subscription key for the product.