public final enum

GiftServicesCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.GiftServicesCodeType

Class Overview

Java class for GiftServicesCodeType.

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

 <simpleType name="GiftServicesCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="GiftExpressShipping"/>
     <enumeration value="GiftShipToRecipient"/>
     <enumeration value="GiftWrap"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
GiftServicesCodeType  CUSTOM_CODE  Reserved for internal or future use. 
GiftServicesCodeType  GIFT_EXPRESS_SHIPPING  indicates that the seller is offering to ship the item via an express shipping method as described in the item description. 
GiftServicesCodeType  GIFT_SHIP_TO_RECIPIENT  indicates that the seller is offering to ship to the gift recipient, not the buyer, when payment clears. 
GiftServicesCodeType  GIFT_WRAP  indicates that the seller is offering to wrap the item (and optionally include a card) as described in the item description. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static GiftServicesCodeType fromValue(String v)
String value()
static GiftServicesCodeType valueOf(String name)
final static GiftServicesCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GiftServicesCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final GiftServicesCodeType GIFT_EXPRESS_SHIPPING

indicates that the seller is offering to ship the item via an express shipping method as described in the item description.

public static final GiftServicesCodeType GIFT_SHIP_TO_RECIPIENT

indicates that the seller is offering to ship to the gift recipient, not the buyer, when payment clears.

public static final GiftServicesCodeType GIFT_WRAP

indicates that the seller is offering to wrap the item (and optionally include a card) as described in the item description.

Fields

private final String value

Public Methods

public static GiftServicesCodeType fromValue (String v)

Parameters
v

public String value ()

public static GiftServicesCodeType valueOf (String name)

Parameters
name

public static final GiftServicesCodeType[] values ()