urn.ebay.apis.eBLBaseComponents
Enum PaymentTransactionCodeType
java.lang.Object
java.lang.Enum<PaymentTransactionCodeType>
urn.ebay.apis.eBLBaseComponents.PaymentTransactionCodeType
- All Implemented Interfaces:
- Serializable, Comparable<PaymentTransactionCodeType>
public enum PaymentTransactionCodeType
- extends Enum<PaymentTransactionCodeType>
PaymentTransactionCodeType
This is the type of a PayPal of which matches the output
from IPN
NONE
public static final PaymentTransactionCodeType NONE
WEBACCEPT
public static final PaymentTransactionCodeType WEBACCEPT
CART
public static final PaymentTransactionCodeType CART
SENDMONEY
public static final PaymentTransactionCodeType SENDMONEY
SUBSCRFAILED
public static final PaymentTransactionCodeType SUBSCRFAILED
SUBSCRCANCEL
public static final PaymentTransactionCodeType SUBSCRCANCEL
SUBSCRPAYMENT
public static final PaymentTransactionCodeType SUBSCRPAYMENT
SUBSCRSIGNUP
public static final PaymentTransactionCodeType SUBSCRSIGNUP
SUBSCREOT
public static final PaymentTransactionCodeType SUBSCREOT
SUBSCRMODIFY
public static final PaymentTransactionCodeType SUBSCRMODIFY
MERCHTPMT
public static final PaymentTransactionCodeType MERCHTPMT
MASSPAY
public static final PaymentTransactionCodeType MASSPAY
VIRTUALTERMINAL
public static final PaymentTransactionCodeType VIRTUALTERMINAL
INTEGRALEVOLUTION
public static final PaymentTransactionCodeType INTEGRALEVOLUTION
EXPRESSCHECKOUT
public static final PaymentTransactionCodeType EXPRESSCHECKOUT
PROHOSTED
public static final PaymentTransactionCodeType PROHOSTED
PROAPI
public static final PaymentTransactionCodeType PROAPI
CREDIT
public static final PaymentTransactionCodeType CREDIT
values
public static PaymentTransactionCodeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PaymentTransactionCodeType c : PaymentTransactionCodeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PaymentTransactionCodeType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getValue
public String getValue()
fromValue
public static PaymentTransactionCodeType fromValue(String v)
Copyright © 2013. All Rights Reserved.