Sha256: 28de339277121e71a39f4b0afea6a2e7372f4994801914ff47510fd06833d454
Contents?: true
Size: 1.29 KB
Versions: 196
Compression:
Stored size: 1.29 KB
Contents
# UltracartClient::EmailTemplate ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **container_cjson** | **String** | Container cjson | [optional] | | **description** | **String** | Description of email template | [optional] | | **email_template_oid** | **Integer** | Email template oid | [optional] | | **email_template_vm_path** | **String** | Email Template VM Path | [optional] | | **merchant_id** | **String** | Merchant ID | [optional] | | **name** | **String** | Name of email template | [optional] | | **preview_amazon_listing_key** | **String** | Amazon key for preview png image | [optional] | | **sort_order** | **Integer** | Sort order (optional) | [optional] | | **storefront_oid** | **Integer** | StoreFront oid | [optional] | | **system** | **Boolean** | True if this email template is system-wide,false if merchant specific | [optional] | | **trigger_type** | **String** | Trigger type | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailTemplate.new( container_cjson: null, description: null, email_template_oid: null, email_template_vm_path: null, merchant_id: null, name: null, preview_amazon_listing_key: null, sort_order: null, storefront_oid: null, system: null, trigger_type: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems