类 RefundModel
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
-
- cn.crushes.cloud.core.pay.wechat.v2.model.RefundModel
-
public class RefundModel extends BaseModel
- 作者:
- youta
-
-
字段概要
字段 修饰符和类型 字段 说明 private Stringappidprivate StringmchIdprivate StringnotifyUrlprivate StringoutRefundNoprivate StringoutTradeNoprivate StringrefundAccountprivate StringrefundDescprivate IntegerrefundFeeprivate StringrefundFeeTypeprivate StringsignTypeprivate IntegertotalFeeprivate StringtransactionId-
从类继承的字段 cn.crushes.cloud.core.pay.wechat.v2.model.BaseModel
HMAC_SHA256
-
-
构造器概要
构造器 构造器 说明 RefundModel()
-
-
-
字段详细资料
-
appid
private String appid
-
mchId
private String mchId
-
signType
private String signType
-
transactionId
private String transactionId
-
outTradeNo
private String outTradeNo
-
outRefundNo
private String outRefundNo
-
totalFee
private Integer totalFee
-
refundFee
private Integer refundFee
-
refundFeeType
private String refundFeeType
-
refundDesc
private String refundDesc
-
refundAccount
private String refundAccount
-
notifyUrl
private String notifyUrl
-
-