| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::PromotionMethodCodeType
The type of promotion.
Promote/present items that are related to or can be used with the specified item.
Promote/present items that of higher quality or more expensive than the specified item.
Reserved for internal or future use.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::PromotionMethodCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. PromotionMethodCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant CrossSell => scalar('CrossSell');
use constant UpSell => scalar('UpSell');
use constant CustomCode => scalar('CustomCode'); 1;