Uses of Class
com.foxinmy.weixin4j.type.mch.BillType

Packages that use BillType
com.foxinmy.weixin4j.api   
com.foxinmy.weixin4j.payment   
com.foxinmy.weixin4j.type.mch   
 

Uses of BillType in com.foxinmy.weixin4j.api
 

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

Uses of BillType in com.foxinmy.weixin4j.payment
 

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

Uses of BillType in com.foxinmy.weixin4j.type.mch
 

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



Copyright © 2014–2017. All rights reserved.