Sha256: 54106bea467ebafec52d474571e1992cd9e944ef228ee5d7c1adfb0cc8c8c50d

Contents?: true

Size: 1.12 KB

Versions: 14

Compression:

Stored size: 1.12 KB

Contents

# OpenapiClient::Secure3D10AuthenticationResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**verification_response** | **String** | Card enrollment result from the Verification Response (VeRes). | [optional] 
**authentication_attempt_result** | **String** | Result of authentication attempt from Payer Authentication Response (PaRes). | [optional] 
**cavv** | **String** | The Cardholder Authentication Verification Value (CAVV) is a cryptographic value derived by the issuer during payment authentication that can provide evidence of the results of payment authentication during an online purchase. | [optional] 
**xid** | **String** | The transaction identifier (XID) is a unique tracking number set by the merchant. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3D10AuthenticationResult.new(verification_response: N,
                                 authentication_attempt_result: Y,
                                 cavv: AAABCZIhcQAAAABZlyFxAAAAAAA,
                                 xid: MfhxI43NrkuWQYLCoRWitYRDMYo)
```


Version data entries

14 entries across 14 versions & 1 rubygems

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