retrieveTransaction

fun retrieveTransaction(transactionId: String, response: Response<Transaction>? = null)(source)

Retrieves a previous transaction from the remote server

Parameters

transactionId

the ID of the transaction to retrieve

response

an optional response object. success - receives the Transaction error - receives error details