public final enum

RefundSourceCodeType

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

Class Overview

Java class for RefundSourceCodeType.

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

 <simpleType name="RefundSourceCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="any"/>
     <enumeration value="default"/>
     <enumeration value="instant"/>
     <enumeration value="echeck"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
RefundSourceCodeType  ANY   
RefundSourceCodeType  DEFAULT   
RefundSourceCodeType  ECHECK   
RefundSourceCodeType  INSTANT   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static RefundSourceCodeType fromValue(String v)
String value()
static RefundSourceCodeType valueOf(String name)
final static RefundSourceCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RefundSourceCodeType ANY

public static final RefundSourceCodeType DEFAULT

public static final RefundSourceCodeType ECHECK

public static final RefundSourceCodeType INSTANT

Fields

private final String value

Public Methods

public static RefundSourceCodeType fromValue (String v)

Parameters
v

public String value ()

public static RefundSourceCodeType valueOf (String name)

Parameters
name

public static final RefundSourceCodeType[] values ()