org.broadleafcommerce.vendor.paypal.service.payment.type
Class PayPalMethodType
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalMethodType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class PayPalMethodType
- extends Object
- implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of transaction types.
- Author:
- jfischer
- See Also:
- Serialized Form
CHECKOUT
public static final PayPalMethodType CHECKOUT
AUTHORIZATION
public static final PayPalMethodType AUTHORIZATION
DETAILS
public static final PayPalMethodType DETAILS
PROCESS
public static final PayPalMethodType PROCESS
REFUND
public static final PayPalMethodType REFUND
CAPTURE
public static final PayPalMethodType CAPTURE
VOID
public static final PayPalMethodType VOID
PayPalMethodType
public PayPalMethodType()
PayPalMethodType
public PayPalMethodType(String type,
String friendlyType)
getInstance
public static PayPalMethodType getInstance(String type)
getType
public String getType()
- Specified by:
getType in interface org.broadleafcommerce.common.BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.