|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.VerifyAddSecondChanceItemCall
public class VerifyAddSecondChanceItemCall
Wrapper class of the VerifyAddSecondChanceItem call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
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.
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.
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.
ItemID
- This field is used to identify the recently-ended auction listing for which a Second Chance Offer will be made to one of the non-winning bidders on the recently-ended auction listing.
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.
ReturnedStartTime
- Indicates the date and time when the the new
Second Chance Offer listing became active and
the recipient user could purchase the item.
ReturnedEndTime
- Indicates the date and time when the Second Chance Offer listing expires, at which time
the listing ends (if the recipient user does
not purchase the item first).
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
VerifyAddSecondChanceItemCall()
Constructor. |
|
VerifyAddSecondChanceItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
AmountType |
getBuyItNowPrice()
Gets the VerifyAddSecondChanceItemRequestType.buyItNowPrice. |
SecondChanceOfferDurationCodeType |
getDuration()
Gets the VerifyAddSecondChanceItemRequestType.duration. |
java.lang.String |
getItemID()
Gets the VerifyAddSecondChanceItemRequestType.itemID. |
java.lang.String |
getRecipientBidderUserID()
Gets the VerifyAddSecondChanceItemRequestType.recipientBidderUserID. |
java.util.Calendar |
getReturnedEndTime()
Valid after executing the API. |
java.util.Calendar |
getReturnedStartTime()
Valid after executing the API. |
java.lang.String |
getSellerMessage()
Gets the VerifyAddSecondChanceItemRequestType.sellerMessage. |
void |
setBuyItNowPrice(AmountType buyItNowPrice)
Sets the VerifyAddSecondChanceItemRequestType.buyItNowPrice. |
void |
setDuration(SecondChanceOfferDurationCodeType duration)
Sets the VerifyAddSecondChanceItemRequestType.duration. |
void |
setItemID(java.lang.String itemID)
Sets the VerifyAddSecondChanceItemRequestType.itemID. |
void |
setRecipientBidderUserID(java.lang.String recipientBidderUserID)
Sets the VerifyAddSecondChanceItemRequestType.recipientBidderUserID. |
void |
setSellerMessage(java.lang.String sellerMessage)
Sets the VerifyAddSecondChanceItemRequestType.sellerMessage. |
VerifyAddSecondChanceItemResponseType |
verifyAddSecondChanceItem()
Simulates the creation of a new Second Chance Offer listing of an item without actually creating a listing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyAddSecondChanceItemCall()
public VerifyAddSecondChanceItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public VerifyAddSecondChanceItemResponseType verifyAddSecondChanceItem() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public AmountType getBuyItNowPrice()
public void setBuyItNowPrice(AmountType buyItNowPrice)
buyItNowPrice
- AmountTypepublic SecondChanceOfferDurationCodeType getDuration()
public void setDuration(SecondChanceOfferDurationCodeType duration)
duration
- SecondChanceOfferDurationCodeTypepublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getRecipientBidderUserID()
public void setRecipientBidderUserID(java.lang.String recipientBidderUserID)
recipientBidderUserID
- Stringpublic java.lang.String getSellerMessage()
public void setSellerMessage(java.lang.String sellerMessage)
sellerMessage
- Stringpublic java.util.Calendar getReturnedEndTime()
public java.util.Calendar getReturnedStartTime()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.