Sha256: 720d77c1726c082f1fe8ce0708861e48ef8a9d2ffa363e81b873a7fde892944f
Contents?: true
Size: 1.42 KB
Versions: 10
Compression:
Stored size: 1.42 KB
Contents
# OpenapiClient::PaymentSchedulesErrorResponse ## 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** | Result of requested operation. If it's anything other than 'SUCCESS', please refer to 400s HTTP error codes or decline. See Error object for details. | [optional] **order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] **transaction_response** | [**TransactionResponse**](TransactionResponse.md) | | [optional] **error** | [**Error**](Error.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentSchedulesErrorResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, request_status: SUCCESS, order_id: 123456, transaction_response: null, error: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems