| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::DescriptionTemplateCodeType
The template details establish how pictures are to be positioned relative to the description text.
The template determines which eBay-provided theme (e.g. Valentine's Day) is to be applied for presenting pictures and description text.
Reserved for future use.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::DescriptionTemplateCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. DescriptionTemplateCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant Layout => scalar('Layout');
use constant Theme => scalar('Theme');
use constant CustomCode => scalar('CustomCode'); 1;