Sha256: bc0a03dc548feb5514f20268738655c3e4d7e0b40b457a1dd7e2c21ad5fbe56d

Contents?: true

Size: 584 Bytes

Versions: 4

Compression:

Stored size: 584 Bytes

Contents

# SyncteraRubySdk::TransferRequestPushAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **originating_customer_id** | **String** | For person-to-person PUSH transactions, this is the `customer_id` of the sender who must have privileges to access funds in the originating account in order to send funds to the recipient cardholder | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::TransferRequestPushAllOf.new(
  originating_customer_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/TransferRequestPushAllOf.md
synctera_ruby_sdk-1.1.2 docs/TransferRequestPushAllOf.md
synctera_ruby_sdk-1.1.1 docs/TransferRequestPushAllOf.md
synctera_ruby_sdk-1.0.0 docs/TransferRequestPushAllOf.md