NAME
Object::eBay::ListingDetails - Represents an item's listing details
SYNOPSIS
# assuming that $item contains an Object::eBay::Item object
my $end_time = $item->listing_details->end_time();
print "Ends: $end_time\n"; # "Ends: 2005-09-03T12:18:19.21.000Z"
DESCRIPTION
Represents listing details about an eBay item.
METHODS
new
Objects of class Object::eBay::ListingDetails cannot be constructed directly.
end_datetime
Similar to "end_time" except it returns a DateTime object. If this method is invoked, you must have a version of the DateTime package installed.
end_time
Returns an ISO8601 formatted string indicating the UTC time that the item ends.
DIAGNOSTICS
None
CONFIGURATION AND ENVIRONMENT
Object::eBay::ListingDetails requires no configuration files or environment variables.
DEPENDENCIES
Class::Std
Object::eBay
INCOMPATIBILITIES
None known.
BUGS AND LIMITATIONS
Please report any bugs or feature requests to bug-object-ebay-listingdetails at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Object-eBay. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Object::eBay
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
ACKNOWLEDGEMENTS
AUTHOR
Michael Hendricks <michael@ndrix.org>
LICENSE AND COPYRIGHT
Copyright (c) 2006 Michael Hendricks (<michael@ndrix.org>). All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.