Enum Class FailReasonType
- All Implemented Interfaces:
Serializable,Comparable<FailReasonType>,Constable
FailReasonType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic FailReasonTypeReturns the enum constant of this class with the specified name.static FailReasonType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACCOUNT_FROZEN
-
REAL_NAME_CHECK_FAIL
-
NAME_NOT_CORRECT
-
OPENID_INVALID
-
TRANSFER_QUOTA_EXCEED
-
DAY_RECEIVED_QUOTA_EXCEED
@SerializedName("DAY_RECEIVED_QUOTA_EXCEED") public static final FailReasonType DAY_RECEIVED_QUOTA_EXCEED -
MONTH_RECEIVED_QUOTA_EXCEED
@SerializedName("MONTH_RECEIVED_QUOTA_EXCEED") public static final FailReasonType MONTH_RECEIVED_QUOTA_EXCEED -
DAY_RECEIVED_COUNT_EXCEED
@SerializedName("DAY_RECEIVED_COUNT_EXCEED") public static final FailReasonType DAY_RECEIVED_COUNT_EXCEED -
PRODUCT_AUTH_CHECK_FAIL
@SerializedName("PRODUCT_AUTH_CHECK_FAIL") public static final FailReasonType PRODUCT_AUTH_CHECK_FAIL -
OVERDUE_CLOSE
-
ID_CARD_NOT_CORRECT
-
ACCOUNT_NOT_EXIST
-
TRANSFER_RISK
-
OTHER_FAIL_REASON_TYPE
-
REALNAME_ACCOUNT_RECEIVED_QUOTA_EXCEED
@SerializedName("REALNAME_ACCOUNT_RECEIVED_QUOTA_EXCEED") public static final FailReasonType REALNAME_ACCOUNT_RECEIVED_QUOTA_EXCEED -
RECEIVE_ACCOUNT_NOT_PERMMIT
@SerializedName("RECEIVE_ACCOUNT_NOT_PERMMIT") public static final FailReasonType RECEIVE_ACCOUNT_NOT_PERMMIT -
PAYEE_ACCOUNT_ABNORMAL
-
PAYER_ACCOUNT_ABNORMAL
-
TRANSFER_SCENE_UNAVAILABLE
@SerializedName("TRANSFER_SCENE_UNAVAILABLE") public static final FailReasonType TRANSFER_SCENE_UNAVAILABLE -
TRANSFER_SCENE_INVALID
-
TRANSFER_REMARK_SET_FAIL
@SerializedName("TRANSFER_REMARK_SET_FAIL") public static final FailReasonType TRANSFER_REMARK_SET_FAIL -
RECEIVE_ACCOUNT_NOT_CONFIGURE
@SerializedName("RECEIVE_ACCOUNT_NOT_CONFIGURE") public static final FailReasonType RECEIVE_ACCOUNT_NOT_CONFIGURE -
BLOCK_B2C_USERLIMITAMOUNT_BSRULE_MONTH
@SerializedName("BLOCK_B2C_USERLIMITAMOUNT_BSRULE_MONTH") public static final FailReasonType BLOCK_B2C_USERLIMITAMOUNT_BSRULE_MONTH -
BLOCK_B2C_USERLIMITAMOUNT_MONTH
@SerializedName("BLOCK_B2C_USERLIMITAMOUNT_MONTH") public static final FailReasonType BLOCK_B2C_USERLIMITAMOUNT_MONTH -
MERCHANT_REJECT
-
MERCHANT_NOT_CONFIRM
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-