Class PaymentTransactionType
java.lang.Object
org.broadleafcommerce.common.payment.PaymentTransactionType
org.broadleafcommerce.vendor.sample.service.payment.PaymentTransactionType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class PaymentTransactionType
extends org.broadleafcommerce.common.payment.PaymentTransactionType
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PaymentTransactionTypestatic final PaymentTransactionTypestatic final PaymentTransactionTypeFields inherited from class org.broadleafcommerce.common.payment.PaymentTransactionType
AUTHORIZE, AUTHORIZE_AND_CAPTURE, CAPTURE, DETACHED_CREDIT, PENDING, REFUND, REVERSE_AUTH, SETTLED, UNCONFIRMED, VOID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PaymentTransactionTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
CREATE_CUSTOMER
-
UPDATE_CUSTOMER
-
DELETE_CUSTOMER
-
-
Constructor Details
-
PaymentTransactionType
public PaymentTransactionType() -
PaymentTransactionType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType- Overrides:
getTypein classorg.broadleafcommerce.common.payment.PaymentTransactionType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType- Overrides:
getFriendlyTypein classorg.broadleafcommerce.common.payment.PaymentTransactionType
-
setType
- Overrides:
setTypein classorg.broadleafcommerce.common.payment.PaymentTransactionType
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.broadleafcommerce.common.payment.PaymentTransactionType
-
equals
- Overrides:
equalsin classorg.broadleafcommerce.common.payment.PaymentTransactionType
-