Sha256: 3bb5cce95319521900ec22f7bf408528b4064975e435b55b408a45d0ac693625

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 Bytes

Contents

# OpenapiClient::Secure3D10AuthenticationUpdateRequestAllOf

## 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::Secure3D10AuthenticationUpdateRequestAllOf.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/Secure3D10AuthenticationUpdateRequestAllOf.md
first_data_gateway-1.13.0 docs/Secure3D10AuthenticationUpdateRequestAllOf.md