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> List of the relationship for this account to the parties [optional]

Example

require 'synctera_ruby_sdk'

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