Changes since
the last release

com.ebay.sdk.call
Class DisableUnpaidItemAssistanceCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.DisableUnpaidItemAssistanceCall

public class DisableUnpaidItemAssistanceCall
extends ApiCall

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.


Input property: 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.
Input property: 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.
Input property: 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.
Input property: 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.

Version:
1.0
Author:
Ron Murphy

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 com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, isEnableoAuthTokenHTTPHeader, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEnableoAuthTokenHTTPHeader, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisableUnpaidItemAssistanceCall

public DisableUnpaidItemAssistanceCall()
Constructor.


DisableUnpaidItemAssistanceCall

public DisableUnpaidItemAssistanceCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

disableUnpaidItemAssistance

public void disableUnpaidItemAssistance()
                                 throws ApiException,
                                        SdkException,
                                        java.lang.Exception
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. This call can be made whether or not a Unpaid Item case exists for the order line item. If an Unpaid Item case has already been created by the Unpaid Item Assistant, it is converted to a "manual" case for the seller to manage like any other manually-created case.

Throws:
ApiException
SdkException
java.lang.Exception

getDisputeID

public java.lang.String getDisputeID()
Gets the DisableUnpaidItemAssistanceRequestType.disputeID.

Returns:
String

setDisputeID

public void setDisputeID(java.lang.String disputeID)
Sets the DisableUnpaidItemAssistanceRequestType.disputeID.

Parameters:
disputeID - String

getItemID

public java.lang.String getItemID()
Gets the DisableUnpaidItemAssistanceRequestType.itemID.

Returns:
String

setItemID

public void setItemID(java.lang.String itemID)
Sets the DisableUnpaidItemAssistanceRequestType.itemID.

Parameters:
itemID - String

getOrderLineItemID

public java.lang.String getOrderLineItemID()
Gets the DisableUnpaidItemAssistanceRequestType.orderLineItemID.

Returns:
String

setOrderLineItemID

public void setOrderLineItemID(java.lang.String orderLineItemID)
Sets the DisableUnpaidItemAssistanceRequestType.orderLineItemID.

Parameters:
orderLineItemID - String

getTransactionID

public java.lang.String getTransactionID()
Gets the DisableUnpaidItemAssistanceRequestType.transactionID.

Returns:
String

setTransactionID

public void setTransactionID(java.lang.String transactionID)
Sets the DisableUnpaidItemAssistanceRequestType.transactionID.

Parameters:
transactionID - String

Changes since
the last release

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.