Class PaymentDeclineType
java.lang.Object
org.broadleafcommerce.common.payment.PaymentDeclineType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
when a payment returns in error, this value indicates whether it is a "soft" decline (apt to be retried) or a "hard" one.
- Author:
- gdiaz
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic PaymentDeclineTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
SOFT
-
HARD
-
-
Constructor Details
-
PaymentDeclineType
public PaymentDeclineType() -
PaymentDeclineType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-