Serialized Form
-
Package com.foxinmy.weixin4j.pay.model
-
Class com.foxinmy.weixin4j.pay.model.WeixinPayAccount extends com.foxinmy.weixin4j.model.WeixinAccount implements Serializable
- serialVersionUID:
- -2791256176906048632L
-
Serialized Fields
-
certificateFile
String certificateFile
商户证书文件(默认加载classpath:ca.p12) -
certificateKey
String certificateKey
加载支付证书文件的密码(默认为商户号) -
deviceInfo
String deviceInfo
微信支付分配的设备号 -
mchId
String mchId
微信支付分配的商户号 -
partnerId
String partnerId
财付通商户身份的标识 -
paySignKey
String paySignKey
公众号支付请求中用于加密的密钥 -
subId
String subId
微信分配的子商户公众账号ID -
subMchId
String subMchId
微信支付分配的子商户号
-
-
-
Package com.foxinmy.weixin4j.pay.payment
-
Class com.foxinmy.weixin4j.pay.payment.JsPayNotify extends PayBaseInfo implements Serializable
- serialVersionUID:
- -4659030958445259803L
-
Serialized Fields
-
isSubscribe
int isSubscribe
是否关注公众号 -
openId
String openId
用户的openid
-
-
Class com.foxinmy.weixin4j.pay.payment.PayBaseInfo extends Object implements Serializable
- serialVersionUID:
- 1843024880782466990L
-
Class com.foxinmy.weixin4j.pay.payment.PayPackage extends MerchantResult implements Serializable
- serialVersionUID:
- 3450161267802545790L
-
Serialized Fields
-
attach
String attach
附加数据,原样返回 非必须 -
body
String body
商品描述 必须 -
createIp
String createIp
订单生成的机器 IP 必须 -
detail
String detail
商品详情 非必须 -
goodsTag
String goodsTag
商品标记,该字段不能随便填,不使用请填空 非必须 -
notifyUrl
String notifyUrl
通知地址接收微信支付成功通知 必须 -
outTradeNo
String outTradeNo
商户系统内部的订单号 ,32 个字符内 、可包含字母 ,确保 在商户系统唯一 必须 -
timeExpire
String timeExpire
订单失效时间,格为 yyyyMMddHHmmss,如 2009 年 12月27日9点10分10秒表示为 20091227091010。时区 为 GMT+8 beijing。该时间取 自商户服务商品标记 非必须 -
timeStart
String timeStart
订单生成时间,格式为 yyyyMMddHHmmss,如 2009 年 12月25日9点10分10秒表示为 20091225091010。时区 为 GMT+8 beijing。该时间取 自商户服务器 非必须 -
totalFee
int totalFee
订单总金额,单位为分,不能带小数点 必须
-
-
Class com.foxinmy.weixin4j.pay.payment.PayRequest extends PayBaseInfo implements Serializable
- serialVersionUID:
- -453746488398523883L
-
-
Package com.foxinmy.weixin4j.pay.payment.coupon
-
Class com.foxinmy.weixin4j.pay.payment.coupon.CouponDetail extends MerchantResult implements Serializable
- serialVersionUID:
- -311265355895457070L
-
Serialized Fields
-
beginTime
String beginTime
生效开始时间:格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
consumerMchAppid
String consumerMchAppid
消耗方商户appid:代金券使用后,消耗方商户appid -
consumerMchId
String consumerMchId
消耗方商户id:代金券使用后,消耗方商户id -
consumerMchName
String consumerMchName
消耗方商户名称:代金券使用后,消耗方商户名称 -
couponDesc
String couponDesc
代金券描述 -
couponId
String couponId
代金券id -
couponMininum
int couponMininum
代金券使用最低限额,单位是分 -
couponName
String couponName
代金券名称 -
couponRemainValue
int couponRemainValue
代金券剩余金额:部分使用情况下,可能会存在券剩余金额 -
couponStatus
int couponStatus
代金券状态:2-已激活,4-已锁定,8-已实扣 -
couponStockId
String couponStockId
代金券批次Id -
couponStockType
int couponStockType
批次类型;1-批量型,2-触发型 -
couponType
int couponType
代金券类型:1-代金券无门槛,2-代金券有门槛互斥,3-代金券有门槛叠加, -
couponUseValue
int couponUseValue
代金券实际使用金额 -
couponValue
int couponValue
代金券面值,单位是分 -
endTime
String endTime
生效结束时间:格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
isPartialUse
int isPartialUse
是否允许部分使用:该代金券是否允许部分使用标识:1-表示支持部分使用 -
sendSource
String sendSource
发放来源:代金券发放来源 -
sendTime
String sendTime
发放时间:格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
tradeNo
String tradeNo
使用单号:代金券使用后,关联的大单收单单号 -
useTime
String useTime
使用时间:格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。
-
-
Class com.foxinmy.weixin4j.pay.payment.coupon.CouponResult extends MerchantResult implements Serializable
- serialVersionUID:
- -1996967923720149124L
-
Serialized Fields
-
couponId
String couponId
代金券id -
couponStockId
String couponStockId
代金券批次id -
failedCount
int failedCount
失败记录数 -
openId
String openId
用户在商户appid下的唯一标识 -
responseCount
int responseCount
返回记录数 -
retCode
String retCode
返回码 SUCCESS或者FAILED -
retMsg
String retMsg
失败描述信息,例如:“用户已达领用上限” -
successCount
int successCount
成功记录数
-
-
Class com.foxinmy.weixin4j.pay.payment.coupon.CouponStock extends MerchantResult implements Serializable
- serialVersionUID:
- -8627202879200080499L
-
Serialized Fields
-
beginTime
String beginTime
生效开始时间 格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
couponBudget
Integer couponBudget
代金券预算额度 -
couponMininumn
Integer couponMininumn
代金券使用最低限额 -
couponName
String couponName
代金券名称 -
couponStockId
String couponStockId
代金券批次ID -
couponStockStatus
int couponStockStatus
批次状态: 1-未激活;2-审批中;4-已激活;8-已作废;16-中止发放; -
couponTotal
int couponTotal
代金券数量 -
couponType
int couponType
代金券类型:1-代金券无门槛,2-代金券有门槛互斥,3-代金券有门槛叠加 -
couponValue
int couponValue
代金券面额 -
createTime
String createTime
创建时间 格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
endTime
String endTime
生效结束时间 格式为yyyyMMddhhmmss,如2009年12月27日9点10分10秒表示为20091227091010。 -
lockedNum
Integer lockedNum
代金券锁定数量 -
maxQuota
Integer maxQuota
代金券每个人最多能领取的数量, 如果为0,则表示没有限制 -
sendNum
Integer sendNum
代金券已经发送的数量 -
usedNum
Integer usedNum
代金券已使用数量
-
-
Class com.foxinmy.weixin4j.pay.payment.coupon.OrderCouponInfo extends Object implements Serializable
- serialVersionUID:
- -8744999305258786901L
-
Serialized Fields
-
couponBatchId
String couponBatchId
代金券或立减优惠批次ID -
couponFee
Integer couponFee
单个代金券或立减优惠支付金额 -
couponId
String couponId
代金券或立减优惠ID -
couponType
String couponType
代金券类型- See Also:
CouponType
-
-
Class com.foxinmy.weixin4j.pay.payment.coupon.RefundCouponInfo extends Object implements Serializable
- serialVersionUID:
- -8744999305258786901L
-
-
Package com.foxinmy.weixin4j.pay.payment.face
-
Class com.foxinmy.weixin4j.pay.payment.face.PayfaceAuthinfo extends MerchantResult implements Serializable
-
Serialized Fields
-
authinfo
String authinfo
SDK调用凭证。用于调用SDK的人脸识别接口。- See Also:
- 人脸支付凭证(getWxpayfaceCode)
-
expiresIn
int expiresIn
authinfo的有效时间, 单位秒。 例如: 3600 在有效时间内, 对于同一台终端设备,相同的参数的前提下(如:相同的公众号、商户号、 门店编号等),可以用同一个authinfo, 多次调用SDK的getWxpayfaceCode接口。- See Also:
- 人脸支付凭证(getWxpayfaceCode)
-
-
-
-
Package com.foxinmy.weixin4j.pay.payment.mch
-
Class com.foxinmy.weixin4j.pay.payment.mch.CorpPayment extends MerchantResult implements Serializable
- serialVersionUID:
- 3734639674346425312L
-
Serialized Fields
-
amount
int amount
付款金额 单位分 -
checkNameType
CorpPaymentCheckNameType checkNameType
校验用户姓名选项- See Also:
CorpPaymentCheckNameType
-
clientIp
String clientIp
调用接口的机器Ip地址 -
desc
String desc
企业付款描述信息 -
openId
String openId
接收红包的用户的openid -
outTradeNo
String outTradeNo
商户订单号 -
userName
String userName
收款用户真实姓名。 如果check_name设置为FORCE_CHECK或OPTION_CHECK,则必填用户真实姓名 可选
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.CorpPaymentRecord extends MerchantResult implements Serializable
- serialVersionUID:
- -1926873539419750498L
-
Serialized Fields
-
checkNameResult
String checkNameResult
实名验证结果 PASS:通过 FAILED:不通过 -
checkNameType
String checkNameType
校验用户姓名选项- See Also:
CorpPaymentCheckNameType
-
desc
String desc
企业付款描述信息 -
failureReason
String failureReason
如果失败则应该有原因 -
openId
String openId
收款用户openid -
outTradeNo
String outTradeNo
商户订单号 -
paymentAmount
int paymentAmount
付款金额(单位为分) -
transactionId
String transactionId
微信订单订单号 -
transactionStatus
String transactionStatus
交易状态 SUCCESS:转账成功 FAILED:转账失败 -
transferName
String transferName
收款用户姓名 -
transferTime
String transferTime
转账时间
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.CorpPaymentResult extends MerchantResult implements Serializable
- serialVersionUID:
- 1110472826089211646L
-
Class com.foxinmy.weixin4j.pay.payment.mch.CustomsOrder extends MerchantResult implements Serializable
- serialVersionUID:
- 799510373861612386L
-
Serialized Fields
-
credentialId
String credentialId
证件号码:身份证号,该参数是指用户信息,商户若有用户信息,可上送,系统将以商户上传的数据为准,进行海关通关报备; -
credentialType
CredentialType credentialType
证件类型:暂只支持身份证,该参数是指用户信息,商户若有用户信息,可上送,系统将以商户上传的数据为准,进行海关通关报备 -
customsCity
CustomsCity customsCity
海关 -
customsNo
String customsNo
商户在海关登记的备案号,customsCity非NO,此参数必填 -
dutyFee
String dutyFee
关税,以分为单位 -
feeType
CurrencyType feeType
货币类型,符合 ISO 4217 标准的三位字母代码,默认人民币:CNY- See Also:
CurrencyType
-
orderFee
String orderFee
子订单金额,以分为单位,不能超过原订单金额,order_fee=transport_fee+product_fee(应付金额=物流费+商品价格), 如有拆单则必传。 -
outTradeNo
String outTradeNo
商户订单号 -
productFee
String productFee
商品费用,以分为单位,如有拆单则必传。 -
subOrderNo
String subOrderNo
商户子订单号,如有拆单则必传 -
transactionId
String transactionId
微信支付订单号 -
transportFee
String transportFee
物流费用,以分为单位,如有拆单则必传。 -
uname
String uname
用户姓名,该参数是指用户信息,商户若有用户信息,可上送,系统将以商户上传的数据为准,进行海关通关报备;
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.CustomsOrderRecord extends MerchantResult implements Serializable
- serialVersionUID:
- -1675090110657154049L
-
Serialized Fields
-
customsOrderList
List<CustomsOrderResult> customsOrderList
报关详情- See Also:
CustomsOrderResult
-
orderCount
int orderCount
笔数 -
transactionId
String transactionId
微信支付订单号
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.CustomsOrderResult extends MerchantResult implements Serializable
- serialVersionUID:
- 799510373861612386L
-
Class com.foxinmy.weixin4j.pay.payment.mch.MchPayPackage extends PayPackage implements Serializable
- serialVersionUID:
- 8944928173669656177L
-
Serialized Fields
-
authCode
String authCode
扫码支付授权码 ,设备读取用户微信中的条码或者二维码信息 -
deposit
String deposit
是否押金人脸支付,Y-是,N-普通人脸支付 -
feeType
String feeType
符合ISO 4217标准的三位字母代码,默认人民币:CNY 非必须 -
limitPay
String limitPay
指定支付方式:no_credit--指定不能使用信用卡支付 -
openId
String openId
用户在商户 appid 下的唯一 标识, trade_type 为 JSAPI 时,此参数必传 -
productId
String productId
只在 trade_type 为 NATIVE 且【模式一】 时需要填写 非必须 -
profitSharing
String profitSharing
是否需要分帐,非必传,默认为不分帐 Y-是,需要分账,N-否,不分账 -
receipt
String receipt
电子发票入口开放标识 -
sceneInfo
String sceneInfo
场景信息 -
subOpenId
String subOpenId
服务商下的用户子标识 非必须 -
tradeType
String tradeType
交易类型JSAPI、NATIVE、APP 必须
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.MerchantResult extends com.foxinmy.weixin4j.http.weixin.XmlResult implements Serializable
- serialVersionUID:
- -8430005768959715444L
-
Serialized Fields
-
appId
String appId
微信分配的公众账号 ID商户号 非空 -
deviceInfo
String deviceInfo
微信支付分配的终端设备号 可能为空 -
mchId
String mchId
微信支付分配的商户号 非空 -
nonceStr
String nonceStr
随机字符串 非空 -
recall
String recall
是否需要继续调用接口 Y- 需要,N-不需要 -
sign
String sign
签名 调用者无需关心 -
signType
String signType
签名类型 默认MD5 -
subAppId
String subAppId
微信分配的子商户公众账号ID 非必须 -
subMchId
String subMchId
微信支付分配的子商户号 非必须
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.MerchantTradeResult extends MerchantResult implements Serializable
- serialVersionUID:
- 4205906286092873877L
-
Serialized Fields
-
cashFee
Integer cashFee
现金支付金额 -
feeType
String feeType
货币类型,符合 ISO 4217 标准的三位字母代码,默认人民币:CNY- See Also:
CurrencyType
-
outTradeNo
String outTradeNo
商户订单号 -
settlementTotalFee
Integer settlementTotalFee
应结订单金额,单位为分:应结订单金额=订单金额-非充值代金券金额,应结订单金额<=订单金额。 -
totalFee
Integer totalFee
订单总金额,单位为分 -
transactionId
String transactionId
微信支付订单号
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.MICROPayRequest extends Order implements Serializable
- serialVersionUID:
- 6147576305404111278L
-
Serialized Fields
-
paymentAccount
WeixinPayAccount paymentAccount
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.NativePayNotify extends OpenIdResult implements Serializable
- serialVersionUID:
- 4515471400239795492L
-
Class com.foxinmy.weixin4j.pay.payment.mch.NativePayResponse extends MerchantResult implements Serializable
- serialVersionUID:
- 6119895998783333012L
-
Serialized Fields
-
prepayId
String prepayId
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.OpenIdResult extends MerchantResult implements Serializable
- serialVersionUID:
- 902743989722741814L
-
Class com.foxinmy.weixin4j.pay.payment.mch.Order extends MerchantTradeResult implements Serializable
- serialVersionUID:
- 5636828325595317079L
-
Serialized Fields
-
attach
String attach
商家数据包 -
bankType
String bankType
银行类型 -
cashFeeType
String cashFeeType
现金支付货币类型,符合 ISO 4217 标准的三位字母代码,默认人民币:CNY- See Also:
CurrencyType
-
couponCount
Integer couponCount
代金券或立减优惠使用数量 -
couponFee
Integer couponFee
代金券金额:“代金券”金额<=订单金额,订单金额-“代金券”金额=现金支付金额 -
couponList
List<OrderCouponInfo> couponList
代金券信息 验证签名有点麻烦 -
isSubscribe
String isSubscribe
用户是否关注公众账号,Y- 关注,N-未关注,仅在公众 账号类型支付有效 -
openId
String openId
用户的openid -
subIsSubscribe
String subIsSubscribe
是否关注子公众账号,Y- 关注,N-未关注,仅在公众 账号类型支付有效 -
subOpenId
String subOpenId
用户在子商户下的openid -
timeEnd
String timeEnd
支付完成时间,格式为 yyyyMMddhhmmss -
tradeState
String tradeState
交易状态- See Also:
TradeState
-
tradeStateDesc
String tradeStateDesc
交易状态描述 -
tradeType
String tradeType
交易类型- See Also:
TradeType
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.PrePay extends MerchantResult implements Serializable
- serialVersionUID:
- -8430005768959715444L
-
Class com.foxinmy.weixin4j.pay.payment.mch.Redpacket extends MerchantResult implements Serializable
- serialVersionUID:
- -7021352305575714281L
-
Serialized Fields
-
actName
String actName
活动名称 -
amtType
String amtType
红包金额设置方式(裂变红包) ALL_RAND—全部随机,商户指定总金额和红包发放总人数,由微信支付随机计算出各红包金额 -
clientIp
String clientIp
ip地址 -
consumeMchId
String consumeMchId
扣钱方mchid,常规模式下无效,服务商模式下选填,服务商模式下不填默认扣子商户的钱.非必须 -
msgAppId
String msgAppId
服务商模式下触达用户时的appid(可填服务商自己的appid或子商户的appid),服务商模式下必填, 服务商模式下填入的子商户appid必须在微信支付商户平台中先录入,否则会校验不过。 非必须 -
openId
String openId
接受收红包的用户的openid 必填 -
outTradeNo
String outTradeNo
商户订单号(每个订单号必须唯一) 组成: mch_id+yyyymmdd+10位一天内不能重复的数字。 -
remark
String remark
备注 -
risk
String risk
活动信息 -
sceneType
RedpacketSceneType sceneType
发放红包使用场景,红包金额大于200时必传 -
sendName
String sendName
红包发送者名称 必填 -
totalAmount
int totalAmount
付款金额,单位分 -
totalNum
int totalNum
红包发放总人数 -
wishing
String wishing
红包祝福语
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.RedpacketRecord extends com.foxinmy.weixin4j.http.weixin.XmlResult implements Serializable
- serialVersionUID:
- 929959747323918458L
-
Serialized Fields
-
actName
String actName
活动名称 -
hbType
String hbType
红包类型 -
mchId
String mchId
微信支付分配的商户号 -
outTradeNo
String outTradeNo
商户订单号(每个订单号必须唯一) 组成: mch_id+yyyymmdd+10位一天内不能重复的数字。 -
reason
String reason
发送失败原因 -
receivers
List<RedpacketRecord.RedpacketReceiver> receivers
裂变红包领取列表 -
refundAmount
Integer refundAmount
红包退款金额 -
refundTime
String refundTime
红包退款时间 -
remark
String remark
活动描述 -
repacketId
String repacketId
红包单号 -
sendTime
String sendTime
发放时间 -
sendType
String sendType
发放类型 -
status
String status
红包状态 -
totalAmount
int totalAmount
红包总金额(单位分) -
totalNum
int totalNum
红包个数 -
wishing
String wishing
祝福语
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.RedpacketRecord.RedpacketReceiver extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
amount
int amount
领取金额 -
openId
String openId
领取红包的Openid -
receiveTime
String receiveTime
领取时间 -
status
RedpacketStatus status
领取状态
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.RedpacketSendResult extends MerchantResult implements Serializable
- serialVersionUID:
- 5611847899634131711L
-
Class com.foxinmy.weixin4j.pay.payment.mch.RefundDetail extends Object implements Serializable
- serialVersionUID:
- 1402738803019986864L
-
Serialized Fields
-
couponList
List<RefundCouponInfo> couponList
退款代金券信息- See Also:
RefundCouponInfo
-
couponRefundCount
Integer couponRefundCount
代金券或立减优惠使用数量 -
couponRefundFee
Integer couponRefundFee
代金券退款金额:代金券退款金额<=退款金额,退款金额-代金券或立减优惠退款金额为现金, -
couponType
String couponType
代金券类型- See Also:
CouponType
-
outRefundNo
String outRefundNo
商户退款单号 -
refundChannel
String refundChannel
退款渠道:ORIGINAL—原路退款,默认 BALANCE—退回到余额 -
refundFee
int refundFee
退款总金额,单位为分,可以做部分退款 -
refundId
String refundId
微信退款单号 -
refundRecvAccout
String refundRecvAccout
退款入账账户:取当前退款单的退款入账方 1)退回银行卡: {银行名称}{卡类型}{卡尾号} 2)退回支付用户零钱: 支付用户零钱 -
refundStatus
String refundStatus
退款状态 -
refundSuccessTime
String refundSuccessTime
退款成功时间,当退款状态为退款成功时有返回 -
settlementRefundFee
Integer settlementRefundFee
退款金额:退款金额=申请退款金额-非充值代金券退款金额,退款金额<=申请退款金额
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.RefundRecord extends MerchantTradeResult implements Serializable
- serialVersionUID:
- -2971132874939642721L
-
Serialized Fields
-
refundCount
int refundCount
退款笔数 -
refundFee
int refundFee
退款总金额,单位为分,可以做部分退款 -
refundList
List<RefundDetail> refundList
退款详情- See Also:
RefundDetail
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.RefundResult extends MerchantTradeResult implements Serializable
- serialVersionUID:
- -3687863914168618620L
-
Serialized Fields
-
cashRefundFee
Integer cashRefundFee
现金退款金额 -
outRefundNo
String outRefundNo
商户退款单号 -
refundChannel
String refundChannel
退款渠道:ORIGINAL—原路退款,默认 BALANCE—退回到余额 -
refundFee
int refundFee
退款总金额,单位为分,可以做部分退款 -
refundId
String refundId
微信退款单号 -
refundList
List<RefundDetail> refundList
退款详情- See Also:
RefundDetail
-
-
Class com.foxinmy.weixin4j.pay.payment.mch.SettlementRecord extends MerchantResult implements Serializable
- serialVersionUID:
- 7952659545609519979L
-
Serialized Fields
-
batchNo
String batchNo
付款批次号 -
endDate
String endDate
交易结束日期 -
payFee
int payFee
支付金额:外币标价,外币最小单位 -
payNetFee
int payNetFee
支付净额:外币标价,外币最小单位 -
poundageFee
int poundageFee
手续费金额:外币标价,外币最小单位 -
refundFee
int refundFee
退款金额:外币标价,外币最小单位 -
settleDate
String settleDate
结算日期 -
settleFee
int settleFee
划账金额:外币标价,外币最小单位 -
settleFeeType
String settleFeeType
结算币种 -
startDate
String startDate
交易开始日期 -
unSettleFee
int unSettleFee
未划账金额:外币标价,外币最小单位
-
-
-
Package com.foxinmy.weixin4j.pay.profitsharing
-
Class com.foxinmy.weixin4j.pay.profitsharing.ProfitSharingRequest extends MerchantResult implements Serializable
-
Class com.foxinmy.weixin4j.pay.profitsharing.ProfitSharingResult extends MerchantResult implements Serializable
-
Serialized Fields
-
amount
Integer amount
分账金额(分帐查询) 分账完结的分账金额,单位为分, 仅当查询分账完结的执行结果时,存在本字段 -
closeReason
String closeReason
关单原因(分帐查询),非必传,默认值:NO_AUTH----分账授权已解除 -
description
String description
分帐描述(分帐查询) 分账完结的原因描述,仅当查询分账完结的执行结果时,存在本字段 -
orderId
String orderId
微信分帐单号 -
outOrderNo
String outOrderNo
商户订单号 -
receivers
String receivers
分账接收方列表(分帐查询) -
status
String status
分账单状态(分帐查询) ACCEPTED—受理成功 PROCESSING—处理中 FINISHED—处理完成 CLOSED—处理失败,已关单 -
transactionId
String transactionId
微信支付订单号
-
-
-
Class com.foxinmy.weixin4j.pay.profitsharing.ProfitSharingReturnRequest extends MerchantResult implements Serializable
-
Serialized Fields
-
description
String description
回退描述 -
orderId
String orderId
微信分帐单号 原发起分账请求时,微信返回的微信分账单号,与商户分账单号一一对应。微信分账单号与商户分账单号二选一填写 -
outOrderNo
String outOrderNo
商户订单号 原发起分账请求时使用的商户系统内部的分账单号。微信分账单号与商户分账单号二选一填写 -
outReturnNo
String outReturnNo
商户回退单号 -
returnAccount
String returnAccount
回退方账号 当回退方类型为商户ID时,填写商户ID -
returnAccountType
ReturnAccountType returnAccountType
回退方类型 -
returnAmount
int returnAmount
回退金额 -
signType
String signType
只支持HMAC-SHA256
-
-
-
Class com.foxinmy.weixin4j.pay.profitsharing.ProfitSharingReturnResult extends MerchantResult implements Serializable
-
Serialized Fields
-
description
String description
回退描述 -
failReason
String failReason
失败原因 -
finishTime
String finishTime
完成时间 -
orderId
String orderId
微信分账单号 -
outOrderNo
String outOrderNo
商户分账单号 -
outReturnNo
String outReturnNo
商户回退单号 -
result
String result
回退结果 -
returnAccount
String returnAccount
回退方账号 -
returnAccountType
ReturnAccountType returnAccountType
回退方类型 -
returnAmount
Integer returnAmount
回退金额 -
returnNo
String returnNo
微信回退单号
-
-
-
Class com.foxinmy.weixin4j.pay.profitsharing.ReceiverRequest extends MerchantResult implements Serializable
-
Class com.foxinmy.weixin4j.pay.profitsharing.ReceiverResult extends MerchantResult implements Serializable
-
Serialized Fields
-
receiver
String receiver
分账接收方对象,json格式字符串
-
-
-
-
Package com.foxinmy.weixin4j.pay.type
-
Class com.foxinmy.weixin4j.pay.type.IdQuery extends Object implements Serializable
- serialVersionUID:
- -5273675987521807370L
-