Sha256: 0cb778fc7fdc3640657c246250851aa0dccc3c9a5bd38ed0f8f9390650fce08d
Contents?: true
Size: 1.42 KB
Versions: 8
Compression:
Stored size: 1.42 KB
Contents
# OpenapiClient::UpdateFraudSettingsResponse ## 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] **stores** | [**Array<StoreFraudSettingsResult>**](StoreFraudSettingsResult.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::UpdateFraudSettingsResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, stores: [{"id":"12345500000","blockedCardIdentifier":{"tokenIdentifier":"570e66b0d4fd91b27155a36911220e0e98d0db7e22fcf0b86544fdf175c707d0"},"status":"SUCCESS. Fraud settings was updated successfully."},{"id":"1234550000044","blockedCardIdentifier":{"tokenIdentifier":"8535993dsrfs9898fssdfgddse9898fv9dfu8f98d0db7e22fcf0b86544fdf178"},"status":"SUCCESS. Fraud settings was updated successfully."}]) ```
Version data entries
8 entries across 8 versions & 1 rubygems