Sha256: 265ff24407d4297f1f069473caa8aa47b35af61f99c5417f755da203d6ca9a69
Contents?: true
Size: 1.05 KB
Versions: 4
Compression:
Stored size: 1.05 KB
Contents
# SyncteraRubySdk::RelationshipResponse ## 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) | | | | **account_id** | **String** | Account ID | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::RelationshipResponse.new( business_id: null, customer_id: null, id: null, person_id: null, relationship_type: null, account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems