public class AlipayTradeAppPayModel extends AlipayObject
Constructor and Description |
---|
AlipayTradeAppPayModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets body.
|
String |
getBusinessParams()
Gets business params.
|
String |
getDisablePayChannels()
Gets disable pay channels.
|
String |
getEnablePayChannels()
Gets enable pay channels.
|
ExtendParams |
getExtendParams()
Gets extend params.
|
ExtUserInfo |
getExtUserInfo()
Gets ext user info.
|
String |
getGoodsType()
Gets goods type.
|
InvoiceInfo |
getInvoiceInfo()
Gets invoice info.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPassbackParams()
Gets passback params.
|
String |
getProductCode()
Gets product code.
|
String |
getPromoParams()
Gets promo params.
|
RoyaltyInfo |
getRoyaltyInfo()
Gets royalty info.
|
String |
getSellerId()
Gets seller id.
|
SettleInfo |
getSettleInfo()
Gets settle info.
|
String |
getSpecifiedChannel()
Gets specified channel.
|
String |
getStoreId()
Gets store id.
|
String |
getSubject()
Gets subject.
|
SubMerchant |
getSubMerchant()
Gets sub merchant.
|
String |
getTimeExpire()
Gets time expire.
|
String |
getTimeoutExpress()
Gets timeout express.
|
String |
getTotalAmount()
Gets total amount.
|
void |
setBody(String body)
Sets body.
|
void |
setBusinessParams(String businessParams)
Sets business params.
|
void |
setDisablePayChannels(String disablePayChannels)
Sets disable pay channels.
|
void |
setEnablePayChannels(String enablePayChannels)
Sets enable pay channels.
|
void |
setExtendParams(ExtendParams extendParams)
Sets extend params.
|
void |
setExtUserInfo(ExtUserInfo extUserInfo)
Sets ext user info.
|
void |
setGoodsType(String goodsType)
Sets goods type.
|
void |
setInvoiceInfo(InvoiceInfo invoiceInfo)
Sets invoice info.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPassbackParams(String passbackParams)
Sets passback params.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setPromoParams(String promoParams)
Sets promo params.
|
void |
setRoyaltyInfo(RoyaltyInfo royaltyInfo)
Sets royalty info.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setSettleInfo(SettleInfo settleInfo)
Sets settle info.
|
void |
setSpecifiedChannel(String specifiedChannel)
Sets specified channel.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setSubMerchant(SubMerchant subMerchant)
Sets sub merchant.
|
void |
setTimeExpire(String timeExpire)
Sets time expire.
|
void |
setTimeoutExpress(String timeoutExpress)
Sets timeout express.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
public String getBody()
public void setBody(String body)
body
- the bodypublic String getBusinessParams()
public void setBusinessParams(String businessParams)
businessParams
- the business paramspublic String getDisablePayChannels()
public void setDisablePayChannels(String disablePayChannels)
disablePayChannels
- the disable pay channelspublic 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 String getGoodsType()
public void setGoodsType(String goodsType)
goodsType
- the goods typepublic InvoiceInfo getInvoiceInfo()
public void setInvoiceInfo(InvoiceInfo invoiceInfo)
invoiceInfo
- the invoice infopublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getPassbackParams()
public void setPassbackParams(String passbackParams)
passbackParams
- the passback paramspublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getPromoParams()
public void setPromoParams(String promoParams)
promoParams
- the promo paramspublic 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 getSpecifiedChannel()
public void setSpecifiedChannel(String specifiedChannel)
specifiedChannel
- the specified channelpublic 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 getTimeExpire()
public void setTimeExpire(String timeExpire)
timeExpire
- the time expirepublic String getTimeoutExpress()
public void setTimeoutExpress(String timeoutExpress)
timeoutExpress
- the timeout expresspublic String getTotalAmount()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountCopyright © 2018. All rights reserved.