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


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

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::NotificationEventPropertyNameCodeType

DESCRIPTION

Top

Defines all property names that can be used.

SYNOPSIS

Top

Enums:

Top

TimeLeft

Property name for WatchItemEndingSoon event, part of enabling a user to specify a time in minutes before the end of the listing.

CustomCode

Reserved for future use.


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

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

use strict;
use warnings;  

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


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



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







1;