Sha256: 84cd0fc0ff6ae909b5d10e68b81e1c3cd86f414c85c194803d636dfac5f055c0

Contents?: true

Size: 939 Bytes

Versions: 4

Compression:

Stored size: 939 Bytes

Contents

# SyncteraRubySdk::TransferRequestBase

## 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) |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransferRequestBase.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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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