retrieve
open suspend fun retrieve(transactionToken: String, params: TransactionRetrieveParams = TransactionRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Transaction
Get a specific card transaction. All amounts are in the smallest unit of their respective currency (e.g., cents for USD).
abstract suspend fun retrieve(params: TransactionRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): Transaction