Functions

Link copied to clipboard

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 fun list(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 fun retrieve(managementOperationToken: String, requestOptions: RequestOptions): HttpResponseFor<ManagementOperationTransaction>

@MustBeClosed
open suspend fun retrieve(managementOperationToken: String, params: ManagementOperationRetrieveParams = ManagementOperationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<ManagementOperationTransaction>

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
open suspend fun reverse(managementOperationToken: String, params: ManagementOperationReverseParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponseFor<ManagementOperationTransaction>

Returns a raw HTTP response for post /v1/management_operations/{management_operation_token}/reverse, but is otherwise the same as ManagementOperationServiceAsync.reverse.

Link copied to clipboard

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