public class RateCardErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_INVALID_CURRENCY_CODE |
static String |
_INVALID_PRICING_MODEL |
static String |
_MARKETPLACE_RATE_CARD_NOT_UNIQUE |
static String |
_NOT_ACCEPT_DEALS_SALES_ON_LEGAL_AGREEMENT |
static String |
_PRODUCT_PACKAGE_NOT_APPLICABLE_ON_MARKETPLACE_RATE_CARD |
static String |
_UNCHANGEABLE_CURRENCY_CODE |
static String |
_UNCHANGEABLE_PRICING_MODEL |
static String |
_UNKNOWN |
static String |
_UNSUPPORTED_CURRENCY_CODE |
static RateCardErrorReason |
INVALID_CURRENCY_CODE |
static RateCardErrorReason |
INVALID_PRICING_MODEL |
static RateCardErrorReason |
MARKETPLACE_RATE_CARD_NOT_UNIQUE |
static RateCardErrorReason |
NOT_ACCEPT_DEALS_SALES_ON_LEGAL_AGREEMENT |
static RateCardErrorReason |
PRODUCT_PACKAGE_NOT_APPLICABLE_ON_MARKETPLACE_RATE_CARD |
static RateCardErrorReason |
UNCHANGEABLE_CURRENCY_CODE |
static RateCardErrorReason |
UNCHANGEABLE_PRICING_MODEL |
static RateCardErrorReason |
UNKNOWN |
static RateCardErrorReason |
UNSUPPORTED_CURRENCY_CODE |
| Modifier | Constructor and Description |
|---|---|
protected |
RateCardErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RateCardErrorReason |
fromString(String value) |
static RateCardErrorReason |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _INVALID_CURRENCY_CODE
public static final String _INVALID_PRICING_MODEL
public static final String _PRODUCT_PACKAGE_NOT_APPLICABLE_ON_MARKETPLACE_RATE_CARD
public static final String _UNSUPPORTED_CURRENCY_CODE
public static final String _UNCHANGEABLE_CURRENCY_CODE
public static final String _UNCHANGEABLE_PRICING_MODEL
public static final String _MARKETPLACE_RATE_CARD_NOT_UNIQUE
public static final String _NOT_ACCEPT_DEALS_SALES_ON_LEGAL_AGREEMENT
public static final String _UNKNOWN
public static final RateCardErrorReason INVALID_CURRENCY_CODE
public static final RateCardErrorReason INVALID_PRICING_MODEL
public static final RateCardErrorReason PRODUCT_PACKAGE_NOT_APPLICABLE_ON_MARKETPLACE_RATE_CARD
public static final RateCardErrorReason UNSUPPORTED_CURRENCY_CODE
public static final RateCardErrorReason UNCHANGEABLE_CURRENCY_CODE
public static final RateCardErrorReason UNCHANGEABLE_PRICING_MODEL
public static final RateCardErrorReason MARKETPLACE_RATE_CARD_NOT_UNIQUE
public static final RateCardErrorReason NOT_ACCEPT_DEALS_SALES_ON_LEGAL_AGREEMENT
public static final RateCardErrorReason UNKNOWN
protected RateCardErrorReason(String value)
public String getValue()
public static RateCardErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static RateCardErrorReason fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2018. All Rights Reserved.