public class AlipayQrcodeRequest extends Object implements Serializable
| 构造器和说明 |
|---|
AlipayQrcodeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody()
Gets body.
|
List<GoodsDetail> |
getGoodsDetailList()
Gets goods detail list.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getSellerId()
Gets seller id.
|
String |
getStoreId()
Gets store id.
|
String |
getSubject()
Gets subject.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getUndiscountableAmount()
Gets undiscountable amount.
|
void |
setBody(String body)
Sets body.
|
void |
setGoodsDetailList(List<GoodsDetail> goodsDetailList)
Sets goods detail list.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setUndiscountableAmount(String undiscountableAmount)
Sets undiscountable amount.
|
String |
toString() |
public String getOutTradeNo()
public String getSubject()
public String getTotalAmount()
public String getStoreId()
public String getUndiscountableAmount()
public String getSellerId()
public String getBody()
public String getOperatorId()
public List<GoodsDetail> getGoodsDetailList()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic void setSubject(String subject)
subject - the subjectpublic void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic void setStoreId(String storeId)
storeId - the store idpublic void setUndiscountableAmount(String undiscountableAmount)
undiscountableAmount - the undiscountable amountpublic void setSellerId(String sellerId)
sellerId - the seller idpublic void setBody(String body)
body - the bodypublic void setOperatorId(String operatorId)
operatorId - the operator idpublic void setGoodsDetailList(List<GoodsDetail> goodsDetailList)
goodsDetailList - the goods detail listCopyright © 2018. All rights reserved.