The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::PlaceOffer::PlaceOfferResponseType

DESCRIPTION

The PlaceOffer response notifies you about the success and result of the call.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::PlaceOffer::PlaceOfferResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setBestOffer()

For a best-offer-related action of a buyer using PlaceOffer, contains information about the best-offer-related action.

# Argument: 'ns:BestOfferType'

getBestOffer()

  Returned: Conditionally
#    Returns: 'ns:BestOfferType'

setSellingStatus()

Indicates the current bidding/purchase state of the item listing, as of the offer extended using PlaceOffer. See the schema documentation for the SellingStatus object, the properties of which contain such post-offer information as the current high bidder, the current price for the item, and the bid increment.

# Argument: 'ns:SellingStatusType'

getSellingStatus()

  Returned: Always
#    Returns: 'ns:SellingStatusType'

setTransactionID()

The TransactionID field can be returned if, on input, you specified Purchase in the Action field. The TransactionID field contains the ID of the transaction created. This field applies to the following types of listings: FixedPriceItem and StoresFixedPrice. This field also applies to Chinese BIN if you specified Purchase on input.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, transaction IDs are usually 9 to 12 digits.)

# Argument: 'xs:string'

getTransactionID()

  Returned: Conditionally
#    Returns: 'xs:string'