fun createTransfer(itemId: String, senderEmail: String, recipientEmail: String, comment: String?): FiresaleTransferResponse
Creates a transfer for the given item.
senderEmail
- The sender's email address
recipientEmail
- The recipient's email address
TransferProcessingException
- when the server has rejected the transfer
ServerError
- when the server has failed to process the request