public class AlipayTradePrecreateModel extends AlipayObject
Constructor and Description |
---|
AlipayTradePrecreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayStoreId()
Gets alipay store id.
|
String |
getBody()
Gets body.
|
String |
getBusinessParams()
Gets business params.
|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getDisablePayChannels()
Gets disable pay channels.
|
String |
getDiscountableAmount()
Gets discountable amount.
|
String |
getEnablePayChannels()
Gets enable pay channels.
|
ExtendParams |
getExtendParams()
Gets extend params.
|
ExtUserInfo |
getExtUserInfo()
Gets ext user info.
|
List<GoodsDetail> |
getGoodsDetail()
Gets goods detail.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getQrCodeTimeoutExpress()
Gets qr code timeout express.
|
RoyaltyInfo |
getRoyaltyInfo()
Gets royalty info.
|
String |
getSellerId()
Gets seller id.
|
SettleInfo |
getSettleInfo()
Gets settle info.
|
String |
getStoreId()
Gets store id.
|
String |
getSubject()
Gets subject.
|
SubMerchant |
getSubMerchant()
Gets sub merchant.
|
String |
getTerminalId()
Gets terminal id.
|
String |
getTimeoutExpress()
Gets timeout express.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getUndiscountableAmount()
Gets undiscountable amount.
|
void |
setAlipayStoreId(String alipayStoreId)
Sets alipay store id.
|
void |
setBody(String body)
Sets body.
|
void |
setBusinessParams(String businessParams)
Sets business params.
|
void |
setBuyerLogonId(String buyerLogonId)
Sets buyer logon id.
|
void |
setDisablePayChannels(String disablePayChannels)
Sets disable pay channels.
|
void |
setDiscountableAmount(String discountableAmount)
Sets discountable amount.
|
void |
setEnablePayChannels(String enablePayChannels)
Sets enable pay channels.
|
void |
setExtendParams(ExtendParams extendParams)
Sets extend params.
|
void |
setExtUserInfo(ExtUserInfo extUserInfo)
Sets ext user info.
|
void |
setGoodsDetail(List<GoodsDetail> goodsDetail)
Sets goods detail.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setQrCodeTimeoutExpress(String qrCodeTimeoutExpress)
Sets qr code timeout express.
|
void |
setRoyaltyInfo(RoyaltyInfo royaltyInfo)
Sets royalty info.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSettleInfo(SettleInfo settleInfo)
Sets settle info.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setSubMerchant(SubMerchant subMerchant)
Sets sub merchant.
|
void |
setTerminalId(String terminalId)
Sets terminal id.
|
void |
setTimeoutExpress(String timeoutExpress)
Sets timeout express.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setUndiscountableAmount(String undiscountableAmount)
Sets undiscountable amount.
|
public String getAlipayStoreId()
public void setAlipayStoreId(String alipayStoreId)
alipayStoreId
- the alipay store idpublic String getBody()
public void setBody(String body)
body
- the bodypublic String getBusinessParams()
public void setBusinessParams(String businessParams)
businessParams
- the business paramspublic String getBuyerLogonId()
public void setBuyerLogonId(String buyerLogonId)
buyerLogonId
- the buyer logon idpublic String getDisablePayChannels()
public void setDisablePayChannels(String disablePayChannels)
disablePayChannels
- the disable pay channelspublic String getDiscountableAmount()
public void setDiscountableAmount(String discountableAmount)
discountableAmount
- the discountable amountpublic String getEnablePayChannels()
public void setEnablePayChannels(String enablePayChannels)
enablePayChannels
- the enable pay channelspublic ExtUserInfo getExtUserInfo()
public void setExtUserInfo(ExtUserInfo extUserInfo)
extUserInfo
- the ext user infopublic ExtendParams getExtendParams()
public void setExtendParams(ExtendParams extendParams)
extendParams
- the extend paramspublic List<GoodsDetail> getGoodsDetail()
public void setGoodsDetail(List<GoodsDetail> goodsDetail)
goodsDetail
- the goods detailpublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getQrCodeTimeoutExpress()
public void setQrCodeTimeoutExpress(String qrCodeTimeoutExpress)
qrCodeTimeoutExpress
- the qr code timeout expresspublic RoyaltyInfo getRoyaltyInfo()
public void setRoyaltyInfo(RoyaltyInfo royaltyInfo)
royaltyInfo
- the royalty infopublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idpublic SettleInfo getSettleInfo()
public void setSettleInfo(SettleInfo settleInfo)
settleInfo
- the settle infopublic String getStoreId()
public void setStoreId(String storeId)
storeId
- the store idpublic SubMerchant getSubMerchant()
public void setSubMerchant(SubMerchant subMerchant)
subMerchant
- the sub merchantpublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTerminalId()
public void setTerminalId(String terminalId)
terminalId
- the terminal idpublic String getTimeoutExpress()
public void setTimeoutExpress(String timeoutExpress)
timeoutExpress
- the timeout expresspublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getUndiscountableAmount()
public void setUndiscountableAmount(String undiscountableAmount)
undiscountableAmount
- the undiscountable amountCopyright © 2018. All rights reserved.