public class PayPalShippingDisplayType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PayPalShippingDisplayType |
CAPTURE_SHIPPING |
static PayPalShippingDisplayType |
NO_DISPLAY |
static PayPalShippingDisplayType |
PROVIDE_SHIPPING |
| Constructor and Description |
|---|
PayPalShippingDisplayType() |
PayPalShippingDisplayType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PayPalShippingDisplayType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PayPalShippingDisplayType PROVIDE_SHIPPING
public static final PayPalShippingDisplayType NO_DISPLAY
public static final PayPalShippingDisplayType CAPTURE_SHIPPING
public static PayPalShippingDisplayType getInstance(String type)
public String getType()
getType in interface org.broadleafcommerce.common.BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationTypeCopyright © 2025. All rights reserved.