Sha256: ee5fc069a83f0b8978f0ac4c197517193d5777caf099d0fede68e240c6332c17

Contents?: true

Size: 992 Bytes

Versions: 4

Compression:

Stored size: 992 Bytes

Contents

# SyncteraRubySdk::AccountTemplate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **application_type** | [**ApplicationType**](ApplicationType.md) |  | [optional] |
| **description** | **String** | User provided account template description | [optional] |
| **id** | **String** | Generated ID for the template | [optional][readonly] |
| **is_enabled** | **Boolean** | Whether this template can be used for account creation |  |
| **name** | **String** | Unique account template name |  |
| **template** | [**TemplateFields**](TemplateFields.md) |  |  |
| **tenant** | **String** | The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AccountTemplate.new(
  application_type: null,
  description: null,
  id: null,
  is_enabled: null,
  name: null,
  template: null,
  tenant: abcdef_ghijkl
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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