Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 725 Bytes

Lookup3dsRequestBase.md

File metadata and controls

24 lines (18 loc) · 725 Bytes

Synctera::Lookup3dsRequestBase

Properties

Name Type Description Notes
authentication_indicator String
device_channel String Channel through which Device Data Collection was performed Channel Description ---
id String The unique identifier of the 3DS authentication
transaction_mode String

Example

require 'synctera'

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