Trading_VerifyAddSecondChanceItemRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_VerifyAddSecondChanceItemRequestType.h Trading_VerifyAddSecondChanceItemRequestType.m |
Overview
Simulates the creation of a new Second Chance Offer
listing of an item without actually creating a listing.
@ingroup EBayAPIInterface
Tasks
-
recipientBidderUserID
Specifies the bidder from the original, ended listing to whom the seller
property
is extending the second chance offer. Specify only one
RecipientBidderUserID per call. If multiple users are specified (each in a
RecipientBidderUserID node), only the last one specified receives the
offer. -
buyItNowPrice
Specifies the amount the offer recipient must pay to purchase the item
property
from the second chance offer listing. Use only when the original item was
an eBay Motors (or in some categories on U.S. and international sites for
high-priced items, such as items in many U.S. and Canada Business and
Industrial categories) and it ended unsold because the reserve price was
not met. Call fails with an error for any other item conditions. -
duration
Specifies the length of time the second chance offer listing will be
property
active. The recipient bidder has that much time to purchase the item or
the listing expires. -
itemID
Specifies the item ID for the original, ended listing from which the
property
second chance offer item comes. A new ItemID is returned for the second
chance offer item. -
sellerMessage
Message content. Cannot contain HTML, asterisks, or quotes. This content
property
is included in the second chance offer email sent to the recipient, which
can be retrieved with GetMyMessages.
Properties
buyItNowPrice
Specifies the amount the offer recipient must pay to purchase the item
from the second chance offer listing. Use only when the original item was
an eBay Motors (or in some categories on U.S. and international sites for
high-priced items, such as items in many U.S. and Canada Business and
Industrial categories) and it ended unsold because the reserve price was
not met. Call fails with an error for any other item conditions.
@property (nonatomic, retain) Trading_AmountType *buyItNowPrice
Discussion
Specifies the amount the offer recipient must pay to purchase the item
from the second chance offer listing. Use only when the original item was
an eBay Motors (or in some categories on U.S. and international sites for
high-priced items, such as items in many U.S. and Canada Business and
Industrial categories) and it ended unsold because the reserve price was
not met. Call fails with an error for any other item conditions.
type : class Trading_AmountType
Declared In
Trading_VerifyAddSecondChanceItemRequestType.h
duration
Specifies the length of time the second chance offer listing will be
active. The recipient bidder has that much time to purchase the item or
the listing expires.
@property (nonatomic, retain) NSString *duration
Discussion
Specifies the length of time the second chance offer listing will be
active. The recipient bidder has that much time to purchase the item or
the listing expires.
type: string constant in Trading_SecondChanceOfferDurationCodeType.h
Declared In
Trading_VerifyAddSecondChanceItemRequestType.h
itemID
Specifies the item ID for the original, ended listing from which the
second chance offer item comes. A new ItemID is returned for the second
chance offer item.
@property (nonatomic, retain) NSString *itemID
Discussion
Specifies the item ID for the original, ended listing from which the
second chance offer item comes. A new ItemID is returned for the second
chance offer item.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddSecondChanceItemRequestType.h
recipientBidderUserID
Specifies the bidder from the original, ended listing to whom the seller
is extending the second chance offer. Specify only one
RecipientBidderUserID per call. If multiple users are specified (each in a
RecipientBidderUserID node), only the last one specified receives the
offer.
@property (nonatomic, retain) NSString *recipientBidderUserID
Discussion
Specifies the bidder from the original, ended listing to whom the seller
is extending the second chance offer. Specify only one
RecipientBidderUserID per call. If multiple users are specified (each in a
RecipientBidderUserID node), only the last one specified receives the
offer.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddSecondChanceItemRequestType.h
sellerMessage
Message content. Cannot contain HTML, asterisks, or quotes. This content
is included in the second chance offer email sent to the recipient, which
can be retrieved with GetMyMessages.
@property (nonatomic, retain) NSString *sellerMessage
Discussion
Message content. Cannot contain HTML, asterisks, or quotes. This content
is included in the second chance offer email sent to the recipient, which
can be retrieved with GetMyMessages.
type : NSString, wrapper for primitive string
Declared In
Trading_VerifyAddSecondChanceItemRequestType.h