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


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

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::EBaySubscriptionTypeCodeType

DESCRIPTION

Top

SYNOPSIS

Top

Enums:

Top

SellerAssistant

SellerAssistantPro

EBayStoreBasic

EBayStoreFeatured

EBayStoreAnchor

SellingManager

SellingManagerPro

PictureManagerLevel1

PictureManagerLevel2

PictureManagerLevel3

PictureManagerLevel4

PictureManagerLevel5

PictureManagerLevel6

PictureManagerLevel7

SellerReportsBasic

SellerReportsPlus

FileExchange

LocalMarketSpecialty

Allowed categories are Motorcycles, Powersports, and Other Vehicles.

LocalMarketRegular

In addition to the categories allowed by LocalMarketSpecialty, allows Passenger Vehicles. Includes five sub-types. See LocalMarketRegularSubscriptionDefinitionType for details.

LocalMarketPremium

Allows same categories as LocalMarketRegular.

CustomCode


eBay-API documentation Contained in the eBay-API distribution.
#!/usr/bin/perl

package eBay::API::XML::DataType::Enum::EBaySubscriptionTypeCodeType;

use strict;
use warnings;  

##########################################################################
#
# Module: ............... <user defined location>eBay/API/XML
# File: ................. EBaySubscriptionTypeCodeType.pm
# Generated by: ......... genEBayApiDataTypes.pl
# Last Generated: ....... 08/24/2008 16:44
# API Release Number: ... 579
#
##########################################################################  


use constant SellerAssistant => scalar('SellerAssistant');



use constant SellerAssistantPro => scalar('SellerAssistantPro');



use constant EBayStoreBasic => scalar('EBayStoreBasic');



use constant EBayStoreFeatured => scalar('EBayStoreFeatured');



use constant EBayStoreAnchor => scalar('EBayStoreAnchor');



use constant SellingManager => scalar('SellingManager');



use constant SellingManagerPro => scalar('SellingManagerPro');



use constant PictureManagerLevel1 => scalar('PictureManagerLevel1');



use constant PictureManagerLevel2 => scalar('PictureManagerLevel2');



use constant PictureManagerLevel3 => scalar('PictureManagerLevel3');



use constant PictureManagerLevel4 => scalar('PictureManagerLevel4');



use constant PictureManagerLevel5 => scalar('PictureManagerLevel5');



use constant PictureManagerLevel6 => scalar('PictureManagerLevel6');



use constant PictureManagerLevel7 => scalar('PictureManagerLevel7');



use constant SellerReportsBasic => scalar('SellerReportsBasic');



use constant SellerReportsPlus => scalar('SellerReportsPlus');



use constant FileExchange => scalar('FileExchange');



use constant LocalMarketSpecialty => scalar('LocalMarketSpecialty');



use constant LocalMarketRegular => scalar('LocalMarketRegular');



use constant LocalMarketPremium => scalar('LocalMarketPremium');



use constant CustomCode => scalar('CustomCode');







1;