public final enum

IncentiveRequestCodeType

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

Class Overview

Java class for IncentiveRequestCodeType.

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

 <simpleType name="IncentiveRequestCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="InCheckout"/>
     <enumeration value="PreCheckout"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
IncentiveRequestCodeType  IN_CHECKOUT   
IncentiveRequestCodeType  PRE_CHECKOUT   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static IncentiveRequestCodeType fromValue(String v)
String value()
static IncentiveRequestCodeType valueOf(String name)
final static IncentiveRequestCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final IncentiveRequestCodeType IN_CHECKOUT

public static final IncentiveRequestCodeType PRE_CHECKOUT

Fields

private final String value

Public Methods

public static IncentiveRequestCodeType fromValue (String v)

Parameters
v

public String value ()

public static IncentiveRequestCodeType valueOf (String name)

Parameters
name

public static final IncentiveRequestCodeType[] values ()