Uses of Class
com.foxinmy.weixin4j.pay.type.CredentialType
- 
Packages that use CredentialType Package Description com.foxinmy.weixin4j.pay.payment.mch com.foxinmy.weixin4j.pay.type 
- 
- 
Uses of CredentialType in com.foxinmy.weixin4j.pay.payment.mchMethods in com.foxinmy.weixin4j.pay.payment.mch that return CredentialType Modifier and Type Method Description CredentialTypeCustomsOrder. getCredentialType()Methods in com.foxinmy.weixin4j.pay.payment.mch with parameters of type CredentialType Modifier and Type Method Description voidCustomsOrder. setCredentialType(CredentialType credentialType)
- 
Uses of CredentialType in com.foxinmy.weixin4j.pay.typeMethods in com.foxinmy.weixin4j.pay.type that return CredentialType Modifier and Type Method Description static CredentialTypeCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialType[]CredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-