public enum SellerPaymentMethodCodeType extends java.lang.Enum<SellerPaymentMethodCodeType>
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>
Enum Constant and Description |
---|
AMEX
Amex
|
CUSTOM_CODE
Reserved for internal or future use.
|
DINERS
Diners
|
DISCOVER
Discover
|
JCB
JCB
|
MASTERCARD
Mastercard
|
OTHER
No payment method specified - some other payment method.
|
VISA
Visa
|
Modifier and Type | Method and Description |
---|---|
static SellerPaymentMethodCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static SellerPaymentMethodCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SellerPaymentMethodCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SellerPaymentMethodCodeType OTHER
public static final SellerPaymentMethodCodeType AMEX
public static final SellerPaymentMethodCodeType VISA
public static final SellerPaymentMethodCodeType MASTERCARD
public static final SellerPaymentMethodCodeType DISCOVER
public static final SellerPaymentMethodCodeType JCB
public static final SellerPaymentMethodCodeType DINERS
public static final SellerPaymentMethodCodeType CUSTOM_CODE
public static SellerPaymentMethodCodeType[] values()
for (SellerPaymentMethodCodeType c : SellerPaymentMethodCodeType.values()) System.out.println(c);
public static SellerPaymentMethodCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static SellerPaymentMethodCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.