eBay::API::XML::DataType::Enum::DescriptionTemplateCodeType - eBay::API::XML::DataType::Enum::DescriptionTemplateCodeType documentation


eBay-API documentation Contained in the eBay-API distribution.

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::DescriptionTemplateCodeType

DESCRIPTION

Top

SYNOPSIS

Top

Enums:

Top

Layout

The template details establish how pictures are to be positioned relative to the description text.

Theme

The template determines which eBay-provided theme (e.g. Valentine's Day) is to be applied for presenting pictures and description text.

CustomCode

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;