NAME
Net::Amazon::Result::Seller::Listing - Class for a single Listing of a Seller
SYNOPSIS
for($seller_search_resp->result()->seller()->listings()) {
print $_->as_string(), "\n";
}
DESCRIPTION
Net::Amazon::Result::Seller::Listing
is a container for a single listing owned by a seller, who is represented by a Net::Amazon::Result::Seller
object.
METHODS
- ExchangeStartDate()
- ExchangeConditionType()
-
ExchangeAsin ExchangeSellerId ExchangeEndDate ExchangePrice ExchangeSellerRating ExchangeStatus ExchangeId ExchangeTitle ExchangeQuantityAllocated ExchangeQuantity ExchangeSellerCountry ExchangeSellerState ExchangeSellerNickname ExchangeFeaturedCategory ExchangeAvailability ExchangeOfferingType ListingId ExchangeCondition
SEE ALSO
AUTHOR
Mike Schilli, <m@perlmeister.com>
COPYRIGHT AND LICENSE
Copyright 2004 by Mike Schilli <m@perlmeister.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.