public class PaymentManagerAction extends Enum
Enum, 
Serialized FormEnum.EnumEditor, Enum.LocaleEnumEditor| Modifier and Type | Field and Description | 
|---|---|
| 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. | 
compareTo, getEnumClassInfo, getOrdinal, iterator, iterator, lookup, lookup, lookup, lookup, readResolve, toStringpublic 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