With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
open suspend override fun challengeResponse(params: ThreeDSDecisioningChallengeResponseParams, requestOptions: RequestOptions): HttpResponse
Returns a raw HTTP response for post /v1/three_ds_decisioning/challenge_response, but is otherwise the same as DecisioningServiceAsync.challengeResponse.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieveSecret(params: ThreeDSDecisioningRetrieveSecretParams, requestOptions: RequestOptions): HttpResponseFor<DecisioningRetrieveSecretResponse>
Returns a raw HTTP response for get /v1/three_ds_decisioning/secret, but is otherwise the same as DecisioningServiceAsync.retrieveSecret.
Link copied to clipboard
open suspend override fun rotateSecret(params: ThreeDSDecisioningRotateSecretParams, requestOptions: RequestOptions): HttpResponse
Returns a raw HTTP response for post /v1/three_ds_decisioning/secret/rotate, but is otherwise the same as DecisioningServiceAsync.rotateSecret.
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): DecisioningServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.