public class AlipayTradeRequest extends Object
| 构造器和说明 |
|---|
AlipayTradeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getBody()
Gets body.
|
String |
getDiscountableAmount()
Gets discountable amount.
|
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 |
setAuthCode(String authCode)
Sets auth code.
|
void |
setBody(String body)
Sets body.
|
void |
setDiscountableAmount(String discountableAmount)
Sets discountable amount.
|
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 void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getSubject()
public void setSubject(String subject)
subject - the subjectpublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getAuthCode()
public void setAuthCode(String authCode)
authCode - the auth codepublic String getStoreId()
public void setStoreId(String storeId)
storeId - the store idpublic String getUndiscountableAmount()
public void setUndiscountableAmount(String undiscountableAmount)
undiscountableAmount - the undiscountable amountpublic String getDiscountableAmount()
public void setDiscountableAmount(String discountableAmount)
discountableAmount - the discountable amountpublic String getSellerId()
public void setSellerId(String sellerId)
sellerId - the seller idpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId - the operator idpublic String getBody()
public void setBody(String body)
body - the bodypublic List<GoodsDetail> getGoodsDetailList()
public void setGoodsDetailList(List<GoodsDetail> goodsDetailList)
goodsDetailList - the goods detail listCopyright © 2018. All rights reserved.