Trading_AddTransactionConfirmationItemRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddTransactionConfirmationItemRequestType.h Trading_AddTransactionConfirmationItemRequestType.m |
Overview
Ends the eBay Motors listing specified by ItemID and creates a new Transaction
Confirmation Request (TCR) for the item, thus enabling the TCR recipient to
purchase the item. You can also use this call to see if a new TCR can be created
for the specified item.
@ingroup EBayAPIInterface
Tasks
-
recipientUserIDSpecifies the user to whom the seller is offering the Transaction
property
Confirmation Request. -
verifyEligibilityOnlyIf true, specifies that the seller is verifying whether a new Transaction
property
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. -
recipientPostalCodeSpecifies the postal code of the user to whom the seller is offering the
property
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. -
recipientRelationTypeSpecifies the current relationship between the seller and the potential
property
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. -
negotiatedPriceThe amount the offer recipient must pay to buy the item
property
specified in the Transaction Confirmation Request (TCR).
A negotiated amount between the buyer and the seller. -
listingDurationSpecifies the length of time the item in the Transaction Confirmation
property
Request (TCR) will be available for purchase. -
itemIDThe ItemID of the item that the seller wants to end in order to create a
property
Transaction Confirmation Request (TCR). -
commentsComments the seller wants to send to the recipient (bidder, best offer
property
buyer, member with an ASQ question, or member with a postal code).
Properties
comments
Comments the seller wants to send to the recipient (bidder, best offer
buyer, member with an ASQ question, or member with a postal code).
@property (nonatomic, retain) NSString *commentsDiscussion
Comments the seller wants to send to the recipient (bidder, best offer
buyer, member with an ASQ question, or member with a postal code).
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.hitemID
The ItemID of the item that the seller wants to end in order to create a
Transaction Confirmation Request (TCR).
@property (nonatomic, retain) NSString *itemIDDiscussion
The ItemID of the item that the seller wants to end in order to create a
Transaction Confirmation Request (TCR).
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.hlistingDuration
Specifies the length of time the item in the Transaction Confirmation
Request (TCR) will be available for purchase.
@property (nonatomic, retain) NSString *listingDurationDiscussion
Specifies the length of time the item in the Transaction Confirmation
Request (TCR) will be available for purchase.
type: string constant in Trading_SecondChanceOfferDurationCodeType.h
Declared In
Trading_AddTransactionConfirmationItemRequestType.hnegotiatedPrice
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.
@property (nonatomic, retain) Trading_AmountType *negotiatedPriceDiscussion
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.
type : class Trading_AmountType
Declared In
Trading_AddTransactionConfirmationItemRequestType.hrecipientPostalCode
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.
@property (nonatomic, retain) NSString *recipientPostalCodeDiscussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.hrecipientRelationType
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.
@property (nonatomic, retain) NSString *recipientRelationTypeDiscussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.hrecipientUserID
Specifies the user to whom the seller is offering the Transaction
Confirmation Request.
@property (nonatomic, retain) NSString *recipientUserIDDiscussion
Specifies the user to whom the seller is offering the Transaction
Confirmation Request.
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.hverifyEligibilityOnly
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.
@property (nonatomic, retain) NSString *verifyEligibilityOnlyDiscussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemRequestType.h