public class UnifiedOrderRequest extends Object
| 构造器和说明 |
|---|
UnifiedOrderRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttach() |
String |
getBillCreatedIp() |
String |
getBody() |
String |
getDetail() |
String |
getDeviceInfo() |
String |
getFeeType() |
String |
getGoodsTag() |
String |
getLimitPay() |
String |
getNotifyUrl() |
String |
getOpenId() |
String |
getProductId() |
String |
getTimeExpire() |
String |
getTimeStart() |
int |
getTotalFee() |
String |
getTradeNumber() |
String |
getTradeType() |
void |
setAttach(String attach) |
void |
setBillCreatedIp(String billCreatedIp) |
void |
setBody(String body) |
void |
setDetail(String detail) |
void |
setDeviceInfo(String deviceInfo) |
void |
setFeeType(String feeType) |
void |
setGoodsTag(String goodsTag) |
void |
setLimitPay(String limitPay) |
void |
setNotifyUrl(String notifyUrl) |
void |
setOpenId(String openId) |
void |
setProductId(String productId) |
void |
setTimeExpire(String timeExpire) |
void |
setTimeStart(String timeStart) |
void |
setTotalFee(int totalFee) |
void |
setTradeNumber(String tradeNumber) |
void |
setTradeType(String tradeType) |
public String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
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 getTradeNumber()
public void setTradeNumber(String tradeNumber)
public String getFeeType()
public void setFeeType(String feeType)
public int getTotalFee()
public void setTotalFee(int totalFee)
public String getBillCreatedIp()
public void setBillCreatedIp(String billCreatedIp)
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 getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public String getTradeType()
public void setTradeType(String tradeType)
public String getProductId()
public void setProductId(String productId)
public String getLimitPay()
public void setLimitPay(String limitPay)
public String getOpenId()
public void setOpenId(String openId)
Copyright © 2017. All rights reserved.