Martin 'Kingpin' Thurn > WWW-Ebay > WWW/Ebay/Listing.pm

Download:
WWW-Ebay-0.091.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

COPYRIGHT ^

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

NAME ^

WWW/Ebay/Listing.pm

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 Thurn, mthurn@cpan.org, http://www.sandcrawler.com/SWB/cpan-modules.html.