| WWW-Ebay documentation | view source | Contained in the WWW-Ebay distribution. |
Copyright (C) 2002-present Martin Thurn
All Rights Reserved
WWW::Ebay::Listing - information about an auction listing
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 'Kingpin' Thurn, mthurn at cpan.org, http://tinyurl.com/nn67z.
| WWW-Ebay documentation | view source | Contained in the WWW-Ebay distribution. |