public class AlipayTradePayModel extends AlipayObject
Constructor and Description |
---|
AlipayTradePayModel() |
Modifier and Type | Method and Description |
---|---|
AgreementParams |
getAgreementParams()
Gets agreement params.
|
String |
getAlipayStoreId()
Gets alipay store id.
|
String |
getAuthCode()
Gets auth code.
|
String |
getAuthConfirmMode()
Gets auth confirm mode.
|
String |
getAuthNo()
Gets auth no.
|
String |
getBody()
Gets body.
|
String |
getBusinessParams()
Gets business params.
|
String |
getBuyerId()
Gets buyer id.
|
String |
getDisablePayChannels()
Gets disable pay channels.
|
String |
getDiscountableAmount()
Gets discountable amount.
|
ExtendParams |
getExtendParams()
Gets extend params.
|
ExtUserInfo |
getExtUserInfo()
Gets ext user info.
|
List<GoodsDetail> |
getGoodsDetail()
Gets goods detail.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getProductCode()
Gets product code.
|
RoyaltyInfo |
getRoyaltyInfo()
Gets royalty info.
|
String |
getScene()
Gets scene.
|
String |
getSellerId()
Gets seller id.
|
String |
getSettleCurrency()
Gets settle currency.
|
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 |
getTerminalParams()
Gets terminal params.
|
String |
getTimeoutExpress()
Gets timeout express.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTransCurrency()
Gets trans currency.
|
String |
getUndiscountableAmount()
Gets undiscountable amount.
|
void |
setAgreementParams(AgreementParams agreementParams)
Sets agreement params.
|
void |
setAlipayStoreId(String alipayStoreId)
Sets alipay store id.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setAuthConfirmMode(String authConfirmMode)
Sets auth confirm mode.
|
void |
setAuthNo(String authNo)
Sets auth no.
|
void |
setBody(String body)
Sets body.
|
void |
setBusinessParams(String businessParams)
Sets business params.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setDisablePayChannels(String disablePayChannels)
Sets disable pay channels.
|
void |
setDiscountableAmount(String discountableAmount)
Sets discountable amount.
|
void |
setExtendParams(ExtendParams extendParams)
Sets extend params.
|
void |
setExtUserInfo(ExtUserInfo extUserInfo)
Sets ext user info.
|
void |
setGoodsDetail(List<GoodsDetail> goodsDetail)
Sets goods detail.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setRoyaltyInfo(RoyaltyInfo royaltyInfo)
Sets royalty info.
|
void |
setScene(String scene)
Sets scene.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSettleCurrency(String settleCurrency)
Sets settle currency.
|
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 |
setTerminalParams(String terminalParams)
Sets terminal params.
|
void |
setTimeoutExpress(String timeoutExpress)
Sets timeout express.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTransCurrency(String transCurrency)
Sets trans currency.
|
void |
setUndiscountableAmount(String undiscountableAmount)
Sets undiscountable amount.
|
public AgreementParams getAgreementParams()
public void setAgreementParams(AgreementParams agreementParams)
agreementParams
- the agreement paramspublic String getAlipayStoreId()
public void setAlipayStoreId(String alipayStoreId)
alipayStoreId
- the alipay store idpublic String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic String getAuthConfirmMode()
public void setAuthConfirmMode(String authConfirmMode)
authConfirmMode
- the auth confirm modepublic String getAuthNo()
public void setAuthNo(String authNo)
authNo
- the auth nopublic String getBody()
public void setBody(String body)
body
- the bodypublic String getBusinessParams()
public void setBusinessParams(String businessParams)
businessParams
- the business paramspublic String getBuyerId()
public void setBuyerId(String buyerId)
buyerId
- the buyer idpublic String getDisablePayChannels()
public void setDisablePayChannels(String disablePayChannels)
disablePayChannels
- the disable pay channelspublic String getDiscountableAmount()
public void setDiscountableAmount(String discountableAmount)
discountableAmount
- the discountable amountpublic 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 getMerchantOrderNo()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo
- the merchant order nopublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic RoyaltyInfo getRoyaltyInfo()
public void setRoyaltyInfo(RoyaltyInfo royaltyInfo)
royaltyInfo
- the royalty infopublic String getScene()
public void setScene(String scene)
scene
- the scenepublic String getSellerId()
public void setSellerId(String sellerId)
sellerId
- the seller idpublic String getSettleCurrency()
public void setSettleCurrency(String settleCurrency)
settleCurrency
- the settle currencypublic 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 getTerminalParams()
public void setTerminalParams(String terminalParams)
terminalParams
- the terminal paramspublic String getTimeoutExpress()
public void setTimeoutExpress(String timeoutExpress)
timeoutExpress
- the timeout expresspublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTransCurrency()
public void setTransCurrency(String transCurrency)
transCurrency
- the trans currencypublic String getUndiscountableAmount()
public void setUndiscountableAmount(String undiscountableAmount)
undiscountableAmount
- the undiscountable amountCopyright © 2018. All rights reserved.