Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.25 KB

Template.md

File metadata and controls

23 lines (19 loc) · 1.25 KB

Yaksa.OrckestraCommerce.Client.Model.Template

Template

Properties

Name Type Description Notes
Id string The unique identifier of the entity.
PropertyBag Dictionary<string, Object> [optional]
Contents List<TemplateContent> The list of Template Content associated to the Template [optional]
Created DateTime The template creation date [optional]
CreatedBy string The template creator [optional]
Description Dictionary<string, string> [optional]
DisplayName Dictionary<string, string> [optional]
IsActive bool The template active flag [optional]
LastModified DateTime The template latest modification date [optional]
LastModifiedBy string The template latest editor [optional]
Name string The template name
ScopeId string The template scope id [optional]
Type string The template type [optional]

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