public class AlipayRefundResponse extends Object
| 构造器和说明 |
|---|
AlipayRefundResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBuyerLogonId()
Gets buyer logon id.
|
String |
getBuyerUserId()
Gets buyer user id.
|
String |
getCode()
Gets code.
|
String |
getDesc()
Gets desc.
|
String |
getFundChange()
Gets fund change.
|
Date |
getGmtRefundPay()
Gets gmt refund pay.
|
String |
getMsg()
Gets msg.
|
String |
getOpenId()
Gets open id.
|
String |
getOutTradeNo()
Gets out trade no.
|
List<com.alipay.api.domain.TradeFundBill> |
getRefundDetailItemList()
Gets refund detail item list.
|
String |
getRefundFee()
Gets refund fee.
|
String |
getSendBackFee()
Gets send back fee.
|
String |
getStoreName()
Gets store name.
|
String |
getSubCode()
Gets sub code.
|
String |
getSubMsg()
Gets sub msg.
|
String |
getTradeNo()
Gets trade no.
|
boolean |
isSuccess()
Is success boolean.
|
void |
setBuyerLogonId(String buyerLogonId)
Sets buyer logon id.
|
void |
setBuyerUserId(String buyerUserId)
Sets buyer user id.
|
void |
setCode(String code)
Sets code.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setFundChange(String fundChange)
Sets fund change.
|
void |
setGmtRefundPay(Date gmtRefundPay)
Sets gmt refund pay.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setRefundDetailItemList(List<com.alipay.api.domain.TradeFundBill> refundDetailItemList)
Sets refund detail item list.
|
void |
setRefundFee(String refundFee)
Sets refund fee.
|
void |
setSendBackFee(String sendBackFee)
Sets send back fee.
|
void |
setStoreName(String storeName)
Sets store name.
|
void |
setSubCode(String subCode)
Sets sub code.
|
void |
setSubMsg(String subMsg)
Sets sub msg.
|
void |
setSuccess(boolean success)
Sets success.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
String |
toString() |
public String getCode()
public void setCode(String code)
code - the codepublic String getMsg()
public void setMsg(String msg)
msg - the msgpublic boolean isSuccess()
public void setSuccess(boolean success)
success - the successpublic String getDesc()
public void setDesc(String desc)
desc - the descpublic String getBuyerLogonId()
public void setBuyerLogonId(String buyerLogonId)
buyerLogonId - the buyer logon idpublic String getBuyerUserId()
public void setBuyerUserId(String buyerUserId)
buyerUserId - the buyer user idpublic String getFundChange()
public void setFundChange(String fundChange)
fundChange - the fund changepublic Date getGmtRefundPay()
public void setGmtRefundPay(Date gmtRefundPay)
gmtRefundPay - the gmt refund paypublic String getOpenId()
public void setOpenId(String openId)
openId - the open idpublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic List<com.alipay.api.domain.TradeFundBill> getRefundDetailItemList()
public void setRefundDetailItemList(List<com.alipay.api.domain.TradeFundBill> refundDetailItemList)
refundDetailItemList - the refund detail item listpublic String getRefundFee()
public void setRefundFee(String refundFee)
refundFee - the refund feepublic String getSendBackFee()
public void setSendBackFee(String sendBackFee)
sendBackFee - the send back feepublic String getStoreName()
public void setStoreName(String storeName)
storeName - the store namepublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo - the trade nopublic String getSubCode()
public void setSubCode(String subCode)
subCode - the sub codepublic String getSubMsg()
public void setSubMsg(String subMsg)
subMsg - the sub msgCopyright © 2018. All rights reserved.