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


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

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::AuthTokenTypeCodeType

DESCRIPTION

Top

Indicates the source of the item's eligibility for the Buyer Protection Program.

SYNOPSIS

Top

Enums:

Top

RESTToken

Buyer protection is covered by the eBay Standard Purchase Protection Program.

ClientAlertsToken

Buyer protection is covered by the PayPal Protection Program.

CustomCode

Reserved for internal or future use.


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

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

use strict;
use warnings;  

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


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



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



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







1;