Sha256: b07035d0bfa7b5b70658c19471a38cd381da7b42324b3f4327ed0a9b151dea9b

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

# SyncteraRubySdk::TransferRequestPull

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount** | **Integer** | Amount of the transfer in cents |  |
| **currency** | **String** | ISO 4217  Alpha-3 currency code |  |
| **external_card_id** | **String** | The ID of the external card from/to which the transfer will be initiated/received |  |
| **merchant** | [**Merchant**](Merchant.md) |  | [optional] |
| **originating_account_id** | **String** | The ID of the account to which the transfer will be initiated/received |  |
| **type** | [**TransferTypeRequest**](TransferTypeRequest.md) |  |  |
| **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

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransferRequestPull.new(
  amount: null,
  currency: USD,
  external_card_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  merchant: null,
  originating_account_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  type: null,
  three_ds_id: 40e2de9e-4375-4fa1-9393-92da972a9338
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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