public final enum

PromotionItemPriceTypeCodeType

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

Class Overview

Java class for PromotionItemPriceTypeCodeType.

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

 <simpleType name="PromotionItemPriceTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="AuctionPrice"/>
     <enumeration value="BuyItNowPrice"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PromotionItemPriceTypeCodeType  AUCTION_PRICE  Auction Item  
PromotionItemPriceTypeCodeType  BUY_IT_NOW_PRICE  Buy It Now  
PromotionItemPriceTypeCodeType  CUSTOM_CODE  Reserved. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PromotionItemPriceTypeCodeType fromValue(String v)
String value()
static PromotionItemPriceTypeCodeType valueOf(String name)
final static PromotionItemPriceTypeCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PromotionItemPriceTypeCodeType AUCTION_PRICE

Auction Item

public static final PromotionItemPriceTypeCodeType BUY_IT_NOW_PRICE

Buy It Now

public static final PromotionItemPriceTypeCodeType CUSTOM_CODE

Reserved. Do not use.

Fields

private final String value

Public Methods

public static PromotionItemPriceTypeCodeType fromValue (String v)

Parameters
v

public String value ()

public static PromotionItemPriceTypeCodeType valueOf (String name)

Parameters
name

public static final PromotionItemPriceTypeCodeType[] values ()