public class WechatTradeNotify extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
appid |
protected String |
attach |
protected String |
bank_type |
protected String |
cash_fee |
protected String |
cash_fee_type |
protected String |
coupon_count |
protected String |
coupon_fee |
protected String |
coupon_fee_$n |
protected String |
coupon_id_$n |
protected String |
coupon_type_$n |
protected String |
device_info |
protected String |
err_code |
protected String |
err_code_des |
protected String |
fee_type |
protected String |
is_subscribe |
protected String |
mch_id |
protected String |
nonce_str |
protected String |
openid |
protected String |
out_trade_no |
protected String |
result_code |
protected String |
return_code |
protected String |
return_msg |
protected String |
settlement_total_fee |
protected String |
sign |
protected String |
sign_type |
protected String |
time_end |
protected String |
total_fee |
protected String |
trade_type |
protected String |
transaction_id |
| 构造器和说明 |
|---|
WechatTradeNotify() |
protected String return_code
protected String return_msg
protected String appid
protected String mch_id
protected String device_info
protected String nonce_str
protected String sign
protected String sign_type
protected String result_code
protected String err_code
protected String err_code_des
protected String openid
protected String is_subscribe
protected String trade_type
protected String bank_type
protected String total_fee
protected String settlement_total_fee
protected String fee_type
protected String cash_fee
protected String cash_fee_type
protected String coupon_fee
protected String coupon_count
protected String coupon_type_$n
protected String coupon_id_$n
protected String coupon_fee_$n
protected String transaction_id
protected String out_trade_no
protected String attach
protected String time_end
public String getReturn_code()
public void setReturn_code(String return_code)
public String getReturn_msg()
public void setReturn_msg(String return_msg)
public String getAppid()
public void setAppid(String appid)
public String getMch_id()
public void setMch_id(String mch_id)
public String getDevice_info()
public void setDevice_info(String device_info)
public String getNonce_str()
public void setNonce_str(String nonce_str)
public String getSign()
public void setSign(String sign)
public String getSign_type()
public void setSign_type(String sign_type)
public String getResult_code()
public void setResult_code(String result_code)
public String getErr_code()
public void setErr_code(String err_code)
public String getErr_code_des()
public void setErr_code_des(String err_code_des)
public String getOpenid()
public void setOpenid(String openid)
public String getIs_subscribe()
public void setIs_subscribe(String is_subscribe)
public String getTrade_type()
public void setTrade_type(String trade_type)
public String getBank_type()
public void setBank_type(String bank_type)
public String getTotal_fee()
public void setTotal_fee(String total_fee)
public String getSettlement_total_fee()
public void setSettlement_total_fee(String settlement_total_fee)
public String getFee_type()
public void setFee_type(String fee_type)
public String getCash_fee()
public void setCash_fee(String cash_fee)
public String getCash_fee_type()
public void setCash_fee_type(String cash_fee_type)
public String getCoupon_fee()
public void setCoupon_fee(String coupon_fee)
public String getCoupon_count()
public void setCoupon_count(String coupon_count)
public String getCoupon_type_$n()
public void setCoupon_type_$n(String coupon_type_$n)
public String getCoupon_id_$n()
public void setCoupon_id_$n(String coupon_id_$n)
public String getCoupon_fee_$n()
public void setCoupon_fee_$n(String coupon_fee_$n)
public String getTransaction_id()
public void setTransaction_id(String transaction_id)
public String getOut_trade_no()
public void setOut_trade_no(String out_trade_no)
public String getAttach()
public void setAttach(String attach)
public String getTime_end()
public void setTime_end(String time_end)
Copyright © 2022. All rights reserved.