Uses of Class
com.foxinmy.weixin4j.type.CurrencyType
-
Packages that use CurrencyType Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.payment com.foxinmy.weixin4j.payment.mch com.foxinmy.weixin4j.type -
-
Uses of CurrencyType in com.foxinmy.weixin4j.api
Methods in com.foxinmy.weixin4j.api with parameters of type CurrencyType Modifier and Type Method Description RefundResult
PayApi. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款(请求需要双向证书)double
CashApi. queryExchageRate(CurrencyType currencyType, Date date)
Deprecated.查询汇率 -
Uses of CurrencyType in com.foxinmy.weixin4j.payment
Methods in com.foxinmy.weixin4j.payment with parameters of type CurrencyType Modifier and Type Method Description RefundResult
WeixinPayProxy. applyRefund(IdQuery idQuery, String outRefundNo, double totalFee, double refundFee, CurrencyType refundFeeType, String opUserId, String refundDesc, RefundAccountType refundAccountType)
Deprecated.申请退款double
WeixinPayProxy. queryExchageRate(CurrencyType currencyType, Date date)
Deprecated.查询汇率 -
Uses of CurrencyType in com.foxinmy.weixin4j.payment.mch
Methods in com.foxinmy.weixin4j.payment.mch that return CurrencyType Modifier and Type Method Description CurrencyType
CustomsOrder. getFeeType()
Deprecated.CurrencyType
Order. getFormatCashFeeType()
Deprecated.CurrencyType
MerchantTradeResult. getFormatFeeType()
Deprecated.CurrencyType
SettlementRecord. getFormatSettleFeeType()
Deprecated.Methods in com.foxinmy.weixin4j.payment.mch with parameters of type CurrencyType Modifier and Type Method Description void
CustomsOrder. setFeeType(CurrencyType feeType)
Deprecated.Constructors in com.foxinmy.weixin4j.payment.mch with parameters of type CurrencyType Constructor Description MchPayPackage(String body, String detial, String outTradeNo, double totalFee, CurrencyType feeType, String notifyUrl, String createIp, TradeType tradeType, String openId, String authCode, String productId, String attach, Date timeStart, Date timeExpire, String goodsTag, String limitPay, String subOpenId)
Deprecated.完整参数 -
Uses of CurrencyType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return CurrencyType Modifier and Type Method Description static CurrencyType
CurrencyType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static CurrencyType[]
CurrencyType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-