public static enum MerchantRiskIndicator.DeliveryAddressIndicatorEnum extends Enum<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
MerchantRiskIndicator.DeliveryAddressIndicatorEnum.Adapter |
| Enum Constant and Description |
|---|
DIGITALGOODS |
GOODSNOTSHIPPED |
OTHER |
SHIPTOBILLINGADDRESS |
SHIPTONEWADDRESS |
SHIPTOSTORE |
SHIPTOVERIFIEDADDRESS |
| Modifier and Type | Method and Description |
|---|---|
static MerchantRiskIndicator.DeliveryAddressIndicatorEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MerchantRiskIndicator.DeliveryAddressIndicatorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MerchantRiskIndicator.DeliveryAddressIndicatorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum DIGITALGOODS
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum GOODSNOTSHIPPED
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum OTHER
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum SHIPTOBILLINGADDRESS
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum SHIPTONEWADDRESS
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum SHIPTOSTORE
public static final MerchantRiskIndicator.DeliveryAddressIndicatorEnum SHIPTOVERIFIEDADDRESS
public static MerchantRiskIndicator.DeliveryAddressIndicatorEnum[] values()
for (MerchantRiskIndicator.DeliveryAddressIndicatorEnum c : MerchantRiskIndicator.DeliveryAddressIndicatorEnum.values()) System.out.println(c);
public static MerchantRiskIndicator.DeliveryAddressIndicatorEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<MerchantRiskIndicator.DeliveryAddressIndicatorEnum>public static MerchantRiskIndicator.DeliveryAddressIndicatorEnum fromValue(String text)
Copyright © 2022. All rights reserved.