Sha256: 0448ab13949269e16e96de407ac77ef98518fbd4707c0bfc7f1713ba29e2d8dc
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# OpenapiClient::OrderErrorResponse ## 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] **order_id** | **String** | Client order ID if supplied by client, otherwise the order ID. | [optional] **transaction_time** | **Integer** | The transaction time in seconds since epoch. | [optional] **billing** | [**Billing**](Billing.md) | | [optional] **shipping** | [**Shipping**](Shipping.md) | | [optional] **mandate** | [**SepaMandate**](SepaMandate.md) | | [optional] **transactions** | [**Array<Transaction>**](Transaction.md) | Required for some payment methods (for example, Klarna). | [optional] **processor** | [**ProcessorData**](ProcessorData.md) | | [optional] **error** | [**Error**](Error.md) | | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.2.0 | docs/OrderErrorResponse.md |