public class AlipayTradeQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayTradeQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayStoreId()
Gets alipay store id.
|
String |
getAuthTradePayMode()
Gets auth trade pay mode.
|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getBuyerPayAmount()
Gets buyer pay amount.
|
String |
getBuyerUserId()
Gets buyer user id.
|
String |
getBuyerUserType()
Gets buyer user type.
|
String |
getDiscountAmount()
Gets discount amount.
|
String |
getDiscountGoodsDetail()
Gets discount goods detail.
|
List<TradeFundBill> |
getFundBillList()
Gets fund bill list.
|
String |
getIndustrySepcDetail()
Gets industry sepc detail.
|
String |
getInvoiceAmount()
Gets invoice amount.
|
String |
getMdiscountAmount()
Gets mdiscount amount.
|
String |
getOpenId()
Gets open id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getPayCurrency()
Gets pay currency.
|
String |
getPointAmount()
Gets point amount.
|
String |
getReceiptAmount()
Gets receipt amount.
|
Date |
getSendPayDate()
Gets send pay date.
|
String |
getSettleAmount()
Gets settle amount.
|
String |
getSettleCurrency()
Gets settle currency.
|
String |
getSettleTransRate()
Gets settle trans rate.
|
String |
getStoreId()
Gets store id.
|
String |
getStoreName()
Gets store name.
|
String |
getTerminalId()
Gets terminal id.
|
String |
getTotalAmount()
Gets total amount.
|
String |
getTradeNo()
Gets trade no.
|
String |
getTradeStatus()
Gets trade status.
|
String |
getTransCurrency()
Gets trans currency.
|
String |
getTransPayRate()
Gets trans pay rate.
|
List<VoucherDetail> |
getVoucherDetailList()
Gets voucher detail list.
|
void |
setAlipayStoreId(String alipayStoreId)
Sets alipay store id.
|
void |
setAuthTradePayMode(String authTradePayMode)
Sets auth trade pay mode.
|
void |
setBuyerLogonId(String buyerLogonId)
Sets buyer logon id.
|
void |
setBuyerPayAmount(String buyerPayAmount)
Sets buyer pay amount.
|
void |
setBuyerUserId(String buyerUserId)
Sets buyer user id.
|
void |
setBuyerUserType(String buyerUserType)
Sets buyer user type.
|
void |
setDiscountAmount(String discountAmount)
Sets discount amount.
|
void |
setDiscountGoodsDetail(String discountGoodsDetail)
Sets discount goods detail.
|
void |
setFundBillList(List<TradeFundBill> fundBillList)
Sets fund bill list.
|
void |
setIndustrySepcDetail(String industrySepcDetail)
Sets industry sepc detail.
|
void |
setInvoiceAmount(String invoiceAmount)
Sets invoice amount.
|
void |
setMdiscountAmount(String mdiscountAmount)
Sets mdiscount amount.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setPayCurrency(String payCurrency)
Sets pay currency.
|
void |
setPointAmount(String pointAmount)
Sets point amount.
|
void |
setReceiptAmount(String receiptAmount)
Sets receipt amount.
|
void |
setSendPayDate(Date sendPayDate)
Sets send pay date.
|
void |
setSettleAmount(String settleAmount)
Sets settle amount.
|
void |
setSettleCurrency(String settleCurrency)
Sets settle currency.
|
void |
setSettleTransRate(String settleTransRate)
Sets settle trans rate.
|
void |
setStoreId(String storeId)
Sets store id.
|
void |
setStoreName(String storeName)
Sets store name.
|
void |
setTerminalId(String terminalId)
Sets terminal id.
|
void |
setTotalAmount(String totalAmount)
Sets total amount.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setTradeStatus(String tradeStatus)
Sets trade status.
|
void |
setTransCurrency(String transCurrency)
Sets trans currency.
|
void |
setTransPayRate(String transPayRate)
Sets trans pay rate.
|
void |
setVoucherDetailList(List<VoucherDetail> voucherDetailList)
Sets voucher detail list.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAlipayStoreId(String alipayStoreId)
alipayStoreId
- the alipay store idpublic String getAlipayStoreId()
public void setAuthTradePayMode(String authTradePayMode)
authTradePayMode
- the auth trade pay modepublic String getAuthTradePayMode()
public void setBuyerLogonId(String buyerLogonId)
buyerLogonId
- the buyer logon idpublic String getBuyerLogonId()
public void setBuyerPayAmount(String buyerPayAmount)
buyerPayAmount
- the buyer pay amountpublic String getBuyerPayAmount()
public void setBuyerUserId(String buyerUserId)
buyerUserId
- the buyer user idpublic String getBuyerUserId()
public void setBuyerUserType(String buyerUserType)
buyerUserType
- the buyer user typepublic String getBuyerUserType()
public void setDiscountAmount(String discountAmount)
discountAmount
- the discount amountpublic String getDiscountAmount()
public void setDiscountGoodsDetail(String discountGoodsDetail)
discountGoodsDetail
- the discount goods detailpublic String getDiscountGoodsDetail()
public void setFundBillList(List<TradeFundBill> fundBillList)
fundBillList
- the fund bill listpublic List<TradeFundBill> getFundBillList()
public void setIndustrySepcDetail(String industrySepcDetail)
industrySepcDetail
- the industry sepc detailpublic String getIndustrySepcDetail()
public void setInvoiceAmount(String invoiceAmount)
invoiceAmount
- the invoice amountpublic String getInvoiceAmount()
public void setMdiscountAmount(String mdiscountAmount)
mdiscountAmount
- the mdiscount amountpublic String getMdiscountAmount()
public void setOpenId(String openId)
openId
- the open idpublic String getOpenId()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getOutTradeNo()
public void setPayAmount(String payAmount)
payAmount
- the pay amountpublic String getPayAmount()
public void setPayCurrency(String payCurrency)
payCurrency
- the pay currencypublic String getPayCurrency()
public void setPointAmount(String pointAmount)
pointAmount
- the point amountpublic String getPointAmount()
public void setReceiptAmount(String receiptAmount)
receiptAmount
- the receipt amountpublic String getReceiptAmount()
public void setSendPayDate(Date sendPayDate)
sendPayDate
- the send pay datepublic Date getSendPayDate()
public void setSettleAmount(String settleAmount)
settleAmount
- the settle amountpublic String getSettleAmount()
public void setSettleCurrency(String settleCurrency)
settleCurrency
- the settle currencypublic String getSettleCurrency()
public void setSettleTransRate(String settleTransRate)
settleTransRate
- the settle trans ratepublic String getSettleTransRate()
public void setStoreId(String storeId)
storeId
- the store idpublic String getStoreId()
public void setStoreName(String storeName)
storeName
- the store namepublic String getStoreName()
public void setTerminalId(String terminalId)
terminalId
- the terminal idpublic String getTerminalId()
public void setTotalAmount(String totalAmount)
totalAmount
- the total amountpublic String getTotalAmount()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getTradeNo()
public void setTradeStatus(String tradeStatus)
tradeStatus
- the trade statuspublic String getTradeStatus()
public void setTransCurrency(String transCurrency)
transCurrency
- the trans currencypublic String getTransCurrency()
public void setTransPayRate(String transPayRate)
transPayRate
- the trans pay ratepublic String getTransPayRate()
public void setVoucherDetailList(List<VoucherDetail> voucherDetailList)
voucherDetailList
- the voucher detail listpublic List<VoucherDetail> getVoucherDetailList()
Copyright © 2018. All rights reserved.