org.broadleafcommerce.vendor.paypal.service.payment.type
Class PayPalPendingReasonType
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.type.PayPalPendingReasonType
- All Implemented Interfaces:
- Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
public class PayPalPendingReasonType
- extends Object
- implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of transaction types.
- Author:
- jfischer
- See Also:
- Serialized Form
NONE
public static final PayPalPendingReasonType NONE
ADDRESS
public static final PayPalPendingReasonType ADDRESS
AUTHORIZATION
public static final PayPalPendingReasonType AUTHORIZATION
ECHECK
public static final PayPalPendingReasonType ECHECK
INTL
public static final PayPalPendingReasonType INTL
MULTICURRENCY
public static final PayPalPendingReasonType MULTICURRENCY
ORDER
public static final PayPalPendingReasonType ORDER
PAYMENTREVIEW
public static final PayPalPendingReasonType PAYMENTREVIEW
UNILATERAL
public static final PayPalPendingReasonType UNILATERAL
VERIFY
public static final PayPalPendingReasonType VERIFY
OTHER
public static final PayPalPendingReasonType OTHER
PayPalPendingReasonType
public PayPalPendingReasonType()
PayPalPendingReasonType
public PayPalPendingReasonType(String type,
String friendlyType)
getInstance
public static PayPalPendingReasonType 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.