SyncteraRubySdk::AddAccountsRequest
Properties
| Name |
Type |
Description |
Notes |
| account_identifiers |
AddAccountsRequestAccountIdentifiers |
|
|
| 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 |
|
|
| metadata |
Object |
User-supplied metadata |
[optional] |
| nickname |
String |
A user-meaningful name for the account |
[optional] |
| routing_identifiers |
AddAccountsRequestRoutingIdentifiers |
|
|
| 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 |
|
[optional] |
Example
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
)