Sha256: c8cc42e7efb3f9f091e25996533be849512cc80f0e9192632b6790c8ba573393

Contents?: true

Size: 622 Bytes

Versions: 4

Compression:

Stored size: 622 Bytes

Contents

# SyncteraRubySdk::Initialize3dsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | Amount in cents of the External Card Transfer to be authenticated |  |
| **currency** | **String** | ISO 4217  Alpha-3 currency code |  |
| **external_card_id** | **String** | The ID of the External Card for which the 3DS Authentication will be performed |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Initialize3dsRequest.new(
  amount: null,
  currency: USD,
  external_card_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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