With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
Returns a raw HTTP response for post /v1/fraud/transactions/{transaction_token}, but is otherwise the same as TransactionServiceAsync.report.
open suspend override fun report(params: FraudTransactionReportParams, requestOptions: RequestOptions): HttpResponseFor<TransactionReportResponse>
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: FraudTransactionRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<TransactionRetrieveResponse>
@MustBeClosed
Returns a raw HTTP response for get /v1/fraud/transactions/{transaction_token}, but is otherwise the same as TransactionServiceAsync.retrieve.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): TransactionServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.