WWW::Ebay::Listing - information about an auction listing


WWW-Ebay documentation  | view source Contained in the WWW-Ebay distribution.

Index


COPYRIGHT

Top

NAME

Top

WWW::Ebay::Listing - information about an auction listing

SYNOPSIS

Top

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

DESCRIPTION

Top

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

METHODS

Top

new
id

The auction ID assigned when the auction was listed.

bidcount

How many bids this auction received.

bidmax

The highest bid so far (in cents).

status

A WWW::Ebay::Status object.

datestart

Date & time the auction was listed (epoch seconds format).

dateend

Date & time the auction ended (epoch seconds format).

winnerid

High bidder's ebay ID.

shipping

Shipping charge (in cents).

title

Auction title.

description

Auction description.

dateship

Date the item was shipped (epoch seconds format).

as_string

Returns a human-readable summary of this listing.

ended

Returns true if this auction has ended.

AUTHOR

Top

Martin 'Kingpin' Thurn, mthurn at cpan.org, http://tinyurl.com/nn67z.


WWW-Ebay documentation  | view source Contained in the WWW-Ebay distribution.