public class WxPayMicropayRequest extends WxPayBaseRequest
提交刷卡支付请求对象类 Created by Binary Wang on 2017-3-23.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxPayMicropayRequest.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkConstraints()
检查约束情况
|
String |
getAttach() |
String |
getAuthCode() |
String |
getBody() |
String |
getDetail() |
String |
getFeeType() |
String |
getGoodsTag() |
String |
getLimitPay() |
String |
getOutTradeNo() |
String |
getSignType() |
String |
getSpbillCreateIp() |
Integer |
getTotalFee() |
static WxPayMicropayRequest.Builder |
newBuilder() |
void |
setAttach(String attach) |
void |
setAuthCode(String authCode) |
void |
setBody(String body) |
void |
setDetail(String detail) |
void |
setFeeType(String feeType) |
void |
setGoodsTag(String goodsTag) |
void |
setLimitPay(String limitPay) |
void |
setOutTradeNo(String outTradeNo) |
void |
setSignType(String signType) |
void |
setSpbillCreateIp(String spbillCreateIp) |
void |
setTotalFee(Integer totalFee) |
checkAndSign, checkFields, getAppid, getMchId, getNonceStr, getSign, getSubAppId, getSubMchId, setAppid, setMchId, setNonceStr, setSign, setSubAppId, setSubMchId, toString, toXML, yuanToFeepublic static WxPayMicropayRequest.Builder newBuilder()
public String getSignType()
public void setSignType(String signType)
public String getBody()
public void setBody(String body)
public String getDetail()
public void setDetail(String detail)
public String getAttach()
public void setAttach(String attach)
public String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
public Integer getTotalFee()
public void setTotalFee(Integer totalFee)
public String getFeeType()
public void setFeeType(String feeType)
public String getSpbillCreateIp()
public void setSpbillCreateIp(String spbillCreateIp)
public String getGoodsTag()
public void setGoodsTag(String goodsTag)
public String getLimitPay()
public void setLimitPay(String limitPay)
public String getAuthCode()
public void setAuthCode(String authCode)
protected void checkConstraints()
WxPayBaseRequestcheckConstraints 在类中 WxPayBaseRequestCopyright © 2017. All rights reserved.