Object::eBay::SellingStatus Perl module represents an item's selling status on eBay.
SYNOPSIS
# Assuming that $item has an Object::eBay::Item object
my $price = $item->selling_status->current_price;
Represents the selling status information for an eBay item.
METHODS
new
Objects of this class cannot be constructed directly. They are returned as the result of method calls on other objects.
converted_current_price
Returns an Object::eBay::Currency object indicating the price of an item converted to the currency of the site which responded to the API call. This is probably going to be in U.S. Dollars.
current_price
Returns an Object::eBay::Currency object indicating the price of an item. The price will be in whatever currency the seller designated.
Product's homepage
Requirements:
· Class::Std
· Object::eBay
· Perl