| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.GiftServicesCodeType | |
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
indicates that the seller is offering to ship the item via an express shipping method as described in the item description.
indicates that the seller is offering to ship to the gift recipient, not the buyer, when payment clears.
indicates that the seller is offering to wrap the item (and optionally include a card) as described in the item description.