public class WechatRefundInput extends Object
| 构造器和说明 |
|---|
WechatRefundInput()
Instantiates a new Wechat refund input.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getOut_refund_no()
Gets out refund no.
|
String |
getOut_trade_no()
Gets out trade no.
|
String |
getRefund_account()
Gets refund account.
|
String |
getRefund_desc()
Gets refund desc.
|
String |
getRefund_fee_type()
Gets refund fee type.
|
String |
getRefund_fee()
Gets refund fee.
|
String |
getSign()
Gets sign.
|
String |
getSub_appid()
Gets sub appid.
|
String |
getSub_mch_id()
Gets sub mch id.
|
String |
getTotal_fee()
Gets total fee.
|
String |
getTransaction_id()
Gets transaction id.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setOut_refund_no(String out_refund_no)
Sets out refund no.
|
void |
setOut_trade_no(String out_trade_no)
Sets out trade no.
|
void |
setRefund_account(String refund_account)
Sets refund account.
|
void |
setRefund_desc(String refund_desc)
Sets refund desc.
|
void |
setRefund_fee_type(String refund_fee_type)
Sets refund fee type.
|
void |
setRefund_fee(String refund_fee)
Sets refund fee.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSub_appid(String sub_appid)
Sets sub appid.
|
void |
setSub_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setTotal_fee(String total_fee)
Sets total fee.
|
void |
setTransaction_id(String transaction_id)
Sets transaction id.
|
String |
toString() |
public String getSub_appid()
public void setSub_appid(String sub_appid)
sub_appid - the sub appidpublic String getSub_mch_id()
public void setSub_mch_id(String sub_mch_id)
sub_mch_id - the sub mch idpublic String getAppid()
public String getMch_id()
public String getNonce_str()
public String getSign()
public String getOut_refund_no()
public String getTotal_fee()
public String getRefund_fee()
public String getTransaction_id()
public String getOut_trade_no()
public String getRefund_fee_type()
public void setAppid(String appid)
appid - the appidpublic void setMch_id(String mch_id)
mch_id - the mch idpublic void setNonce_str(String nonce_str)
nonce_str - the nonce strpublic void setSign(String sign)
sign - the signpublic void setOut_refund_no(String out_refund_no)
out_refund_no - the out refund nopublic void setTotal_fee(String total_fee)
total_fee - the total feepublic void setRefund_fee(String refund_fee)
refund_fee - the refund feepublic void setTransaction_id(String transaction_id)
transaction_id - the transaction idpublic void setOut_trade_no(String out_trade_no)
out_trade_no - the out trade nopublic void setRefund_fee_type(String refund_fee_type)
refund_fee_type - the refund fee typepublic String getRefund_desc()
public void setRefund_desc(String refund_desc)
refund_desc - the refund descpublic String getRefund_account()
public void setRefund_account(String refund_account)
refund_account - the refund accountCopyright © 2017. All rights reserved.