public final enum

PaymentActionCodeType

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

Class Overview

Java class for PaymentActionCodeType.

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

 <simpleType name="PaymentActionCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="None"/>
     <enumeration value="Authorization"/>
     <enumeration value="Sale"/>
     <enumeration value="Order"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
PaymentActionCodeType  AUTHORIZATION   
PaymentActionCodeType  NONE   
PaymentActionCodeType  ORDER   
PaymentActionCodeType  SALE   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static PaymentActionCodeType fromValue(String v)
String value()
static PaymentActionCodeType valueOf(String name)
final static PaymentActionCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PaymentActionCodeType AUTHORIZATION

public static final PaymentActionCodeType NONE

public static final PaymentActionCodeType ORDER

public static final PaymentActionCodeType SALE

Fields

private final String value

Public Methods

public static PaymentActionCodeType fromValue (String v)

Parameters
v

public String value ()

public static PaymentActionCodeType valueOf (String name)

Parameters
name

public static final PaymentActionCodeType[] values ()