Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.34 KB

TransactionEmail.md

File metadata and controls

29 lines (25 loc) · 2.34 KB

TransactionEmail

Properties

Name Type Description Notes
content string Actual template contents [optional]
esp_domain_uuid string The uuid of the sending domain [optional]
esp_friendly_name string Friendly from that will appear in customer email clients. [optional]
esp_user string The username of the sending email. This is not the full email. Only the username which is everything before the @ sign. [optional]
file_exists bool An internal identifier used to aid in retrieving templates from the filesystem. [optional]
file_name string File name [optional]
group string Group [optional]
handlebar_variables string[] Handlebar Variables available for email template [optional]
invalid bool Invalid will be true if the template cannot compile [optional]
last_modified string Last modified timestamp [optional]
library_item_oid int If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. [optional]
options \ultracart\v2\models\TransactionEmailOption[] Options that help govern how and when this template is used [optional]
path string directory path where template is stored in file system [optional]
size string Size of file in friendly description [optional]
store_front_fs_directory_oid int Internal identifier used to store and retrieve template from filesystem [optional]
store_front_fs_file_oid int Internal identifier used to store and retrieve template from filesystem [optional]
subject string Subject [optional]
syntax_errors string Any syntax errors contained within the tempalate [optional]
template_path_relative_path string Internal value used to locate the template in the filesystem [optional]
theme_relative_path string Theme relative path in the filesystem. [optional]

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