# CyberSource.UnifiedRiskPost201ResponseResultsRISKINSIGHTS

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**requestId** | **String** | Echoes the unique request identifier submitted in the original VPRI request, enabling clients to correlate responses with their outbound calls. | 
**responseTimestamp** | **Date** | ISO 8601 timestamp indicating when the VPRI response was generated by the service. | 
**processingTimeMs** | **Number** | Server-side processing time in milliseconds from request receipt to response dispatch. Useful for latency monitoring and SLA tracking. May be null if processing time was not recorded. | [optional] 
**status** | **String** | Overall processing status of the VPRI response.  Possible values: - COMPLETED - PARTIALLY_COMPLETED - INVALID_REQUEST - SERVER_ERROR | 
**reason** | **String** | Machine-readable reason code providing context for the response outcome. Populated only when status is not COMPLETED (e.g., INVALID_CLIENT, MISSING_REQUIRED_FIELD, AIP_UNAVAILABLE). Absent on fully successful responses. | [optional] 
**message** | **String** | Human-readable message describing the response outcome. Populated only when status is not COMPLETED. Absent on fully successful responses. | [optional] 
**client** | [**UnifiedRiskPost201ResponseResultsRISKINSIGHTSClient**](UnifiedRiskPost201ResponseResultsRISKINSIGHTSClient.md) |  | [optional] 
**packages** | [**UnifiedRiskPost201ResponseResultsRISKINSIGHTSPackages**](UnifiedRiskPost201ResponseResultsRISKINSIGHTSPackages.md) |  | [optional] 
**error** | [**UnifiedRiskPost201ResponseResultsRISKINSIGHTSError**](UnifiedRiskPost201ResponseResultsRISKINSIGHTSError.md) |  | [optional] 


