Sha256: fe364fc711f1086e0cc73fa7779fc05fb00e6961711f8ab11fcdd37d6c77b324

Contents?: true

Size: 528 Bytes

Versions: 12

Compression:

Stored size: 528 Bytes

Contents

# OpenapiClient::Verification3ds

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **String** | 3DS response code. | 
**status** | **String** | Interpretation of the response code. | [optional] 
**scheme** | **String** | Identifier of the scheme. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Verification3ds.new(code: 4,
                                 status: approved,
                                 scheme: 6)
```


Version data entries

12 entries across 12 versions & 1 rubygems

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