public final enum

EscrowCodeType

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

Class Overview

Java class for EscrowCodeType.

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

 <simpleType name="EscrowCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ByBuyer"/>
     <enumeration value="BySeller"/>
     <enumeration value="None"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
EscrowCodeType  BY_BUYER  By Buyer  
EscrowCodeType  BY_SELLER  By Seller. 
EscrowCodeType  CUSTOM_CODE  Reserved for internal or future use. 
EscrowCodeType  NONE  None. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static EscrowCodeType fromValue(String v)
String value()
static EscrowCodeType valueOf(String name)
final static EscrowCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EscrowCodeType BY_BUYER

By Buyer

public static final EscrowCodeType BY_SELLER

By Seller.

public static final EscrowCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final EscrowCodeType NONE

None.

Fields

private final String value

Public Methods

public static EscrowCodeType fromValue (String v)

Parameters
v

public String value ()

public static EscrowCodeType valueOf (String name)

Parameters
name

public static final EscrowCodeType[] values ()