|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CurrencyType | |
|---|---|
| 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 | |
|---|---|
RefundResult |
PayApi.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书) |
double |
CashApi.queryExchageRate(CurrencyType currencyType,
Date date)
查询汇率 |
| Uses of CurrencyType in com.foxinmy.weixin4j.payment |
|---|
| Methods in com.foxinmy.weixin4j.payment with parameters of type CurrencyType | |
|---|---|
RefundResult |
WeixinPayProxy.applyRefund(IdQuery idQuery,
String outRefundNo,
double totalFee,
double refundFee,
CurrencyType refundFeeType,
String opUserId,
String refundDesc,
RefundAccountType refundAccountType)
申请退款(请求需要双向证书) |
double |
WeixinPayProxy.queryExchageRate(CurrencyType currencyType,
Date date)
查询汇率 |
| Uses of CurrencyType in com.foxinmy.weixin4j.payment.mch |
|---|
| Methods in com.foxinmy.weixin4j.payment.mch that return CurrencyType | |
|---|---|
CurrencyType |
CustomsOrder.getFeeType()
|
CurrencyType |
Order.getFormatCashFeeType()
|
CurrencyType |
MerchantTradeResult.getFormatFeeType()
|
CurrencyType |
SettlementRecord.getFormatSettleFeeType()
|
| Methods in com.foxinmy.weixin4j.payment.mch with parameters of type CurrencyType | |
|---|---|
void |
CustomsOrder.setFeeType(CurrencyType feeType)
|
| Constructors in com.foxinmy.weixin4j.payment.mch with parameters of type CurrencyType | |
|---|---|
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)
完整参数 |
|
| Uses of CurrencyType in com.foxinmy.weixin4j.type |
|---|
| Methods in com.foxinmy.weixin4j.type that return CurrencyType | |
|---|---|
static CurrencyType |
CurrencyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CurrencyType[] |
CurrencyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||