Sha256: e67670415513c2bf6e2b0133c9c7d9ec79e26bb6d6366df4280aaf2b84e85e13

Contents?: true

Size: 835 Bytes

Versions: 2

Compression:

Stored size: 835 Bytes

Contents

# OpenapiClient::Secure3D10AuthenticationUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payer_authentication_response** | **String** | A formatted message providing results of the issuer’s cardholder authentication. | 
**merchant_data** | **String** | Formatted string encoding transaction time, order ID, and return URL data. | [optional] 
**security_code** | **String** | Card security code if required by merchant. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3D10AuthenticationUpdateRequest.new(payer_authentication_response: eJzVWFm....9f/AhjgEcE=,
                                 merchant_data: MD__________30002019....85bcd02599,
                                 security_code: 123)
```


Version data entries

2 entries across 2 versions & 1 rubygems

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