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

NAME

eBay::API::XML::Call::AddTransactionConfirmationItem

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::AddTransactionConfirmationItem inherits from the eBay::API::XML::BaseCall class

Subroutines:

setComments()

Comments the seller wants to send to the recipient (bidder, best offer buyer, member with an ASQ question, or member with a postal code).

  RequiredInput: No
#    Argument: 'xs:string'

setItemID()

The ItemID of the item that the seller wants to end in order to create a Transaction Confirmation Request (TCR).

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

setListingDuration()

Specifies the length of time the item in the Transaction Confirmation Request (TCR) will be available for purchase.

  RequiredInput: Yes
#    Argument: 'ns:SecondChanceOfferDurationCodeType'

setNegotiatedPrice()

The amount the offer recipient must pay to buy the item specified in the Transaction Confirmation Request (TCR). A negotiated amount between the buyer and the seller.

  RequiredInput: Yes
#    Argument: 'ns:AmountType'

setRecipientPostalCode()

Specifies the postal code of the user to whom the seller is offering the Transaction Confirmation Request. Required only if the user does not meet the other options listed in RecipientRelationCodeType. An error is returned if RecipientUserID and RecipientPostalCode do not match for more than 3 times for a seller per day.

  RequiredInput: No
#    Argument: 'xs:string'

setRecipientRelationType()

Specifies the current relationship between the seller and the potential buyer. A seller can make a Transaction Confirmation Request (TCR) for an item to a potential buyer if the buyer meets one of several criteria. A TCR is sent by a seller to one of the following: a bidder, a best offer buyer, a member with an ASQ question, or any member with a postal code. See the values and annotations in RecipientRelationCodeType.

  RequiredInput: Yes
#    Argument: 'ns:RecipientRelationCodeType'

setRecipientUserID()

Specifies the user to whom the seller is offering the Transaction Confirmation Request.

  RequiredInput: Yes
#    Argument: 'ns:UserIDType'

setVerifyEligibilityOnly()

If true, specifies that the seller is verifying whether a new Transaction Confirmation Request (TCR) can be created. Thus, if this value is passed as true, then no Transaction Confirmation Request is actually made. If VerifyEligibilityOnly is not passed, or is false, a Transaction Confirmation Request is actually made.

  RequiredInput: No
#    Argument: 'xs:string'

getEndTime()

The date and time when the item in the new Transaction Confirmation Request (TCR) is no longer available for purchase.

  Returned: Always
#    Returns: 'xs:dateTime'

getItemID()

The new item ID for the item in the new Transaction Confirmation Request (TCR). This field is not returned if the request was only used to verify that a new TCR could be created.

  Returned: Conditionally
#    Returns: 'ns:ItemIDType'

getStartTime()

The date and time when the item in the new Transaction Confirmation Request (TCR) becomes available for purchase.

  Returned: Always
#    Returns: 'xs:dateTime'