| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::Enum::MessageStatusTypeCodeType
The question has been answered at least once.
The question has not yet been answered.
Reserved for future or internal use.
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::DataType::Enum::MessageStatusTypeCodeType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. MessageStatusTypeCodeType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use constant Answered => scalar('Answered');
use constant Unanswered => scalar('Unanswered');
use constant CustomCode => scalar('CustomCode'); 1;