Sha256: 18738a6930e6b1a8ea1776048fc5253d1f74f7b6d10901c5a1f0a7f283a331a8

Contents?: true

Size: 986 Bytes

Versions: 4

Compression:

Stored size: 986 Bytes

Contents

# SyncteraRubySdk::Relationship

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **business_id** | **String** | Business associated with the current account. One of business_id or customer_id must be specified. | [optional] |
| **customer_id** | **String** | Personal customer associated with the current account. One of customer_id or business_id must be specified. | [optional] |
| **id** | **String** | ID of account relationship | [optional][readonly] |
| **person_id** | **String** | Person associated with the current account. This attribute is deprecated and will be removed in a future API version. Use customer_id instead. | [optional] |
| **relationship_type** | [**AccountRelationshipType**](AccountRelationshipType.md) |  |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Relationship.new(
  business_id: null,
  customer_id: null,
  id: null,
  person_id: null,
  relationship_type: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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