Sha256: e5efcb6568207cf798c8a25c5d04e23927936b6882a176b402c4135414317b79

Contents?: true

Size: 746 Bytes

Versions: 4

Compression:

Stored size: 746 Bytes

Contents

# SyncteraRubySdk::Lookup3dsRequestSdk

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **authentication_indicator** | **String** |  |  |
| **device_channel** | **String** | Channel through which Device Data Collection was performed  Channel | Description --- | --- `BROWSER` | Internet browser `SDK` | Mobile app  |  |
| **id** | **String** | The unique identifier of the 3DS authentication |  |
| **transaction_mode** | **String** |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Lookup3dsRequestSdk.new(
  authentication_indicator: null,
  device_channel: BROWSER,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  transaction_mode: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/Lookup3dsRequestSdk.md
synctera_ruby_sdk-1.1.2 docs/Lookup3dsRequestSdk.md
synctera_ruby_sdk-1.1.1 docs/Lookup3dsRequestSdk.md
synctera_ruby_sdk-1.0.0 docs/Lookup3dsRequestSdk.md