| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.core.util.Enum
atg.commerce.payment.PaymentManagerAction
public class PaymentManagerAction
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.
Enum, 
Serialized Form| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class atg.core.util.Enum | 
|---|
| Enum.EnumEditor, Enum.LocaleEnumEditor | 
| Field Summary | |
|---|---|
| static PaymentManagerAction | AUTHORIZEConstant representing the "authorization" action. | 
| static java.lang.String | CLASS_VERSION | 
| static PaymentManagerAction | CREDITConstant representing the "credit" action. | 
| static PaymentManagerAction | DEBITConstant representing the "debit" action. | 
| static PaymentManagerAction | DECREASE_AUTH_AMTConstant 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 | 
|---|
public static java.lang.String CLASS_VERSION
public static final PaymentManagerAction AUTHORIZE
public static final PaymentManagerAction DEBIT
public static final PaymentManagerAction CREDIT
public static final PaymentManagerAction DECREASE_AUTH_AMT
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||