| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::SkypeContactOptionCodeType
Indicates Skype contact options.
The Skype Chat contact option.
The Skype Voice contact option.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::SkypeContactOptionCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. SkypeContactOptionCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant Chat => scalar('Chat');
use constant Voice => scalar('Voice');
use constant CustomCode => scalar('CustomCode'); 1;