Sha256: 0e6f4c922058fcb3331ec596914463b6da868a5cbc8c816734aed8b71a689a74
Contents?: true
Size: 853 Bytes
Versions: 196
Compression:
Stored size: 853 Bytes
Contents
# UltracartClient::TransactionEmailOption ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | | [optional] | | **merchant_email_delivery_option_oid** | **Integer** | | [optional] | | **merchant_id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **selected** | **Boolean** | | [optional] | | **store_front_oid** | **Integer** | | [optional] | | **template_display** | **String** | | [optional] | | **template_type** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TransactionEmailOption.new( description: null, merchant_email_delivery_option_oid: null, merchant_id: null, name: null, selected: null, store_front_oid: null, template_display: null, template_type: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems