public class PaymentDeclineType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PaymentDeclineType |
HARD |
static PaymentDeclineType |
SOFT |
| Constructor and Description |
|---|
PaymentDeclineType() |
PaymentDeclineType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PaymentDeclineType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PaymentDeclineType SOFT
public static final PaymentDeclineType HARD
public static PaymentDeclineType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2018. All rights reserved.