
Copyright (C) 2002-present Martin Thurn
All Rights Reserved

WWW/Ebay/Listing.pm

use WWW::Ebay::Listing; my $oWEL = new WWW::Ebay::Listing;

Encapsulates a posted / running / completed auction listing at the eBay auction website (www.ebay.com).

The auction ID assigned when the auction was listed.
How many bids this auction received.
The highest bid so far (in cents).
A WWW::Ebay::Status object.
Date & time the auction was listed (epoch seconds format).
Date & time the auction ended (epoch seconds format).
High bidder's ebay ID.
Shipping charge (in cents).
Auction title.
Auction description.
Date the item was shipped (epoch seconds format).
Returns a human-readable summary of this listing.
Returns true if this auction has ended.

Martin Thurn, mthurn@cpan.org, http://www.sandcrawler.com/SWB/cpan-modules.html.