urn.ebay.apis.eBLBaseComponents
Enum PaymentTransactionClassCodeType

java.lang.Object
  extended by java.lang.Enum<PaymentTransactionClassCodeType>
      extended by urn.ebay.apis.eBLBaseComponents.PaymentTransactionClassCodeType
All Implemented Interfaces:
Serializable, Comparable<PaymentTransactionClassCodeType>

public enum PaymentTransactionClassCodeType
extends Enum<PaymentTransactionClassCodeType>

PaymentTransactionClassCodeType The Type of PayPal payment.


Enum Constant Summary
ALL
           
BALANCEAFFECTING
           
BALANCETRANSFER
           
BILLPAY
           
CURRENCYCONVERSIONS
           
DIVIDEND
           
ECHECK
           
FEE
           
FORCEDPOSTTRANSACTION
           
FUNDSADDED
           
FUNDSWITHDRAWN
           
MASSPAY
           
MONEYREQUEST
           
NONREFERENCEDREFUNDS
           
PAYPALDEBITCARD
           
RECEIVED
           
REFERRAL
           
REFUND
           
REVERSAL
           
SENT
           
SHIPPING
           
SUBSCRIPTION
           
 
Method Summary
static PaymentTransactionClassCodeType fromValue(String v)
           
 String getValue()
           
static PaymentTransactionClassCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentTransactionClassCodeType[] 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

ALL

public static final PaymentTransactionClassCodeType ALL

SENT

public static final PaymentTransactionClassCodeType SENT

RECEIVED

public static final PaymentTransactionClassCodeType RECEIVED

MASSPAY

public static final PaymentTransactionClassCodeType MASSPAY

MONEYREQUEST

public static final PaymentTransactionClassCodeType MONEYREQUEST

FUNDSADDED

public static final PaymentTransactionClassCodeType FUNDSADDED

FUNDSWITHDRAWN

public static final PaymentTransactionClassCodeType FUNDSWITHDRAWN

PAYPALDEBITCARD

public static final PaymentTransactionClassCodeType PAYPALDEBITCARD

REFERRAL

public static final PaymentTransactionClassCodeType REFERRAL

FEE

public static final PaymentTransactionClassCodeType FEE

SUBSCRIPTION

public static final PaymentTransactionClassCodeType SUBSCRIPTION

DIVIDEND

public static final PaymentTransactionClassCodeType DIVIDEND

BILLPAY

public static final PaymentTransactionClassCodeType BILLPAY

REFUND

public static final PaymentTransactionClassCodeType REFUND

CURRENCYCONVERSIONS

public static final PaymentTransactionClassCodeType CURRENCYCONVERSIONS

BALANCETRANSFER

public static final PaymentTransactionClassCodeType BALANCETRANSFER

REVERSAL

public static final PaymentTransactionClassCodeType REVERSAL

SHIPPING

public static final PaymentTransactionClassCodeType SHIPPING

BALANCEAFFECTING

public static final PaymentTransactionClassCodeType BALANCEAFFECTING

ECHECK

public static final PaymentTransactionClassCodeType ECHECK

FORCEDPOSTTRANSACTION

public static final PaymentTransactionClassCodeType FORCEDPOSTTRANSACTION

NONREFERENCEDREFUNDS

public static final PaymentTransactionClassCodeType NONREFERENCEDREFUNDS
Method Detail

values

public static PaymentTransactionClassCodeType[] 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 (PaymentTransactionClassCodeType c : PaymentTransactionClassCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static PaymentTransactionClassCodeType 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 PaymentTransactionClassCodeType fromValue(String v)


Copyright © 2012. All Rights Reserved.