Uses of Class
com.foxinmy.weixin4j.type.TarType

Packages that use TarType
com.foxinmy.weixin4j.api   
com.foxinmy.weixin4j.payment   
com.foxinmy.weixin4j.type   
 

Uses of TarType in com.foxinmy.weixin4j.api
 

Methods in com.foxinmy.weixin4j.api with parameters of type TarType
 void PayApi.downloadBill(Date billDate, BillType billType, OutputStream outputStream, TarType tarType)
          下载对账单
1.微信侧未成功下单的交易不会出现在对账单中。支付成功后撤销的交易会出现在对账 单中,跟原支付单订单号一致,bill_type 为 REVOKED;
2.微信在次日 9 点启动生成前一天的对账单,建议商户 9 点半后再获取;
3.对账单中涉及金额的字段单位为“元”。
 

Uses of TarType in com.foxinmy.weixin4j.payment
 

Methods in com.foxinmy.weixin4j.payment with parameters of type TarType
 void WeixinPayProxy.downloadBill(Date billDate, BillType billType, OutputStream outputStream, TarType tarType)
          下载对账单
1.微信侧未成功下单的交易不会出现在对账单中。支付成功后撤销的交易会出现在对账 单中,跟原支付单订单号一致,bill_type 为 REVOKED;
2.微信在次日 9 点启动生成前一天的对账单,建议商户 9 点半后再获取;
3.对账单中涉及金额的字段单位为“元”。
 

Uses of TarType in com.foxinmy.weixin4j.type
 

Methods in com.foxinmy.weixin4j.type that return TarType
static TarType TarType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TarType[] TarType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014–2017. All rights reserved.