UNPKG

cybersource-rest-client

Version:

Node.js SDK for the CyberSource REST API

13 lines (9 loc) 1.04 kB
# CyberSource.InlineResponse5022 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Request ID generated by Cybersource. This was sent in the header on the request. Echo value from x-requestid | [optional] **submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2023-05-17T22:47:57Z` equals May 17, 2023, at 22:47:57 (10:47:57 PM). The `T` separates the date and the time. The `Z` indicates UTC. | [optional] **status** | **String** | Message describing the status of the currency conversion request. Possible values: - SERVER_ERROR | **reason** | **String** | Only required when offer cannot be made. The reason of the status. Only required when the requested action cannot be performed cannot be made. Possible values: - SYSTEM_ERROR - SERVER_TIMEOUT - SERVICE_TIMEOUT | [optional] **message** | **String** | The detail message related to the status and reason listed above. | [optional]