Sha256: 8e2635d6c37bdf73dc95e61a76c2e7a23b031873eeabf10223ce4735ff0a4917

Contents?: true

Size: 1.54 KB

Versions: 4

Compression:

Stored size: 1.54 KB

Contents

# SyncteraRubySdk::PatchPersonBusinessRelationshipAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **additional_data** | [**AdditionalData**](AdditionalData.md) |  | [optional] |
| **creation_time** | **Time** | The date and time the resource was created. | [optional][readonly] |
| **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] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PatchPersonBusinessRelationshipAllOf.new(
  additional_data: null,
  creation_time: 2010-05-06T12:23:34.321Z,
  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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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