public class WxPayDownloadBillRequest extends WxPayBaseRequest
微信支付下载对账单请求参数类 Created by Binary Wang on 2017-01-11.
| 构造器和说明 |
|---|
WxPayDownloadBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkConstraints()
检查约束情况
|
String |
getBillDate() |
String |
getBillType() |
String |
getDeviceInfo() |
String |
getSignType() |
String |
getTarType() |
void |
setBillDate(String billDate) |
void |
setBillType(String billType) |
void |
setDeviceInfo(String deviceInfo) |
void |
setSignType(String signType) |
void |
setTarType(String tarType) |
checkAndSign, checkFields, getAppid, getMchId, getNonceStr, getSign, getSubAppId, getSubMchId, setAppid, setMchId, setNonceStr, setSign, setSubAppId, setSubMchId, toString, toXML, yuanToFeepublic String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
public String getSignType()
public void setSignType(String signType)
public String getBillType()
public void setBillType(String billType)
public String getBillDate()
public void setBillDate(String billDate)
public String getTarType()
public void setTarType(String tarType)
protected void checkConstraints()
WxPayBaseRequestcheckConstraints 在类中 WxPayBaseRequestCopyright © 2017. All rights reserved.