Sha256: 9942aee06773ded5ef9f7ad9a058e2ff721f065b31e850f176c04c5230b0ab78
Contents?: true
Size: 968 Bytes
Versions: 8
Compression:
Stored size: 968 Bytes
Contents
# OpenapiClient::RemoveFraudBlockedItemsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional] **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional] **response_type** | [**ResponseType**](ResponseType.md) | | [optional] **status** | **String** | Status from delete fraud blocked items operation. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::RemoveFraudBlockedItemsResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, status: SUCCESS. Fraud settings was updated successfully.) ```
Version data entries
8 entries across 8 versions & 1 rubygems