eBay::API::XML::DataType::OfferArrayType - eBay::API::XML::DataType::OfferArrayType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::OfferArrayType

DESCRIPTION

Top

Container for a list of offers. May contain zero, one, or multiple OfferType objects, each of which represents one offer extended by a user on a listing.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::OfferArrayType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setOffer()

Contains the data for one offer. This includes: data for the user making the offer, the amount of the offer, the quantity of items being bought from the listing, the type of offer being made, and more.

# Argument: reference to an array of 'ns:OfferType'

getOffer()

  Calls: GetAllBidders
         GetHighBidders
  Returned: Conditionally

# Returns: reference to an array of 'ns:OfferType'


eBay-API documentation  | view source Contained in the eBay-API distribution.