| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::DigitalDeliveryMethodCodeType
The item cannot be downloaded.
The item can be downloaded by using a URL.
The item can be downloaded according to instructions specified by the seller.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::DigitalDeliveryMethodCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. DigitalDeliveryMethodCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 07/07/2008 17:42 # API Release Number: ... 571 # ##########################################################################
use constant None => scalar('None');
use constant DownloadURL => scalar('DownloadURL');
use constant AlternateDeliveryInstructions => scalar('AlternateDeliveryInstructions');
use constant CustomCode => scalar('CustomCode'); 1;