public final enum

FailedPaymentActionType

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

Class Overview

Java class for FailedPaymentActionType.

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

 <simpleType name="FailedPaymentActionType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="CancelOnFailure"/>
     <enumeration value="ContinueOnFailure"/>
   </restriction>
 </simpleType>
 

Summary

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

Enum Values

public static final FailedPaymentActionType CANCEL_ON_FAILURE

public static final FailedPaymentActionType CONTINUE_ON_FAILURE

Fields

private final String value

Public Methods

public static FailedPaymentActionType fromValue (String v)

Parameters
v

public String value ()

public static FailedPaymentActionType valueOf (String name)

Parameters
name

public static final FailedPaymentActionType[] values ()