Sha256: 0af99068dcc759c1baa94238182a1acf2a1fd9c693fa833573d6b03b3195168d

Contents?: true

Size: 1014 Bytes

Versions: 4

Compression:

Stored size: 1014 Bytes

Contents

# SyncteraRubySdk::AccountTemplateResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **application_type** | [**ApplicationType**](ApplicationType.md) |  | [optional] |
| **description** | **String** | Account template description | [optional] |
| **id** | **String** | Generated ID for the template | [optional] |
| **is_enabled** | **Boolean** | Whether this template can be used for account creation |  |
| **name** | **String** | Unique account template name |  |
| **template** | [**TemplateFieldsGenericResponse**](TemplateFieldsGenericResponse.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::AccountTemplateResponse.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/AccountTemplateResponse.md
synctera_ruby_sdk-1.1.2 docs/AccountTemplateResponse.md
synctera_ruby_sdk-1.1.1 docs/AccountTemplateResponse.md
synctera_ruby_sdk-1.0.0 docs/AccountTemplateResponse.md