urn.ebay.apis.eBLBaseComponents
Enum PaymentTransactionCodeType

java.lang.Object
  extended by java.lang.Enum<PaymentTransactionCodeType>
      extended by 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


Enum Constant Summary
CART
           
CREDIT
           
EXPRESSCHECKOUT
           
INTEGRALEVOLUTION
           
MASSPAY
           
MERCHTPMT
           
NONE
           
PROAPI
           
PROHOSTED
           
SENDMONEY
           
SUBSCRCANCEL
           
SUBSCREOT
           
SUBSCRFAILED
           
SUBSCRMODIFY
           
SUBSCRPAYMENT
           
SUBSCRSIGNUP
           
VIRTUALTERMINAL
           
WEBACCEPT
           
 
Method Summary
static PaymentTransactionCodeType fromValue(String v)
           
 String getValue()
           
static PaymentTransactionCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentTransactionCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.