public static class AlipayWebSiteRequest.BizContent extends Object
| 构造器和说明 |
|---|
BizContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBody()
Gets body.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getProductCode()
Gets product code.
|
String |
getSubject()
Gets subject.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setBody(String body)
Sets body.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount - the total amountpublic String getSubject()
public void setSubject(String subject)
subject - the subjectpublic String getBody()
public void setBody(String body)
body - the bodypublic String getProductCode()
public void setProductCode(String productCode)
productCode - the product codeCopyright © 2018. All rights reserved.