Sha256: 64b14b8faa0869043d3ed2c5b676682a3f28d0c0c882f622caacf8eeb46ab2b2

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 Bytes

Contents

# SyncteraRubySdk::AccountCreationAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_template_id** | **String** | Account template ID. If not specified: * `account_type` is *required*. * If there is a single account template of the correct type, that account template   is automatically used. * Otherwise, the request is an error.  | [optional] |
| **relationships** | [**Array<Relationship>**](Relationship.md) | List of the relationship for this account to the parties | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AccountCreationAllOf.new(
  account_template_id: null,
  relationships: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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