public final enum

SellerPaymentMethodCodeType

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

Class Overview

Java class for SellerPaymentMethodCodeType.

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

 <simpleType name="SellerPaymentMethodCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Other"/>
     <enumeration value="Amex"/>
     <enumeration value="Visa"/>
     <enumeration value="Mastercard"/>
     <enumeration value="Discover"/>
     <enumeration value="JCB"/>
     <enumeration value="Diners"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
SellerPaymentMethodCodeType  AMEX  Amex  
SellerPaymentMethodCodeType  CUSTOM_CODE  Reserved for internal or future use. 
SellerPaymentMethodCodeType  DINERS  Diners  
SellerPaymentMethodCodeType  DISCOVER  Discover  
SellerPaymentMethodCodeType  JCB  JCB  
SellerPaymentMethodCodeType  MASTERCARD  Mastercard  
SellerPaymentMethodCodeType  OTHER  No payment method specified - some other payment method. 
SellerPaymentMethodCodeType  VISA  Visa  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static SellerPaymentMethodCodeType fromValue(String v)
String value()
static SellerPaymentMethodCodeType valueOf(String name)
final static SellerPaymentMethodCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SellerPaymentMethodCodeType AMEX

Amex

public static final SellerPaymentMethodCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final SellerPaymentMethodCodeType DINERS

Diners

public static final SellerPaymentMethodCodeType DISCOVER

Discover

public static final SellerPaymentMethodCodeType JCB

JCB

public static final SellerPaymentMethodCodeType MASTERCARD

Mastercard

public static final SellerPaymentMethodCodeType OTHER

No payment method specified - some other payment method.

public static final SellerPaymentMethodCodeType VISA

Visa

Fields

private final String value

Public Methods

public static SellerPaymentMethodCodeType fromValue (String v)

Parameters
v

public String value ()

public static SellerPaymentMethodCodeType valueOf (String name)

Parameters
name

public static final SellerPaymentMethodCodeType[] values ()