public class PayRequest extends Object implements Serializable
| Constructor and Description |
|---|
PayRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttach() |
String |
getBody() |
String |
getClientIp() |
String |
getDetail() |
String |
getDeviceInfo() |
FeeType |
getFeeType() |
String |
getGoodsTag() |
String |
getLimitPay() |
String |
getNotifyUrl() |
String |
getOutTradeNo() |
String |
getTimeExpire() |
String |
getTimeStart() |
Integer |
getTotalFee() |
void |
setAttach(String attach) |
void |
setBody(String body) |
void |
setClientIp(String clientIp) |
void |
setDetail(String detail) |
void |
setDeviceInfo(String deviceInfo) |
void |
setFeeType(FeeType feeType) |
void |
setGoodsTag(String goodsTag) |
void |
setLimitPay(String limitPay) |
void |
setNotifyUrl(String notifyUrl) |
void |
setOutTradeNo(String outTradeNo) |
void |
setTimeExpire(String timeExpire) |
void |
setTimeStart(String timeStart) |
void |
setTotalFee(Integer totalFee) |
String |
toString() |
public String getBody()
public void setBody(String body)
public String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
public Integer getTotalFee()
public void setTotalFee(Integer totalFee)
public String getClientIp()
public void setClientIp(String clientIp)
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
public String getAttach()
public void setAttach(String attach)
public String getDetail()
public void setDetail(String detail)
public FeeType getFeeType()
public void setFeeType(FeeType feeType)
public String getTimeStart()
public void setTimeStart(String timeStart)
public String getTimeExpire()
public void setTimeExpire(String timeExpire)
public String getGoodsTag()
public void setGoodsTag(String goodsTag)
public String getLimitPay()
public void setLimitPay(String limitPay)
Copyright © 2018. All rights reserved.