Sha256: d7cc77ef2adb24b73a6efe896a364e1072a7024208136ec3205a1cbba313f733

Contents?: true

Size: 748 Bytes

Versions: 4

Compression:

Stored size: 748 Bytes

Contents

# SyncteraRubySdk::Lookup3dsRequestBase

## 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::Lookup3dsRequestBase.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/Lookup3dsRequestBase.md
synctera_ruby_sdk-1.1.2 docs/Lookup3dsRequestBase.md
synctera_ruby_sdk-1.1.1 docs/Lookup3dsRequestBase.md
synctera_ruby_sdk-1.0.0 docs/Lookup3dsRequestBase.md