public final enum

TransactionType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.paypal.paypalretailsdk.TransactionType

Class Overview

TransactionType.java

Summary

Enum Values
TransactionType  Auth   
TransactionType  PartialRefund   
TransactionType  Refund   
TransactionType  Sale   
Public Methods
static TransactionType fromInt(int value)
int getValue()
static TransactionType valueOf(String name)
final static TransactionType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TransactionType Auth

public static final TransactionType PartialRefund

public static final TransactionType Refund

public static final TransactionType Sale

Public Methods

public static TransactionType fromInt (int value)

public int getValue ()

public static TransactionType valueOf (String name)

public static final TransactionType[] values ()