Class PayPalTransactionType
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalTransactionType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class PayPalTransactionType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of transaction types.
- Author:
- jfischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PayPalTransactionTypestatic final PayPalTransactionTypestatic final PayPalTransactionTypestatic final PayPalTransactionTypestatic final PayPalTransactionTypestatic final PayPalTransactionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PayPalTransactionTypegetInstance(String type) getType()inthashCode()
-
Field Details
-
AUTHORIZE
-
CAPTURE
-
AUTHORIZEANDCAPTURE
-
CREDIT
-
VOIDTRANSACTION
-
REVERSEAUTHORIZE
-
-
Constructor Details
-
PayPalTransactionType
public PayPalTransactionType() -
PayPalTransactionType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-