Functions

Link copied to clipboard
@MustBeClosed
open suspend fun report(transactionToken: String, params: FraudTransactionReportParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<TransactionReportResponse>

Returns a raw HTTP response for post /v1/fraud/transactions/{transaction_token}, but is otherwise the same as TransactionServiceAsync.report.

Link copied to clipboard
@MustBeClosed
open suspend fun retrieve(transactionToken: String, requestOptions: RequestOptions): HttpResponseFor<TransactionRetrieveResponse>

@MustBeClosed
open suspend fun retrieve(transactionToken: String, params: FraudTransactionRetrieveParams = FraudTransactionRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<TransactionRetrieveResponse>

Returns a raw HTTP response for get /v1/fraud/transactions/{transaction_token}, but is otherwise the same as TransactionServiceAsync.retrieve.

Link copied to clipboard

Returns a view of this service with the given option modifications applied.