With Raw Response Impl
Functions
Link copied to clipboard
open suspend override fun create(params: ManagementOperationCreateParams, requestOptions: RequestOptions): HttpResponseFor<ManagementOperationTransaction>
Returns a raw HTTP response for post /v1/management_operations, but is otherwise the same as ManagementOperationServiceAsync.create.
Link copied to clipboard
@MustBeClosed
open suspend override fun list(params: ManagementOperationListParams, requestOptions: RequestOptions): HttpResponseFor<ManagementOperationListPageAsync>
Returns a raw HTTP response for get /v1/management_operations, but is otherwise the same as ManagementOperationServiceAsync.list.
Link copied to clipboard
@MustBeClosed
open suspend override fun retrieve(params: ManagementOperationRetrieveParams, requestOptions: RequestOptions): HttpResponseFor<ManagementOperationTransaction>
@MustBeClosed
Returns a raw HTTP response for get /v1/management_operations/{management_operation_token}, but is otherwise the same as ManagementOperationServiceAsync.retrieve.
Link copied to clipboard
@MustBeClosed
Returns a raw HTTP response for post /v1/management_operations/{management_operation_token}/reverse, but is otherwise the same as ManagementOperationServiceAsync.reverse.
open suspend override fun reverse(params: ManagementOperationReverseParams, requestOptions: RequestOptions): HttpResponseFor<ManagementOperationTransaction>
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): ManagementOperationServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.