The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

COPYRIGHT

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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

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

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