Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 793 Bytes

AccountTemplate.md

File metadata and controls

28 lines (22 loc) · 793 Bytes

Synctera::AccountTemplate

Properties

Name Type Description Notes
application_type ApplicationType [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

Example

require 'synctera'

instance = Synctera::AccountTemplate.new(
  application_type: null,
  description: null,
  id: null,
  is_enabled: null,
  name: null,
  template: null
)