Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum RequiredSellerActionCodeType

java.lang.Object
  extended by java.lang.Enum<RequiredSellerActionCodeType>
      extended by com.ebay.soap.eBLBaseComponents.RequiredSellerActionCodeType
All Implemented Interfaces:
Serializable, Comparable<RequiredSellerActionCodeType>

public enum RequiredSellerActionCodeType
extends Enum<RequiredSellerActionCodeType>

Java class for RequiredSellerActionCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="RequiredSellerActionCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ResolveeBPCase"/>
     <enumeration value="MarkAsShipped"/>
     <enumeration value="ContacteBayCS"/>
     <enumeration value="ResolvePPPIcase"/>
     <enumeration value="SetupPayoutMethod"/>
     <enumeration value="UpdatePayoutMethod"/>
     <enumeration value="None"/>
     <enumeration value="UploadTrackingInfo"/>
     <enumeration value="ResolveBuyerMessageInr"/>
     <enumeration value="ResolveBuyerMessageSnad"/>
     <enumeration value="CustomCode"/>
     <enumeration value="ResolveReturn"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
CONTACTE_BAY_CS
          This value indicates that the seller should contact eBay Customer Support to discover the next required action to expedite the release of funds into their account.
CUSTOM_CODE
          This value is reserved for internal or future use.
MARK_AS_SHIPPED
          This value indicates that the seller must mark the order line item as shipped to expedite the release of funds into their account.
NONE
          This value is no longer used.
RESOLVE_BUYER_MESSAGE_INR
          This value indicates that the buyer has not received the item, and the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller.
RESOLVE_BUYER_MESSAGE_SNAD
          This value indicates that the buyer has received the item, but the item is not as described in the listing; hence, the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller.
RESOLVE_PPP_ICASE
          This value indicates that the seller must resolve the PayPal Buyer Protection case filed against the order line item to expedite the release of funds into their account.
RESOLVE_RETURN
          This value indicates that the buyer is returning the item through eBay's managed return process.
RESOLVEE_BP_CASE
          This value indicates that there is an open eBay Money Back Guarantee case involving the seller and the item.
SETUP_PAYOUT_METHOD
          This value is no longer used.
UPDATE_PAYOUT_METHOD
          This value is no longer used.
UPLOAD_TRACKING_INFO
          This value indicates that the seller must provide the buyer the tracking information for the order line item to expedite the release of funds into their account.
 
Method Summary
static RequiredSellerActionCodeType fromValue(String v)
           
 String value()
           
static RequiredSellerActionCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequiredSellerActionCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

RESOLVEE_BP_CASE

public static final RequiredSellerActionCodeType RESOLVEE_BP_CASE
This value indicates that there is an open eBay Money Back Guarantee case involving the seller and the item. The seller must address and get the case resolved before the funds can be scheduled for release to the seller's account. See the Resolving Order Issues page for information about retrieving and managing eBay Money Back Guarantee cases.


MARK_AS_SHIPPED

public static final RequiredSellerActionCodeType MARK_AS_SHIPPED
This value indicates that the seller must mark the order line item as shipped to expedite the release of funds into their account. The seller can use the CompleteSale call to mark an item as shipped. If an order line item is marked as shipped, it is possible that the seller's funds for the order will be released as soon as seven days after the latest estimated delivery date.


CONTACTE_BAY_CS

public static final RequiredSellerActionCodeType CONTACTE_BAY_CS
This value indicates that the seller should contact eBay Customer Support to discover the next required action to expedite the release of funds into their account.


RESOLVE_PPP_ICASE

public static final RequiredSellerActionCodeType RESOLVE_PPP_ICASE
This value indicates that the seller must resolve the PayPal Buyer Protection case filed against the order line item to expedite the release of funds into their account.


SETUP_PAYOUT_METHOD

public static final RequiredSellerActionCodeType SETUP_PAYOUT_METHOD
This value is no longer used.


UPDATE_PAYOUT_METHOD

public static final RequiredSellerActionCodeType UPDATE_PAYOUT_METHOD
This value is no longer used.


NONE

public static final RequiredSellerActionCodeType NONE
This value is no longer used.


UPLOAD_TRACKING_INFO

public static final RequiredSellerActionCodeType UPLOAD_TRACKING_INFO
This value indicates that the seller must provide the buyer the tracking information for the order line item to expedite the release of funds into their account. The seller can use the CompleteSale call to provide tracking information for an order line item. If the tracking information for an order line item is provided, it is possible that the seller's funds for the order will be released as soon as three days after eBay has confirmed that the item has been delivered.


RESOLVE_BUYER_MESSAGE_INR

public static final RequiredSellerActionCodeType RESOLVE_BUYER_MESSAGE_INR
This value indicates that the buyer has not received the item, and the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller. The seller must make it right with the buyer in order to expedite the release of funds into their account.


RESOLVE_BUYER_MESSAGE_SNAD

public static final RequiredSellerActionCodeType RESOLVE_BUYER_MESSAGE_SNAD
This value indicates that the buyer has received the item, but the item is not as described in the listing; hence, the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller. The seller must make it right with the buyer in order to expedite the release of funds into their account.


CUSTOM_CODE

public static final RequiredSellerActionCodeType CUSTOM_CODE
This value is reserved for internal or future use.


RESOLVE_RETURN

public static final RequiredSellerActionCodeType RESOLVE_RETURN
This value indicates that the buyer is returning the item through eBay's managed return process. Upon receiving the returned item from the buyer, the seller must issue a refund to the buyer within five business days, and shortly after this happens, eBay will credit the seller's account with the Final Value Fee that was originally assessed on the sale of the item.

Method Detail

values

public static RequiredSellerActionCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (RequiredSellerActionCodeType c : RequiredSellerActionCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RequiredSellerActionCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static RequiredSellerActionCodeType fromValue(String v)

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.