Sha256: 807015bfcef34dc22115094ddba5967801118df08df8a38e48f9baea91039316

Contents?: true

Size: 844 Bytes

Versions: 11

Compression:

Stored size: 844 Bytes

Contents

# OpenapiClient::Secure3DAuthenticationResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of authentication. | [optional] 
**version** | **String** | The version of 3DS used to authenticate. | [optional] 
**params** | [**Secure3DAuthenticationResponseParams**](Secure3DAuthenticationResponseParams.md) |  | [optional] 
**secure3d_method** | [**Secure3DAuthenticationResponseSecure3dMethod**](Secure3DAuthenticationResponseSecure3dMethod.md) |  | [optional] 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Secure3DAuthenticationResponse.new(type: 3D_SECURE,
                                 version: 2.1,
                                 params: null,
                                 secure3d_method: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

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