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


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

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::QuestionTypeCodeType

DESCRIPTION

Top

SYNOPSIS

Top

Enums:

Top

General

General questions about the item.

Shipping

Questions related to the shipping of the item.

Payment

Questions related to the payment for the item.

MultipleItemShipping

Questions related to the shipping of this item bundled with other items also purchased on eBay.

CustomizedSubject

Customized subjects set by the seller using SetMessagePreferences or the eBay Web site.

CustomCode

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;