org.broadleafcommerce.payment.service.workflow
Class PaymentActionType
java.lang.Object
org.broadleafcommerce.payment.service.workflow.PaymentActionType
- All Implemented Interfaces:
- java.io.Serializable
public class PaymentActionType
- extends java.lang.Object
- implements java.io.Serializable
An extendible enumeration of payment action types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AUTHORIZE
public static final PaymentActionType AUTHORIZE
DEBIT
public static final PaymentActionType DEBIT
AUTHORIZEANDDEBIT
public static final PaymentActionType AUTHORIZEANDDEBIT
CREDIT
public static final PaymentActionType CREDIT
VOID
public static final PaymentActionType VOID
BALANCE
public static final PaymentActionType BALANCE
REVERSEAUTHORIZE
public static final PaymentActionType REVERSEAUTHORIZE
PaymentActionType
public PaymentActionType()
PaymentActionType
public PaymentActionType(java.lang.String type)
getInstance
public static PaymentActionType getInstance(java.lang.String type)
getType
public java.lang.String getType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.