|
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.DisableUnpaidItemAssistanceCall
public class DisableUnpaidItemAssistanceCall
Wrapper class of the DisableUnpaidItemAssistance 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.
ItemID
- Unique identifier for an eBay listing. A listing can have multiple order line items, but only one ItemID. To identify a specific order line item for which to disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a DisputeID (if an Unpaid Item case already exists) is required in the request.
TransactionID
- The unique identifier of an order line item. An order line item is created once there is a commitment from a buyer to purchase an item. To identify a specific order line item for which to disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a DisputeID (if an Unpaid Item case already exists) is required in the request.
DisputeID
- A unique identifier for an Unpaid Item case that is filed against an order line item. If an ItemID/TransactionID pair or an OrderLineItemID is used to identify an order line item, DisputeID cannot be used and will be ignored if it is included in the request.
OrderLineItemID
- OrderLineItemID is a unique identifier for an eBay order line item. To identify a specific order line item for which to disable the Unpaid Item Assistant mechanism, either an ItemID/TransactionID pair, an OrderLineItemID, or a DisputeID is required in the request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
DisableUnpaidItemAssistanceCall()
Constructor. |
|
DisableUnpaidItemAssistanceCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
void |
disableUnpaidItemAssistance()
Enables a seller who has opted into the automated Unpaid Item Assistant mechanism to disable the Unpaid Item Assistant at the order line item level. |
java.lang.String |
getDisputeID()
Gets the DisableUnpaidItemAssistanceRequestType.disputeID. |
java.lang.String |
getItemID()
Gets the DisableUnpaidItemAssistanceRequestType.itemID. |
java.lang.String |
getOrderLineItemID()
Gets the DisableUnpaidItemAssistanceRequestType.orderLineItemID. |
java.lang.String |
getTransactionID()
Gets the DisableUnpaidItemAssistanceRequestType.transactionID. |
void |
setDisputeID(java.lang.String disputeID)
Sets the DisableUnpaidItemAssistanceRequestType.disputeID. |
void |
setItemID(java.lang.String itemID)
Sets the DisableUnpaidItemAssistanceRequestType.itemID. |
void |
setOrderLineItemID(java.lang.String orderLineItemID)
Sets the DisableUnpaidItemAssistanceRequestType.orderLineItemID. |
void |
setTransactionID(java.lang.String transactionID)
Sets the DisableUnpaidItemAssistanceRequestType.transactionID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisableUnpaidItemAssistanceCall()
public DisableUnpaidItemAssistanceCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void disableUnpaidItemAssistance() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String getDisputeID()
public void setDisputeID(java.lang.String disputeID)
disputeID
- Stringpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getOrderLineItemID()
public void setOrderLineItemID(java.lang.String orderLineItemID)
orderLineItemID
- Stringpublic java.lang.String getTransactionID()
public void setTransactionID(java.lang.String transactionID)
transactionID
- String
|
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.