Uses of Class
com.foxinmy.weixin4j.type.mch.BillType
-
Packages that use BillType Package Description com.foxinmy.weixin4j.api com.foxinmy.weixin4j.mp.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 Modifier and Type Method Description void
PayApi. downloadBill(Date billDate, BillType billType, OutputStream outputStream, TarType tarType)
Deprecated.下载对账单
1.微信侧未成功下单的交易不会出现在对账单中。支付成功后撤销的交易会出现在对账 单中,跟原支付单订单号一致,bill_type 为 REVOKED;
2.微信在次日 9 点启动生成前一天的对账单,建议商户 9 点半后再获取;
3.对账单中涉及金额的字段单位为“元”。 -
Uses of BillType in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type BillType Modifier and Type Method Description File
PayOldApi. downloadBill(Date billDate, BillType billType, String billPath)
下载对账单
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 Modifier and Type Method Description void
WeixinPayProxy. downloadBill(Date billDate, BillType billType, OutputStream outputStream, TarType tarType)
Deprecated.下载对账单
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 Modifier and Type Method Description static BillType
BillType. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static BillType[]
BillType. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-