@Deprecated public class WxMpPrepayIdResult extends Object implements Serializable
在发起微信支付前,需要调用统一下单接口,获取"预支付交易会话标识"返回的结果 统一下单(详见http://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=9_1)
| 构造器和说明 |
|---|
WxMpPrepayIdResult()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
已过时。
|
String |
getCode_url()
已过时。
|
String |
getErr_code_des()
已过时。
|
String |
getErr_code()
已过时。
|
String |
getMch_id()
已过时。
|
String |
getNonce_str()
已过时。
|
String |
getPrepay_id()
已过时。
|
String |
getResult_code()
已过时。
|
String |
getReturn_code()
已过时。
|
String |
getReturn_msg()
已过时。
|
String |
getSign()
已过时。
|
String |
getTrade_type()
已过时。
|
void |
setAppid(String appid)
已过时。
|
void |
setCode_url(String code_url)
已过时。
|
void |
setErr_code_des(String err_code_des)
已过时。
|
void |
setErr_code(String err_code)
已过时。
|
void |
setMch_id(String mch_id)
已过时。
|
void |
setNonce_str(String nonce_str)
已过时。
|
void |
setPrepay_id(String prepay_id)
已过时。
|
void |
setResult_code(String result_code)
已过时。
|
void |
setReturn_code(String return_code)
已过时。
|
void |
setReturn_msg(String return_msg)
已过时。
|
void |
setSign(String sign)
已过时。
|
void |
setTrade_type(String trade_type)
已过时。
|
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 getNonce_str()
public void setNonce_str(String nonce_str)
public String getSign()
public void setSign(String sign)
public String getResult_code()
public void setResult_code(String result_code)
public String getPrepay_id()
public void setPrepay_id(String prepay_id)
public String getTrade_type()
public void setTrade_type(String trade_type)
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 getCode_url()
public void setCode_url(String code_url)
Copyright © 2016. All rights reserved.