SyncteraRubySdk::TransferRequestPullAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| three_ds_id | String | Unique identifier of an External Card Transfer 3-D Secure Authorization - conditionally required according to your program's 3DS policy | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::TransferRequestPullAllOf.new(
three_ds_id: 40e2de9e-4375-4fa1-9393-92da972a9338
)