Sha256: 5614cf71ab1ec8e73830d0cdb86f744c1492dafa00f3aa1162e6b9f510d48970
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 Bytes
Contents
# OpenapiClient::ProvideDetailIntegrationStepResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | | **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::ProvideDetailIntegrationStepResponse.new(type: provide-detail, 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/ProvideDetailIntegrationStepResponse.md |
first_data_gateway-1.13.0 | docs/ProvideDetailIntegrationStepResponse.md |