Class for a single listing of a seller
for($seller_search_resp->result()->seller()->listings()) { print $_->as_string(), "\n"; }
\*(C`Net::Amazon::Result::Seller::Listing\*(C' is a container for a single listing owned by a third-party seller, who is represented by a \*(C`Net::Amazon::Result::Seller\*(C' object.
An object of this class is also returned by an \*(C`Exchange\*(C' request, using \*(C`Net::Amazon::Response::Exchange\*(C''s \*(C`result\*(C' method.
Mike Schilli, <[email protected]>
Copyright 2004 by Mike Schilli <[email protected]>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.