Sha256: 19b9986e046fa6de7b310e0a64ed88570de764c6831bb1b6d5fdfd62792ae1af
Contents?: true
Size: 1.13 KB
Versions: 14
Compression:
Stored size: 1.13 KB
Contents
# OpenapiClient::Secure3D10AuthenticationResultAllOf ## 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::Secure3D10AuthenticationResultAllOf.new(verification_response: N, authentication_attempt_result: Y, cavv: AAABCZIhcQAAAABZlyFxAAAAAAA, xid: MfhxI43NrkuWQYLCoRWitYRDMYo) ```
Version data entries
14 entries across 14 versions & 1 rubygems