Sha256: a02d1f72ee35bdffc79fa533c54b88aa587b1f6c3dd2fc03d963c57b36097237

Contents?: true

Size: 1.91 KB

Versions: 4

Compression:

Stored size: 1.91 KB

Contents

# SyncteraRubySdk::AddAccountsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **account_identifiers** | [**AddAccountsRequestAccountIdentifiers**](AddAccountsRequestAccountIdentifiers.md) |  |  |
| **account_owner_names** | **Array<String>** | The names of the account owners. |  |
| **business_id** | **String** | The identifier for the business customer associated with this external account. Exactly one of `business_id` or `customer_id` must be specified.  | [optional] |
| **currency** | **String** | ISO 4217 alphabetic currency code | [optional] |
| **customer_id** | **String** | The identifier for the personal customer associated with this external account. Exactly one of `customer_id` or `business_id` must be specified.  | [optional] |
| **customer_type** | [**ExtAccountCustomerType**](ExtAccountCustomerType.md) |  |  |
| **metadata** | **Object** | User-supplied metadata | [optional] |
| **nickname** | **String** | A user-meaningful name for the account | [optional] |
| **routing_identifiers** | [**AddAccountsRequestRoutingIdentifiers**](AddAccountsRequestRoutingIdentifiers.md) |  |  |
| **type** | **String** | The type of the account |  |
| **vendor_account_id** | **String** | The ID of the vendor account, will be empty for MANUAL vendor | [optional] |
| **verification** | [**AccountVerification**](AccountVerification.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AddAccountsRequest.new(
  account_identifiers: null,
  account_owner_names: null,
  business_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  currency: USD,
  customer_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  customer_type: null,
  metadata: null,
  nickname: Vacation savings,
  routing_identifiers: null,
  type: null,
  vendor_account_id: blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo,
  verification: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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