public final enum

GeneralPaymentMethodCodeType

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

Class Overview

Java class for GeneralPaymentMethodCodeType.

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

 <simpleType name="GeneralPaymentMethodCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Other"/>
     <enumeration value="Echeck"/>
     <enumeration value="ACH"/>
     <enumeration value="Creditcard"/>
     <enumeration value="PayPalBalance"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
GeneralPaymentMethodCodeType  ACH  ACH. 
GeneralPaymentMethodCodeType  CREDITCARD  Credit-card. 
GeneralPaymentMethodCodeType  CUSTOM_CODE  Reserved for internal or future use. 
GeneralPaymentMethodCodeType  ECHECK  Electronic check. 
GeneralPaymentMethodCodeType  OTHER  Custom Code  
GeneralPaymentMethodCodeType  PAY_PAL_BALANCE  Pay balance. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static GeneralPaymentMethodCodeType fromValue(String v)
String value()
static GeneralPaymentMethodCodeType valueOf(String name)
final static GeneralPaymentMethodCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GeneralPaymentMethodCodeType ACH

ACH.

public static final GeneralPaymentMethodCodeType CREDITCARD

Credit-card.

public static final GeneralPaymentMethodCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final GeneralPaymentMethodCodeType ECHECK

Electronic check.

public static final GeneralPaymentMethodCodeType OTHER

Custom Code

public static final GeneralPaymentMethodCodeType PAY_PAL_BALANCE

Pay balance.

Fields

private final String value

Public Methods

public static GeneralPaymentMethodCodeType fromValue (String v)

Parameters
v

public String value ()

public static GeneralPaymentMethodCodeType valueOf (String name)

Parameters
name

public static final GeneralPaymentMethodCodeType[] values ()