Uses of Class
com.foxinmy.weixin4j.pay.type.BankType
-
Packages that use BankType Package Description com.foxinmy.weixin4j.pay.payment.mch com.foxinmy.weixin4j.pay.type -
-
Uses of BankType in com.foxinmy.weixin4j.pay.payment.mch
Methods in com.foxinmy.weixin4j.pay.payment.mch that return BankType Modifier and Type Method Description BankType
Order. getFormatBankType()
-
Uses of BankType in com.foxinmy.weixin4j.pay.type
Methods in com.foxinmy.weixin4j.pay.type that return BankType Modifier and Type Method Description static BankType
BankType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BankType[]
BankType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-