|
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.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.RespondToBestOfferRequestType
public class RespondToBestOfferRequestType
This call enables the seller to accept or decline a buyer's Best Offer on an item, or make a counter offer to the buyer's Best Offer. A seller can decline multiple Best Offers with one call, but the seller cannot accept or counter offer multiple Best Offers with one call. Best Offers are not applicable to auction listings.
Note:
Historically, the Best Offer feature has not been available for auction listings, but beginning with Version 1027, sellers in the US, UK, and DE sites are able to offer the Best Offer feature in auction listings. The seller can offer Buy It Now or Best Offer in an auction listing, but not both.
Java class for RespondToBestOfferRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RespondToBestOfferRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="BestOfferID" type="{urn:ebay:apis:eBLBaseComponents}BestOfferIDType" maxOccurs="unbounded" minOccurs="0"/> <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}BestOfferActionCodeType" minOccurs="0"/> <element name="SellerResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CounterOfferPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="CounterOfferQuantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected BestOfferActionCodeType |
action
|
protected java.util.List<java.lang.String> |
bestOfferID
|
protected AmountType |
counterOfferPrice
|
protected java.lang.Integer |
counterOfferQuantity
|
protected java.lang.String |
itemID
|
protected java.lang.String |
sellerResponse
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
RespondToBestOfferRequestType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.String> |
_getBestOfferID()
|
BestOfferActionCodeType |
getAction()
Gets the value of the action property. |
java.lang.String[] |
getBestOfferID()
|
java.lang.String |
getBestOfferID(int idx)
|
int |
getBestOfferIDLength()
|
AmountType |
getCounterOfferPrice()
Gets the value of the counterOfferPrice property. |
java.lang.Integer |
getCounterOfferQuantity()
Gets the value of the counterOfferQuantity property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
java.lang.String |
getSellerResponse()
Gets the value of the sellerResponse property. |
void |
setAction(BestOfferActionCodeType value)
Sets the value of the action property. |
java.lang.String |
setBestOfferID(int idx,
java.lang.String value)
|
void |
setBestOfferID(java.lang.String[] values)
|
void |
setCounterOfferPrice(AmountType value)
Sets the value of the counterOfferPrice property. |
void |
setCounterOfferQuantity(java.lang.Integer value)
Sets the value of the counterOfferQuantity property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setSellerResponse(java.lang.String value)
Sets the value of the sellerResponse property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String itemID
protected java.util.List<java.lang.String> bestOfferID
protected BestOfferActionCodeType action
protected java.lang.String sellerResponse
protected AmountType counterOfferPrice
protected java.lang.Integer counterOfferQuantity
Constructor Detail |
---|
public RespondToBestOfferRequestType()
Method Detail |
---|
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getBestOfferID()
String
public java.lang.String getBestOfferID(int idx)
String
public int getBestOfferIDLength()
public void setBestOfferID(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getBestOfferID()
public java.lang.String setBestOfferID(int idx, java.lang.String value)
value
- allowed object is
String
public BestOfferActionCodeType getAction()
BestOfferActionCodeType
public void setAction(BestOfferActionCodeType value)
value
- allowed object is
BestOfferActionCodeType
public java.lang.String getSellerResponse()
String
public void setSellerResponse(java.lang.String value)
value
- allowed object is
String
public AmountType getCounterOfferPrice()
AmountType
public void setCounterOfferPrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.Integer getCounterOfferQuantity()
Integer
public void setCounterOfferQuantity(java.lang.Integer value)
value
- allowed object is
Integer
|
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.