Sha256: ab3a69aa459b7a25cff29a544aee18559332f2ce10e42fdaa98e2a505a7ec718
Contents?: true
Size: 961 Bytes
Versions: 12
Compression:
Stored size: 961 Bytes
Contents
# OpenapiClient::PaymentUrlDetailResponse ## 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] **payment_url_details** | [**Array<PaymentUrlDetail>**](PaymentUrlDetail.md) | Array of payment URL details. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::PaymentUrlDetailResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, payment_url_details: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems