public class WxPayDownloadBillRequest extends WxPayBaseRequest
微信支付下载对账单请求参数类 Created by Binary Wang on 2017-01-11.
| 构造器和说明 |
|---|
WxPayDownloadBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
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)
Copyright © 2017. All rights reserved.