Sha256: 3c2a0124458a829ce422876887359c2eb9793824180fbf1784f611e3388e2570

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

# OpenapiClient::ProvideDetailIntegrationStepResponseAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**detail_key** | **String** | MerchantIdentifier of the provided detail. | [optional] 
**detail_value** | **String** | Integration value provided by merchant during integration | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::ProvideDetailIntegrationStepResponseAllOf.new(detail_key: PAYER_IP,
                                 detail_value: 1.1.1.1)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/ProvideDetailIntegrationStepResponseAllOf.md
first_data_gateway-1.13.0 docs/ProvideDetailIntegrationStepResponseAllOf.md