public class AlipayTradeOrderPayModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeOrderPayModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyerId()
Gets buyer id.
|
List<BuyerPayDetail> |
getBuyerPayDetail()
Gets buyer pay detail.
|
String |
getProductCode()
Gets product code.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setBuyerPayDetail(List<BuyerPayDetail> buyerPayDetail)
Sets buyer pay detail.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public String getBuyerId()
public void setBuyerId(String buyerId)
buyerId
- the buyer idpublic List<BuyerPayDetail> getBuyerPayDetail()
public void setBuyerPayDetail(List<BuyerPayDetail> buyerPayDetail)
buyerPayDetail
- the buyer pay detailpublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.