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

Version Path
first_data_gateway-1.14.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.13.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.12.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.11.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.10.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.9.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.8.1 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.8.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.7.1 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.7.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.6.0 docs/PaymentUrlDetailResponse.md
first_data_gateway-1.5.0 docs/PaymentUrlDetailResponse.md