Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.4 KB

File metadata and controls

19 lines (16 loc) · 1.4 KB

# EmployerTemplate

Properties

Name Type Description Notes
content string [optional]
defaultContent string [readonly] The default content for this template [optional]
defaultSubject string [readonly] The default subject for this template [optional]
description string Explains the purpose of this template [optional]
hasSubject bool [readonly] If false then the Subject property is not relevant for this template type [optional]
id string [readonly] The unique id of the object [optional] [readonly]
isCustom bool Indicates whether or not this template has been changed from the default content. [optional] [readonly]
subject string [optional]
tokens string[] [readonly] A list of tokens that can be used with this template. For example, if 'Employee.FirstName' is in the list then use '{Employee.FirstName}' in the Content or Subject and it'll be replaced with the relevant value when the template is parsed. [optional]
tokensExpanded bool [optional]
type \SynergiTech\Staffology\Model\EmployerTemplateType [optional]

[Back to Model list] [Back to API list] [Back to README]