| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::QuestionTypeCodeType
General questions about the item.
Questions related to the shipping of the item.
Questions related to the payment for the item.
Questions related to the shipping of this item bundled with other items also purchased on eBay.
Customized subjects set by the seller using SetMessagePreferences or the eBay Web site.
Reserved for future or internal use.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::QuestionTypeCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. QuestionTypeCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant General => scalar('General');
use constant Shipping => scalar('Shipping');
use constant Payment => scalar('Payment');
use constant MultipleItemShipping => scalar('MultipleItemShipping');
use constant CustomizedSubject => scalar('CustomizedSubject');
use constant CustomCode => scalar('CustomCode'); 1;