|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CorpPaymentCheckNameType>
com.foxinmy.weixin4j.type.mch.CorpPaymentCheckNameType
public enum CorpPaymentCheckNameType
企业付款检查收款人姓名的策略
| Enum Constant Summary | |
|---|---|
FORCE_CHECK
强校验真实姓名(未实名认证的用户会校验失败,无法转账) |
|
NO_CHECK
不校验真实姓名 |
|
OPTION_CHECK
针对已实名认证的用户才校验真实姓名(未实名认证用户不校验,可以转账成功) |
|
| Method Summary | |
|---|---|
static CorpPaymentCheckNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CorpPaymentCheckNameType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CorpPaymentCheckNameType NO_CHECK
public static final CorpPaymentCheckNameType FORCE_CHECK
public static final CorpPaymentCheckNameType OPTION_CHECK
| Method Detail |
|---|
public static CorpPaymentCheckNameType[] values()
for (CorpPaymentCheckNameType c : CorpPaymentCheckNameType.values()) System.out.println(c);
public static CorpPaymentCheckNameType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||