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


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

Index


Code Index:

NAME

Top

eBay::API::XML::DataType::Enum::NotificationPayloadTypeCodeType

DESCRIPTION

Top

The schema options for Platform Notifications.

SYNOPSIS

Top

Enums:

Top

eBLSchemaSOAP

New Schema format (used by the new schema XML API and SOAP API).

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::NotificationPayloadTypeCodeType;

use strict;
use warnings;  

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


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



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







1;