atg.commerce.payment
Class PaymentManagerAction

java.lang.Object
  extended by atg.core.util.Enum
      extended by atg.commerce.payment.PaymentManagerAction
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class PaymentManagerAction
extends Enum

Enumerated type representing the actions that can be taken by the PaymentManager with respect to a PaymentGroup. PaymentManager pipeline processor elements should check the action to decide what to do.

See Also:
Enum, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class atg.core.util.Enum
Enum.EnumEditor, Enum.LocaleEnumEditor
 
Field Summary
static PaymentManagerAction AUTHORIZE
          Constant representing the "authorization" action.
static java.lang.String CLASS_VERSION
           
static PaymentManagerAction CREDIT
          Constant representing the "credit" action.
static PaymentManagerAction DEBIT
          Constant representing the "debit" action.
static PaymentManagerAction DECREASE_AUTH_AMT
          Constant representing the "decreaseAuthorization" action.
 
Method Summary
 
Methods inherited from class atg.core.util.Enum
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION

AUTHORIZE

public static final PaymentManagerAction AUTHORIZE
Constant representing the "authorization" action.


DEBIT

public static final PaymentManagerAction DEBIT
Constant representing the "debit" action.


CREDIT

public static final PaymentManagerAction CREDIT
Constant representing the "credit" action.


DECREASE_AUTH_AMT

public static final PaymentManagerAction DECREASE_AUTH_AMT
Constant representing the "decreaseAuthorization" action.