Sha256: a038c9a451459d1a0d2e97a30aa7d70a90c37809ac5f6996272bdcedf84582e6

Contents?: true

Size: 1.36 KB

Versions: 10

Compression:

Stored size: 1.36 KB

Contents

# OpenapiClient::Secure3D21AuthenticationResultAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**transaction_id** | **String** | The response transaction UUID. Only applicable to MasterCard. | [optional] 
**authentication_response** | **String** | The result of authentication attempt returned by the 3D Secure authentication process (PaRes). | [optional] [default to 'Y']
**transaction_status** | **String** | The transaction status as returned by the 3D Secure authentication process. | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3D21AuthenticationResultAllOf.new(cavv: AAABCZIhcQAAAABZlyFxAAAAAAA,
                                 xid: MfhxI43NrkuWQYLCoRWitYRDMYo,
                                 transaction_id: f38e6948-5388-41a6-bca4-b49723c19437,
                                 authentication_response: A,
                                 transaction_status: A)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
first_data_gateway-1.14.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.13.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.12.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.11.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.10.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.9.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.8.1 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.8.0 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.7.1 docs/Secure3D21AuthenticationResultAllOf.md
first_data_gateway-1.7.0 docs/Secure3D21AuthenticationResultAllOf.md