Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

GetTemplateByNameRequest.md

File metadata and controls

17 lines (13 loc) · 1.11 KB

Yaksa.OrckestraCommerce.Client.Model.GetTemplateByNameRequest

Scoped templatable content either for notification (email) purposes or Reports such as printable order invoices.

Properties

Name Type Description Notes
ScopeId string The id of the requested scope [optional]
ActiveOnly bool Determines whether the result will include inactive templates [optional]
Cultures List<string> List of cultures for which to retrieve the content [optional]
IncludeContents bool Determines whether the template content will be included with the result [optional]
Name string Name of the template to retrieve [optional]
ReplaceTemplateVariables bool Determines if the template variable tags will be replaced with their actual values. [optional]
Type string Type of the template to retrieve [optional]

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