Sha256: fade411dc4b1359cb5617f2472285deb33c66d07acaec04b5920db0f260613e1

Contents?: true

Size: 1.8 KB

Versions: 4

Compression:

Stored size: 1.8 KB

Contents

# SyncteraRubySdk::PayerPayeeRelationship

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **additional_data** | [**PayerPayeeAdditionalData**](PayerPayeeAdditionalData.md) |  |  |
| **creation_time** | **Time** | The date and time the resource was created. | [optional][readonly] |
| **from_business_id** | **String** | Unique ID for the subject business.  | [optional] |
| **from_person_id** | **String** | Unique ID for the subject person.  | [optional] |
| **id** | **String** | Relationship unique identifier. | [optional][readonly] |
| **last_updated_time** | **Time** | The date and time the resource was last updated. | [optional][readonly] |
| **metadata** | **Object** | Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.  | [optional] |
| **relationship_type** | [**RelationshipTypes**](RelationshipTypes.md) |  |  |
| **tenant** | **String** | The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.  | [optional] |
| **to_business_id** | **String** | Unique ID for the related business.  | [optional] |
| **to_person_id** | **String** | Unique ID for the related person.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PayerPayeeRelationship.new(
  additional_data: null,
  creation_time: 2010-05-06T12:23:34.321Z,
  from_business_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  from_person_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  metadata: null,
  relationship_type: null,
  tenant: abcdef_ghijkl,
  to_business_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  to_person_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/PayerPayeeRelationship.md
synctera_ruby_sdk-1.1.2 docs/PayerPayeeRelationship.md
synctera_ruby_sdk-1.1.1 docs/PayerPayeeRelationship.md
synctera_ruby_sdk-1.0.0 docs/PayerPayeeRelationship.md