Sha256: b2e580f89fde6258cf6042545f0316c36a7f565aed91ce0df8641f0629540ec5
Contents?: true
Size: 1.13 KB
Versions: 10
Compression:
Stored size: 1.13 KB
Contents
# OpenapiClient::PaymentTokenUpdateResponse ## 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] **request_status** | **String** | The status of the request. | [optional] **request_time** | **Integer** | Time of the request. | [optional] **errors** | [**Array<Error>**](Error.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentTokenUpdateResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, request_status: APPROVED, request_time: 1554308829345, errors: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems